Search found 184 matches

by Stephan Classen
12 Oct 2020, 22:07
Forum: Public Forums
Topic: Reduce logging output, specifically NO_PROXY.
Replies: 1
Views: 3529

Re: Reduce logging output, specifically NO_PROXY.

Thank you for your request.
We will take this into consideration when we do the next release planning.

If you are in need for this feature you can also consider sponsoring the development.
by Stephan Classen
09 Oct 2020, 17:21
Forum: Installation & Configuration
Topic: [SOLVED] Unattended installation var from response.varfile not saved
Replies: 4
Views: 10534

Re: Unattended installation var from response.varfile not saved

Setting the "ows.jvm.manager.cache.dir" in the response.var or in the deployment.properties file should work.

What currently is not supported is providing a list of pre-installed JVMs when doing an installation of OWS
by Stephan Classen
09 Oct 2020, 17:16
Forum: Public Forums
Topic: Problem searching for local JVMs
Replies: 7
Views: 8434

Re: Problem searching for local JVMs

We can reproduce the issue. Will get back to you once we have a fix.
by Stephan Classen
09 Oct 2020, 16:48
Forum: Public Forums
Topic: [SOLVED] JEMBOSS Bioinformatic Program Failure
Replies: 8
Views: 6902

Re: JEMBOSS Bioinformatic Program Failure

I can confirm that by clicking the red buttons OWS is starting the java applications
by Stephan Classen
09 Oct 2020, 10:40
Forum: Public Forums
Topic: [SOLVED] vendor property in j2se tag does not supersede default value
Replies: 3
Views: 4616

Re: vendor property in j2se tag does not supersede default value

I am not sure if I have understood everything. Here is a short description of what the code is doing: - get a vendor from the JNLP if allowFromJnlp is set to true and the vendor in the JNLP is different from '*' (any vendor) - if this did not lead to a vendor it will take the vendor specified in ows...
by Stephan Classen
09 Oct 2020, 10:30
Forum: Public Forums
Topic: [SOLVED] OWS debug log rights inheritance
Replies: 3
Views: 5388

Re: OWS debug log rights inheritance

We are aware of this. Does it cause any problems for you?
by Stephan Classen
09 Oct 2020, 10:27
Forum: Installation & Configuration
Topic: [SOLVED] Unattended installation var from response.varfile not saved
Replies: 4
Views: 10534

Re: Unattended installation var from response.varfile not saved

Hello Nadine Thank you for your interest in OWS and also for reading the guide. We very much appreciate if someone takes the time to read what we provide. To your questions: If a property in the deployment.properties has default value it will not be saved. This is an optimization to make the file sm...
by Stephan Classen
08 Oct 2020, 16:47
Forum: Public Forums
Topic: Problem searching for local JVMs
Replies: 7
Views: 8434

Re: Problem searching for local JVMs

Can you please also provide us with the path of the directories where you have installed the JVMs
by Stephan Classen
06 Oct 2020, 16:12
Forum: Public Forums
Topic: [SOLVED] JEMBOSS Bioinformatic Program Failure
Replies: 8
Views: 6902

Re: JEMBOSS Bioinformatic Program Failure

What you are describing sounds a lot like a source code bundle. This means it is the actual code written by humans and not a program ready to be executed in a Java Virtual Machine. Did you download the jemboss from this site: http://emboss.sourceforge.net/Jemboss/ ?? If yes please contact the author...
by Stephan Classen
06 Oct 2020, 08:52
Forum: Public Forums
Topic: [SOLVED] JEMBOSS Bioinformatic Program Failure
Replies: 8
Views: 6902

Re: JEMBOSS Bioinformatic Program Failure

It looks like you are passing a JAR file to OpenWebStart instead of a JNLP file. OWS main args [-verbose, C:\Users\Leonardo\Downloads\jemboss.jar] In order for OWS to work correctly you need a JNLP file. Ask the provider of your application if they support Java Web Start and can provide you with a J...
by Stephan Classen
02 Oct 2020, 16:05
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12789

Re: Hardcode JVM Path

Greate to hear that it is working. You should change your entry in the cache.json to read ' "managed": false '. This will tell OWS that the JDK was not downloaded by the JVM Manager. Main effect this flag has is that when a managed JVM is removed from the JVM Manager it is also physically ...
by Stephan Classen
02 Oct 2020, 10:11
Forum: Public Forums
Topic: [SOLVED] Slow startup of cached application ?
Replies: 10
Views: 12579

Re: Slow startup of cached application ?

Did you see any improvements with the version 1.2.1 ??
by Stephan Classen
02 Oct 2020, 08:51
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12789

Re: Hardcode JVM Path

I suspect, the formatting of the path to the cache dir may be incorrect.

@Janak
Can you test this on Windows and see if the path is resolved correctly using the above syntax
by Stephan Classen
01 Oct 2020, 09:20
Forum: Installation & Configuration
Topic: [SOLVED] Configure local JVM for all users
Replies: 4
Views: 11482

Re: Configure local JVM for all users

Most likely no, The reason for this is that OWS is a java launcher and as such it cannot know what the requirements of the next application to launch will be. Fixing it to a specific JVM instance may prevent some applications from working with OWS. Maybe you can give us the reason why you need a spe...
by Stephan Classen
28 Sep 2020, 14:42
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12789

Re: Hardcode JVM Path

Also it is possible to host your own JVM download server.
see: https://github.com/karakun/OpenWebStart ... oad-server
by Stephan Classen
25 Sep 2020, 10:21
Forum: Public Forums
Topic: MSI Installer
Replies: 2
Views: 3448

Re: MSI Installer

We use install4j to build the installer and launcher for the java application. Because of license issues we cannot make this part open at the moment. You can use the Java from the github repository and build everything using maven. The main class is "PhaseTwoWebStartLauncher". Maybe you ne...
by Stephan Classen
25 Sep 2020, 09:19
Forum: Installation & Configuration
Topic: [SOLVED] Configure local JVM for all users
Replies: 4
Views: 11482

Re: Configure local JVM for all users

The information about the available JVMs is stored together with the cached JVMs. It is possible to set the system variable "XDG_CACHE_HOME" to a folder outside of the user home directory (e.g. "c:\ows-cache"). This will force all users to use the specified folder as their cache ...
by Stephan Classen
25 Sep 2020, 09:10
Forum: Public Forums
Topic: No Suitable JVM was found to start the application
Replies: 7
Views: 21103

Re: No Suitable JVM was found to start the application

If the above information did not help you then please provide the complete stage1 log file
by Stephan Classen
21 Sep 2020, 21:55
Forum: Public Forums
Topic: Support for Deployment Rule Sets?
Replies: 5
Views: 6275

Re: Support for Deployment Rule Sets?

Yes it works with most JNLP files.
by Stephan Classen
21 Sep 2020, 11:20
Forum: Public Forums
Topic: [SOLVED] Remove JAVA
Replies: 2
Views: 3715

Re: Remove JAVA

OWS does not need any pre installed java.
Thus you should be able to remove all javas from your machine and still use OWS