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

Summary: Assertion during IDE start up
Product: platform Reporter: Tomas Zezula <tzezula>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: CLOSED FIXED    
Severity: blocker CC: jpokorsky
Priority: P3 Keywords: RANDOM
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack Trace

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.