Search found 304 matches
- 08 Sep 2023, 18:37
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 5
- Views: 439
Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
I tried with the following jnlp file and it works ok om Mac OS X with arch x86_64: ?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://192.168.2.104:8080/jnlp"> <information> <title>JVM Args</title> <vendor>Karakun AG</vendor> <offline-all...
- 08 Sep 2023, 10:43
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 10
- Views: 8285
Re: Jars are downloaded several times during application running (and it fails)
Hi
Would you be interested in testing the fix with your application?
Thanks
Would you be interested in testing the fix with your application?
Thanks
- 07 Sep 2023, 15:03
- Forum: Public Forums
- Topic: JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 6
- Views: 287
Re: JNLPClassLoader finds the same resource twice when using jnlp extension
I can reproduce the issue. When the resource jars are directly present in jnlp, the resource is found only once. However, when the resources jars are in the extension jnlp, the resource is found twice. I will investigate and fix it. Thanks for pointing reporting this bug.
- 07 Sep 2023, 11:28
- Forum: Public Forums
- Topic: JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 6
- Views: 287
Re: JNLPClassLoader finds the same resource twice when using jnlp extension
Thanks for the sample. I will try and come back to you.
- 08 Aug 2023, 10:53
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 5
- Views: 439
Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Thanks for reporting. We will investigate.
- 08 Aug 2023, 10:50
- Forum: Public Forums
- Topic: JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 6
- Views: 287
Re: JNLPClassLoader finds the same resource twice when using jnlp extension
Ok. I will try to reproduce and fix it.
- 04 Aug 2023, 15:38
- Forum: Public Forums
- Topic: JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 6
- Views: 287
Re: JNLPClassLoader finds the same resource twice when using jnlp extension
Thanks for reporting this. I will try to reproduce this. Just some clarification: 1. First Jnlp has: a. jar with an app that is loading the xml resource b. Extension pointing to Second Jnlp 2. Second Jnlp has: a jar that contains xml resource used by the the app in the jar file specified in the Firs...
- 01 Aug 2023, 13:44
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 5
- Views: 439
Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Did you try wih any other JVM (Oracle etc)? Are you able to run the same app in stand alone mode on Mac by putting the downloaded jar files on the classpath. and starting the app using Temurin java 17? Can you please send the OWS log of when the jnlp app runs successfully on windows and when the sam...
- 20 Jul 2023, 14:34
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 10
- Views: 8285
Re: Jars are downloaded several times during application running (and it fails)
Can you please send a mail at openwebstart@karakun.com?
- 30 Jun 2023, 17:30
- Forum: Public Forums
- Topic: Application Error: The signed JNLP file did not match the launching JNLP file.
- Replies: 2
- Views: 1684
Re: Application Error: The signed JNLP file did not match the launching JNLP file.
Does your jar file have both APPLICATION.JNLP and the APPLICATION_TEMPLATE.JNLP under JNLP-INF ? It seems Oracle JWS allows both files to exist in the jar but gives preference to the template. When both the files are present in the jar, OWS is processing the APPLICATION.JNLP and throwing the error f...
- 30 Jun 2023, 17:25
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 10
- Views: 8285
Re: Jars are downloaded several times during application running (and it fails)
I will investigate further and come back to you.
- 27 Jun 2023, 19:53
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 10
- Views: 8285
Re: Jars are downloaded several times during application running (and it fails)
The logs for run1 were missing in the zip file. > When I run OWS, it downloads all jars, starts the application, but when I navigate into my app it tries to download jars, and my app fails. I checked in the cache, and into the logs: the jars are correctly downloaded before starting the application. ...
- 27 Jun 2023, 16:16
- Forum: Public Forums
- Topic: OWS + Jdk17 - Denying permission
- Replies: 3
- Views: 1626
Re: OWS + Jdk17 - Denying permission
Also please have a look at https://openwebstart.com/docs/FAQ.html# ... enwebstart
- 27 Jun 2023, 16:11
- Forum: Public Forums
- Topic: [Solved} Problem with JNLP caching in OpenWebStart
- Replies: 12
- Views: 6516
Re: Problem with JNLP caching in OpenWebStart
Thanks for the positive feedback.
- 27 Jun 2023, 16:00
- Forum: Public Forums
- Topic: Application Error: The signed JNLP file did not match the launching JNLP file.
- Replies: 2
- Views: 1684
Re: Application Error: The signed JNLP file did not match the launching JNLP file.
You have a jar file specified in your Jnlp file. This jar file must have a JNLP-INF folder which must contain APPLICATION.jnlp or APPLICATION.TEMPLATE.JNLP. The log file says (Fatal: Application Error: The signed JNLP file did not match the launching JNLP file. Fehlende Ressource: Signed Application...
- 27 Jun 2023, 10:48
- Forum: Public Forums
- Topic: OWS + Jdk17 - Denying permission
- Replies: 3
- Views: 1626
Re: OWS + Jdk17 - Denying permission
Policy file: You will have to modify the policy file of the JRE that is used by OWS to run the app specified in the jnlp file. Or You can have a custom policy file and specify it in the deployment.properties file: deployment.system.security.policy=file\:///C\:/OWSFiles/myjava.policy > Also, when spe...
- 05 Jun 2023, 18:58
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 10
- Views: 8285
Re: Jars are downloaded several times during application running (and it fails)
can you please try with the latest release 1.8.0? Please clean cache, run the app once, the run the app again and send logs from bo the runs. Please set log level to debug and also log contents of jnlp.
- 05 Jun 2023, 14:27
- Forum: Public Forums
- Topic: [Solved} Problem with JNLP caching in OpenWebStart
- Replies: 12
- Views: 6516
Re: Problem with JNLP caching in OpenWebStart
Please try the new release 1.8.0. We have fixed the problem with cache key and probably this has fixed your issue.
- 05 Jun 2023, 14:23
- Forum: Announcements
- Topic: OpenWebStart v1.8.0 released
- Replies: 0
- Views: 13829
OpenWebStart v1.8.0 released
We are happy to announce the release of OpenWebStart v1.8.0
Please see https://github.com/karakun/OpenWebStart ... tag/v1.8.0
- OpenWebStart Team at Karakun
Please see https://github.com/karakun/OpenWebStart ... tag/v1.8.0
- OpenWebStart Team at Karakun
- 26 Apr 2023, 09:10
- Forum: Public Forums
- Topic: unable to launch jnlp File - Fatal: Read Error: Could not read or parse the JNLP file
- Replies: 11
- Views: 8807
Re: unable to launch jnlp File - Fatal: Read Error: Could not read or parse the JNLP file
In the Jnlp, your application is tagged as an Applet. OWS does not support applets. <applet-desc name="KeyLink Applet" main-class="com.ubs.swidKL2.v1.init.KLW" width="1260" height="850"> You will have to convert your applet to a java application and specify it...