users@jax-ws.java.net

JAX-WS 2.0 with NetBeans 5.0

From: Dru Devore <ddevore_at_duckhouse.us>
Date: Tue, 07 Feb 2006 13:54:16 -0700

I am getting errors with this guide.

https://jax-ws.dev.java.net/articles/jaxws-netbeans/glassfish.html

The first is a "could not rename" error. Upon trying to test the
application the server is not allowing the SampleApp to be renamed to
SampleApp_old

[#|2006-02-07T15:30:59.225-0500|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=20;_ThreadName=Thread-30;_RequestID=3fc069b3-c495-4648-9a09-6f4c82533c00;|Exception
occurred in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: Could not
rename
C:\glassfish\domains\domain1\generated\xml\j2ee-modules\SampleApp to
C:\glassfish\domains\domain1\generated\xml\j2ee-modules\SampleApp_old

If I stop the server it will allow me to run the test but the server
cannot be started when trying to deploy. I am using GlassFish build 36.

Also, upon testing I am also getting a NullPointerException. I read to
the end of the guide and found where it talked about copying the
sun-jaxws.xml into the WEB-INF directory along with the web.xml, which
is not mentioned before the Tips section. I copied this file into the
WEB-INF directory and still got the exception. I then included the
GlassFish lib in the build and tried again with the same failure. I am
attaching the server.log and you will notice that during startup there
is a ClassCastException:
javax.management.remote.message.MBeanServerRequestMessage with this
warning right before it.

[#|2006-02-07T15:48:53.817-0500|WARNING|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-2;_RequestID=7bb917e2-78d4-4d3a-ae23-25d255df7bf1;|There
are some problems in the request: illegal HTTP method in actions: '

I am also attaching the output from NB.







Dru Devore