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 90476 - A org.netbeans.mdr.persistence.StoragePersistentDataException exception has occurred
Summary: A org.netbeans.mdr.persistence.StoragePersistentDataException exception has o...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 07:01 UTC by ligish
Modified: 2010-09-23 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
org.netbeans.mdr.util.DebugException (5.33 KB, text/plain)
2006-12-02 07:02 UTC, ligish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ligish 2006-12-02 07:01:03 UTC
org.netbeans.mdr.util.DebugException

org.netbeans.mdr.persistence.StoragePersistentDataException: Bad Magic Number 0
in header at offset 26,662
Comment 1 ligish 2006-12-02 07:02:58 UTC
Created attachment 36436 [details]
org.netbeans.mdr.util.DebugException
Comment 2 Jiri Kovalsky 2006-12-05 15:00:27 UTC
Reassigning to 'mdr' module for further evaluation. Why is this issue P1? Can
you always reproduce it? Does it cause some data loss, IDE crash or deadlock?
Thanks for your report!
Comment 3 ligish 2006-12-16 10:11:14 UTC
It won't result in a data loss or ide crash. i am not able to debug a .java 
file with a break point in it. it results in a debug exception.
Comment 4 Jan Lahoda 2007-03-10 20:37:57 UTC
This problem seems to be caused by broken MDR caches. Deleting the caches would
probably fix the problem:
1. close the IDE
2. locate your userdir (see
http://wiki.netbeans.org/wiki/view/FaqWhatIsUserdir
)
3. delete folder ${userdir}/var/cache/mdrstorage/org-netbeans-java
4. start the IDE - the caches should be recreated
Comment 5 David Strupl 2010-09-23 09:15:23 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.