Hey,
>Juha-P Lindfors wrote:
>> 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 . . .
>
>Well, the latest jboss.conf does have it, that's for sure. Are you sure
>you got the latest configuration files as well?
The problem is after I do a clean export + build I end up with 2 instances
of jboss.conf, one in /conf and another in /conf/default.
The one in /conf is an old one, and doesn't have ServiceControl, but the
mlet loader picks that up... removing it fixes the prob (conf is loaded
from /default).
I still couldn't run the testbeantests though... will try with another
machine now.
-- Juha