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 52625 - error loading netbeans and mounting filesystems
Summary: error loading netbeans and mounting filesystems
Status: RESOLVED DUPLICATE of bug 46875
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 17:09 UTC by mgowland
Modified: 2005-08-29 15:37 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 mgowland 2004-12-17 17:09:34 UTC
When I load netbeans or attempt to add a 
filesystem, I get a 
java.lang.reflect.Invocationtargetexception 
error.  The following error appears in the log.

INFORMATIONAL *********** Exception occurred 
************ at Fri Dec 17 11:02:28 CST 2004
java.lang.RuntimeException: Failed to lookup 
configuration for Tomcat5 in  
	at 
org.netbeans.modules.j2ee.deployment.impl.project
s.J2eeDeploymentLookup.getStorage
(J2eeDeploymentLookup.java:200)
[catch] at 
org.netbeans.modules.j2ee.deployment.config.Confi
gSupportImpl.getWebContextDConfigBean
(ConfigSupportImpl.java:58)
	at 
org.netbeans.modules.j2ee.deployment.config.Confi
gSupportImpl.setWebContextRoot
(ConfigSupportImpl.java:128)
	at 
org.netbeans.modules.web.context.WebContextObject
.setContextPath(WebContextObject.java:1416)
	at 
org.netbeans.modules.web.context.WebContextObject
.<init>(WebContextObject.java:193)
	at 
org.netbeans.modules.web.context.WebContextLoader
.handleFindDataObject(WebContextLoader.java:80)
	at 
org.openide.loaders.DataObjectPool.handleFindData
Object(DataObjectPool.java:111)
	at 
org.openide.loaders.DataLoader.findDataObject
(DataLoader.java:233)
	at 
org.openide.loaders.DataLoaderPool.findDataObject
(DataLoaderPool.java:365)
	at 
org.openide.loaders.DataLoaderPool.findDataObject
(DataLoaderPool.java:325)
	at org.openide.loaders.DataObject.find
(DataObject.java:450)
	at 
org.netbeans.modules.web.context.ProjectViewManag
er.registerWebContext
(ProjectViewManager.java:106)
	at 
org.netbeans.modules.web.context.ProjectViewManag
er.run(ProjectViewManager.java:83)
	at org.openide.util.Task.run
(Task.java:136)
	at 
org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:330)
	at 
org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:686)
Comment 1 Nam Nguyen 2005-01-05 08:43:49 UTC

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