Hi Juha
I did the same but I had no problems. It seams that ServiceControl MBean
was not loaded in the MBeanServer or failed to load or register.
Have a look at the jboss.conf that there is an MLET tag for the
ServiceControl
(did you change jboss.conf because the MLET service has sometimes problems
when the structure is not right).
Have fun - Andy
-----Original Message-----
From: Juha-P Lindfors [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 7:19 AM
To: [EMAIL PROTECTED]
Subject: [jBoss-Dev] error starting server
Hey,
just did a clean CVS checkout for jboss 5 mins ago, build it, tried to
start it... it doesn't seem to find the ServiceControl MBean:
[Default] javax.management.InstanceNotFoundException:
DefaultDomain:service=ServiceControl
[Default] at
com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1678)
[Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1522)
[Default] at org.jboss.Main.<init>(Main.java:150)
[Default] at org.jboss.Main$1.run(Main.java:89)
[Default] at java.security.AccessController.doPrivileged(Native
Method)
[Default] at org.jboss.Main.main(Main.java:85)
[Default] JBoss PRE-2.1 Started
Press any key to continue . . .
-- Juha