Problems with SableVM 1.1.6 and IzPack installer generator
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Hello there,
I get the following error when I try to run any IzPack-based installer:
WARNING: could not properly read security provider files:
file:///opt/sablevm-linux-1.1.6/lib/security/SableVM.security
file:///opt/sablevm-linux-1.1.6/lib/security/classpath.security
Falling back to standard GNU security provider wrapper
- Error -
java.io.IOException: Failure invoking readObject() on class
java.util.TreeMap: java.lang.NullPointerException
java.io.IOException: Failure invoking readObject() on class
java.util.TreeMap: java.lang.NullPointerException
at java.io.ObjectInputStream.callReadMethod
(ObjectInputStream.java:1805)
at java.io.ObjectInputStream.readObject (ObjectInputStream.java:320)
at java.io.ObjectInputStream.readFields (ObjectInputStream.java:1714)
at java.io.ObjectInputStream.readObject (ObjectInputStream.java:343)
at com.izforge.izpack.installer.GUIInstaller.loadGUIInstallData
(Unknown Source)
at com.izforge.izpack.installer.GUIInstaller.GUIInstaller (Unknown
Source)
at java.lang.reflect.Constructor.constructNative (Constructor.java)
at java.lang.reflect.Constructor.newInstance (Constructor.java:408)
at java.lang.Class.newInstance (Class.java:1491)
at com.izforge.izpack.installer.Installer.main (Unknown Source)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:92)
Any help will be greatly appreciated.
I have attached the output with verbose gc, jni, class loading, etc., in
case it would help in determining where the problem is with this. Let
me know if I should try building with different configure parameters,
or if this is fixed in staging or bugfree SVN branch.
Thanks!
PJ Cabrera
SNAP Development Center