[Bug 905] New: OpenOces bootstrap error
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Mar 25 10:11:10 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=905
Bug #: 905
Summary: OpenOces bootstrap error
Classification: Unclassified
Product: IcedTea
Version: unspecified
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Bootstrapping
AssignedTo: ahughes at redhat.com
ReportedBy: nikolaj.hansen at hsys.dk
CC: unassigned at icedtea.classpath.org
I am currently working as a freelance software engineer on the Danish PKI
project nemid.
The opensource part of the project consists of tools on openoces.org.
It seems the JAR loader in icedtea has problems with parametrizied paths to jar
files.
I made an example of (non)working pages here:
Notworking http://www.barnabas.dk/openoces/notworking.html
Working http://www.barnabas.dk/openoces/working.html
The both pages will load an applet with Sun JRE.
The error logs the following to console:
nikolaj at betteskid:~$ firefox
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.2)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
JAR https://opensign.danid.dk/OpenSign-bootstrapped.jar?time=1332693228213 not
found. Continuing.
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:728)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:672)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:884)
Caused by: java.lang.ClassNotFoundException:
org.openoces.opensign.client.applet.bootstrap.BootApplet
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1089)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:712)
... 2 more
Caused by:
java.lang.ClassNotFoundException:
org.openoces.opensign.client.applet.bootstrap.BootApplet
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1089)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:712)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:672)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:884)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:109)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at net.sourceforge.jnlp.NetxPanel.run(NetxPanel.java:69)
at java.lang.Thread.run(Thread.java:679)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java:430)
at net.sourceforge.jnlp.NetxPanel.run(NetxPanel.java:69)
at java.lang.Thread.run(Thread.java:679)
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list