Page 1 of 1

Initialization Error: Could not initialize application

Posted: 06 Apr 2022, 11:13
by Conecta2
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

Re: Initialization Error: Could not initialize application

Posted: 06 Apr 2022, 12:59
by Janak Mulani
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)?

Re: Initialization Error: Could not initialize application

Posted: 07 Apr 2022, 09:23
by Stephan Classen
java.lang.NullPointerException: name can't be null

Usually points to a problem in downloading the JNLP file.