Hi
I have started working with OWS to launch a jnlp file but i can't open it.
When i work with Java Jre, it works correctly. But when i use OWS to open this file, i receive the error "Could not initialize application. The application has not been initialized".
In logs i can find the exception "java.lang.NullPointerException: name can't be null".
Do JNLP files need to be different if they are opened with Java or with OWS?
Thks
Initialization Error: Could not initialize application
-
- Posts: 561
- Joined: 24 Mar 2020, 13:37
Re: Initialization Error: Could not initialize application
Hi
The jnlp file need not be different. OWS supports the same JSR 56 standard.
Can you please send us the log files (see https://openwebstart.com/docs/OWSGuide.html#_logging)?
The jnlp file need not be different. OWS supports the same JSR 56 standard.
Can you please send us the log files (see https://openwebstart.com/docs/OWSGuide.html#_logging)?
-
- Posts: 224
- Joined: 27 Mar 2020, 09:55
Re: Initialization Error: Could not initialize application
java.lang.NullPointerException: name can't be null
Usually points to a problem in downloading the JNLP file.
Usually points to a problem in downloading the JNLP file.