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 158644

Summary: Exception while intalling/uninstalling modules.
Product: platform Reporter: elishae <elishae>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description elishae 2009-02-17 05:06:19 UTC
Installing/un-installing modules always* stumbles on this exception.

However, i could notice that installation/uninstallation is successful after restarting the ide.
Comment 1 elishae 2009-02-17 05:08:06 UTC
WARNING [org.netbeans.core.startup.ModuleList]

java.io.FileNotFoundException: modules/org-netbeans-modules-php-editor.jar

	at org.netbeans.core.startup.ModuleList.findJarByName(ModuleList.java:337)

	at org.netbeans.core.startup.ModuleList.access$700(ModuleList.java:112)

	at org.netbeans.core.startup.ModuleList$Listener.stepCreate(ModuleList.java:1621)

	at org.netbeans.core.startup.ModuleList$Listener.access$2100(ModuleList.java:1307)

	at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1536)

	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)

	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:509)

[catch] at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1513)

	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)

	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 2 Jesse Glick 2009-02-18 02:38:41 UTC

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