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 45498 - IDE fails to start due to Lookup
Summary: IDE fails to start due to Lookup
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: T9Y
: 45504 45508 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-23 22:48 UTC by _ ttran
Modified: 2008-12-22 21:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (36.90 KB, text/plain)
2004-06-23 22:51 UTC, _ ttran
Details
similar exception (NPE) (9.63 KB, text/plain)
2004-06-24 09:57 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ ttran 2004-06-23 22:48:16 UTC
Likely caused by the fix for issue 44365.  The IDE
now quite frequently hangs during startup after
throwing an exception.  See attachment
Comment 1 _ ttran 2004-06-23 22:51:08 UTC
Created attachment 15974 [details]
IDE log file
Comment 2 Marian Mirilovic 2004-06-24 09:56:56 UTC
I think appropriate priority is P0 ;)

This defect causes fail of all our Performance Tests for actions,
means fix it ASAP...
I'll attach another stack trace with NPE (see attachment)
Comment 3 Marian Mirilovic 2004-06-24 09:57:47 UTC
Created attachment 15979 [details]
similar exception (NPE)
Comment 4 Marian Mirilovic 2004-06-24 10:23:28 UTC
*** Issue 45504 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Tulach 2004-06-24 13:33:07 UTC
I'll make fixing this my priority. Very likely this is due to fix of
44365. I checked whether the ide starts twice before integration and
also wrote some tests to simulate some complex obscure problems, but
probably the system can get into some unexpected state.

I'll either fix the problem by end of Friday or revert the fix for
issue 44365.

Meanwhile please disable caching of lookup:
-J-Dnetbeans.cache.lookup=false
Comment 6 Milan Kubec 2004-06-24 14:05:59 UTC
*** Issue 45508 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Tulach 2004-06-24 14:50:52 UTC
I've disabled the code from issue 44365 in InheritanceTree.java
revision: 1.31 I cannot reproduce the problem now, but I have not seen
it with the code in question either...
Comment 8 Marian Mirilovic 2004-08-11 10:20:58 UTC
verified in [nb_dev](200408101800)