Search found 9 matches

by oslodev
19 Jun 2023, 16:42
Forum: Public Forums
Topic: OWS + Jdk17 - Denying permission
Replies: 5
Views: 47359

Re: OWS + Jdk17 - Denying permission

Additionnal info : We identified that the problem seems to be linked with JavaFx. Everything else works fine, but as soon as javafx gets involved, we get permission errors.

Also, when specifying '--nosecurity' in command line (javaws --nosecurity ourApp.jnlp), everything works fine.
=> This ...
by oslodev
14 Jun 2023, 15:10
Forum: Public Forums
Topic: OWS + Jdk17 - Denying permission
Replies: 5
Views: 47359

OWS + Jdk17 - Denying permission

Hello,

We're using Open Web Start with java 17. We get a lot of 'Denying permission:' Messages. Example :


Denying permission: ("java.net.SocketPermission" "192.168.0.244" "resolve")
Denying permission: ("java.net.SocketPermission" "192.168.0.244" "resolve")
Denying permission: ("java.net ...
by oslodev
07 Feb 2023, 15:50
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 36214

Re: java.sql.date ClassNotFound when lauching the client

To be a bit more specific : I get the error when trying to log in the application. java.sql.Date is not accessible
by oslodev
07 Feb 2023, 15:22
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 36214

Re: java.sql.date ClassNotFound when lauching the client

Same error with the command (tried on linux and windows)

ows logs : https://file.io/gVE5kN8u1IQe

Client log :
Niveau Client :
java.lang.ClassNotFoundException: java.sql.Date
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass ...
by oslodev
06 Feb 2023, 14:56
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 36214

Re: java.sql.date ClassNotFound when lauching the client

Hello,

Here you are. Let me know if you need anything else.


init logger factory to net.sourceforge.jnlp.util.logging.OutputControllerLoggerFactory@aec6354
OWS main args [/...../myfile.jnlp].
Starting OpenWebStart 1.7.0
Ico provider registered correctly.
Start DeploymentConfiguration.load()
Ico ...
by oslodev
03 Jan 2023, 11:15
Forum: Public Forums
Topic: java.sql.date ClassNotFound when lauching the client
Replies: 11
Views: 36214

java.sql.date ClassNotFound when lauching the client

Hello and happy new year !

We are currently migrating from Java 8 to Java 17 + open web start. We are facing an issue we are not able to solve after quite a lot of research : We get a ClassNotFound error on java.sql.Date when launching the client. The package is present in the module.java file ...