Hi,
When doing a select query on a large database,
I get an error message printed, then the jvm exits.. The message
is:
resolveCarefully() failed when called from
j86ResolveInfallibly()
I haven't done a lot more to debug this than
attempt to increase the memory available to the jvm. Is there a size limit that
I missed in my reading? Any suggestions on how to
proceed? I would like to get at the data in the database if possible (a copy of
the tables in csv would be fine.)
Thanks.
Hamish
A few bits of info that may help:
$du -s database/raw_games 1705368
database/raw_games
----------------------------------------
$java -version java version "1.2.2" Classic
VM (build Linux_JDK_1.2.2_RC4, native threads,
sunwjit) --------------------------------------- $cat
/etc/issue
Red Hat Linux release 7.0 (Guinness) Kernel
2.2.16-22enterprise on an i686
----------------------------------------
|