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 107660 - Assertion when module install finished
Summary: Assertion when module install finished
Status: RESOLVED DUPLICATE of bug 112574
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 15:24 UTC by Lukas Hasik
Modified: 2008-12-22 14:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-06-21 15:24:37 UTC
070619, Ubuntu 6.10

-Plugin Manager > New plugin > Sun Java Wireless Toolkit 2.5.1
->before press the last finish button the Assertion appeared

SEVERE [org.openide.util.RequestProcessor]
java.lang.AssertionError
	at org.openide.util.lookup.ProxyLookup$R.collectFires(ProxyLookup.java:542)
	at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:161)
	at org.netbeans.core.startup.MainLookup.moduleClassLoadersUp(MainLookup.java:95)
	at org.netbeans.core.startup.MainLookup.systemClassLoaderChanged(MainLookup.java:83)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:229)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:903)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:380)
	at org.netbeans.core.startup.ModuleList.access$2700(ModuleList.java:86)
	at org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1587)
	at org.netbeans.core.startup.ModuleList$Listener.access$2000(ModuleList.java:1217)
	at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1448)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:98)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:477)
	at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1424)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jaroslav Tulach 2007-09-03 10:55:35 UTC

*** This issue has been marked as a duplicate of 112574 ***