Search found 341 matches

by Janak Mulani
08 Mar 2023, 19:06
Forum: Public Forums
Topic: Javaagent
Replies: 1
Views: 7456

Re: Javaagent

I understand that: 1. you have instrumented the the application which you have specified in your Jnlp file and which you want to run using OWS. 2. In the jnlp file you have specified the JVM which will be used to run the application. 3. To this JVM you want to pass the argument like -javaagent:<agen...
by Janak Mulani
07 Mar 2023, 16:13
Forum: Installation & Configuration
Topic: itw-settings.exe wont open
Replies: 7
Views: 14155

Re: itw-settings.exe wont open

You can attach the <date-time>-ows-settings.log file.

Is your deployment.properties file corrupted by any chance? You could rename that file and try starting itw-settings.
by Janak Mulani
02 Mar 2023, 13:57
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 20453

Re: Application not launching - looks like looping behavior

Which version of OWS are you using? Can you please post the OWS logs?
by Janak Mulani
07 Feb 2023, 11:41
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 11686

Re: java.sql.date ClassNotFound when lauching the client

I could download the logs. In Stage-2 log, the log entry at line 983 " Starting application [kim.appli.frame.entryadm.Launcher] ..." So OWS is able to start the App. There is no ClassNotFound exception in the logs. There is an error though in your application: [ITW-APP ][2023-02-06 15:35:1...
by Janak Mulani
07 Feb 2023, 06:29
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 11686

Re: java.sql.date ClassNotFound when lauching the client

Could not download: "The transfer you requested has been deleted."
by Janak Mulani
06 Feb 2023, 13:18
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 11686

Re: java.sql.date ClassNotFound when lauching the client

Can you please send the OWS logs?

Seems your application is spawning a thread and using own classloader which is not able to load the required class from the jars on the classpath of OWS's JnlpClassloader.
by Janak Mulani
09 Dec 2022, 05:35
Forum: Announcements
Topic: OpenWebStart v1.7.0 release
Replies: 0
Views: 25670

OpenWebStart v1.7.0 release

We had to update OpenWebStart v1.7.0 installers due to an expired code signing certificate.

Please get updated installers from https://openwebstart.com/download/

- OpenWebStart Team at Karakun
by Janak Mulani
06 Dec 2022, 08:50
Forum: Public Forums
Topic: Authoriztion not synchronized.
Replies: 1
Views: 5670

Re: Authoriztion not synchronized.

Please share the stage1 and stage2 logs.
by Janak Mulani
01 Dec 2022, 09:48
Forum: Announcements
Topic: OpenWebStart v1.7.0 released
Replies: 0
Views: 21574

OpenWebStart v1.7.0 released

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

Please see https://github.com/karakun/OpenWebStart ... tag/v1.7.0

- OpenWebStart Team at Karakun
by Janak Mulani
25 Nov 2022, 10:53
Forum: Public Forums
Topic: Java 17
Replies: 7
Views: 9962

Re: Java 17

Yes we will add Java 17 links to the JVM JSON it.
We are likely to make a new release of OWS next week.
by Janak Mulani
14 Nov 2022, 06:29
Forum: Public Forums
Topic: Could not read or parse the JNLP file
Replies: 4
Views: 7535

Re: Could not read or parse the JNLP file

It is difficult to go through logs when copied in the post. Please attach your jnlp file and the logs (please read the documentation on how to enable logging to a file).
by Janak Mulani
01 Nov 2022, 12:56
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8220

Re: How can I run a JavaFX application from a remote PC?

You say "Of course, I specify FXWebStartLaunche.jar in my JNLP file." But did you specify the Launcher class in the application tag?

Please share your jnlp file.
by Janak Mulani
01 Nov 2022, 12:23
Forum: Installation & Configuration
Topic: Deploy OpenWebStart via Intune
Replies: 1
Views: 6456

Re: Deploy OpenWebStart via Intune

Sorry we have no experience with MS Intune.

For silent installation of OWS please see https://openwebstart.com/docs/OWSGuide. ... stallation
by Janak Mulani
25 Oct 2022, 17:00
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8220

Re: How can I run a JavaFX application from a remote PC?

Did you specify FXWebStartLaunche in your Jnlp file?
by Janak Mulani
21 Oct 2022, 17:19
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8220

Re: How can I run a JavaFX application from a remote PC?

By remote PC do you mean that the server hosting the jnlp file is on one machine and you are accessing the jnlp file by its url from another machine? https://openwebstart.com/docs/FAQ.html#_how_to_run_openjfx_based_javafx_applications_with_openwebstart As the above doc says you will have to wrap you...
by Janak Mulani
18 Oct 2022, 08:50
Forum: Public Forums
Topic: Java 17
Replies: 7
Views: 9962

Re: Java 17

We may consider this in the next release (sometime in November). However, you can also setup your own JVM Download Server that hosts Java17 JRE as described in guide https://openwebstart.com/docs/OWSGuide. ... oad_server
by Janak Mulani
04 Oct 2022, 11:38
Forum: Public Forums
Topic: Java 17
Replies: 7
Views: 9962

Re: Java 17

As far as OWS is concerned so far we have no reports of any issues of Apps started by OWS using Java 17.
by Janak Mulani
14 Sep 2022, 12:20
Forum: Public Forums
Topic: Spring Boot and Openwebstart
Replies: 1
Views: 5444

Re: Spring Boot and Openwebstart

OWS is used to run the Java application that is specified in the Jnlp file. All the resources that are required by the application must be specified in the Jnlp file so that OWS can fetch them and start the application. If your application is a Spring boot application then you must specify all the r...