It looks like you managed to miss when you did the 1.0.3 install. From the error trace you have deployed the jbossws component to the deploy directory rather than the deploy/jbossws.sar directory.
Ie the error you have is caused by the app server loading the deploy/jbossws.sar/META-INF/jboss-service.xml and then finding the deploy/META-INF/jboss-server.xml and as these components are already deployed you are getting the "Trying to install an already registered mbean" error. The second error is related i believe it is a class loader issue because it has found multiple instances of the same classes, this should go away if you get 1.0.3 installed properly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971430#3971430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971430 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
