Bugs item #1033012, was opened at 2004-09-22 15:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1033012&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: NPE on shutdown of default config

Initial Comment:
The current 4.0 branch (jboss-4.0.1RC1) has a shutdown
problem that is resulting in the following NPE:

15:19:22,046 ERROR [Server] Failed to release mbean server
java.lang.NullPointerException
        at
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:153)
        at
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryCl
assLoader.java:463)
        at
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassL
oader.java:374)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:282)
        at
java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:575)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:282)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at
org.jboss.mx.server.InvocationContext.loadClass(InvocationContext.jav
a:276)
        at
org.jboss.mx.server.InvocationContext.getAttributeTypeClass(Invocatio
nContext.java:159)
        at
org.jboss.mx.server.Invocation.getAttributeTypeClass(Invocation.java:
94)
        at
org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelM
BeanAttributeInterceptor.java:56)
        at
org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInt
erceptor.java:59)
        at
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at
org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanIn
voker.java:343)
        at
org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java
:539)
        at
javax.management.MBeanServerFactory$1.run(MBeanServerFactory.java:99)

        at
java.security.AccessController.doPrivileged(Native Method)
        at
javax.management.MBeanServerFactory.releaseMBeanServer(MBeanServerFac
tory.java:94)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.removeMBeans(ServerIm
pl.java:938)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.j
ava:870)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:8
49)
15:19:22,140 INFO  [Server] Shutdown complete
Shutdown complete
Halting VM


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1033012&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to