Search found 349 matches

by Janak Mulani
15 Oct 2020, 18:15
Forum: Public Forums
Topic: [SOLVED] Reduce memory footprint through javaws.vmoptions?
Replies: 2
Views: 5148

Re: Reduce memory footprint through javaws.vmoptions?

Hello Steffen, For running OWS using the bundled jre with a smaller memory footprint what you are doing is correct, i.e. specifying jvm args in javaws.vmoptions . For running the application using the preferred JVM with smaller memory footprint it is correct to specify appropriate jvm args in the jn...
by Janak Mulani
14 Oct 2020, 09:50
Forum: Public Forums
Topic: No Suitable JVM was found to start the application
Replies: 7
Views: 22330

Re: No Suitable JVM was found to start the application

You say it is working on some machines but not on some other machines. The cause is: Caused by: java.nio.file.AccessDeniedException: C:\Users\rboada\.cache\icedtea-web\jvm-cache\azul_11.0.7\c6e8a848-6334-4ce5-b06e-d8c2c9ba35b8\zulu11.39.15-ca-fx-jdk11.0.7-win_x64\bin -> C:\Users\rboada\.cache\icedte...
by Janak Mulani
12 Oct 2020, 19:55
Forum: Public Forums
Topic: [SOLVED] Basic Authentication not working with OWS 1.2.1
Replies: 3
Views: 5078

Re: Basic Authentication not working with OWS 1.2.1

Hi, Thanks for reporting. We are aware of https://github.com/AdoptOpenJDK/IcedTea-Web/issues/607 and already have an issue on our internal list. We will take it up after assessing the effort and available resources. Is it an urgent high priority issue for you? Would you be willing to support us? - J...
by Janak Mulani
12 Oct 2020, 15:34
Forum: Announcements
Topic: OpenwebStart v1.2.2 Released
Replies: 0
Views: 37032

OpenwebStart v1.2.2 Released

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

It is a bug fix release over v1.2.1.

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

- OpenWebStart Team at Karakun
by Janak Mulani
12 Oct 2020, 15:19
Forum: Public Forums
Topic: Problem searching for local JVMs
Replies: 7
Views: 8983

Re: Problem searching for local JVMs

Thanks for reporting this problem. It is some problem with ServiceLoader which is not always reproducible.

We decided to fix it by doing away with the ServiceLoader.

We are making a bug fix release OWS 1.2.2. We will announce as soon as it is out.
by Janak Mulani
08 Oct 2020, 18:59
Forum: Public Forums
Topic: Problem searching for local JVMs
Replies: 7
Views: 8983

Re: Problem searching for local JVMs

Hi I presume you are using OWS 1.2.1 on Windows. There is an exception in the logs: [ITW-APP ][2020-10-08 16:23:08.707 MESZ][ERROR][sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)] Exception in thread "ows-pool-1" java.util.ServiceConfigurationError: com.openwebstart.jvm.localf...
by Janak Mulani
06 Oct 2020, 08:06
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

I will investigate.

Thanks for reporting and testing.
by Janak Mulani
06 Oct 2020, 08:03
Forum: Public Forums
Topic: [SOLVED] JEMBOSS Bioinformatic Program Failure
Replies: 8
Views: 7361

Re: JEMBOSS Bioinformatic Program Failure

There is an error reading the jnlp file: ailed to launch netx: Read Error: Could not read or parse the JNLP file at 'file:/C:/Users/Leonardo/Downloads/jemboss.jar'. (Invalid XML document syntax. (O nome do atributo "zic5k-fktj5" associado a um tipo de elemento "_6j" deve ser segu...
by Janak Mulani
05 Oct 2020, 08:51
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

I am not sure if 10.* is a valid wildcard spec for an IP address. May be you can try 10.*.*.*?

I did some search and found this: https://docs.microsoft.com/en-us/previo ... dfrom=MSDN
by Janak Mulani
02 Oct 2020, 14:55
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

Hi, Just to confirm: What is your local address? Your app is hosted at https://10.240.58.240:443/ You have specified a proxy server and checked bypass proxy server for local addresses You have specifed that the same proxy to be used for all protocols. Did you specify any exceptions (See picture belo...
by Janak Mulani
02 Oct 2020, 12:46
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

Ok. I will investigate this one and come back to you.
by Janak Mulani
02 Oct 2020, 12:06
Forum: Public Forums
Topic: No Suitable JVM was found to start the application
Replies: 7
Views: 22330

Re: No Suitable JVM was found to start the application

> I have update the JNLP file to <java version="11+" href="https://download-openwebstart.com/jvms.json" initial-heap-size="32m" max-heap-size="320m"/>. I set the link to OpenWebStart default URI. > The URL of JVM Server by default is https://download-openwebst...
by Janak Mulani
02 Oct 2020, 11:44
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

Also if you notice in your LAN settings you have selected Automatically Detect Settings. It says this may interfere with Manual Setting and so must be disabled for manual setting to take effect. Please try your app after disabling it and see if it works as expected.
by Janak Mulani
02 Oct 2020, 11:39
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

Yes right. I was going to ask you about Advance setting where you apply the proxy to a particular protocol.
by Janak Mulani
01 Oct 2020, 19:01
Forum: Public Forums
Topic: OWS using System Proxy
Replies: 13
Views: 17608

Re: OWS using System Proxy

Hi Thanks for using OWS. In case of System Proxy OWS will pick up the settings from the LAN settings presuming Windows OS. To understand your issue better can you please attach the screen shot of your LAN Settings: LanSettings.PNG Also please send the logs. I will try to reproduce your issue and inv...
by Janak Mulani
30 Sep 2020, 09:55
Forum: Public Forums
Topic: Seeking security documentation
Replies: 3
Views: 4068

Re: Seeking security documentation

Hi, OpenWebStart is based on IcedTeaWeb which is an implementation of JSR56 OWS derives its security features from ITW. Following are links to documentation: IcedteaWeb : https://github.com/AdoptOpenJDK/IcedTea-Web https://icedtea.classpath.org/wiki/IcedTea-Web Security in ITW : https://icedtea.clas...
by Janak Mulani
24 Sep 2020, 08:25
Forum: Public Forums
Topic: Prevent security popup
Replies: 1
Views: 3406

Re: Prevent security popup

Hi,

This dialog means that Codebase attribute is missing in the manifest of the Jar file.

If the URL from where the jars are downloaded is trusted then you could bypass the checks on manifest. Please see : viewtopic.php?p=480#p480
by Janak Mulani
24 Sep 2020, 08:13
Forum: Public Forums
Topic: No Suitable JVM was found to start the application
Replies: 7
Views: 22330

Re: No Suitable JVM was found to start the application

Hi, You have specified the location of JVM server in your JNLP file: <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" Using OWS's itw-settings > JVM Manager you can see which JVMs can be used by OWS and also specify whether to allow use of JVM server from JNLP...
by Janak Mulani
22 Sep 2020, 13:00
Forum: Public Forums
Topic: Cannot overcome SocketPermission access denied
Replies: 12
Views: 12457

Re: Cannot overcome SocketPermission access denied

> What is the preferred way of specifying this permission? Does it always have to go to the main JRE java.policy file or do you recommend placing it into the java.policy in "C:\Windows\Sun\Java\Deployment\", or perhaps, something completely different? Thank you for your help! > Depends on ...
by Janak Mulani
21 Sep 2020, 09:52
Forum: Public Forums
Topic: Cannot overcome SocketPermission access denied
Replies: 12
Views: 12457

Re: Cannot overcome SocketPermission access denied

Hi, You say that you have <all-permissions/> in the jnlp file and yet you are getting "Denying permission: ("java.net.SocketPermission" "my-dev-server" "resolve")" . This is strange because, as we discussed, with all-permissions the app should have the permiss...