Search found 184 matches

by Stephan Classen
22 Feb 2021, 15:20
Forum: Public Forums
Topic: [SOLVED] Codebase warning foreign domain
Replies: 8
Views: 6438

Re: [SOLVED] Codebase warning foreign domain

Yes this is currently missing.
We will add this property with the next release of OWS
by Stephan Classen
21 Feb 2021, 16:12
Forum: Public Forums
Topic: [SOLVED] JNLP File with APPLET is not getting launched
Replies: 1
Views: 3495

Re: JNLP File with APPLET is not getting launched

Yes, OpenWebStart does no longer support applets.
You will need to convert the your applet to an application.
by Stephan Classen
19 Feb 2021, 13:20
Forum: Public Forums
Topic: [SOLVED] Codebase warning foreign domain
Replies: 8
Views: 6438

Re: Codebase warning foreign domain

In the deployment.properties (per user or system wide) you can add the following line:

deployment.security.level=ALLOW_UNSIGNED

This will disable a series of security checks including the one causing the warning you see
by Stephan Classen
19 Feb 2021, 11:51
Forum: Public Forums
Topic: [SOLVED] Codebase warning foreign domain
Replies: 8
Views: 6438

Re: Codebase warning foreign domain

You can safe the decision by selecting the checkbox on the very bottom of the dialog.
by Stephan Classen
12 Feb 2021, 14:00
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 9477

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

I don't think downgrading is the solution. But I am kind of running out of ideas.

Just to state the obvious:
Can you check that the file /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/amd64/libglassgtk3.so exists and is readable by the user which is starting the JNLP
by Stephan Classen
12 Feb 2021, 11:08
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 9477

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

Can you start the application locally (without webstart) using the exact same JVM (/usr/lib/jvm/java-1.8.0-amazon-corretto/bin/java)
JavaFX and JVM 1.8.0 with a bugfix version greater than 200 (in your case this is 282) are known to have problems
by Stephan Classen
12 Feb 2021, 09:37
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 9477

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

Also when you enable log to file there are always 2 log files created. "stage1" and "stage2". In the stage1 log file you can find the command which is used to launch stage2. This command includes the path to the JVM for stage 2 so you can make sure that expected/required JVM is u...
by Stephan Classen
12 Feb 2021, 09:33
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12434

Re: launching from web url, onn x32 linux

There is a dedicated JVM with OpenWebStart. It is located in "/opt/OpenWebStart/jre"
Is it missing on your machine?
by Stephan Classen
29 Jan 2021, 12:01
Forum: Installation & Configuration
Topic: launching jnlp on 64 linux
Replies: 2
Views: 8082

Re: launching jnlp on 64 linux

Sorry have not yet found the time to discuss this.
by Stephan Classen
29 Jan 2021, 11:58
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12434

Re: launching from web url, onn x32 linux

From looking at all the log output you posted here. I have the very strong suspicion that your linux is not using openwebstart to launch the application. Rather it finds some other javaws on the path (most likely an existing oracle java installation). Can you make absolutely sure that it uses OWS by...
by Stephan Classen
26 Jan 2021, 10:52
Forum: Public Forums
Topic: Problem with ATEN Java iKVM Viewer
Replies: 1
Views: 3978

Re: Problem with ATEN Java iKVM Viewer

Can you provide us the log files.
Also in the settings under "security" you can configure OpenWebStart to not complain about resources which are located on your local file system.
by Stephan Classen
18 Jan 2021, 12:24
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12434

Re: launching from web url, onn x32 linux

Just out of curiosity. The OWS installer comes with a bundled 64bit JRE. How are you running this on a 32bit Linux??
by Stephan Classen
18 Jan 2021, 12:24
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12434

Re: launching from web url, onn x32 linux

On my (64bit) machine it will pick a 1.8 instead of a 11 JVM with the above version string.
by Stephan Classen
16 Jan 2021, 00:13
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12434

Re: launching from web url, onn x32 linux

As a workaround you could limit the usage of a JVM less than 9.
You can do this by changing the JNLP:

<j2se version="1.8* 1.7* 1.6* 1.5*"/>

This will select the highest JVM version in the range 1.5 - 1.8
by Stephan Classen
16 Jan 2021, 00:02
Forum: Installation & Configuration
Topic: launching jnlp on 64 linux
Replies: 2
Views: 8082

Re: launching jnlp on 64 linux

I don't think we are currently supporting arm architecture.
I will check with the team and come back on this.
by Stephan Classen
15 Jan 2021, 23:59
Forum: Installation & Configuration
Topic: JNLP app runs good but without any data previously stored
Replies: 4
Views: 10083

Re: JNLP app runs good but without any data previously stored

can you give me a hint where the data is stored?

Is it relative to the JNLP file?
is it in a fixed directory?
is it relative to the user home directory?

The current launcher is setting some of these base directories to somewhat unusual values.
Maybe this is related to the behavior you are seeing
by Stephan Classen
15 Jan 2021, 23:17
Forum: Installation & Configuration
Topic: [SOLVED] launching from a jnlp file, on x32 linux
Replies: 4
Views: 10480

Re: launching from a jnlp file, on x32 linux

I can confirm the same behavior on a x64 linux.

This is sub optimal. We will have a look at this