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 68256 - StorageBadRequestException: No record exists with key ...
Summary: StorageBadRequestException: No record exists with key ...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
: 68081 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-08 01:54 UTC by jszmajda
Modified: 2010-09-23 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
associated messages.log (5.60 KB, application/x-gzip)
2005-11-08 01:55 UTC, jszmajda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jszmajda 2005-11-08 01:54:27 UTC
This just started happening. I was working on one of my web projects, and
suddenly these dialog boxes start popping up complaining about a
StorageBadRequestException. The associated messages.log is available at
http://loki.ws/~josh/nb50betaMessages.log
Is there a quick fix to this?
Comment 1 jszmajda 2005-11-08 01:55:38 UTC
Created attachment 26692 [details]
associated messages.log
Comment 2 Daniel Prusa 2005-11-21 16:48:32 UTC
Your mdr storage is corrupted. As a quick fix, go into your userdir
(/home/josh/.netbeans/5.0beta), then, into var/cache subdirectory and delete the
whole directory 'mdrstorage'. Run the ide - the mdr storage will be built again.

Do you remember the actions you had performed before the exception appeared
first time? Was there anything special? Also, let me know if you encounter it
again after you delete the storage files (or just confirm that it is no longer
reproducible after some time). Thanks.
Comment 3 jszmajda 2005-11-21 16:52:24 UTC
I actually figured this out to some extent and deleted the data awhile back.
That particular issue hasn't cropped up again, so that's good. As for what it
was I had done, I really can't remember now, I'm sorry =/
Comment 4 Jan Becicka 2005-12-16 14:45:05 UTC
*** Issue 68081 has been marked as a duplicate of this issue. ***
Comment 5 saeder 2005-12-20 13:52:41 UTC
It happend to me too. I'm using NetBeans 5.0 Beta 2
How do I fix this. I used to be able to do "Find Usages".
Now it doesn't work anymore.
Any hint how to fix this without setting up the project again?
Comment 6 Daniel Prusa 2005-12-20 14:18:31 UTC
Yes, there is a workaround, try the following steps:
1) exit NetBeans
2) go into {$userdir}/var/cache directory
3) delete 'mdrstorage' directory
4) restart netbeans

Note that the user dir you use is printed in the console during startup.
To help track circumstances leading to this exception, can you attach
messages.log file, please? ( {$userdir}/var/log/messages.log )
Also, if you have a reliable steps how to reproduce this problem, they will be
appreciated as well.
Comment 7 Marian Mirilovic 2006-12-04 22:12:12 UTC
I think all of these issues are going to be closed, aren't they?
Comment 8 David Strupl 2010-09-23 09:14:33 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.