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 50968 - StorageBadRequestException during initial classpath scanning
Summary: StorageBadRequestException during initial classpath scanning
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows 3.1/NT
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 13:41 UTC by Jan Chalupa
Modified: 2006-03-24 09:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (5.02 KB, text/plain)
2004-10-29 13:42 UTC, Jan Chalupa
Details
Sure, here you are... (125.00 KB, text/plain)
2004-10-29 14:19 UTC, Jan Chalupa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Chalupa 2004-10-29 13:41:50 UTC
[200410281800; Sun JDK 5.0_01 b04]

I started with a clean userdir and opened a very
simple test project (1 class). IDE initiated the
scanning of the classpath (including rt.jar,
src.zip, etc). After a while I got a
StorageBadRequestException followed by a NPE
(stack traces attached).

From that moment on, it was impossible to work
with the IDE. I closed the exception dialog, but
the IDE attempted to start the classpath scanning
again with a new series of exception... and this
went over and over. It was never able to complete
the initial scan.

After restarting with a clean userdir, the problem
didn't occur, so it's probably intermittent. :-(
Comment 1 Jan Chalupa 2004-10-29 13:42:43 UTC
Created attachment 18595 [details]
Exception stack trace
Comment 2 Martin Matula 2004-10-29 13:54:14 UTC
Could you please attach the whole messages.log?
Comment 3 Jan Chalupa 2004-10-29 14:19:02 UTC
Created attachment 18596 [details]
Sure, here you are...
Comment 4 Martin Matula 2004-10-29 17:59:51 UTC
Fixed.

Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/BtreeDatabase.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/BtreeDatabase.java,v
 <--  BtreeDatabase.java
new revision: 1.23; previous revision: 1.22
done
Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/MDRCache.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/MDRCache.java,v
 <--  MDRCache.java
new revision: 1.13; previous revision: 1.12
done
Comment 5 Jiri Prox 2005-07-27 11:59:20 UTC
i haven't come across this issus in 4.1 or 4.2, marking as verified