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 29890 - IllegalStateException during restart IDE after update some modules from autoupdate
Summary: IllegalStateException during restart IDE after update some modules from autou...
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: RANDOM
: 29957 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-09 10:19 UTC by Marian Mirilovic
Modified: 2008-12-22 20:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.IllegalStateException: You are trying to modify lookup from lookup query (2.11 KB, text/plain)
2003-01-09 10:20 UTC, Marian Mirilovic
Details
Binary patch - to lib/patches (9.80 KB, application/octet-stream)
2003-01-10 16:41 UTC, David Strupl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-01-09 10:19:39 UTC
[nb_dev](20030109), [jdk1.4.2](b12)

Steps to reproduce:
- run IDE
- update modules from autoupdate :
        org.netbeans.modules.jellytools/2 [2.0.38
${buildnumber}]
        org.netbeans.modules.junit/2 [2.7
${buildnumber}]
        org.netbeans.modules.testtools/1 [1.2.4
200212101425]
        org.netbeans.modules.apisupport [2.13.1
release34-fix-27572]
        org.netbeans.modules.xtest/1 [1.0.0
200212090420]
        org.netbeans.modules.jemmysupport/1 [1.3.1
200212090421]
        org.netbeans.modules.apisupport.ant
[2.12.1 release34-fix-27572]

- than let IDE restart 
-> IllegalStateException arises (see attachment)

After exception IDE hangs, see issue 29546.
Comment 1 Marian Mirilovic 2003-01-09 10:20:08 UTC
Created attachment 8491 [details]
java.lang.IllegalStateException: You are trying to modify lookup from lookup query
Comment 2 David Strupl 2003-01-10 13:21:20 UTC
*** Issue 29546 has been marked as a duplicate of this issue. ***
Comment 3 David Strupl 2003-01-10 16:40:10 UTC
We are not able to reproduce it. If you see it again please reopen.
Comment 4 David Strupl 2003-01-10 16:41:58 UTC
Created attachment 8529 [details]
Binary patch - to lib/patches
Comment 5 David Strupl 2003-01-10 16:43:39 UTC
If anyone is able to reproduce please do these steps:

  1. put attached jar to lib/patches
  2. run until the problem occurs - now instead of printing the
exception the ide should sleep
  3. do thread dump and attach it to this issue
  4. reopen the issue

Thanks for any help.
Comment 6 Marian Mirilovic 2003-01-13 08:24:53 UTC
*** Issue 29957 has been marked as a duplicate of this issue. ***
Comment 7 Marian Mirilovic 2003-07-14 15:59:26 UTC
verified