dbTalk Databases Forums  

Exception performing checkpoint

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Exception performing checkpoint in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
earlywater
 
Posts: n/a

Default Exception performing checkpoint - 11-15-2005 , 12:07 AM






I am using the Berkeley DB JE to simulate an inverted index. When my
program inserts data into Berkeley DB beyond a certain point (10000
tuples or so), I get the following error while closing the environment
:

Exception in thread "main" com.sleepycat.je.RunRecoveryException:
Exception performing checkpoint: com.sleepycat.je.DatabaseException:
java.lang.NullPointerException

at
com.sleepycat.je.dbi.EnvironmentImpl.doClose(Envir onmentImpl.java:792)
at
com.sleepycat.je.dbi.EnvironmentImpl.close(Environ mentImpl.java:665)
at com.sleepycat.je.Environment.close(Environment.jav a:297)
at
infoSearch.berkeleyDB.SearchDictionary.close(Dicti onary.java:76)
at
infoSearch.berkeleyDB.DocumentIndexer.main(Diction ary.java:146)


I'm perplexed, because it works fine, without any exception when I
insert lesser tuples.

Any help will be appreciated.
--


Reply With Quote
  #2  
Old   
mark@sleepycat.com
 
Posts: n/a

Default Re: Exception performing checkpoint - 11-15-2005 , 11:21 AM






Earlywater,

We're not seeing the original stack trace here, just the exception
message. So I'll need to give you an intrumented version of JE in
order to find the cause of the problem. Could you please send a
message to support (AT) sleepycat (DOT) com so that we can correspond over email
to troubleshoot this problem?

Mark


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.