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 - java.io.IOException
Summary: java.io.IOException
Status: RESOLVED DUPLICATE of bug 51688
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows 95/98
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 02:24 UTC by ecvbob
Modified: 2004-12-10 03:52 UTC (History)
1 user (show)

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 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!