Search found 346 matches

by Janak Mulani
29 Sep 2023, 02:51
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 6296

Re: CacheKey with session Id mandatory?

Which version of OpenWebStart are you using? Can you please send the log file?

You can buy Basic Suppport https://openwebstart.com/support/ to be able to post on a private channel.
by Janak Mulani
08 Sep 2023, 18:37
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 11720

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...
by Janak Mulani
08 Sep 2023, 10:43
Forum: Public Forums
Topic: Jars are downloaded several times during application running (and it fails)
Replies: 15
Views: 22572

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
by Janak Mulani
07 Sep 2023, 15:03
Forum: Public Forums
Topic: [Solved] JNLPClassLoader finds the same resource twice when using jnlp extension
Replies: 8
Views: 6010

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.
by Janak Mulani
04 Aug 2023, 15:38
Forum: Public Forums
Topic: [Solved] JNLPClassLoader finds the same resource twice when using jnlp extension
Replies: 8
Views: 6010

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...
by Janak Mulani
01 Aug 2023, 13:44
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 11720

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...
by Janak Mulani
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: 5823

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...
by Janak Mulani
27 Jun 2023, 19:53
Forum: Public Forums
Topic: Jars are downloaded several times during application running (and it fails)
Replies: 15
Views: 22572

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. ...
by Janak Mulani
27 Jun 2023, 16:11
Forum: Public Forums
Topic: [Solved} Problem with JNLP caching in OpenWebStart
Replies: 12
Views: 13970

Re: Problem with JNLP caching in OpenWebStart

Thanks for the positive feedback.
by Janak Mulani
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: 5823

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...
by Janak Mulani
27 Jun 2023, 10:48
Forum: Public Forums
Topic: OWS + Jdk17 - Denying permission
Replies: 5
Views: 6976

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...
by Janak Mulani
05 Jun 2023, 18:58
Forum: Public Forums
Topic: Jars are downloaded several times during application running (and it fails)
Replies: 15
Views: 22572

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.
by Janak Mulani
05 Jun 2023, 14:27
Forum: Public Forums
Topic: [Solved} Problem with JNLP caching in OpenWebStart
Replies: 12
Views: 13970

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.