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 159984 - File Not Found Exception, when try to install plugin through Plugin Manager
Summary: File Not Found Exception, when try to install plugin through Plugin Manager
Status: RESOLVED DUPLICATE of bug 144615
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 11:43 UTC by Satyaranjan D
Modified: 2009-03-10 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (18.65 KB, text/plain)
2009-03-10 11:53 UTC, Satyaranjan D
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Satyaranjan D 2009-03-10 11:43:43 UTC
Steps to reproduce :
> Install NetBeans 6.7 M2
> Open Plugin Manager
> From "Available Plugins" tab, try to install "RCP Samples" module.

A FileNotFoundException ("java.io.FileNotFoundException: modules/org-netbeans-modules-uml-dom4jlib.jar") is thrown with
a timeout exception for "RCP Samples". These excpetion are provided below.

Same error is happening when I try to install JMX module. And also if I try to install my custom modules from the disk,
I get the same error and fyi, my custom modules do not depend on the org-netbeans-modules-uml-dom4jlib.jar.



java.io.FileNotFoundException: modules/org-netbeans-modules-uml-dom4jlib.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)
	at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1513)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)


Exception in Log file :

INFO [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]: timeout of loading RCP Book
Samples[org.netbeans.modules.rcpbooksamples/0.90]
org.netbeans.api.autoupdate.OperationException: timeout of loading RCP Book
Samples[org.netbeans.modules.rcpbooksamples/0.90]
	at org.netbeans.modules.autoupdate.services.InstallSupportImpl$3.call(InstallSupportImpl.java:405)
	at org.netbeans.modules.autoupdate.services.InstallSupportImpl$3.call(InstallSupportImpl.java:276)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 dlipin 2009-03-10 11:47:46 UTC
likely the dup of 144615 or 159093.
Satya, please attach the messages.log file.
Comment 2 Satyaranjan D 2009-03-10 11:53:32 UTC
Created attachment 77967 [details]
Log file
Comment 3 Satyaranjan D 2009-03-10 11:56:07 UTC
Here's one more issue filed where the visualweb modules installation fails.
http://www.netbeans.org/issues/show_bug.cgi?id=159763
Comment 4 Jesse Glick 2009-03-10 14:41:14 UTC
Probably the same as issue #144615. Do not use the "All" or "Java" distributions. Download "Java SE" and add what you need.

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