views:

13

answers:

0

Error:

Undeploying ... 
While undeploying, trying to stop application in target server 
failed; com.sun.enterprise.deployment.backend.IASDeploymentException: 
com.sun.enterprise.config.ConfigException: I/O error while loading 
deployment descriptor for: hello2 
cause: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web 
com.sun.enterprise.config.ConfigException: I/O error while loading 
deployment descriptor for: hello2  
cause: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web 
At least one operation failed 
In-place deployment at C:\eepassion\UnZip\servletadv\samples 
\hello2\build\web 
Start registering the project's server resources 
Finished registering server resources 
moduleID=hello2 
While redeploying, trying to stop the application in target server 
failed; com.sun.enterprise.deployment.backend.IASDeploymentException: 
com.sun.enterprise.config.ConfigException: I/O error while loading 
deployment descriptor for: hello2 
cause: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web 
com.sun.enterprise.config.ConfigException: I/O error while loading 
deployment descriptor for: hello2 
cause: C:/eepassion/UnZip/servletbasics/samples/hello2/build/web 
C:\eepassion\UnZip\servletadv\samples\hello2\nbproject\build-impl.xml: 
577: The module has not been deployed. 
BUILD FAILED (total time: 13 seconds)

The Admin Console give the following error:

"C:/eepassion/UnZip/servletbasics/samples/hello2/build/web"

caused by

"Caused by: java.io.FileNotFoundException:??"

The project was running under J2EE 1.4 and I went into Files tab under nbproject->properties and changed the XML file to Java 1.5. Glassfish v2.1.1 is the server.

I stopped and restarted the server and restarted Netbeans 6.8.

There is something wrong with the deployment??? I don't know how to get into the deployment descriptor??