Bugs item #620838, was opened at 2002-10-09 11:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=620838&group_id=22866

Category: None
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Jay Petersen (s2jcpete)
Assigned to: Scott M Stark (starksm)
Summary: jboss-3.0.3 Crashes with jdk1.4.1

Initial Comment:
OS=Conectiva Linux 8  
JDK=1.4.1-fcs 
Version=jboss-3.0.3 (md5sum = 
342c4c636ff96b01aa1e13188ca16a63  jboss-3.0.3.zip). 
 
When executing the run.sh file, it would crash saying 
null pointer exception when instantiating 
org.jboss.web.WebService.  Switched to jdk1.4.0_02 
and everything runs fine. 
 
 
 
 ERROR [Server] start failed 
org.jboss.deployment.DeploymentException: 
org.jboss.web.WebService constructor has thrown an 
exception: java.lang.NullPointerException; - nested 
throwable: (RuntimeMBeanException: 
org.jboss.web.WebService constructor has thrown an 
exception: java.lang.NullPointerException 
Cause: java.lang.NullPointerException) 
        at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:155) 
        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:517)  
        at  
org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)  
        at $Proxy3.install(Unknown Source)  
        at 
org.jboss.deployment.SARDeployer.create(SARDeployer.java:209)  
        at 
org.jboss.deployment.MainDeployer.create(MainDeployer.java:755)  
        at  
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615)  
        at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580) 
        at  
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564)  
        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:517)  
        at  
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)  
        at 
org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)  
        at org.jboss.Main.boot(Main.java:148) 
        at org.jboss.Main$1.run(Main.java:381)  
        at java.lang.Thread.run(Thread.java:536) 
Caused by: RuntimeMBeanException: 
org.jboss.web.WebService constructor has thrown an  
exception: java.lang.NullPointerException 
Cause: java.lang.NullPointerException  
        at 
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBeanServerImpl.java:854)
 
        at  
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:816) 
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:266)  
        at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:293) 
        at 
org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)  
        at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:167) 
        at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130) 
        ... 25 more 

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

Comment By: Steven Ostrowski (alchemista)
Date: 2003-01-22 22:38

Message:
Logged In: YES 
user_id=552047

OK, the source code lines are in the exceptions of the stack 
trace I posted, so I'm not sure what other lines you are 
referring to.

Since I don't know, I guess I will have to wait until the next 
release.

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

Comment By: Scott M Stark (starksm)
Date: 2003-01-22 21:45

Message:
Logged In: YES 
user_id=175228

Get in a debugger and tell me where the NPE is occurring. 
Otherwise wait for the 3.0.6 release which has a version that 
is catching all possible throwables to log why this can occur.

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

Comment By: Steven Ostrowski (alchemista)
Date: 2003-01-22 20:38

Message:
Logged In: YES 
user_id=552047

How do I check the line of the Webservice ctor? I'm not sure 
what you mean by this.

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

Comment By: Scott M Stark (starksm)
Date: 2003-01-22 20:11

Message:
Logged In: YES 
user_id=175228

Unfortunately that does not help as it is not showing what 
line in the WebService ctor the NPE is occurring. I don't see 
the same issue on a RedHat 8 system with the same Sun 
JDK . See if you can determine the line where the NPE is 
occurring.

============================================
====================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /tmp/jboss-3.0.4_tomcat-4.1.12

  JAVA: /home/starksm/Java/j2sdk1.4.1_01/bin/java

  JAVA_OPTS: -server -Dprogram.name=run.sh

  CLASSPATH: /tmp/jboss-3.0.4_tomcat-
4.1.12/bin/run.jar:/home/starksm/Java/j2sdk1.4.1_01/lib/tools.j
ar

============================================
...
17:01:39,313 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 
Server VM 1.4.1_01-b01,Sun Microsystems Inc.
17:01:39,314 INFO  [ServerInfo] OS-System: Linux 2.4.18-
14,i386
...
17:01:54,447 INFO  [WebService] Creating
17:01:54,448 INFO  [WebService] Created
...
17:01:55,184 INFO  [WebService] Starting
17:01:55,208 INFO  [WebService] Started webserver with 
address: null port: 8083
17:01:55,210 INFO  [WebService] Codebase set to: 
http://succubus.starkinternational.com:8083/
17:01:55,211 INFO  [WebService] Started
...


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

Comment By: Steven Ostrowski (alchemista)
Date: 2003-01-22 18:09

Message:
Logged In: YES 
user_id=552047

Here is my stack trace (irrelevant portions edited out).
Hope this helps, as I'm trying to run this right out of the box:

================================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /usr/local/jboss-3.0.4_tomcat-4.1.12

  JAVA: /usr/java/j2sdk/bin/java

  JAVA_OPTS: -server -Dprogram.name=run.sh

  CLASSPATH:
/usr/local/jboss-3.0.4_tomcat-4.1.12/bin/run.jar:/usr/java/j2sdk/lib/tools.jar

================================================================================

17:59:53,504 INFO  [ServerInfo] Java version: 1.4.1_01,Sun
Microsystems Inc.
17:59:53,507 INFO  [ServerInfo] Java VM: Java HotSpot(TM)
Server VM 1.4.1_01-b01,Sun Microsystems Inc.
17:59:53,548 INFO  [ServerInfo] OS-System: Linux
2.4.18-19.8.0,i386
7:59:55,817 INFO  [MainDeployer] Starting deployment of
package:
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/ant.jar
17:59:56,117 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/ant.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jaxp.jar
which could not be opened, entry ignored
17:59:56,132 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/ant.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/parser.jar
which could not be opened, entry ignored
17:59:56,149 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/ant.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/crimson.jar
which could not be opened, entry ignored
17:59:56,162 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/ant.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/optional.jar
which could not be opened, entry ignored
17:59:56,257 INFO  [MainDeployer] Starting deployment of
package:
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xalan.jar
17:59:56,569 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xalan.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jaxp.jar
which could not be opened, entry ignored
17:59:56,581 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xalan.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xerces.jar
which could not be opened, entry ignored
17:59:56,594 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xalan.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/crimson.jar
which could not be opened, entry ignored
17:59:56,608 INFO  [MainDeployer] Deployed package:
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xalan.jar

17:59:59,192 INFO  [MainDeployer] Starting deployment of
package:
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
17:59:59,764 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xerces.jar,
which could not be opened, entry ignored
17:59:59,779 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdbc-se2.0.jar,
which could not be opened, entry ignored
17:59:59,792 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jndi.jar,
which could not be opened, entry ignored
17:59:59,806 WARN  [MainDeployer] The manifest entry in
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
references URL
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jta1.0.1.jar
which could not be opened, entry ignored
17:59:59,820 INFO  [MainDeployer] Deployed package:
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar
18:00:00,710 ERROR [Server] start failed
org.jboss.deployment.DeploymentException:
org.jboss.web.WebService constructor has thrown an
exception: java.lang.NullPointerException; - nested
throwable: (RuntimeMBeanException: org.jboss.web.WebService
constructor has thrown an exception:
java.lang.NullPointerException
Cause: java.lang.NullPointerException)
        at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:155)
        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:517)
        at
org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy3.install(Unknown Source)
        at
org.jboss.deployment.SARDeployer.create(SARDeployer.java:209)
        at
org.jboss.deployment.MainDeployer.create(MainDeployer.java:760)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
        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:517)
        at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
        at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
        at org.jboss.Main.boot(Main.java:148)
        at org.jboss.Main$1.run(Main.java:381)
        at java.lang.Thread.run(Thread.java:536)
Caused by: RuntimeMBeanException: org.jboss.web.WebService
constructor has thrown an exception:
java.lang.NullPointerException
Cause: java.lang.NullPointerException
        at
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBeanServerImpl.java:854)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:816)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:266)
        at
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:293)
        at
org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
        at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:167)
        at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130)
        ... 25 more
org.jboss.deployment.DeploymentException:
org.jboss.web.WebService constructor has thrown an
exception: java.lang.NullPointerException; - nested
throwable: (RuntimeMBeanException: org.jboss.web.WebService
constructor has thrown an exception:
java.lang.NullPointerException
Cause: java.lang.NullPointerException)
        at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:155)
        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:517)
        at
org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy3.install(Unknown Source)
        at
org.jboss.deployment.SARDeployer.create(SARDeployer.java:209)
        at
org.jboss.deployment.MainDeployer.create(MainDeployer.java:760)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
        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:517)
        at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
        at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
        at org.jboss.Main.boot(Main.java:148)
        at org.jboss.Main$1.run(Main.java:381)
        at java.lang.Thread.run(Thread.java:536)
Caused by: RuntimeMBeanException: org.jboss.web.WebService
constructor has thrown an exception:
java.lang.NullPointerException
Cause: java.lang.NullPointerException
        at
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBeanServerImpl.java:854)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:816)
        at
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:266)
        at
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:293)
        at
org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
        at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:167)
        at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130)
        ... 25 more
18:00:01,273 INFO  [Server] Undeploying all packages

18:00:01,712 INFO  [MainDeployer] Undeploying
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jboss.jar
18:00:01,739 INFO  [ServiceController] Exception removing
mbean: jboss.system:type=Log4jService,service=Logging
javax.management.InstanceNotFoundException:
jboss.system:type=Log4jService,service=Logging is not
registered.
        at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:362)
        at
org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:528)
        at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:526)
        at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:517)
        at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:798)
        at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:784)
        at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:71)
        at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:84)
        at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:620)
        at
org.jboss.mx.loading.UnifiedClassLoader3.unregister(UnifiedClassLoader3.java:88)
        at
org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:268)
        at
org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:536)
        at
org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:444)
        at
org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:331)
        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:517)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:717)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:700)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:688)
18:00:01,743 INFO  [MainDeployer] Cleaned Deployment
file:/usr/local/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jboss.jar


18:00:01,806 INFO  [ServiceController] Exception removing
mbean: jboss:type=Service,name=SystemProperties
javax.management.InstanceNotFoundException:
jboss:type=Service,name=SystemProperties is not registered.
        at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:362)
        at
org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:528)
        at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:526)
        at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:517)
        at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:798)
        at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:784)
        at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:71)
        at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:84)
        at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:620)
        at
org.jboss.mx.loading.UnifiedClassLoader3.unregister(UnifiedClassLoader3.java:88)
        at
org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:268)
        at
org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:536)
        at
org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:444)
        at
org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:331)
        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:517)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:717)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:700)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:688)

18:00:01,809 INFO  [ServiceController] Exception removing
mbean: jboss:type=Service,name=BootstrapEditors
javax.management.InstanceNotFoundException:
jboss:type=Service,name=BootstrapEditors is not registered.
        at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:362)
        at
org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:528)
        at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceConfigurator.java:526)
        at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurator.java:517)
        at
org.jboss.system.ServiceController.unregisterClassName(ServiceController.java:798)
        at
org.jboss.system.ServiceController.handleNotification(ServiceController.java:784)
        at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:71)
        at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:84)
        at
org.jboss.mx.loading.UnifiedLoaderRepository3.removeClassLoader(UnifiedLoaderRepository3.java:620)
        at
org.jboss.mx.loading.UnifiedClassLoader3.unregister(UnifiedClassLoader3.java:88)
        at
org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:268)
        at
org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:536)
        at
org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:444)
        at
org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:331)
        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:517)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:717)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:700)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:688)



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

Comment By: Scott M Stark (starksm)
Date: 2003-01-21 23:40

Message:
Logged In: YES 
user_id=175228

The WebService class' protected access of the instance 
variable which appeared to cause this was change. Show the 
stack trace you are seeing.

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

Comment By: Steven Ostrowski (alchemista)
Date: 2003-01-21 23:26

Message:
Logged In: YES 
user_id=552047

Not sure why this bug is closed, no workaround is provided.

Please re-open the bug to work on this so that jboss will
work out of the box with the latest J2SDK. It' still crashing.

I'm using RH8.0, J2SDK 1.4.1_01....

Linux x1-6-00-50-2c-01-07-fc 2.4.18-18.8.0 #1 Wed Nov 13
22:52:09 EST 2002 i686 athlon i386 GNU/Linux

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

Comment By: Scott M Stark (starksm)
Date: 2002-11-02 17:56

Message:
Logged In: YES 
user_id=175228

This has to be a bug in HotSpot under some conditions as I 
can't reproduce this on WinXP, Win2000 or RedHat 7.3, the
start of which is show below. I'm guessing its related to the 
WebService.server ivar hiding the 
ServiceMBeanSupport.server ivar and HotSpot is choking. I 
have change the WebService.server ivar to webServer.

[starksm@bliss bin]$ java -version
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed 
mode)
[starksm@bliss bin]$ uname -a
Linux bliss.jboss.org 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 
2001 i686 unknown

16:53:18,900 INFO  [Server] JBoss Release: JBoss-3.0.3 
CVSTag=JBoss_3_0_3
...
16:53:24,861 INFO  [WebService] Starting
16:53:24,870 INFO  [WebService] Started webserver with 
address: null port: 8083
16:53:24,870 INFO  [WebService] Codebase set to: 
http://bliss.jboss.org:8083/
16:53:24,871 INFO  [WebService] Started


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

Comment By: Fred Hartman (fredh666)
Date: 2002-11-01 18:08

Message:
Logged In: YES 
user_id=640696

For some related info, I am using JBoss 3.0.3 with 
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

on W2K and it is fine. A collegue runs on RedHat Linux 7.?
with no problems from JDK 1.4.1.

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

Comment By: Jay Petersen (s2jcpete)
Date: 2002-10-14 19:14

Message:
Logged In: YES 
user_id=626147

Not using DHCP...  Tried it on a Mandrake 9.0 and Conectiva 8.0 
Distribution. 

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

Comment By: Nobody/Anonymous (nobody)
Date: 2002-10-14 18:42

Message:
Logged In: NO 

Are you using dhcp? I've had the same problem on mandrake 
with jboss 3.0.3 and jdk1.4.1?.Works ok if I use a static IP.

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

Comment By: Christian Riege (lqd)
Date: 2002-10-10 06:02

Message:
Logged In: YES 
user_id=176671

i can confirm this - crash occurs only on Linux w/ 1.4.1;
Windoze 2K w/ 1.4.1 seems to be OK (startup succeeds)

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to