Hi...

I am having difficulty debugging ejb through jbuilder 4(really just running
the server under jbuilder4)  I followed the instructions at
http://www.jboss.org/newsite/documentation/jbuilder4.htm

the error I get is: any suggestions ?

C:\JBuilder4\jdk1.3\bin\javaw -classic -classpath
"C:\windward-cadence\code\interestb;C:\windward-cadence\code\wcDataModel\cla
sses;C:\Program Files\InterBase
Corp\InterClient\interclient.jar;C:\jboss\bin\run.jar;C:\jboss\bin;C:\jboss\
conf;C:\jboss\lib\jmxri.jar;C:\jboss\lib\xml.jar;C:\jboss\lib\ext\activation
.jar;C:\jboss\lib\ext\awt.jar;C:\jboss\lib\ext\dynaserver.jar;C:\jboss\lib\e
xt\ejb.jar;C:\jboss\lib\ext\ejxeditor.jar;C:\jboss\lib\ext\ejxejb.jar;C:\jbo
ss\lib\ext\ejxjaws.jar;C:\jboss\lib\ext\ejxjboss.jar;C:\jboss\lib\ext\hsql.j
ar;C:\jboss\lib\ext\idb.jar;C:\jboss\lib\ext\interclient.jar;C:\jboss\lib\ex
t\jboss.jar;C:\jboss\lib\ext\jdbc2_0-stdext.jar;C:\jboss\lib\ext\jess.jar;C:
\jboss\lib\ext\jmxtools.jar;C:\jboss\lib\ext\jndi.jar;C:\jboss\lib\ext\jnpse
rver.jar;C:\jboss\lib\ext\jpl-util-0_5b.jar;C:\jboss\lib\ext\jta-spec1_0_1.j
ar;C:\jboss\lib\ext\mail.jar;C:\jboss\lib\ext\wcDataModel.jar;C:\jboss\lib\e
xt\xml.jar;C:\jboss\log;C:\jboss\db;C:\JBuilder4\jdk1.3\demo\jfc\Java2D\Java
2Demo.jar;C:\JBuilder4\jdk1.3\jre\lib\i18n.jar;C:\JBuilder4\jdk1.3\jre\lib\j
aws.jar;C:\JBuilder4\jdk1.3\jre\lib\rt.jar;C:\JBuilder4\jdk1.3\jre\lib\sunrs
asign.jar;C:\JBuilder4\jdk1.3\lib\dt.jar;C:\JBuilder4\jdk1.3\lib\tools.jar" 
 -Duser.dir=C:\jboss\bin org.jboss.Main
[Console logging] Logging started
[Info] Java version: 1.3.0,Sun Microsystems Inc.
[Info] Java VM: Classic VM 1.3.0-C,Sun Microsystems Inc.
[Info] System: Windows 2000 5.0,x86
[JDBC] Loaded JDBC-driver:org.hsql.jdbcDriver
[JDBC] Loaded JDBC-driver:jdbc.idbDriver
[Webserver] Initializing
[Webserver] Initialized
[Hypersonic] Initializing
[Hypersonic] Server 1.4 is running
[Hypersonic] Database started
[Hypersonic] Initialized
[Naming] Initializing
[Naming] Naming started on port 1099
[Naming] Initialized
[Transaction manager] Initializing
[Transaction manager] Initialized
[Simple Realm Mapping] Initializing
[Simple Realm Mapping] Initialized
[Security manager] Initializing
[Security manager] Initialized
[DataSource] Initializing
[DataSource] Connection pool for jdbc:idb:../conf/instantdb.properties bound
to InstantDB
InstantDB - Version 3.12
[DataSource] Copyright (c) 1997-1999 Instant Computer Solutions Ltd.
[DataSource] Initialized
[XADataSource] Initializing
[XADataSource] Initialized
[Container factory] Initializing
[Container factory] Using the systems temporary directory
[Container factory] Initialized
[Auto deploy] Watching C:\jboss\deploy
[Auto deployer] Initializing
[Auto deployer] Initialized
[JMX RMI Adaptor] Initializing
[JMX RMI Adaptor] Initialized
[JMX RMI Connector] Initializing
[JMX RMI Connector] Initialized
[Configuration] Initializing
[Configuration] Initialized
java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
        at
org.jboss.util.ClassPathExtension.preRegister(ClassPathExtension.java:47)
        at
com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.ja
va:2245)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:765)
        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:119)
        at org.jboss.Main.<init>(Main.java:94)
        at org.jboss.Main$1.run(Main.java:84)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:75)
java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
        at
org.jboss.util.ClassPathExtension.preRegister(ClassPathExtension.java:47)
        at
com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.ja
va:2245)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:765)
        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:119)
        at org.jboss.Main.<init>(Main.java:94)
        at org.jboss.Main$1.run(Main.java:84)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:75)
java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
        at
org.jboss.util.ClassPathExtension.preRegister(ClassPathExtension.java:47)
        at
com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.ja
va:2245)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:765)
        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:119)
        at org.jboss.Main.<init>(Main.java:94)
        at org.jboss.Main$1.run(Main.java:84)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:75)
java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
        at
org.jboss.util.ClassPathExtension.preRegister(ClassPathExtension.java:47)
        at
com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.ja
va:2245)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:765)
        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:119)
        at org.jboss.Main.<init>(Main.java:94)
        at org.jboss.Main$1.run(Main.java:84)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:75)



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

Reply via email to