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 - Exception while intalling/uninstalling modules.
Summary: Exception while intalling/uninstalling modules.
Status: RESOLVED DUPLICATE of bug 144615
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 05:06 UTC by elishae
Modified: 2009-02-19 22:53 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 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 ***