- This topic has 3 replies, 2 voices, and was last updated 20 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
edward.kizhnerMemberI got the following trace while attempting to install on Linux,
please let me know if you could help,Thanks,
Ed.========= VM Command Line ============================================
CLASSPATH=/tmp/install.dir.11454/InstallerData:/tmp/install.dir.11454/InstallerData/installer.zip
“/usr/bin/java” -Djava.compiler=NONE -Xmx50331648 -Xms16777216 com.zerog.lax.LAX “/tmp/install.dir.11454/temp.lax” “/tmp/env.properties.11454”========= Executing JAVA =============================================
Warning: -Xmx50331648 not understood. Ignoring.
Warning: -Xms16777216 not understood. Ignoring.
Exception in thread “main” java.lang.NoClassDefFoundError: com.zerog.lax.LAX
at 0x40268e17: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/./libgcj.so.3)
at 0x4025bc8e: java.lang.Error.Error(java.lang.String) (/usr/lib/./libgcj.so.3)
at 0x4025d6b6: java.lang.LinkageError.LinkageError(java.lang.String) (/usr/lib/./libgcj.so.3)
at 0x4025eb36: java.lang.NoClassDefFoundError.NoClassDefFoundError(java.lang.String) (/usr/lib/./libgcj.so.3)
at 0x402ad075: gnu.gcj.runtime.FirstThread.run() (/usr/lib/./libgcj.so.3)
at 0x4024fc4c: _Jv_ThreadRun(java.lang.Thread) (/usr/lib/./libgcj.so.3)
at 0x4021c8ac: _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/./libgcj.so.3)
at 0x08048910: __gcj_personality_v0 (java.compiler=NONE)
at 0x42015704: __libc_start_main (/lib/tls/libc.so.6)
at 0x080486c1: _Jv_RegisterClasses (java.compiler=NONE)
Riyad KallaMemberEd,
The installer is picking up a stray non-compliant Java executable to run, one of the most telling lines is this:at 0x402ad075: gnu.gcj.runtime.FirstThread.run() (/usr/lib/./libgcj.so.3)
as its trying to use gcj to run, which won’t work. Please see this thread:
https://www.genuitec.com/forums/topic/installer-exception-on-red-hat-9-linux/&highlight=gcj
edward.kizhnerMemberI got rid of the old java(s), set LAX_VM to my 1.4 java executable.
Now I simply get one error line:
Exception in thread “main” java.lang.NoClassDefFoundError: com/zerog/lax/LAXLooks as if it really needs this class LAX from somewhere and will not
be happy without it.
Is there some kind of prerequisite for a ZeroG library to exist on
the Linux box?Ed.
Riyad KallaMemberEd,
That is definately not good, AFAIK LAX is part of the zerog installer… can you give us your exact lines of execution that you are typing in to see if we can duplicate the problem?Also do me a favor and redownload the installer. We had someone have an equally weird experience:
https://www.genuitec.com/forums/topic/3-7rc2-installer-fails-on-mandrake-9-2-closed/&highlight=com+zerog+lax+laxand his problem was the installer was actually corrupted (wrong byte length).
-
AuthorPosts