Search found 111 matches
- 18 Jan 2021, 12:24
- Forum: Public Forums
- Topic: launching from web url, onn x32 linux
- Replies: 9
- Views: 84
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??
- 18 Jan 2021, 12:24
- Forum: Public Forums
- Topic: launching from web url, onn x32 linux
- Replies: 9
- Views: 84
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.
- 16 Jan 2021, 00:17
- Forum: Public Forums
- Topic: [SOLVED] Thawte code signing issuer CA missing
- Replies: 4
- Views: 57
Re: Thawte code signing issuer CA missing
We added a section into our guide and into the FAQ:
https://openwebstart.com/docs/OWSGuide. ... rtificates
https://openwebstart.com/docs/FAQ.html#_security
https://openwebstart.com/docs/OWSGuide. ... rtificates
https://openwebstart.com/docs/FAQ.html#_security
- 16 Jan 2021, 00:13
- Forum: Public Forums
- Topic: launching from web url, onn x32 linux
- Replies: 9
- Views: 84
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
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
- 16 Jan 2021, 00:02
- Forum: Installation & Configuration
- Topic: launching jnlp on 64 linux
- Replies: 1
- Views: 38
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.
I will check with the team and come back on this.
- 15 Jan 2021, 23:59
- Forum: Installation & Configuration
- Topic: JNLP app runs good but without any data previously stored
- Replies: 3
- Views: 37
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
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
- 15 Jan 2021, 23:17
- Forum: Installation & Configuration
- Topic: launching from a jnlp file, on x32 linux
- Replies: 3
- Views: 40
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
This is sub optimal. We will have a look at this
- 11 Jan 2021, 01:05
- Forum: Installation & Configuration
- Topic: Bug when auto-updating version 1.3.0 to 1.3.1 on 64-bit Windows
- Replies: 2
- Views: 74
Re: Bug when auto-updating version 1.3.0 to 1.3.1 on 64-bit Windows
Thank you for reporting this. We will have a look into this issue.
- 11 Jan 2021, 00:56
- Forum: Public Forums
- Topic: launching from web url, onn x32 linux
- Replies: 9
- Views: 84
Re: launching from web url, onn x32 linux
Ok this is a little bit confusing. The error claims that --add-export=... is not a valid option to a 11.0.7 JVM. Can you please try and run the following command in a terminal: /home/ddyer/.cache/icedtea-web/jvm-cache/azul_11.0.7/bin/java -Xbootclasspath/a:/opt/OpenWebStart/openwebstart.jar --add-ex...
- 11 Jan 2021, 00:43
- Forum: Public Forums
- Topic: [SOLVED] Thawte code signing issuer CA missing
- Replies: 4
- Views: 57
Re: Thawte code signing issuer CA missing
Hi Thank you for reporting this. OpenWebStart does not maintain a curated collection of certificates. Rather it relies on the JVM which brings a default set of certificates. With our halve year releases (spring and fall) we also update the bundled JVM and thus the included certificates. But this is ...
- 11 Jan 2021, 00:34
- Forum: Installation & Configuration
- Topic: launching from a jnlp file, on x32 linux
- Replies: 3
- Views: 40
Re: launching from a jnlp file, on x32 linux
can you please try and pass the full path to the jnlp on the command line.
Something similar to
javaws /user/home/dyer/Downloads/boardspace7.jnlp
Something similar to
javaws /user/home/dyer/Downloads/boardspace7.jnlp
- 11 Jan 2021, 00:32
- Forum: Installation & Configuration
- Topic: JNLP app runs good but without any data previously stored
- Replies: 3
- Views: 37
Re: JNLP app runs good but without any data previously stored
Sorry but without knowing the application we cannot help here. If the application saves the data relative to the JDK then it will of course not find any data when you chose a different JDK. Or it could be that the application uses a feature which is no longer available in JDK 15 and therefore fails ...
- 07 Jan 2021, 11:04
- Forum: Installation & Configuration
- Topic: [SOLVED] Unattended installation var from response.varfile not saved
- Replies: 4
- Views: 229
Re: Unattended installation var from response.varfile not saved
With version 1.3.0 we added the possibility to define local JVMs at installation time.
See the release notes: https://github.com/karakun/OpenWebStart ... tag/v1.3.0
See the release notes: https://github.com/karakun/OpenWebStart ... tag/v1.3.0
- 17 Nov 2020, 17:12
- Forum: Public Forums
- Topic: [SOLVED] UNC-path in ows.jvm.manager.cache.dir
- Replies: 4
- Views: 241
Re: UNC-path in ows.jvm.manager.cache.dir
We have not tested this, but I would assume that it does not work
- 12 Nov 2020, 17:30
- Forum: Public Forums
- Topic: Problem with paramters in varfile when unattented installation
- Replies: 9
- Views: 436
Re: Problem with paramters in varfile when unattented installation
@ptai
The .varfile is only used in the case of unattended installation.
For any other use case the %USER_HOME%/.config/icedtea-web/deployment.properties is the correct file to modify
The .varfile is only used in the case of unattended installation.
For any other use case the %USER_HOME%/.config/icedtea-web/deployment.properties is the correct file to modify
- 12 Nov 2020, 16:37
- Forum: Public Forums
- Topic: Error when launching application on terminal server
- Replies: 3
- Views: 222
Re: Error when launching application on terminal server
The error reports a missing library from HP.
This is a library used by the application itself not OWS.
Is the library included in the JNLP or is it expected to be pre-installed on the machine?
This is a library used by the application itself not OWS.
Is the library included in the JNLP or is it expected to be pre-installed on the machine?
- 10 Nov 2020, 22:30
- Forum: Public Forums
- Topic: [SOLVED] JViewer applet not working
- Replies: 2
- Views: 177
Re: JViewer applet not working
Hi and thank you for using OWS.
I am sorry but the exception is coming from the JViewer Code.
A quick search with google did not find anything useful you could try.
I guess your best option is to contact the developers of JViewer and ask for help
I am sorry but the exception is coming from the JViewer Code.
A quick search with google did not find anything useful you could try.
I guess your best option is to contact the developers of JViewer and ask for help
- 05 Nov 2020, 13:56
- Forum: Public Forums
- Topic: [SOLVED] deployment.properties for OWS
- Replies: 1
- Views: 172
Re: deployment.properties for OWS
See the documentation: https://github.com/karakun/OpenWebStart ... figuration
- 03 Nov 2020, 12:12
- Forum: Public Forums
- Topic: Need to download JRE from Unix Server JDK
- Replies: 5
- Views: 274
Re: Need to download JRE from Unix Server JDK
We never tried it our selves.
But please go ahead and give it a shot. The string you put into the Default update server is used to create a URL object.
So file:/// should work.
I am just never sure how many slashes it needs after file: ....
But please go ahead and give it a shot. The string you put into the Default update server is used to create a URL object.
So file:/// should work.
I am just never sure how many slashes it needs after file: ....
- 03 Nov 2020, 12:04
- Forum: Public Forums
- Topic: [SOLVED] Basic Authentication not working with OWS 1.2.1
- Replies: 3
- Views: 245
Re: Basic Authentication not working with OWS 1.2.1
We found the underlying issue and will release a fix with version 1.3.0 in mid November
For details see https://github.com/AdoptOpenJDK/IcedTea-Web/issues/607
For details see https://github.com/AdoptOpenJDK/IcedTea-Web/issues/607