Search found 347 matches

by Janak Mulani
02 Aug 2021, 08:52
Forum: Installation & Configuration
Topic: this type of file can harm your computer
Replies: 1
Views: 7614

Re: this type of file can harm your computer

Users will have to install OWS. It cannot be done automatically.

The installer is available form https://openwebstart.com/

Guide is available at https://openwebstart.com/docs/OWSGuide.html
by Janak Mulani
22 Jul 2021, 15:12
Forum: Public Forums
Topic: OpenWebStart Support for RHEL
Replies: 15
Views: 11537

Re: OpenWebStart Support for RHEL

Hi

Unfortunately we do not have a RHEL machine to reproduce your issue.

Can you please send us the logs? https://openwebstart.com/docs/OWSGuide.html#_logging
by Janak Mulani
22 Jul 2021, 15:08
Forum: Public Forums
Topic: Wrong menu entry on Mac OS
Replies: 2
Views: 3024

Re: Wrong menu entry on Mac OS

Thanks for your post. We already have two issues: https://github.com/karakun/OpenWebStart/issues/325 https://github.com/karakun/OpenWebStart/issues/382 Due to limited resources and limited number of Mac user these do not have high priority. If these issues are important for you, you could support us...
by Janak Mulani
15 Jul 2021, 10:43
Forum: Public Forums
Topic: OWS Daimler Software
Replies: 3
Views: 3949

Re: OWS Daimler Software

Hello Michael,

Good to know that it is working now. However we cannot help much about https://xentryportal.i.daimler.com/swdi ... tml (#013).

For help on Daimler's set up please contact: aftersales.platform@daimler.com

Thanks

Janak
by Janak Mulani
15 Jul 2021, 10:32
Forum: Public Forums
Topic: Debugging OWS
Replies: 1
Views: 2472

Re: Debugging OWS

Yes you can debug OWS and ITW. Please see https://openwebstart.com/docs/OWSGuide.html#_remote_debugging . You can set breakpoint in Boot.main which starts processing the jnlp and starts the App. You can specify -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 in javaws.vmoptions in...
by Janak Mulani
15 Jul 2021, 09:27
Forum: Public Forums
Topic: OWS Configuration clarifications request
Replies: 2
Views: 3184

Re: OWS Configuration clarifications request

Hi Please see https://openwebstart.com/docs/OWSGuide.html#_configuration for details about Configuration Lookup Lifecycle. OWS allows for different system settings than Oracle JWS. It will look for System level settings in \Windows\Sun\Java\Deployment for file itw-deployment.config . If that file is...
by Janak Mulani
15 Jul 2021, 09:13
Forum: Public Forums
Topic: OWS certificates - How to
Replies: 8
Views: 7159

Re: OWS certificates - How to

https://manpages.debian.org/buster/icedtea-netx/itweb-settings.1.en.html lists properties like: deployment.system.security.cacerts $JAVA_HOME/lib/security/cacerts (Possible: include an absolute path to a file or directory) deployment.system.security.jssecacerts $JAVA_HOME/lib/security/jssecacerts (...
by Janak Mulani
15 Jul 2021, 09:01
Forum: Public Forums
Topic: OpenWebStart Support for RHEL
Replies: 15
Views: 11537

Re: OpenWebStart Support for RHEL

Can you please describe which screens are blank? Do you mean screens of itw-settings tool used to configure OWS?

Are you able to start any Jnlp application?
by Janak Mulani
08 Jul 2021, 08:59
Forum: Public Forums
Topic: OWS Daimler Software
Replies: 3
Views: 3949

Re: OWS Daimler Software

Hello, Just to clarify: Was the same jnlp application working with OWS 1.3.3 and the same application is now not working with OWS 1.4.0? Kindly confirm this. The screen shot says that the JVM matching that specified in the jnlp file was not found on the system,. You have specified <j2se version=&quo...
by Janak Mulani
07 Jul 2021, 08:11
Forum: Public Forums
Topic: RCP Client using ECF JaxRS (Jersey) starts on OpenWebstart but not original/Oracle Webstart (Java 8)
Replies: 3
Views: 3828

Re: RCP Client using ECF JaxRS (Jersey) starts on OpenWebstart but not original/Oracle Webstart (Java 8)

Hi OWS is based on IcedTea-Web and does things differently from JWS. As you say this is not an OWS issue. We have limited resource for deep investigations. If this issue is critical to you, you can buy support from us https://openwebstart.com/support or Java consulting. In our company we have Eclips...
by Janak Mulani
15 Jun 2021, 12:51
Forum: Public Forums
Topic: Security settings partially greyed out
Replies: 4
Views: 4283

Re: Security settings partially greyed out

Hi Jeroen, Can you please tell us the exact steps to reproduce this? I.e you installed, started itw-settings and found that security options are greyed? Have by any chance locked those properties? https://openwebstart.com/docs/OWSGuide.html#_locking_a_property Can you check if in your deployment.pro...
by Janak Mulani
14 Jun 2021, 13:13
Forum: Public Forums
Topic: TimeoutException
Replies: 2
Views: 4316

Re: TimeoutException

Hi, Which version of OWS are you using? Can you please provide us the log files? Do you face this issue always? Can you please describe the steps to reproduce the issue ? From the Exception Stack Trace all I can say is that OWS is trying to create a Process to query the Windows Registry on your mach...
by Janak Mulani
27 May 2021, 08:22
Forum: Public Forums
Topic: Image Reader iterator is empty in macOS
Replies: 5
Views: 5057

Re: Image Reader iterator is empty in macOS

image file is getting download How have you specified the image file that is used by your app? Normally you would put all resources in a jar file and specify the jar file under resources tag in your jnlp file. OWS downloads and caches all resources (jars) in User Home/.cache/icedtea-web/cache direc...
by Janak Mulani
25 May 2021, 19:20
Forum: Public Forums
Topic: [SOLVED] Executing OpenWebStart from the terminal in MacOS
Replies: 1
Views: 4838

Re: Executing OpenWebStart from the terminal in MacOS

When you install OWS on Mac let's say it got Installed in the OpenWebStart folder under Applications. (You can find it through the Finder). On the OpenWebStart folder on the context menu choose Services > New Terminal at Folder. This opens the Terminal at OpenWebStart directory. Suppose you have dow...
by Janak Mulani
25 May 2021, 18:10
Forum: Public Forums
Topic: Image Reader iterator is empty in macOS
Replies: 5
Views: 5057

Re: Image Reader iterator is empty in macOS

Which version of OWS are you using? Which version of Java is being used to run the app on Windows and Mac? Do you mean to say that the a version of OWS on Windows is able to start your jnlp app but the same version of OWS on Mac is not able to start the same jnlp app? Is there any exception in the l...
by Janak Mulani
19 May 2021, 17:25
Forum: Installation & Configuration
Topic: Oracle Webforms? Will this work?
Replies: 7
Views: 26912

Re: Oracle Webforms? Will this work?

Hi

You can attach the log as .txt to a post. Also if possible attach your jnlp file as a .txt file.

Which JVM and version are you using to start your app?

Thanks

Janak
by Janak Mulani
19 May 2021, 15:32
Forum: Installation & Configuration
Topic: [SOLVED] Unsigned Jar issue with older IPMI jnlp viewer
Replies: 8
Views: 51446

Re: [SOLVED] Unsigned Jar issue with older IPMI jnlp viewer

Hi Just to clarify: You said that the same jnlp worked with OWS 1.2.2 but is not working with OWS v 1.3.3. It used to work with v 1.2.2 after you made changes regarding MD5 to java.security of the azul_11.0.7 JVM used to run the jnlp app. When you run with OWS 1.3.3 you use the Adopt jdk1.8.0_92 JVM...
by Janak Mulani
14 May 2021, 10:19
Forum: Installation & Configuration
Topic: [SOLVED] Unsigned Jar issue with older IPMI jnlp viewer
Replies: 8
Views: 51446

Re: [SOLVED] Unsigned Jar issue with older IPMI jnlp viewer

Hi Dimitri, Thanks for posting the solution to your issue. However it is not clear if you are still facing with OWS 1.3.3 the issue: Initialization Error: Could not initialize application. (Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permission...
by Janak Mulani
20 Apr 2021, 18:29
Forum: Public Forums
Topic: Slow startup?
Replies: 5
Views: 6493

Re: Slow startup?

Hi,

I would like to know if you have specified deployment.system.security.policy property in your deployment.config file. If yes can you please share your deployment.config file?

Thanks

Janak
by Janak Mulani
18 Apr 2021, 09:23
Forum: Installation & Configuration
Topic: Oracle Webforms? Will this work?
Replies: 7
Views: 26912

Re: Oracle Webforms? Will this work?

Which version of OWS are you using?

Can you please enable logging and send us the logs?

Thanks