Search found 375 matches
- 06 Sep 2024, 13:53
- Forum: Public Forums
- Topic: OWS deploy can't read System property
- Replies: 1
- Views: 288
Re: OWS deploy can't read System property
> How come I can't access this parameter when running OWS. If I deploy from Eclipse the parameter is accessible. I've added a print out in the OWS-log so I can see that the parameter is set. > OWS runs the app in a sandbox with restricted access. > Row 66-69 in the OWS2.txt is from the application, ...
- 05 Sep 2024, 10:03
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2612
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Please talk to the vendor if possible. It should not be difficult to migrate an applet to an application.
- 30 Aug 2024, 15:17
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2612
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
You are trying to run an applet : <applet-desc ...> as specified in your jnlp file .
Log file has: [ITW-CORE][2024-08-22 14:12:41.057 EDT][DEBUG][net.sourceforge.jnlp.Launcher] Launching Applet
OWS does not support applets.
You will have to convert your applet to a Java Application.
Log file has: [ITW-CORE][2024-08-22 14:12:41.057 EDT][DEBUG][net.sourceforge.jnlp.Launcher] Launching Applet
OWS does not support applets.
You will have to convert your applet to a Java Application.
- 23 Aug 2024, 07:53
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2612
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Which version of OWS are you using? Can you please attach the OWS logs? Which JREhave you specified in your Jnlp file to run the application?
- 09 Aug 2024, 14:22
- Forum: Public Forums
- Topic: Opening OpenWebStart error
- Replies: 1
- Views: 5121
Re: Opening OpenWebStart error
Please see https://openwebstart.com/docs/OWSGuide. ... management.
Please make sure that you have chosen the right JVM download/update strategy.
Please make sure that you have chosen the right JVM download/update strategy.
- 18 Jul 2024, 09:12
- Forum: Public Forums
- Topic: [SOLVED] JViewer applet not working
- Replies: 5
- Views: 16543
Re: [SOLVED] JViewer applet not working
You can control JVM choices using itw-settings > JVM Manager > Settings. Please see https://openwebstart.com/docs/OWSGuide. ... management
- 02 Jul 2024, 17:30
- Forum: Public Forums
- Topic: openwebstart - unable to load the jnlp
- Replies: 2
- Views: 5291
Re: openwebstart - unable to load the jnlp
You can add appropriate --add-modules jvm args in the jnlp file to be able to run your application with Java 11. You can specify which JVM you want to use to run your application in the jnlp file and in the itw-settings.
- 01 Jul 2024, 20:06
- Forum: Public Forums
- Topic: JNLP application not openning when using signed Jars
- Replies: 3
- Views: 5156
Re: JNLP application not openning when using signed Jars
OWS is starting your jnlp app by invoking the main method of your app. There are exceptions in your app:: ITW-APP ][2024-06-26 07:36:16.224 MST][ERROR][java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:233)] Jun 26, 2024 7:36:16 AM com.sun.enterprise.v3.server.CommonClassLoaderService...
- 01 Jul 2024, 19:56
- Forum: Public Forums
- Topic: OpenWebStart not starting up
- Replies: 3
- Views: 5280
Re: OpenWebStart not starting up
Please attach the OWS stage1 and stage 2 log files from the time you run you run your jnlp with OWS. Please do not copy log from console to post here.
- 26 Jun 2024, 16:30
- Forum: Public Forums
- Topic: JNLP application not openning when using signed Jars
- Replies: 3
- Views: 5156
- 25 Jun 2024, 11:38
- Forum: Public Forums
- Topic: OpenWebStart not starting up
- Replies: 3
- Views: 5280
Re: OpenWebStart not starting up
Can you please post the OWS logs. See https://openwebstart.com/docs/OWSGuide.html#_logging.
- 13 Jun 2024, 19:02
- Forum: Announcements
- Topic: OpenWebStart v1.10.1 released
- Replies: 0
- Views: 16573
OpenWebStart v1.10.1 released
We are happy to announce the release of OpenWebStart v1.10.1.
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
- 10 Jun 2024, 18:00
- Forum: Public Forums
- Topic: Increased resources(CPU/Memory) usage over time and application crashes
- Replies: 4
- Views: 5979
Re: Increased resources(CPU/Memory) usage over time and application crashes
Can you try by setting the console to Disable?
From which version of RedHat OpenJDK did you use javaws?
Which version of JVM did you use to run the Jnlp application?
From which version of RedHat OpenJDK did you use javaws?
Which version of JVM did you use to run the Jnlp application?
- 07 Jun 2024, 21:06
- Forum: Public Forums
- Topic: Increased resources(CPU/Memory) usage over time and application crashes
- Replies: 4
- Views: 5979
Re: Increased resources(CPU/Memory) usage over time and application crashes
What is your OWS Logging > Log Console setting? Is it Show? OWS runs in two stages. Firstly it starts itself with the bundled JRE and processes the Jnlp file, especially for the Java version specified in it. Then it starts the second stage with the JVM that matches the JVM specified in the Jnlp file...
- 03 Jun 2024, 12:22
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 8458
Re: properties defined in jnlp are not passed to java application
This is a bug. We will fix it and make a new release soon. For now you can use the following workaround: In your deployment.properties file please specify the following property: ows.jvmargs.for.<name_of_your_jnlp>=-D<propName1>=<propValue1> -D<propName2>=<propValue2> So if the name of your jnlp fil...
- 03 Jun 2024, 10:51
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 8458
Re: properties defined in jnlp are not passed to java application
I could reproduce. I will investigate and come back. Thanks for pointing to the issue.
- 31 May 2024, 11:50
- Forum: Public Forums
- Topic: Automatically change the version of OpenJDK to use
- Replies: 4
- Views: 5808
- 31 May 2024, 10:17
- Forum: Public Forums
- Topic: Automatically change the version of OpenJDK to use
- Replies: 4
- Views: 5808
Re: Automatically change the version of OpenJDK to use
Using the itw-settings app > JVM Manager > settings, you can choose the Java Update Strategy. The chosen strategy will be captured in deployment.properties file. The property ows.jvm.manager.updateStrategy can then be copied to response.varfile. It will be copied to the deployment.properties file up...
- 31 May 2024, 10:06
- Forum: Public Forums
- Topic: Configuration: enable Java auto update but disable OWS auto update
- Replies: 3
- Views: 5030
Re: Configuration: enable Java auto update but disable OWS auto update
For OWS Auto update Options:
itw-settings > Updates
For Java update options
itw-settings > JVM Manager > Settings > Update strategy dropdown.
itw-settings > Updates
For Java update options
itw-settings > JVM Manager > Settings > Update strategy dropdown.
- 31 May 2024, 08:23
- Forum: Public Forums
- Topic: properties defined in jnlp are not passed to java application
- Replies: 7
- Views: 8458
Re: properties defined in jnlp are not passed to java application
I am sorry I do not understand your issue. Please consider buying support https://openwebstart.com/support/