This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111915 - StoragePersistentDataException
Summary: StoragePersistentDataException
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 15:09 UTC by beaumoaj
Modified: 2010-09-23 09:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the error message (2.13 KB, text/plain)
2007-08-03 15:10 UTC, beaumoaj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description beaumoaj 2007-08-03 15:09:50 UTC
I get the following error when i start netbeans and it hangs while scanning the project classpaths.  If I delete all my
projects I get the same error as soon as I create a new project.

org.netbeans.mdr.persistence.StoragePersistentDataException: Bad Magic Number 0 in header at offset 147,181
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeExtent.readExtent(BtreeExtent.java:149)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDataFile.getExtent(BtreeDataFile.java:579)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDataFile.checkRecord(BtreeDataFile.java:1009)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDataFile.get(BtreeDataFile.java:282)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDataFile.get(BtreeDataFile.java:268)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.getRecord(BtreeDatabase.java:979)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.getIfExists(BtreeDatabase.java:731)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.get(BtreeDatabase.java:752)
	at org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeMDRSource.getPage(BtreeMDRSource.java:74)
[catch] at org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage.getChild(BtreePage.java:777)
	at org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePage.getLocation(BtreePage.java:607)
	at org.netbeans.mdr.persistence.btreeimpl.btreeindex.Btree.getLocation(Btree.java:393)
	at org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeListByKey$BtreeListByKeyIterator.<init>(BtreeListByKey.java:146)
	at org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeListByKey.listIterator(BtreeListByKey.java:107)
	at org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeListByKey.isEmpty(BtreeListByKey.java:65)
	at org.netbeans.mdr.storagemodel.IndexImmutSet.isEmpty(IndexImmutSet.java:95)
	at org.netbeans.mdr.handlers.IndexSetWrapper.isEmpty(IndexSetWrapper.java:117)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1076)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:871)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:821)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 beaumoaj 2007-08-03 15:10:42 UTC
Created attachment 46125 [details]
the error message
Comment 2 David Strupl 2010-09-23 09:15:42 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.