Hello All,

I have gotten the latest sources from for pre-2.1 (as of 2/16) and built
them successfully, however, when I attempt to start jboss, I see several errors
and exceptions that I have listed below.  I would guess, based on what I see,
that there is probably some configuration that I need to do to the server after
I have built it in order to get it to run? Is there any documentation, formal
or informal, of what I need to do?

I am running JDK 1.3 (from Sun) on Red Hat 7.

TIA,

 --  Bill Hastings

Here are the exceptions and errors that I get:


java.lang.ClassNotFoundException: org.jboss.security.EJBSecurityManagerService
        at javax.management.loading.MLet.findClass(MLet.java:800)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at com.sun.management.jmx.MBeanServerImpl.findClass(MBeanServerImpl.java:2466)
        at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:499)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:523)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
        at org.jboss.Main.<init>(Main.java:160)
        at org.jboss.Main$1.run(Main.java:94)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:90)
java.lang.ClassNotFoundException: org.jboss.security.SimpleRealmMappingService
        at javax.management.loading.MLet.findClass(MLet.java:800)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at com.sun.management.jmx.MBeanServerImpl.findClass(MBeanServerImpl.java:2466)
        at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:499)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:523)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
        at org.jboss.Main.<init>(Main.java:160)
        at org.jboss.Main$1.run(Main.java:94)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:90)
javax.management.InstanceAlreadyExistsException: 
DefaultDomain:service=XADataSource,name=null
        at 
com.sun.management.jmx.RepositorySupport.addMBean(RepositorySupport.java:134)
        at 
com.sun.management.jmx.MBeanServerImpl.internal_addObject(MBeanServerImpl.java:2352)
        at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:775)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
        at org.jboss.Main.<init>(Main.java:160)
        at org.jboss.Main$1.run(Main.java:94)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:90)

Then there is:

Detected JMX Bug: Server reports attribute 'ConnectionManagerFactoryName' is not 
writeable for MBean 'JCA:name=BlackBoxDS,service=ConnectionFactoryLoader'   

And:

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:189)
[Default]       at org.jboss.Main$1.run(Main.java:94)
[Default]       at java.security.AccessController.doPrivileged(Native Method)
[Default]       at org.jboss.Main.main(Main.java:90)   



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to