Problem with Java web start

Antworten
Minus63
Beiträge: 3
Registriert: 24 Apr 2014, 17:43

Problem with Java web start

Beitrag von Minus63 »

Good morning,

after an apt-get upgrade of my opsi server (debian 7), i have a problem with the web interface

the error message is:

Code: Alles auswählen


With java web start:

net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. 
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:600)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:594)
	... 1 more
Caused by: java.lang.NullPointerException
	at de.uib.configed.ConfigedMain.initMainFrame(ConfigedMain.java:1306)
	at de.uib.configed.ConfigedMain.initGui(ConfigedMain.java:373)
	at de.uib.configed.ConfigedMain.init(ConfigedMain.java:480)
	at de.uib.configed.configed.startWithLocale(configed.java:201)
	at de.uib.configed.configed.<init>(configed.java:367)
	at de.uib.configed.configed.main(configed.java:949)
	... 6 more
Caused by: 
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:594)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
Caused by: java.lang.NullPointerException
	at de.uib.configed.ConfigedMain.initMainFrame(ConfigedMain.java:1306)
	at de.uib.configed.ConfigedMain.initGui(ConfigedMain.java:373)
	at de.uib.configed.ConfigedMain.init(ConfigedMain.java:480)
	at de.uib.configed.configed.startWithLocale(configed.java:201)
	at de.uib.configed.configed.<init>(configed.java:367)
	at de.uib.configed.configed.main(configed.java:949)
	... 6 more


With Java Applet

avr. 24  17:20:15.005  2014 -- Unexpected error null
Please check logfile
and opsi crash :cry:

others informations about my computer

Code: Alles auswählen

java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.4)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

uname -a
Linux 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Thank you for your help

Best regards
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Problem with Java web start

Beitrag von n.wenselowski »

Hello Minus63,

what version of opsi-configed is installed on your server?
I am successfully running the configed with openjdk 7, maybe you could give it a try.


With kind regards

Niko

Code: Alles auswählen

import OPSI
Minus63
Beiträge: 3
Registriert: 24 Apr 2014, 17:43

Re: Problem with Java web start

Beitrag von Minus63 »

Thank you for your help

the information i have via graphic interface is:
opsi config editor 4.0.4.1.3

and via /etc/opsi/version
4.0.4.5
Benutzeravatar
r.roeder
uib-Team
Beiträge: 540
Registriert: 02 Jul 2008, 10:08

Re: Problem with Java web start

Beitrag von r.roeder »

please try

- updating your system
- retrieving and posting the configed log file (from the user home directory, subfolder .configed
- calling the web start from another workstation
- copying the jar files from /usr/lib/configed to your workstation and call

java -jar configed.jar

(or with parameters, get hints from java -jar configed.jar --help)

Curious about the results,

kindly

Rupert


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


Minus63
Beiträge: 3
Registriert: 24 Apr 2014, 17:43

Re: Problem with Java web start

Beitrag von Minus63 »

Thank you very much

I make it as soon as I have one minute free
Antworten