Search found 349 matches

by Janak Mulani
18 Aug 2020, 07:44
Forum: Public Forums
Topic: OWS makes https request instead of http (JVM Download Server list and jnlp file)
Replies: 3
Views: 3854

Re: OWS makes https request instead of http (JVM Download Server list and jnlp file)

I presume you are using OWS v 1.1.8. I have a local JVM Server http://localhost:8081/jvms/jvms2.json which I have specified in itw-settings > JVM Manager > Settings > Default update server URL The jvms2.json is as follows: { "cacheTimeInMillis":5000, "runtimes":[ { "version&...
by Janak Mulani
14 Aug 2020, 12:28
Forum: Public Forums
Topic: Persistent cookies not working
Replies: 4
Views: 4898

Re: Persistent cookies not working

OWS presently does not support persistent cookies. OWS works on Linux, Windows and Mac. So the solution when provided should work on all three platforms. This issue has no priority for our current sponsors and we do not have the resources to implement this. Would you be interested in sponsoring this...
by Janak Mulani
05 Aug 2020, 09:57
Forum: Public Forums
Topic: IE does not "Open" jnlpx content
Replies: 6
Views: 7310

Re: IE does not "Open" jnlpx content

I tested it and it works => in IE 11 type the URL of .jnlpx file, IE downloads it and asks for Open or Save, Clicking on Open starts the .jnlpx file with OWS.

In Windows Setting > Apps > Default Apps > Choose apps by file type >:.jnlpx is associated with OWS.:

jnlpx.PNG
jnlpx.PNG (18.31 KiB) Viewed 7298 times
by Janak Mulani
30 Jul 2020, 13:21
Forum: Public Forums
Topic: HTTP 504 - Gatway Timeout
Replies: 6
Views: 5854

Re: HTTP 504 - Gatway Timeout

>
But - Isn't there a way to use vmoptions-file the?
C:\Program Files\OpenWebStart\javaws.vmoptions
>

This won't work. These VM options are relevant only for OWS phase one : download of jnlp file and not for jar files. Even then OWS seems to override and set the ConnectTimeout to 5000
by Janak Mulani
29 Jul 2020, 16:55
Forum: Public Forums
Topic: HTTP 504 - Gatway Timeout
Replies: 6
Views: 5854

Re: HTTP 504 - Gatway Timeout

Hi

OWS sets ConnectTimeout=5000 and keeps ReadTimeout=0 (infinite).

What problem did you face with timeouts? What was your usecase?

I will come back to you on how to set it.
by Janak Mulani
29 Jul 2020, 12:46
Forum: Installation & Configuration
Topic: No suitable JVM was found to start the application
Replies: 3
Views: 15653

Re: No suitable JVM was found to start the application

Hi In your jnlp you specify java version as : <j2se version="1.8.0_212_02257_36064" href="https://***/JVM/jvms.json"/> This means that you are expecting this specific version to be downloaded from the JVM server specified in the "href" if not already present locally. Ca...
by Janak Mulani
27 Jul 2020, 20:48
Forum: Public Forums
Topic: Proxy warning on Mac
Replies: 6
Views: 9891

Re: Proxy warning on Mac

We already have an issue for this. we will try to solve it in the upcoming release 1.2.0 planned in August.
by Janak Mulani
27 Jul 2020, 20:46
Forum: Public Forums
Topic: certificate security warning prompts
Replies: 5
Views: 20838

Re: certificate security warning prompts

Can you please check the certificates in the file : OpenWebStart\jre\lib\security\cacerts?

If you check the logs, there should be entries about which keystore is being used by OWS on your machine.
by Janak Mulani
27 Jul 2020, 08:04
Forum: Public Forums
Topic: OWS Installer Archive?
Replies: 1
Views: 3088

Re: OWS Installer Archive?

by Janak Mulani
25 Jul 2020, 11:22
Forum: Public Forums
Topic: Dpes the OWS installer uses Windows Registry?
Replies: 4
Views: 4973

Re: Dpes the OWS installer uses Windows Registry?

OWS user preferences are not stored in registry. <User Home>/.config/ icedtea-web/deployment.properties file stores the OWS properties specified using itw-settings Other security preferences are stored in .appletTrustSettings file. <User Home>/.cache/ icedtea-web/ directory stores the cached jnlp ap...
by Janak Mulani
24 Jul 2020, 08:13
Forum: Public Forums
Topic: Dpes the OWS installer uses Windows Registry?
Replies: 4
Views: 4973

Re: Dpes the OWS installer uses Windows Registry?

OWS installer does make some entries in the registry to register the exe, extension, protocol, OpenwithProgID etc.
by Janak Mulani
15 Jul 2020, 10:06
Forum: Public Forums
Topic: Single instance of JNLP application
Replies: 1
Views: 2795

Re: Single instance of JNLP application

Hi this was fixed in OWS v 1.1.8. Which version of OWS are you using?
by Janak Mulani
08 Jul 2020, 11:34
Forum: Public Forums
Topic: Unable to delete old config file
Replies: 8
Views: 8008

Re: Unable to delete old config file

We have created an issue. It will be fixed in future release.
by Janak Mulani
02 Jul 2020, 12:25
Forum: Public Forums
Topic: Unable to delete old config file
Replies: 8
Views: 8008

Re: Unable to delete old config file

I tried running two jnlps simultaneously but I could not reproduce it. There seems to be a timing issue. But we will review the code pointed out by you. Are you getting this Exception always, consistently whenever you run your JSF application? What happens if you introduce a slight delay between dow...
by Janak Mulani
02 Jul 2020, 11:05
Forum: Public Forums
Topic: [SOLVED] Multi-Release Jars seem not to be working
Replies: 9
Views: 11802

Re: Multi-Release Jars seem not to be working

Can you please try it with https://github.com/karakun/OpenWebStart/releases/tag/v3.0.0-alpha1 ? This release has a major changes to the way IcedTeaWeb classloader works. In the jnlp file specify java/j2se version as 1.8+ instead of 11*. For me it worked like this. We will make a new release of OWS 3...
by Janak Mulani
01 Jul 2020, 11:59
Forum: Public Forums
Topic: Unable to delete old config file
Replies: 8
Views: 8008

Re: Unable to delete old config file

Thanks Andrej.

So basically it is like starting two instances of OWS's javaws simultaneously. I will try this and get back to you.
by Janak Mulani
30 Jun 2020, 15:18
Forum: Public Forums
Topic: Unable to delete old config file
Replies: 8
Views: 8008

Re: Unable to delete old config file

Hi Andrej, > i'm having issues with running multiple jnlps. In an application we use, 2 jnlp files are called. During the startup process, > Can you please elaborate above? What do you mean by running multiple jnlps? How do you run them? Are these extension jnlps? You say two jnlps are called. How a...
by Janak Mulani
30 Jun 2020, 12:30
Forum: Public Forums
Topic: [SOLVED] Multi-Release Jars seem not to be working
Replies: 9
Views: 11802

Re: Multi-Release Jars seem not to be working

Hi I ran the sample with OWS with both java 11 and Java 8. I see the attached screenshot for Java 11. Clearly the Java 11 compiled class is ignored. I also ran your program directly (i.e. without OWS) with respective JDKs and see the expected behavior. Thanks for reporting this issue. I will create ...
by Janak Mulani
29 Jun 2020, 09:19
Forum: Public Forums
Topic: [SOLVED] Multi-Release Jars seem not to be working
Replies: 9
Views: 11802

Re: Multi-Release Jars seem not to be working

Thanks for providing the sample. We will investigate and come back to you.
by Janak Mulani
29 Jun 2020, 08:12
Forum: Public Forums
Topic: Debugging OWS
Replies: 0
Views: 20775

Debugging OWS

Please have a look at https://github.com/karakun/OpenWebStart/blob/master/documentation/faq/FAQ.adoc#debugging-and-error-reporting Also it is possible to remotely debug OWS:. 1. Start the itw-settings tool in the OWS Installation directory 2. Choose Remote Debugging. 3. Check on the Activate remote ...