Bjřrn Wang - 2005-11-04

Logged In: YES
user_id=1373210

I have successfully added documents of up to 5MB in size,
but I'm now getting errors on dbXML statup:
[2005-11-04 13:47:09] java.lang.OutOfMemoryError
[2005-11-04 13:47:09] com.dbxml.util.dbXMLException:
Couldn't bootstrap Database
[2005-11-04 13:47:09] at
com.dbxml.db.core.Database.setConfig(Database.java:161)
[2005-11-04 13:47:09] at
com.dbxml.db.server.services.DBService.initialize(DBService.java:53)
[2005-11-04 13:47:09] at
com.dbxml.db.server.ServiceManager.addService(ServiceManager.java:120)
[2005-11-04 13:47:09] at
com.dbxml.db.server.ServiceManager$1.process(ServiceManager.java:69)
[2005-11-04 13:47:09] at
com.dbxml.util.Configuration.processChildren(Configuration.java:641)
[2005-11-04 13:47:09] at
com.dbxml.db.server.ServiceManager.setConfig(ServiceManager.java:56)
[2005-11-04 13:47:09] at
com.dbxml.db.server.Server.<init>(Server.java:146)
[2005-11-04 13:47:09] at
com.dbxml.db.server.Server.main(Server.java:71)
[2005-11-04 13:47:09] Caused by: java.lang.OutOfMemoryError

In effect I could no longer get hold of my data as dbXML
would not start.

I increased available memory to dbXML on startup to 1GB (no
effect) and manually entered the direcories containing the
database files and indexes and deleted all the indexes.
Deleting the indexes helped.

To me dbXML seems far from stable at this point.