Ok... Now I am getting a different error message which occurs when executing 
line 75 in Main.java 
         BasicBootstrap bootstrap = new BasicBootstrap();

The error message reads as follows :

Using bootstrap: 
file:/C:/NichPro/MicrocontainerDirectoryScanner/src/META-INF/bootstrap-beans.xml

java.lang.NoSuchFieldError: TRACE
        at 
org.jboss.logging.log4j.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:94)
        at org.jboss.logging.Logger.isTraceEnabled(Logger.java:150)
        at 
org.jboss.kernel.plugins.config.property.PropertyKernelConfig.initializeProperties(PropertyKernelConfig.java:74)
        at 
org.jboss.kernel.plugins.config.property.PropertyKernelConfig.(PropertyKernelConfig.java:61)
        at 
org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap.(BasicBootstrap.java:62)
        at com.nichpro.jmx.bootstrap.Main.configure(Main.java:75)
        at com.nichpro.jmx.bootstrap.Main.main(Main.java:45)
        at com.nichpro.jmx.server.config.JMXMain.main(JMXMain.java:33)
        at 
com.nichpro.jmx.server.DataManagementServer.main(DataManagementServer.java:291)
java.lang.NullPointerException
        at com.nichpro.jmx.bootstrap.Main.deploy(Main.java:116)
        at com.nichpro.jmx.server.config.JMXMain.main(JMXMain.java:40)
        at 
com.nichpro.jmx.server.DataManagementServer.main(DataManagementServer.java:291)

I have inclued all of the .jar files from the current JBoss 5.0.0.GA release so 
all the libraries should be there. 
The only exception is I have not included the endorsed directory contents.

Regards,
GMarsh


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196057#4196057

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196057
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to