Search found 184 matches

by Stephan Classen
30 Jul 2020, 11:25
Forum: Installation & Configuration
Topic: No suitable JVM was found to start the application
Replies: 3
Views: 12510

Re: No suitable JVM was found to start the application

Also could you provide the logs from the failed application start.
It contains more details what OpenWebStart tried to find a suitable JVM
by Stephan Classen
30 Jul 2020, 11:21
Forum: Public Forums
Topic: HTTP 504 - Gatway Timeout
Replies: 6
Views: 5599

Re: HTTP 504 - Gatway Timeout

You could try to add the timeouts to the JNLP file as properties.
Not sure if this will work, as some of the network related properties are cached by the JVM uppon opening the first connection.
by Stephan Classen
27 Jul 2020, 17:05
Forum: Public Forums
Topic: Application shortcut on macOS doesn't work
Replies: 6
Views: 7561

Re: Application shortcut on macOS doesn't work

Early August so about 2 weeks from now
by Stephan Classen
27 Jul 2020, 16:44
Forum: Public Forums
Topic: Detection of local JVM only finds the Oracle Java
Replies: 9
Views: 8499

Re: Detection of local JVM only finds the Oracle Java

Hi Vijayasri We explicitly designed it this way because many of our customers provide a JVM download server which offers specific Java versions for their applications. If OWS would automatically detect and use any locally installed JVM then such a JVM may take precedence over the one from the downlo...
by Stephan Classen
17 Jul 2020, 23:41
Forum: Public Forums
Topic: deployment.assumeFileSystemInCodebase?
Replies: 5
Views: 4667

Re: deployment.assumeFileSystemInCodebase?

Yes this setting you are looking for
by Stephan Classen
02 Jul 2020, 15:33
Forum: Public Forums
Topic: [SOLVED] Multi-Release Jars seem not to be working
Replies: 9
Views: 10052

Re: Multi-Release Jars seem not to be working

This will be fixed in alpha2
by Stephan Classen
30 Jun 2020, 09:18
Forum: Public Forums
Topic: Iced Tea Web version used with OpenWebStart
Replies: 2
Views: 3801

Re: Iced Tea Web version used with OpenWebStart

If you want to know it exactly you can have a look at
https://github.com/karakun/OpenWebStart ... rt/pom.xml
On line 20 you find the version.

The above link takes you to the tag for OWS 1.1.8.
You can simply switch the tag in the dropdown above the code to select another version
by Stephan Classen
26 Jun 2020, 13:59
Forum: Public Forums
Topic: Propertie not found in the Java application, if in secondary jnlp
Replies: 1
Views: 3005

Re: Propertie not found in the Java application, if in secondary jnlp

Yes this is a known issue.
Unfortunately non of our paying customer is experiencing it. Therefore it is low priority.
You can also consider sponsoring this feature if it is a major drawback for you.
by Stephan Classen
25 Jun 2020, 22:21
Forum: Public Forums
Topic: Local Root or Folder Search Path for JVM
Replies: 5
Views: 6202

Re: Local Root or Folder Search Path for JVM

Great to hear.
It would be appreciated if you could post your batch script once you have it running.
This would help others with a similar setup.
by Stephan Classen
25 Jun 2020, 09:41
Forum: Features & Proposals
Topic: enhancement: Cached apps list
Replies: 1
Views: 34788

Re: enhancement: Cached apps list

Thanks for your suggestion

We have this on our list of features. Unfortunately there are currently almost no resources free to be dedicated to this.
by Stephan Classen
25 Jun 2020, 09:39
Forum: Public Forums
Topic: Local Root or Folder Search Path for JVM
Replies: 5
Views: 6202

Re: Local Root or Folder Search Path for JVM

Unfortunately neither ITW nor OWS have any functionality for detecting configs relative to the installation folder. There is however the option to specify the location of the config and the cache folder using environment variables. XDG_CACHE_HOME XDG_CONFIG_HOME So it should be possible to write a b...
by Stephan Classen
20 Jun 2020, 02:50
Forum: Public Forums
Topic: Is JVM Manager displaying the JRE-JDK architecture ?
Replies: 2
Views: 4125

Re: Is JVM Manager displaying the JRE-JDK architecture ?

yes this is a bug.
Currently we are always showing the local OS architecture.

Fix is in review: https://github.com/karakun/OpenWebStart/pull/282
by Stephan Classen
19 Jun 2020, 14:27
Forum: Public Forums
Topic: Detection of local JVM only finds the Oracle Java
Replies: 9
Views: 8499

Re: Detection of local JVM only finds the Oracle Java

We plan on releasing the next version end of July beginning of August.
by Stephan Classen
19 Jun 2020, 10:36
Forum: Public Forums
Topic: OpenWebStart console and app are getting hung up
Replies: 3
Views: 4421

Re: OpenWebStart console and app are getting hung up

Thank you for reporting this.
We will look into it.
by Stephan Classen
17 Jun 2020, 15:26
Forum: Public Forums
Topic: Detection of local JVM only finds the Oracle Java
Replies: 9
Views: 8499

Re: Detection of local JVM only finds the Oracle Java

we basically search the most common path. If you tell us where adopt is installed we can take this path into the list for the next release
by Stephan Classen
17 Jun 2020, 08:35
Forum: Installation & Configuration
Topic: Proxy settings grayed out
Replies: 6
Views: 12115

Re: Proxy settings grayed out

OK. This looks like an older file from an Oracle Java 8 or earlier. The entries which take effect for the proxy are deployment.proxy.type=3 deployment.proxy.type.locked They basically lock the proxy settings to type 3 which is Firefox. You may need to check if this file is still required for oracle ...
by Stephan Classen
15 Jun 2020, 21:36
Forum: Installation & Configuration
Topic: Proxy settings grayed out
Replies: 6
Views: 12115

Re: Proxy settings grayed out

can you please post the content of the file: C:/Windows/Sun/Java/deployment/deployment.properties
It is loaded before the user level properties.

Having no connection to the internet is not an issue.
You can also disable the checks in the config so there will no longer be an error in the logs
by Stephan Classen
11 Jun 2020, 21:10
Forum: Public Forums
Topic: [SOLVED] Slow startup of cached application ?
Replies: 10
Views: 12532

Re: Slow startup of cached application ?

we are currently looking into this and have found at least one source of unnecessary CPU usage related to logging.
by Stephan Classen
10 Jun 2020, 16:48
Forum: Public Forums
Topic: OWS 1.1.[7-8] W10x64 : DEADLOCK on net.sourceforge.jnlp.util.logging at startup ?!
Replies: 5
Views: 5572

Re: OWS 1.1.[7-8] W10x64 : DEADLOCK on net.sourceforge.jnlp.util.logging at startup ?!

Thanks for this detailed post.
We will take a deep look at logging for the next release.
There should be no need for having the Logger going through the TeeOutputStream to the OutputController.
by Stephan Classen
10 Jun 2020, 09:26
Forum: Installation & Configuration
Topic: Proxy settings grayed out
Replies: 6
Views: 12115

Re: Proxy settings grayed out

Can you please go to the settings and actiave logging to file and debug logging in the tab "Logging". In the same tab you see where the log files are written to. Then: * close the settings * go to the logs folder and dele any already existing logs * open the settings * there will be a new ...