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 119725

Summary: JavaDoc RuntimeStorageException
Product: java Reporter: kfoerster <kfoerster>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file
Log file1
Log file2

Description kfoerster 2007-10-23 08:43:40 UTC
NO javaDoc is available anymore


At the right bottom of my NetBeans a warning sign is blinking:
A org.netbeans.mdr.persistence.RuntimeStorageException exception has occurred.
Comment 1 kfoerster 2007-10-23 08:45:52 UTC
Created attachment 51462 [details]
Log file
Comment 2 kfoerster 2007-10-23 08:46:57 UTC
Created attachment 51463 [details]
Log file1
Comment 3 kfoerster 2007-10-23 08:47:35 UTC
Created attachment 51464 [details]
Log file2
Comment 4 Jan Lahoda 2007-10-23 09:17:24 UTC
Seems that the internal caches are broken. The Java infrastructure has been rewritten for NB6.0 from scratches and uses
a different cache format. You should be able to recover from this problem by deleting directory (while the IDE is
stopped): ${userdir}/var/cache/mdrstorage/org-netbeans-java
The caches will be recreated from scratch on next IDE start. Sorry for any inconvenience.