Bugs item #547616, was opened at 2002-04-23 15:06
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=547616&group_id=22866
Category: None
Group: None
Status: Closed
Resolution: Rejected
Priority: 5
Submitted By: Ludovic Claude (ludovicc)
Assigned to: Nobody/Anonymous (nobody)
Summary: 3.0 RC1 startup fails on NT 4.0
Initial Comment:
On Win NT, SP 6, i get the following message with
JBoss3.0.0-RC1 downloaded from Sourceforge:
ECHO is off.
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\jboss-3.0.0RC1\bin\..
.
JAVA: d:\jdk1.4\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH:
;d:\jdk1.4\lib\tools.jar;D:\jboss-3.0.0RC1\bin\run.jar
.
ECHO is off.
.
17:04:12,062 INFO [Server] JBoss Release:
JBoss-3.0.0RC1 CVSTag=JBoss_3_0_0_RC1
17:04:12,171 INFO [Server] Home Dir: D:\jboss-3.0.0RC1
17:04:12,171 INFO [Server] Home URL:
file:/D:/jboss-3.0.0RC1/
17:04:12,171 INFO [Server] Library URL:
file:/D:/jboss-3.0.0RC1/lib/
17:04:12,187 INFO [Server] Patch URL: null
17:04:12,187 INFO [Server] Server Name: default
17:04:12,187 INFO [Server] Server Home Dir:
D:\jboss-3.0.0RC1\server\default
17:04:12,187 INFO [Server] Server Home URL:
file:/D:/jboss-3.0.0RC1/server/default/
17:04:12,187 INFO [Server] Server Data Dir:
D:\jboss-3.0.0RC1\server\default\db
17:04:12,187 INFO [Server] Server Temp Dir:
D:\jboss-3.0.0RC1\server\default\tmp
17:04:12,187 INFO [Server] Server Config URL:
file:/D:/jboss-3.0.0RC1/server/default/conf/
17:04:12,187 INFO [Server] Server Library URL:
file:/D:/jboss-3.0.0RC1/server/default/lib/
17:04:12,203 INFO [Server] Starting General Purpose
Architecture (GPA)...
17:04:13,203 ERROR [Server] start failed
javax.management.InstanceNotFoundException: MBeanServer
cannot find MBean with ObjectName
JMImplementation:service=Loade
rRepository,name=Default
at
mx4j.server.MBeanServerImpl.findMBeanMetaData(MBeanServerImpl.java:194)
at
mx4j.server.MBeanServerImpl.invoke(MBeanServerImpl.java:656)
at
org.jboss.mx.loading.UnifiedClassLoader.<init>(UnifiedClassLoader.java:116)
at
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:414)
at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:257)
at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:218)
at org.jboss.Main.boot(Main.java:142)
at org.jboss.Main$1.run(Main.java:375)
at java.lang.Thread.run(Thread.java:536)
javax.management.InstanceNotFoundException: MBeanServer
cannot find MBean with ObjectName
JMImplementation:service=Loade
rRepository,name=Default
at
mx4j.server.MBeanServerImpl.findMBeanMetaData(MBeanServerImpl.java:194)
at
mx4j.server.MBeanServerImpl.invoke(MBeanServerImpl.java:656)
at
org.jboss.mx.loading.UnifiedClassLoader.<init>(UnifiedClassLoader.java:116)
at
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:414)
at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:257)
at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:218)
at org.jboss.Main.boot(Main.java:142)
at org.jboss.Main$1.run(Main.java:375)
at java.lang.Thread.run(Thread.java:536)
Press any key to continue . . .
----------------------------------------------------------------------
Comment By: Ludovic Claude (ludovicc)
Date: 2002-04-23 16:50
Message:
Logged In: YES
user_id=254624
Bingo! That solved the problem. It would be nice to scan the
classpath at startup for conflicting libraries...
----------------------------------------------------------------------
Comment By: Adrian Brock (ejort)
Date: 2002-04-23 15:44
Message:
Logged In: YES
user_id=9459
Remove MX4J from your classpath, probably in jre/lib/ext?
JBoss3 now relies on the UnifiedLoaderRepository that is
part of JBossMX.
Regards,
Adrian
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=547616&group_id=22866
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development