Search found 341 matches

by Janak Mulani
19 Mar 2024, 12:01
Forum: Public Forums
Topic: JAX-WS and openJDK 11
Replies: 1
Views: 24

Re: JAX-WS and openJDK 11

with which version of JRE are you trying to run your Jnlp application? I have no experience or running JAX-WS app with OWS. However, if the specified jre version > 1.8 you might have to add some module vm args.
by Janak Mulani
19 Mar 2024, 11:56
Forum: Public Forums
Topic: everything working even with expired code signing cert
Replies: 2
Views: 60

Re: everything working even with expired code signing cert

OWS is not responsible for the build and jar signing. OWS checks the jar signing only after downloading the jar. If a jar has problematic certificate such as expired/expiring/invalid certificate you will see a log entry:" Jar found at <path to jar in the cache> has been verified as SIGNED_NOT_O...
by Janak Mulani
14 Mar 2024, 14:24
Forum: Installation & Configuration
Topic: Initialization Error: Could not initialize application.
Replies: 4
Views: 191

Re: Initialization Error: Could not initialize application.

I cannot say why OWS does not work without knowing about your environment.

For guaranteed response I would request you to buy support https://openwebstart.com/#supportoptions
by Janak Mulani
11 Mar 2024, 13:48
Forum: Public Forums
Topic: deployment.jvm.arguments.whitelist
Replies: 1
Views: 52

Re: deployment.jvm.arguments.whitelist

In the jnlp file you should specify:

Code: Select all

<java version="17"	java-vm-args="   --add-exports=java.desktop/com.sun.java.swing.plaf.motif=ALL-UNNAMED .. "
There should be '=' after --add-exports. There is no need of a whitelist entry for this arg.
by Janak Mulani
27 Feb 2024, 11:26
Forum: Installation & Configuration
Topic: Initialization Error: Could not initialize application.
Replies: 4
Views: 191

Re: Initialization Error: Could not initialize application.

Hi Welcome, > I hope this email finds you well, may you kindly assist. Sinch System Configurator does not launch when we execute the Application. Sinch System Configurator uses Openwebstart and Java to launch the application. > OpenWebStart is used to run an application specified in Jnlp file with a...
by Janak Mulani
29 Jan 2024, 06:49
Forum: Public Forums
Topic: OWS + Jdk17 - Denying permission
Replies: 5
Views: 6824

Re: OWS + Jdk17 - Denying permission

> why this has changed between java-11 & java-17 as I compared the security.policy files between the two of them and this difference does not occur > Can you please provide more details? Do you mean to say that the same Jnlp file was running fine with Java 11 and OWS and when you started running...
by Janak Mulani
23 Jan 2024, 08:02
Forum: Public Forums
Topic: Unable to run JNPL file after installation
Replies: 1
Views: 14380

Re: Unable to run JNPL file after installation

OpenWebStart Settings executable itw-settings is for configuring OpenWebStart. You should be running your jnlp file with the OpenWebStart executable javaws from the OWS installation directory
by Janak Mulani
21 Dec 2023, 14:52
Forum: Announcements
Topic: OpenWebStart v1.9.1 released
Replies: 0
Views: 14284

OpenWebStart v1.9.1 released

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

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

- OpenWebStart Team at Karakun
by Janak Mulani
18 Dec 2023, 11:07
Forum: Public Forums
Topic: Unable to run JNLP file with OWS 1.9.0
Replies: 8
Views: 6081

Re: Unable to run JNLP file with OWS 1.9.0

We have not made the 1.9.1 release yet, will do it soon. If you send email to openwebstart@karakun.com I can provide a pre-release.to test.
by Janak Mulani
14 Dec 2023, 17:34
Forum: Public Forums
Topic: Unable to run JNLP file with OWS 1.9.0
Replies: 8
Views: 6081

Re: Unable to run JNLP file with OWS 1.9.0

You start with URL https://socpos.mpsv.cz/posvvaclient/iok ... vatel.jnlp. In your Jnlp file you have codebase and href. The codebase specifies default port for https 443 in the URL OWS had a bug. We have fixed and make a new release. Would you like to test the fix?
by Janak Mulani
13 Dec 2023, 08:28
Forum: Public Forums
Topic: Unable to run JNLP file with OWS 1.9.0
Replies: 8
Views: 6081

Re: Unable to run JNLP file with OWS 1.9.0

did you using\\ 32 bit OWS on your machine In 1.8.0 log 31_15.37there is an exception: net.sourceforge.jnlp.LaunchException: No local file 'C:\Windows\-userConfig' found and failed to create an URL from -userConfig In 1.9.0 log 34_16.703 there is an exception: net.sourceforge.jnlp.LaunchException: N...
by Janak Mulani
13 Dec 2023, 05:52
Forum: Public Forums
Topic: JNLP IBM IMM and Java 21
Replies: 1
Views: 3448

Re: JNLP IBM IMM and Java 21

Hi, Your application is started by OWS using Java 21. In stage2 log there is an exception while running your jnlp application: java.lang.IllegalAccessError: superclass access check failed: class com.avocent.app.c.a.a (in unnamed module @0x3a46bb1c) cannot access class com.apple.eawt.Application (in ...
by Janak Mulani
13 Dec 2023, 04:38
Forum: Public Forums
Topic: openwebstart not reading certificates from CAC reader
Replies: 3
Views: 4081

Re: openwebstart not reading certificates from CAC reader

> should automatically read from CAC reader like Oracle Java does without importing certificates. OWS does not support this at present and there is no plan to implement this unless someone is sponsoring this feature. Either you may considering sponsoring or you may contribute to code by creating a P...
by Janak Mulani
11 Dec 2023, 18:31
Forum: Public Forums
Topic: Unable to run JNLP file with OWS 1.9.0
Replies: 8
Views: 6081

Re: Unable to run JNLP file with OWS 1.9.0

Please check that by typing/pasting the URL https://socpos.mpsv.cz:443/posvvaclient/iokposkytovatel.jnlp in a browser it is downloading the jnlp file. Can you please try after cleaning the OWS application cache? You can do this using itw-settings application or you could manually delete <User Home>\...
by Janak Mulani
11 Dec 2023, 07:18
Forum: Public Forums
Topic: Unable to run JNLP file with OWS 1.9.0
Replies: 8
Views: 6081

Re: Unable to run JNLP file with OWS 1.9.0

Can you please post the OWS logs?
by Janak Mulani
08 Dec 2023, 12:50
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

Are you still getting "Caused by: java.lang.RuntimeException: JarIndex not found!". ? This is fixed in OWS 1.9.0. Of course you can specify the Java version you want to use to start the application in your Jnlp file. What have you specified in your Jnlp file. Also what does your JVM Manage...
by Janak Mulani
07 Dec 2023, 07:51
Forum: Public Forums
Topic: Digital Signature Warning Even With Settings
Replies: 3
Views: 5540

Re: Digital Signature Warning Even With Settings

There 3 places that OWS tries to find the certs for verification: During Phase I when it gets the jnlp file: In the bundled jre\lib\security and UserHome\.config\icedtea-web\security During Phase II when it gets the resources and starts the app: In the jre\lib\security that best matches the one spec...
by Janak Mulani
06 Dec 2023, 20:59
Forum: Public Forums
Topic: Digital Signature Warning Even With Settings
Replies: 3
Views: 5540

Re: Digital Signature Warning Even With Settings

The cert may not be present in the keystore of the jre or OWS. If you trust the cert then choose "always trust contenet from this publisher" .

You can see the certificates in keystores using the itw-settings app.