Which version of OWS are you using? Can you send the OWS log files (openwebstart@karakun.com) from a date when you experienced the problem?
https://openwebstart.com/docs/FAQ.html# ... _reporting
Search found 45 matches
- 09 Oct 2024, 08:34
- Forum: Public Forums
- Topic: java.lang.NoClassDefFoundError: Could not initialize class
- Replies: 1
- Views: 205
- 27 Oct 2023, 14:14
- Forum: Public Forums
- Topic: The version of the JVM must be 1.8?
- Replies: 4
- Views: 19551
Re: The version of the JVM must be 1.8?
you need to distinguish between the JVM that OWS needs to run and the JDK your jnlp application needs to run. The JVM bundled with OWS is not the one used to launch your application (https://openwebstart.com/docs/FAQ.html#_i_saw_there_is_a_bundled_jre_installed_together_with_ows_can_i_use_it). When ...
- 25 Oct 2023, 10:14
- Forum: Public Forums
- Topic: The version of the JVM must be 1.8?
- Replies: 4
- Views: 19551
Re: The version of the JVM must be 1.8?
could you give more details on your problem? Do you talk about Java Webstart or OWS? It looks like you run Java Webstart and need to install a suitable JVM to run your script
- 07 Nov 2022, 11:24
- Forum: Public Forums
- Topic: Could not read or parse the JNLP file
- Replies: 4
- Views: 22715
Re: Could not read or parse the JNLP file
Looks like it does not find the file and the file suffix (.jnlp64) looks also strange.
More details on the JNLP file and the logs are required to help you there:
https://openwebstart.com/docs/FAQ.html# ... _find_them
More details on the JNLP file and the logs are required to help you there:
https://openwebstart.com/docs/FAQ.html# ... _find_them
- 28 Sep 2022, 07:06
- Forum: Public Forums
- Topic: Java 17
- Replies: 7
- Views: 28400
Re: Java 17
When I look into the code of OpenWebStart, I can see an implementation of BasicService.getCodeBase() (net.sourceforge.jnlp.services.XBasicService#getCodeBase, in the IcedTea-Web Part), so it looks to me that your required functionality is around. Did you gave it a try?
- 19 Sep 2022, 15:50
- Forum: Public Forums
- Topic: Start an e4-RCP application using OWS
- Replies: 1
- Views: 19554
Re: Start an e4-RCPe application using OWS
I'm not aware of a possibility to launch .exe using OWS/JNLP. Maybe you can wrap the .dll/.exe in a .jar file, and reference it in your .jnlp file using <nativelib>. Anybody in the forum here have some experience with that?! Just out of curiosity, did you manage to run your exe application with Orac...
- 30 Jun 2022, 08:03
- Forum: Public Forums
- Topic: JRE
- Replies: 1
- Views: 10520
Re: JRE
You need to give more details on the settings of this particular machine as JVM downloading behavior in OWS depends on various other aspects, such as your other JVM Manager settings (jnlp precedence settings, vendor restrictions, etc.) and if you have activated/deactivated some JVMs in your JVM Mana...
- 28 Jun 2022, 11:52
- Forum: Public Forums
- Topic: File association
- Replies: 3
- Views: 10567
Re: File association
There are no plans for an implementation right now, we need a sponsor for implementing this feature.
- 27 Jun 2022, 11:32
- Forum: Public Forums
- Topic: File association
- Replies: 3
- Views: 10567
Re: File association
I'm afraid custom extensions described by association tag is not implemented yet in OWS. OWS is parsing the tags in jnlp but does not registering these information with the operating system as the primary handler of these extensions / mime-type.
- 16 Jun 2022, 07:53
- Forum: Public Forums
- Topic: Could not initialize application
- Replies: 1
- Views: 10990
Re: Could not initialize application
guess the problem is what the exception says: you have to sign your jars to run your application.
- 31 May 2022, 17:17
- Forum: Public Forums
- Topic: error generating xml files
- Replies: 5
- Views: 27413
Re: error generating xml files
Really looks like your javax class is not longer included in the JVM you are using. In this case you have to add the javax activation jar to your jnlp.
- 04 Apr 2022, 13:38
- Forum: Public Forums
- Topic: Keystore Error
- Replies: 5
- Views: 13394
Re: Keystore Error
I guess you mean 31th of March. Sounds like a similar message as reported in https://github.com/karakun/OpenWebStart/issues/389 and https://github.com/karakun/OpenWebStart/issues/428 Is it possible that a default password changed with the end of month for the keystore and you need to enter the corre...
- 10 Dec 2021, 15:57
- Forum: Public Forums
- Topic: ClassCastException in OWS Cache Viewer when clicking on More Information
- Replies: 1
- Views: 6094
Re: ClassCastException in OWS Cache Viewer when clicking on More Information
I can confirm this and filed a bug for the OWS support team. Thank you for reporting.
- 10 Dec 2021, 15:51
- Forum: Public Forums
- Topic: own Java client download
- Replies: 1
- Views: 5251
Re: own Java client download
there is a pretty good documentation how to setup your own download server:
https://openwebstart.com/docs/OWSGuide. ... oad_server
for an example json file, have a look at:
http://download-openwebstart.com/jvms.json
tar.gz and zip is both fine
https://openwebstart.com/docs/OWSGuide. ... oad_server
for an example json file, have a look at:
http://download-openwebstart.com/jvms.json
tar.gz and zip is both fine
- 09 Nov 2021, 17:10
- Forum: Public Forums
- Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
- Replies: 17
- Views: 36291
Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Could you please also add the logs of your OpenWebStart installation?
https://openwebstart.com/docs/FAQ.html# ... _find_them
https://openwebstart.com/docs/FAQ.html# ... _find_them
- 26 Jul 2021, 08:13
- Forum: Public Forums
- Topic: OpenWebStart Support for RHEL
- Replies: 15
- Views: 25023
Re: OpenWebStart Support for RHEL
can you add the following lines deployment.log.file=true deployment.log=true deployment.console.startup.mode=SHOW to your "/home/<your user>/.config/icedtea-web/deployment.properties" file to enable logging manually without using the UI. If you do this, OWS should log to file (/home/<your ...
- 16 Jul 2021, 11:34
- Forum: Public Forums
- Topic: OpenWebStart Support for RHEL
- Replies: 15
- Views: 25023
Re: OpenWebStart Support for RHEL
Was this your first try with OWS 1.4.0 on RHEL8.4 or did it work before (older version of OWS resp. RHEL)?
- 12 May 2021, 13:03
- Forum: Installation & Configuration
- Topic: [SOLVED] Bug when auto-updating version 1.3.0 to 1.3.1 on 64-bit Windows
- Replies: 3
- Views: 27047
- 22 Apr 2021, 07:41
- Forum: Installation & Configuration
- Topic: [SOLVED] jnlp vendor selection
- Replies: 2
- Views: 25707
Re: [SOLVED] jnlp vendor selection
We also completed documentation on how to make use of the vendor atribute, see
https://openwebstart.com/docs/OWSGuide. ... _jnlp_file
https://openwebstart.com/docs/OWSGuide. ... _jnlp_file
- 24 Feb 2021, 07:52
- Forum: Installation & Configuration
- Topic: [SOLVED] Firefox
- Replies: 3
- Views: 26900
Re: Firefox
When you previously installed Oracle Java Web Start (or have it installed in parallel with OpenWebStart) then .jnlp is most likley associated with "Java Web Start Launcher" program. You have to change file association on your OS to point to OpenWebStart. When click on a .jnlp Link in the b...