Softwaredeployment and then integrate a JVM

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
s.schorr
Posts: 1
Joined: 08 Jan 2025, 07:26

Softwaredeployment and then integrate a JVM

Post by s.schorr »

Hello everyone,

We are currently in the process of setting up the software distribution of OpenWebStart. However, we are still failing to automatically integrate the javaw in the JVM Manager.

Please find attached the config file. In the last three lines, it has been set up so that the local search is executed at startup, the standard search path is excluded and a user-defined path is specified.

If you add the whole thing manually, it works without any problems.

Is there a solution to include the file automatically?
Error message in the Attachments.

Thanks for your help in advance.
BR
Attachments
response.varfile.txt
config file
(907 Bytes) Downloaded 32 times
2025-01-08_07_22_32.637-ows-settings.log
OWS start logfile
(9.84 KiB) Downloaded 31 times
Error message over local search
Error message over local search
Screenshot 2025-01-07 142716.png (91.52 KiB) Viewed 1071 times
It should look like this
It should look like this
Screenshot 2025-01-07 122635.png (57.41 KiB) Viewed 1071 times

Janak Mulani
Posts: 930
Joined: 24 Mar 2020, 13:37

Re: Softwaredeployment and then integrate a JVM

Post by Janak Mulani »

From the logs I see that:OWS settings is looking for the JVM at:

Code: Select all

About to look for local JVMs at the following location: C:\Program Files\OpenWebStart\Program FilesOpenWebStartjdk8u392-b08-jre
You need to specify the path in response.varfile as:

Code: Select all

ows.jvm.manager.customSearchLocation=C\:\\Program Files\\OpenWebStart\\jdk8u392-b08-jre

Post Reply