Hi,

I am getting an Exception which i shutdown the JBoss application server.  The 
exception is highlighted in the blow error log.  Is there any configuration 
settings to eliminate this error?

2008-10-13 20:37:46,997 DEBUG [org.jboss.system.ServiceController] removing 
jboss.admin:service=PluginManager from server
2008-10-13 20:37:46,997 DEBUG [org.jboss.system.ServiceController] Context not 
removed, it is recording dependencies: ObjectName: 
jboss.admin:service=PluginManager
  State: DESTROYED
  Depends On Me:
    jboss.web.deployment:id=1891529593,war=web-console.war
 
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.SARDeployer] Unregistering 
service UCL=jmx.loading:UCL=a75737
2008-10-13 20:37:46,997 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] 
UnifiedLoaderRepository removed(false) [EMAIL PROTECTED] 
url=file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/ 
,addedOrder=12}
2008-10-13 20:37:46,997 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] 
Unregistering [EMAIL PROTECTED] 
url=file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/ 
,addedOrder=12}
2008-10-13 20:37:46,997 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] 
UnifiedLoaderRepository removed(true) [EMAIL PROTECTED] 
url=file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/ 
,addedOrder=12}
2008-10-13 20:37:46,997 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] 
postDeregister, clearing all references
2008-10-13 20:37:46,997 DEBUG [org.jboss.mx.loading.LoaderRepositoryFactory] 
Unregistered repository: jboss.console:sar=console-mgr.sar
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.DeploymentInfo] Not 
deleting localUrl, it is null or not a copy: 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.MainDeployer] Undeployed 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.MainDeployer] Undeploying 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/
2008-10-13 20:37:46,997 DEBUG [org.jboss.system.ServiceController] stopping 
service: null
2008-10-13 20:37:46,997 WARN  [org.jboss.system.ServiceController] Ignoring 
request to stop nonexistent service: null
2008-10-13 20:37:46,997 DEBUG [org.jboss.webservice.ServiceDeployer] 
handleNotification: org.jboss.deployment.SubDeployer.stop,web-console.war
2008-10-13 20:37:46,997 DEBUG 
[org.jboss.mx.util.JBossNotificationBroadcasterSupport] Ignored unhandled 
throwable from listener
java.lang.reflect.UndeclaredThrowableException            
   at $Proxy30.handleNotification(Unknown Source)
            at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:112)
            at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:95)
            at 
org.jboss.deployment.SubDeployerSupport.emitNotification(SubDeployerSupport.java:238)
            at 
org.jboss.deployment.SubDeployerSupport.stop(SubDeployerSupport.java:217)
            at 
org.jboss.web.AbstractWebContainer.stop(AbstractWebContainer.java:436)
            at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:632)
            at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:605)
            at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:492)
            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.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:952)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:927)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:915)
Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
            ... 24 more
Caused by: java.lang.NullPointerException
            at 
org.jboss.webservice.ServiceDeployerJSE.getWebservicesDescriptor(ServiceDeployerJSE.java:82)
            at 
org.jboss.webservice.ServiceDeployer.isWebservicesDeployment(ServiceDeployer.java:176)
            at 
org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:103)
            ... 28 more
2008-10-13 20:37:46,997 DEBUG [org.jboss.webservice.ServiceDeployer] 
handleNotification: org.jboss.deployment.SubDeployer.destroy,web-console.war
2008-10-13 20:37:46,997 DEBUG 
[org.jboss.mx.util.JBossNotificationBroadcasterSupport] Ignored unhandled 
throwable from listener
java.lang.reflect.UndeclaredThrowableException
            at $Proxy30.handleNotification(Unknown Source)
            at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:112)
            at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:95)
            at 
org.jboss.deployment.SubDeployerSupport.emitNotification(SubDeployerSupport.java:238)
            at 
org.jboss.deployment.SubDeployerSupport.destroy(SubDeployerSupport.java:228)
            at 
org.jboss.web.AbstractWebContainer.destroy(AbstractWebContainer.java:466)
            at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:665)
            at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:606)
            at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:492)
            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.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:952)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:927)
            at 
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:915)
Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
            ... 24 more
Caused by: java.lang.NullPointerException
            at 
org.jboss.webservice.ServiceDeployerJSE.getWebservicesDescriptor(ServiceDeployerJSE.java:82)
            at 
org.jboss.webservice.ServiceDeployer.isWebservicesDeployment(ServiceDeployer.java:176)
            at 
org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:103)
            ... 28 more
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.DeploymentInfo] Not 
deleting localUrl, it is null or not a copy: null
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.MainDeployer] Undeployed 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/
2008-10-13 20:37:46,997 DEBUG [org.jboss.deployment.MainDeployer] Undeploying 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/jfreechart.jar
2008-10-13 20:37:47,013 DEBUG [org.jboss.deployment.DeploymentInfo] Not 
deleting localUrl, it is null or not a copy: null
2008-10-13 20:37:47,013 DEBUG [org.jboss.deployment.MainDeployer] Undeployed 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/jfreechart.jar
2008-10-13 20:37:47,013 DEBUG [org.jboss.deployment.MainDeployer] Undeploying 
file:/D:/programs/jboss/server/default/deploy/management/console-mgr.sar/jcommon.jar
2008-10-13 20:37:47,013 DEBUG [org.jboss.deployment.DeploymentInfo] Not 
deleting localUrl, it is null or not a copy: null

Thanks in advance.

Regards,
Bhaskar.B

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183442#4183442

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183442
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to