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 52177

Summary: java.io.IOException
Product: java Reporter: ecvbob <ecvbob>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jchalupa
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows 95/98   
Issue Type: DEFECT Exception Reporter:

Description ecvbob 2004-12-08 02:24:12 UTC
On first launch of netbeans i get the following:

org.netbeans.mdr.util.DebugException
	at 
org.netbeans.mdr.storagemodel.StorablePackage.read
(StorablePackage.java:275)
	at 
org.netbeans.mdr.persistence.btreeimpl.btreestorag
e.BtreeDatabase.readStreamable
(BtreeDatabase.java:926)
	at 
org.netbeans.mdr.persistence.btreeimpl.btreestorag
e.BtreeDatabase.getRecord(BtreeDatabase.java:994)
	at 
org.netbeans.mdr.persistence.btreeimpl.btreestorag
e.BtreeDatabase.getIfExists
(BtreeDatabase.java:739)
	at 
org.netbeans.mdr.persistence.btreeimpl.btreestorag
e.BtreeDatabase.getIfExists
(BtreeDatabase.java:719)

reloaded netbeans twice

Thanx in advance for any help!
Comment 1 Jan Chalupa 2004-12-08 06:47:52 UTC
Which build #? Bugs like this has been supposedly fixed some time ago.
Shouldn't occur in RC1, RC2 builds.
Comment 2 ecvbob 2004-12-08 22:45:26 UTC
the build # (build200409220845)

I have reinstalled jdk 1.5.0 with the same error in netbeans
Comment 3 Jan Chalupa 2004-12-08 23:56:56 UTC
That's expected. By RC1 and RC2 I meant recent NetBeans builds. Build
#200409220845 was Beta 2, it did have a couple of bugs like the one
you mention. I'd recommend to try again with RC2.
Comment 4 Martin Matula 2004-12-09 09:05:13 UTC
Although the stacktrace is a little different, this is a duplicate of
issue 51688. You can either delete $nbuserdir/var/cache/mdrcache
directory to fix this (but if you continue using beta2, it is likely
you will get this kind of problems again after a few restarts of the
IDE), or upgrade to RC2, which fixes this.

*** This issue has been marked as a duplicate of 51688 ***
Comment 5 ecvbob 2004-12-10 03:52:27 UTC
That worked for now Thanx!