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 198112 - IllegalStateException: Failed to get FileObject for server instance [C:\Program Files\glassfish-3.0.1\glassfish]deployer:gfv3ee6:localhost:4848
Summary: IllegalStateException: Failed to get FileObject for server instance [C:\Progr...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 06:59 UTC by NeliusK
Modified: 2011-10-26 19:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 43633


Attachments
stacktrace (3.11 KB, text/plain)
2011-04-27 06:59 UTC, NeliusK
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NeliusK 2011-04-27 06:59:51 UTC
This bug was originally marked as duplicate of bug 177021, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
NeliusK: I am trying to run the index.jsp page of my application

GUEST: trying to run a JSP file




Stacktrace: 
java.lang.IllegalStateException: Failed to get FileObject for server instance [C:\Program Files\glassfish-3.0.1\glassfish]deployer:gfv3ee6:localhost:4848
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager(ServerInstance.java:262)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getIncrementalDeployment(ServerInstance.java:603)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.canFileDeploy(Deployment.java:509)
   at org.netbeans.modules.web.project.WebActionProvider.setDirectoryDeploymentProperty(WebActionProvider.java:1361)
   at org.netbeans.modules.web.project.WebActionProvider.getTargetNames(WebActionProvider.java:285)
   at org.netbeans.modules.web.project.WebActionProvider$2.run(WebActionProvider.java:248)
Comment 1 NeliusK 2011-04-27 06:59:54 UTC
Created attachment 107959 [details]
stacktrace
Comment 2 Vince Kraemer 2011-10-26 19:27:53 UTC
has not happened in recent builds.

It is likely that some change has fixed this... but I cannot identify the particular changeset.

closing as worksforme