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 50852 - Assertion during IDE start up
Summary: Assertion during IDE start up
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-10-26 13:46 UTC by Tomas Zezula
Modified: 2008-12-22 19:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack Trace (1.88 KB, text/plain)
2004-10-26 13:48 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2004-10-26 13:46:32 UTC
During the start of IDE Honza got the attached
AssertionError.
It seems that URLMapper was not found in the lookup.
Comment 1 Tomas Zezula 2004-10-26 13:48:50 UTC
Created attachment 18519 [details]
Stack Trace
Comment 2 David Konecny 2004-10-26 15:49:41 UTC
I can see Radek working on it.
Comment 3 rmatous 2004-10-27 16:17:12 UTC
Fixed sync. in URLMapper.getInstances.

/cvs/openide/src/org/openide/filesystems/URLMapper.java,v  <--  new
revision: 1.40; previous revision: 1.39

/cvs/openide/test/unit/src/org/openide/filesystems/URLMapper50852Test.java,v
 initial revision: 1.1
Comment 4 Jan Pokorsky 2004-10-27 17:59:42 UTC
Verified, I am not able to reproduce it again.