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 48583 - Problem with persistance of mdrstorage
Summary: Problem with persistance of mdrstorage
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 13:41 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions' stacktraces (15.10 KB, text/plain)
2004-09-07 13:47 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-09-07 13:41:41 UTC
steps to reproduce:

1. kill the IDE (hard kill from os)
2. start it again

Result: many exceptions are thrown and parsing of
whole classpath starts

It seems the persistance of mdrstorage is not made
in transactions.
Comment 1 ehucka 2004-09-07 13:47:42 UTC
Created attachment 17427 [details]
exceptions' stacktraces
Comment 2 Jan Becicka 2004-09-08 12:30:17 UTC
These exceptions are harmless.
Classpaths scanning starts, because indexes were not saved (saving was
interrupted by kill signal).
Persistance *IS* made in transaction.
Comment 3 ehucka 2004-09-08 13:26:16 UTC
OK. But why it cannot find indicies for src.zip and rt.jar? They
should be unchanged after their creation. Or am i wrong? I can leave
the IDE for about 5 minutes without any action, than kill it and these
indicies will be lost.
Comment 4 Tomas Hurka 2004-09-14 15:42:08 UTC
Indexes for rt.jar and src.zip are created upon successful shutdown of IDE.
Comment 5 ehucka 2006-03-22 09:47:24 UTC
verified