Search found 320 matches
- 27 Nov 2023, 09:40
- Forum: Public Forums
- Topic: Jars are downloaded several times during application running (and it fails)
- Replies: 13
- Views: 10151
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.
- 27 Nov 2023, 09:37
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2309
Re: App not starting with Java21 - JarIndex not found
Planned for this week unless there are some issues.
- 23 Nov 2023, 08:08
- Forum: Public Forums
- Topic: Memory consumption in log mechanism
- Replies: 2
- Views: 509
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
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
- 23 Nov 2023, 08:04
- Forum: Public Forums
- Topic: Memory consumption in log mechanism
- Replies: 2
- Views: 509
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...
- 22 Nov 2023, 13:36
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1707
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...
- 10 Nov 2023, 14:34
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1707
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"...
- 09 Nov 2023, 07:41
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2309
Re: App not starting with Java21 - JarIndex not found
This has been fixed https://github.com/AdoptOpenJDK/IcedTea-Web/pull/925 and will be part of the next release.
- 02 Nov 2023, 06:25
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2309
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...
- 01 Nov 2023, 16:07
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2309
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.
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.
- 31 Oct 2023, 09:19
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2309
Re: App not starting with Java21 - JarIndex not found
I will try to reproduce it and revert.
- 31 Oct 2023, 08:35
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1707
Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Ok Thanks for the sample. I will try to reproduce it.
- 03 Oct 2023, 14:23
- Forum: Public Forums
- Topic: CacheKey with session Id mandatory?
- Replies: 7
- Views: 806
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...
- 02 Oct 2023, 10:43
- Forum: Public Forums
- Topic: CacheKey with session Id mandatory?
- Replies: 7
- Views: 806
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...
- 29 Sep 2023, 11:38
- Forum: Public Forums
- Topic: CacheKey with session Id mandatory?
- Replies: 7
- Views: 806
Re: CacheKey with session Id mandatory?
Please attach the stage 1 and stage 2 log files.
- 29 Sep 2023, 02:51
- Forum: Public Forums
- Topic: CacheKey with session Id mandatory?
- Replies: 7
- Views: 806
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.
You can buy Basic Suppport https://openwebstart.com/support/ to be able to post on a private channel.
- 28 Sep 2023, 11:32
- Forum: Public Forums
- Topic: [Solved] JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 8
- Views: 1069
- 08 Sep 2023, 18:37
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1707
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: 13
- Views: 10151
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: [Solved] JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 8
- Views: 1069
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: [Solved] JNLPClassLoader finds the same resource twice when using jnlp extension
- Replies: 8
- Views: 1069
Re: JNLPClassLoader finds the same resource twice when using jnlp extension
Thanks for the sample. I will try and come back to you.