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 160575 - [67cat] java.io.FileNotFoundException when installing plugins
Summary: [67cat] java.io.FileNotFoundException when installing plugins
Status: RESOLVED DUPLICATE of bug 144615
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 17:49 UTC by Eduardo.m Costa
Modified: 2009-03-18 17:50 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 Eduardo.m Costa 2009-03-18 17:49:07 UTC
[ BUILD # : 200902231810 ]
[ JDK VERSION : 1.6.* ]

Starting with a fresh install (no user-dir)

Steps to reproduce:
1. Go to "Tools > Plugins > Avaliable Plugins"
2. Select any plugin that needs a disabled feature (like "Hex
Editor", "OC4J J2EE Container", "Sun Java System Web Server" or "Next
Error Action")
3. Click "Install", then "Next"

Expected behaviour:
* Plugin installs and the result step appears

Current result:
* FileNotFoundException is thrown, but plugin is installed, and shown
grayed on "Installed" tab of Plugin Manager. After restarting IDE, it
is activated.

Stacktrace:

java.io.FileNotFoundException:
modules/org-netbeans-modules-visualweb-dataconnectivity.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.ja
va:1621)
	at
org.netbeans.core.startup.ModuleList$Listener.access$2100(ModuleList.j
ava:1307)
	at
org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:15
36)
	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)

Observation:
* I can't test if my proxy settings change this behaviour (I use an
HTTP proxy that requires authentication).
Comment 1 dlipin 2009-03-18 17:50:33 UTC
Thanks for reporting. It is a known issue and it already fixed in the recent daily builds.

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