Initialization Error: Could not initialize application

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
Conecta2
Posts: 1
Joined: 29 Mar 2022, 19:03

Initialization Error: Could not initialize application

Post 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

Janak Mulani
Posts: 725
Joined: 24 Mar 2020, 13:37

Re: Initialization Error: Could not initialize application

Post 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)?

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Initialization Error: Could not initialize application

Post by Stephan Classen »

java.lang.NullPointerException: name can't be null

Usually points to a problem in downloading the JNLP file.

Post Reply