[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ganymede Help] ganymede installation problem

Date Mon, 21 Apr 2003 12:16:21 -0500
From Deepak Giridharagopal <deepak@arlut.utexas.edu>

Toby Schaefer (tschaefer@mail.nixa.k12.mo.us) wrote:
> Exception in thread "main" java.lang.VerifyError: verification failed at
> PC 1421 in arlut.csd.ganymede.DBStore:initializeObjects(()V):
> incompatible type in local variable
> [...]
> _Jv_InterpMethodInvocation) (/usr/lib/./libgcj.so.3)
>    at 0x4022e504: _Jv_InterpMethod.run_normal(ffi_cif, void, ffi_raw,
> void) (/usr/lib/./libgcj.so.3)
>    at 0x4038305c: ?? (??:0)
>    at 0x40242dd8: gnu.gcj.runtime.FirstThread.call_main()
> (/usr/lib/./libgcj.so.3)
>    at 0x402ad02d: 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
> (sun.rmi.dgc.client.gcInterval=3600000)
>    at 0x420156a4: __libc_start_main (/lib/tls/libc.so.6)
>    at 0x080486c1: _Jv_RegisterClasses
> (sun.rmi.dgc.client.gcInterval=3600000)

Are you using GCJ at all? It appears that the GNU Classpath java classes
are being used (the stacktrace mentions gnu.gcj.runtime) instead of the
Sun classes. This might be why you're getting a VerifyError from the
ClassLoader.

What does your CLASSPATH variable look like?

Cheers!
Deepak

--
Deepak Giridharagopal
The University of Texas at Austin
Applied Research Laboratories

Attachment: pgp00001.pgp
Description: PGP signature


  • Re: [Ganymede Help] ganymede installation problem
    • From: Deepak Giridharagopal <deepak@arlut.utexas.edu>