Hi
I have added these line in the jboss-service.xml but it is again giving the error
<!-- ==================================================================== -->
<!-- JSR-77 Single JBoss Server Management Domain -->
<!-- ==================================================================== -->
jboss.jca:service=ConnectionFactoryDeployer
jboss:service=Mail
jboss.mq:service=DestinationManager
jboss:service=Naming
jboss:service=TransactionManager
jboss:service=ClientUserTransaction
===============================================
13:55:24,109 INFO [MainDeployer] Starting deployment of package:
file:/C:/jboss-3.2.3/server/minimal/conf/jboss-service
.xml
13:55:25,281 WARN [NestedThrowable] Duplicate throwable nesting of same base type:
class org.jboss.deployment.Deploymen
tException is assignable from: class org.jboss.deployment.DeploymentException
13:55:25,281 ERROR [MainDeployer] could not create deployment:
file:/C:/jboss-3.2.3/server/minimal/conf/jboss-service.xm
l
org.jboss.deployment.DeploymentException: create operation failed for package
file:/C:/jboss-3.2.3/server/minimal/conf/j
boss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: -
nested throwable: (java.lang.reflect.
UndeclaredThrowableException))
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.jboss.deployment.DeploymentException: - nested throwable:
(java.lang.reflect.UndeclaredThrowableException
)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
at org.jboss.system.ServiceController.install(ServiceController.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:183)
... 17 more
Caused by: java.lang.reflect.UndeclaredThrowableException
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)
at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:151)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
... 27 more
Caused by: java.lang.NoClassDefFoundError: org/jboss/verifier/BeanVerifier
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
at java.lang.Class.getConstructor0(Class.java:1922)
at java.lang.Class.getConstructor(Class.java:1019)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:846)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:291)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:318)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
... 29 more
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: create operation failed for package
file:/C:/jboss-3.2.3/server/minimal/conf/j
boss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: -
nested throwable: (java.lang.reflect.
UndeclaredThrowableException))
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.jboss.deployment.DeploymentException: - nested throwable:
(java.lang.reflect.UndeclaredThrowableException
)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
at org.jboss.system.ServiceController.install(ServiceController.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:183)
... 17 more
Caused by: java.lang.reflect.UndeclaredThrowableException
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)
at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:151)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
... 27 more
Caused by: java.lang.NoClassDefFoundError: org/jboss/verifier/BeanVerifier
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
at java.lang.Class.getConstructor0(Class.java:1922)
at java.lang.Class.getConstructor(Class.java:1019)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:846)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:291)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:318)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
... 29 more
13:55:25,421 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
13:55:25,453 INFO [ServiceController] Exception removing mbean:
jboss:service=invoker,type=jrmp
javax.management.InstanceNotFoundException: jboss:service=invoker,type=jrmp is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,453 INFO [ServiceController] Exception removing mbean:
jboss:service=invoker,type=pooled
javax.management.InstanceNotFoundException: jboss:service=invoker,type=pooled is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,546 INFO [ServiceController] Exception removing mbean: jboss:service=Naming
javax.management.InstanceNotFoundException: jboss:service=Naming is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,578 INFO [ServiceController] Exception removing mbean:
jboss:service=invoker,type=local
javax.management.InstanceNotFoundException: jboss:service=invoker,type=local is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,656 INFO [ServiceController] Exception removing mbean:
jboss.rmi:type=RMIClassLoader
javax.management.InstanceNotFoundException: jboss.rmi:type=RMIClassLoader is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,687 INFO [ServiceController] Exception removing mbean:
jboss:service=XidFactory
javax.management.InstanceNotFoundException: jboss:service=XidFactory is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,812 INFO [ServiceController] Exception removing mbean:
jboss:service=ClientUserTransaction
javax.management.InstanceNotFoundException: jboss:service=ClientUserTransaction is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,812 INFO [ServiceController] Exception removing mbean: jboss:service=JNDIView
javax.management.InstanceNotFoundException: jboss:service=JNDIView is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,812 INFO [ServiceController] Exception removing mbean:
jboss:service=TransactionManager
javax.management.InstanceNotFoundException: jboss:service=TransactionManager is not
registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:25,984 INFO [ServiceController] Exception removing mbean:
jboss:service=proxyFactory,target=ClientUserTransaction
Factory
javax.management.InstanceNotFoundException:
jboss:service=proxyFactory,target=ClientUserTransactionFactory is not regist
ered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:26,000 INFO [ServiceController] Exception removing mbean:
jboss:service=proxyFactory,target=ClientUserTransaction
javax.management.InstanceNotFoundException:
jboss:service=proxyFactory,target=ClientUserTransaction is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:354)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:557)
at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:557)
at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:548)
at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:803)
at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:789)
at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:795)
at
org.jboss.mx.loading.UnifiedClassLoader.unregister(UnifiedClassLoader.java:223)
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:348)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:557)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:473)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:849)
at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:824)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
13:55:26,000 INFO [Server] Shutting down all services
Shutting down
13:55:26,000 INFO [ServiceController] Stopping 14 services
13:55:26,000 INFO [SARDeployer] Stopping jboss.system:service=ServiceDeployer
13:55:26,000 INFO [MainDeployer] Removing deployer: [EMAIL PROTECTED]
13:55:26,000 INFO [JARDeployer] Stopping jboss.system:service=JARDeployer
13:55:26,078 INFO [MainDeployer] Stopping jboss.system:service=MainDeployer
13:55:26,078 INFO [ServiceController] Stopped 3 services
13:55:26,109 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
Press any key to continue . . .
===============================================
is there any online resource where i can understand the jboss-service.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837183#3837183
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837183
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user