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 48796 - org.netbeans.mdr.persistence.StorageBadRequestException
Summary: org.netbeans.mdr.persistence.StorageBadRequestException
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 19:40 UTC by Scott Violet
Modified: 2010-09-23 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Violet 2004-09-09 19:40:35 UTC
With 4.0b1 and 1.5rc1 at startup I get the
following exception:
org.netbeans.mdr.persistence.StorageBadRequestException:
There is no value for key "storageIds:"
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.NameIndex.getObj(NameIndex.java:56)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.MofidIndex.get(MofidIndex.java:44)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.fetchIndex(BtreeDatabase.java:834)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeStorage.getIndex(BtreeStorage.java:260)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeStorage.getSinglevaluedIndex(BtreeStorage.java:268)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeStorage.open(BtreeStorage.java:171)
[catch] at
org.netbeans.mdr.storagemodel.MdrStorage.init(MdrStorage.java:445)
	at
org.netbeans.mdr.storagemodel.MdrStorage.mountStorage(MdrStorage.java:360)
	at
org.netbeans.mdr.storagemodel.MdrStorage.mountStorage(MdrStorage.java:339)
	at
org.netbeans.mdr.NBMDRepositoryImpl.mountStorage(NBMDRepositoryImpl.java:511)
	at
org.netbeans.modules.javacore.JMManager.mountStorage(JMManager.java:191)
	at
org.netbeans.modules.javacore.JMManager.init(JMManager.java:135)
	at
org.netbeans.modules.javacore.JMManager.access$600(JMManager.java:72)
	at
org.netbeans.modules.javacore.JMManager$7.run(JMManager.java:1108)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
	at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)

It doesn't appear to be fatal.
Comment 1 David Strupl 2010-09-23 09:14:14 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.