Hi All,

I'm trying to debug some code with the JBoss server.  I was able to build
JBoss in JBuilder all right, but I'm having trouble getting the run time
environment to work within JBuilder.  The "How-To" on the JBoss web site was
helpful for setting up JBuilder to debug EJBs, but I need to debug some of
my code in JBoss itself.  When I start the server some of the typical errors
I am seeing are the following:

1. [Default] Unable to identify logging directory!
[Default] java.lang.NullPointerException
[Default]  at org.jboss.logging.FileLogging.openLogFile(FileLogging.java:1
......

2. [JMX RMI Adaptor] Initialization failed
[JMX RMI Adaptor] java.rmi.StubNotFoundException: Stub class not found:
org.jboss.jmx.server.JMXAdaptorImpl_Stub; nested exception is:
[JMX RMI Adaptor]  java.lang.ClassNotFoundException:
org.jboss.jmx.server.JMXAdaptorImpl_Stub
[JMX RMI Adaptor] java.lang.ClassNotFoundException:
org.jboss.jmx.server.JMXAdaptorImpl_Stub
.....

3. [J2ee deployer] no config file found...
[J2ee deployer] Initialized
java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
 at
org.jboss.util.ClassPathExtension.preRegister(ClassPathExtension.java:47)
......

Any help with getting my JBuilder debug environment setup for JBoss would be
greatly appreciated.

Thanks,

Brett



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to