Search found 386 matches

by Janak Mulani
27 Nov 2024, 16:20
Forum: Announcements
Topic: OpenWebStart v1.11.0 released
Replies: 0
Views: 89

OpenWebStart v1.11.0 released

We are happy to announce the release of OpenWebStart v1.11.0

https://github.com/karakun/OpenWebStart/releases

- OpenWebStart Team at Karakun
by Janak Mulani
08 Nov 2024, 06:29
Forum: Public Forums
Topic: Exiting Boot.mainWithReturnCode() with 0?
Replies: 2
Views: 284

Re: Exiting Boot.mainWithReturnCode() with 0?

> Description: Oracle Forms Services applet launcher.
> Launching Applet

OWS does not support applets. Please migrate your application to a standalone Java application that can be specified as application in the jnlp file.
by Janak Mulani
30 Oct 2024, 13:17
Forum: Public Forums
Topic: TSA check
Replies: 5
Views: 590

Re: TSA check

> If the current way is not correct I can probably make some time to improve this

I have pointed to the Class and method. You are welcome to improve upon it and create a Pull Request.
by Janak Mulani
29 Oct 2024, 13:32
Forum: Public Forums
Topic: TSA check
Replies: 5
Views: 590

Re: TSA check

We had a brief look.

Is it possible for you to sign the jars with certificate chain that includes the CA cert?

https://github.com/AdoptOpenJDK/IcedTea ... ifier.java has a method isTrustedTsa which is doing the check.
by Janak Mulani
29 Oct 2024, 03:12
Forum: Public Forums
Topic: TSA check
Replies: 5
Views: 590

Re: TSA check

I did not get time to go through the jar signing code yet. I will have a look in coming days but cannot promise when. For guaranteed response time, please consider paid support : https://openwebstart.com/support/
by Janak Mulani
18 Oct 2024, 12:20
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 4
Views: 427

Re: Installer Mime Type Missing Win11

Shouldn't the server set the mime type in response when responding to request for a jnlp file?
by Janak Mulani
17 Oct 2024, 03:24
Forum: Public Forums
Topic: TSA check
Replies: 5
Views: 590

Re: TSA check

I will have a look and revert.
by Janak Mulani
16 Oct 2024, 16:20
Forum: Features & Proposals
Topic: Oracle forms crashing after opening .jnlp
Replies: 2
Views: 332

Re: Oracle forms crashing after opening .jnlp

please don't post extracts from log file. better to attach the log file. Your log file says: Oracle Forms Services with WebUtil applet launcher. [ITW-CORE][2024-10-01 15:55:05.414 EDT][INFO ][net.sourceforge.jnlp.util.AppletUtils] Found to small applet! Is the application you are trying to run an ap...
by Janak Mulani
16 Oct 2024, 15:14
Forum: Public Forums
Topic: Installer Mime Type Missing Win11
Replies: 4
Views: 427

Re: Installer Mime Type Missing Win11

I will investigate this. But just to clarify I would like to know the steps you followed: 1. You have deployed a myapp.jnlp file in a server say myserver.com in app folder 2. You run javaws from command line: >javaws http://myserver.com/app/myapp.jnlp 3. Do you mean to say the server returned a .do ...
by Janak Mulani
14 Oct 2024, 17:03
Forum: Public Forums
Topic: Disable Apps Creating Desktop Icons
Replies: 1
Views: 344

Re: Disable Apps Creating Desktop Icons

https://openwebstart.com/docs/OWSGuide. ... ntegration : You can choose the shortcut handling strategy "Never Create".
by Janak Mulani
14 Oct 2024, 16:59
Forum: Public Forums
Topic: IBM Semeru does not exist in the OpenWebStart vendor list
Replies: 1
Views: 220

Re: IBM Semeru does not exist in the OpenWebStart vendor list

The asterix is the same as if you skip the vendor attribute. It means "any vendor" will be fine. This is the default => it is not mandatory to specify the vendor attribute. Using the JVM Manager https://openwebstart.com/docs/OWSGuide.html#_jvm_management one can choose or automatically add...
by Janak Mulani
06 Sep 2024, 13:53
Forum: Public Forums
Topic: OWS deploy can't read System property
Replies: 1
Views: 509

Re: OWS deploy can't read System property

> How come I can't access this parameter when running OWS. If I deploy from Eclipse the parameter is accessible. I've added a print out in the OWS-log so I can see that the parameter is set. > OWS runs the app in a sandbox with restricted access. > Row 66-69 in the OWS2.txt is from the application, ...
by Janak Mulani
05 Sep 2024, 10:03
Forum: Public Forums
Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Replies: 5
Views: 2986

Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error

Please talk to the vendor if possible. It should not be difficult to migrate an applet to an application.
by Janak Mulani
30 Aug 2024, 15:17
Forum: Public Forums
Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Replies: 5
Views: 2986

Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error

You are trying to run an applet : <applet-desc ...> as specified in your jnlp file .

Log file has: [ITW-CORE][2024-08-22 14:12:41.057 EDT][DEBUG][net.sourceforge.jnlp.Launcher] Launching Applet

OWS does not support applets.

You will have to convert your applet to a Java Application.
by Janak Mulani
23 Aug 2024, 07:53
Forum: Public Forums
Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Replies: 5
Views: 2986

Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error

Which version of OWS are you using? Can you please attach the OWS logs? Which JREhave you specified in your Jnlp file to run the application?
by Janak Mulani
09 Aug 2024, 14:22
Forum: Public Forums
Topic: Opening OpenWebStart error
Replies: 1
Views: 5335

Re: Opening OpenWebStart error

Please see https://openwebstart.com/docs/OWSGuide. ... management.

Please make sure that you have chosen the right JVM download/update strategy.
by Janak Mulani
18 Jul 2024, 09:12
Forum: Public Forums
Topic: [SOLVED] JViewer applet not working
Replies: 5
Views: 17305

Re: [SOLVED] JViewer applet not working

You can control JVM choices using itw-settings > JVM Manager > Settings. Please see https://openwebstart.com/docs/OWSGuide. ... management
by Janak Mulani
02 Jul 2024, 17:30
Forum: Public Forums
Topic: openwebstart - unable to load the jnlp
Replies: 2
Views: 5922

Re: openwebstart - unable to load the jnlp

You can add appropriate --add-modules jvm args in the jnlp file to be able to run your application with Java 11. You can specify which JVM you want to use to run your application in the jnlp file and in the itw-settings.
by Janak Mulani
01 Jul 2024, 20:06
Forum: Public Forums
Topic: JNLP application not openning when using signed Jars
Replies: 3
Views: 5463

Re: JNLP application not openning when using signed Jars

OWS is starting your jnlp app by invoking the main method of your app. There are exceptions in your app:: ITW-APP ][2024-06-26 07:36:16.224 MST][ERROR][java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:233)] Jun 26, 2024 7:36:16 AM com.sun.enterprise.v3.server.CommonClassLoaderService...
by Janak Mulani
01 Jul 2024, 19:56
Forum: Public Forums
Topic: OpenWebStart not starting up
Replies: 3
Views: 5740

Re: OpenWebStart not starting up

Please attach the OWS stage1 and stage 2 log files from the time you run you run your jnlp with OWS. Please do not copy log from console to post here.