CLI171: MBeanServerResponseMessage to StreamMBeanServerResponseMessage
Hi all, I'am trying to run the WSDP tutorial. I installedWSDP 2.0 with aSun AS 8.2, and updated the jar files with the latest version of jaxws-ri.
I sorted a lot of complications so far, but this one I can't solve by myself, perhaps you could help me. When running asant deploy I get the following message:
BUILD FAILED
C:\Programas\Sun\jwstutorial20\examples\jaxws\helloservice\build.xml:29: The following error occurred while executing this line:
C:\Programas\Sun\jwstutorial20\examples\common\targets.xml:125: An exception occurred while running the command.
The exception message is: CLI171 Command deploy failed :
Deployment of application failed - java.lang.ClassCastException:
javax.management.remote.message.MBeanServerResponseMessage cannot be cast to
com.sun.enterprise.admin.jmx.remote.streams.StreamMBeanServerResponseMessage.
I looked up and found that the corresponding jar file forjavax.management.remote.message.MBeanServerResponseMessage isappserv-rt.jar, so I tried to updated it. The bad thing now is that the AS won't start (and won't show no error message either, just takes forever trying to start the server). I had to go back to the previous appserv-rt.jar.
I just don't know what to do next, I would really thank some pointers.
Mensaje editado por:
jpsilva

