InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


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

InstantDB: Error: resolveCarefully


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
----------------------------------------