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 43292 - Where Used action fails with StorageBadRequestException
Summary: Where Used action fails with StorageBadRequestException
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-14 17:45 UTC by Antonin Nebuzelsky
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
StorageBadRequestException (4.36 KB, text/plain)
2004-05-14 17:46 UTC, Antonin Nebuzelsky
Details
stack trace (2.33 KB, text/plain)
2004-05-25 15:11 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-05-14 17:45:33 UTC
jdk 1.4.2_04, refactoring build 040513.
See the attached exception.
Comment 1 Antonin Nebuzelsky 2004-05-14 17:46:04 UTC
Created attachment 14877 [details]
StorageBadRequestException
Comment 2 Martin Matula 2004-05-14 17:59:11 UTC
Looks like this is a consequence of some other error. Do you know if
there was a "rollback" output in the console? Any other exceptions
displayed before or after this one in the console?
Comment 3 Antonin Nebuzelsky 2004-05-14 18:04:28 UTC
No other exception before or after that. Console output contained:

Error in file: javax/swing/text/JTextConsole.java has ASTree false
rollback!!!

At least I hope it was at that moment because I had to search it back
now. But it must be it, no other exception encountered in this run of
the IDE.
Comment 4 Martin Matula 2004-05-17 17:57:50 UTC
Please provide more data. I am not able to reproduce this. Definitely
this does not seem to be a P1.
Comment 5 Antonin Nebuzelsky 2004-05-17 18:03:46 UTC
I don't have more information. The action simply fails with the
exception. No more, no less. This may not be P1, but has to be fixed.
Otherwise the functionality becomes unreliable.
Comment 6 _ rkubacki 2004-05-25 15:11:48 UTC
Created attachment 15132 [details]
stack trace
Comment 7 _ rkubacki 2004-05-25 15:13:04 UTC
Happened to me as well during project opening (not enough memory?)
Comment 8 Tomas Hurka 2004-06-22 08:41:12 UTC
Moved to new subcomponent java/javacore.
Comment 9 Lukas Hasik 2004-06-23 10:43:16 UTC
[200406230100]

happend to me when restarting IDE. I had NO project opened.
1.start I just start IDE and imediatelly close it
2.start the radim's exception appeared
Comment 10 Martin Matula 2004-07-17 12:01:59 UTC
Radim's exception is the same as Tonda's - just a consequence of
rollback, not the primary problem. In any case the exception is marked
as informational (as can be seen from the console output) and does no
harm.
You can mostly see it when you start up the IDE with an inconsistent
storage files (this is Lukas's case). The MDR is able to recover from
it and the output is just informational as already stated.
Comment 11 Quality Engineering 2007-09-20 11:51:48 UTC
Reorganization of java component