Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error message "Not Enough Space"

246612Feb 8 2007 — edited Jul 25 2011
Hello,

I've started getting this exception every time I try to open my container. I've not been able to find exactly what it means.

My database was initially loaded with a bunch of XML documents, and since then I've just been doing queries against it - no inserts, updates or deletions. My query programs have been running fine until yesterday when I encountered this error, and now each time I run I get the error.

So, question one - what would have caused this problem?
Question two - how do I fix it?

Thanks,
Steve

unable to allocate memory for mutex; resize mutex region
Error performing query against productData.dbxml
Message: Error: Not enough space
Database handles still open at environment close
Exception in thread "main" com.sleepycat.dbxml.XmlException: Error: Not enough space, errcode = DATABASE_ERROR
at com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_openContainer__SWIG_2(Native Method)
at com.sleepycat.dbxml.XmlManager.openContainer(XmlManager.java:525)
at com.sleepycat.dbxml.XmlManager.openContainer(XmlManager.java:190)
at dbxml.gettingStarted.simpleProductQuery.main(simpleProductQuery.java:195)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2011
Added on Feb 8 2007
10 comments
10,810 views