Search found 341 matches

by Janak Mulani
04 Dec 2023, 12:42
Forum: Announcements
Topic: OpenWebStart v1.9.0 released
Replies: 0
Views: 15863

OpenWebStart v1.9.0 released

We are happy to announce the release of OpenWebStart v1.9.0

https://github.com/karakun/OpenWebStart/releases

- OpenWebStart Team at Karakun
by Janak Mulani
27 Nov 2023, 09:40
Forum: Public Forums
Topic: Jars are downloaded several times during application running (and it fails)
Replies: 15
Views: 22302

Re: Jars are downloaded several times during application running (and it fails)

We have fixed the jar cache key to use Url string instead of the Url. We are hoping that this would fix the problem. we are planning to make a release this week. You can try the new release.
by Janak Mulani
27 Nov 2023, 09:37
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 15546

Re: App not starting with Java21 - JarIndex not found

Planned for this week unless there are some issues.
by Janak Mulani
23 Nov 2023, 08:08
Forum: Public Forums
Topic: Memory consumption in log mechanism
Replies: 2
Views: 6013

Re: Memory consumption in log mechanism

>
PS: we are using log4j2.17.1 which I noticed was flagged in another thread here as problematic but I am not sure if for the same reason
>

Please see : viewtopic.php?p=9809&hilit=log4j#p9809
by Janak Mulani
23 Nov 2023, 08:04
Forum: Public Forums
Topic: Memory consumption in log mechanism
Replies: 2
Views: 6013

Re: Memory consumption in log mechanism

Hi, Thanks for registering with the forum. There is already an issue : https://github.com/karakun/OpenWebStart/issues/530 What happens if you disable the console using the itw-settings app? Unfortunately we have no plans and resources to fix the memory leak due to console at present. Could you consi...
by Janak Mulani
22 Nov 2023, 13:36
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 11493

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

Hi The order in which the resources are specified matters. If you switch the order of x86 and x86_64 as follows it will pick up vmargs for x86_64: <resources arch="x86_64"> <java version="17*" vendor="Eclipse Adoptium" java-vm-args="--add-exports=java.desktop/sun.s...
by Janak Mulani
10 Nov 2023, 14:34
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 11493

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

I am able to reproduce the problem on Intel Mac with the following Jnlp file: ... <resources arch="x86"> <java version="17*" vendor="Eclipse Adoptium" initial-heap-size="511m" max-heap-size="1023m" /> <jar href="generated-jars/jvm_args.jar"...
by Janak Mulani
02 Nov 2023, 06:25
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 15546

Re: App not starting with Java21 - JarIndex not found

We have created an issue and will try to fix in the upcoming release. Probable fix could be for OWS/ITW to ignore loading classes from Jar Indexes for JDK >= 21 https://bugs.openjdk.org/browse/JDK-8302819 " https://www.oracle.com/java/technologies/javase/21-relnote-issues.html#NewFeature core-l...
by Janak Mulani
01 Nov 2023, 16:07
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 15546

Re: App not starting with Java21 - JarIndex not found

I could reproduce.

With Java 11,17,18,19,20: App runs even if sun.misc.JarIndex not found, jdk.internal.util.jar.JarIndex is found and used.

With Java 21 jdk.internal.util.jar.JarIndex is not found.
by Janak Mulani
31 Oct 2023, 09:19
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 15546

Re: App not starting with Java21 - JarIndex not found

I will try to reproduce it and revert.
by Janak Mulani
31 Oct 2023, 08:35
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 11493

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

Ok Thanks for the sample. I will try to reproduce it.
by Janak Mulani
03 Oct 2023, 14:23
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 6161

Re: CacheKey with session Id mandatory?

> As it is a GET call, the application create the <jar> with the sessionId (found in the request done to build the jnlp file) I could reproduce the issue by generating a jar on the fly. I will investigate your issue and check if caching can be improved. However, I would still request that you consid...
by Janak Mulani
02 Oct 2023, 10:43
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 6161

Re: CacheKey with session Id mandatory?

> jar href='{apiUrl}/{jarName}?JSESSIONID=rsoklofhej136qcq0unu2c7smf It seems you have edited the logs as the Jnlp file has some place holders. I would like to see the Jnlp file that is actually processed by OWS. In your Jnlp the url of jar file has been rewritten to include the session id. Is the J...
by Janak Mulani
29 Sep 2023, 11:38
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 6161

Re: CacheKey with session Id mandatory?

Please attach the stage 1 and stage 2 log files.
by Janak Mulani
29 Sep 2023, 02:51
Forum: Public Forums
Topic: CacheKey with session Id mandatory?
Replies: 7
Views: 6161

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: 11493

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: 22302

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: 5862

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.