I just installed JBuilder 4.0 Foundation and am having a problem running JBoss in the debugger. I've been using JB3.5 with JBoss for awhile now with no particular problems. I think I have everything set up correctly, including: 1) WinNT startup shortcut "start in" directory for JB4.0 set to d:\cvs-root\jboss\dist\bin\, and the 2) -Duser.dir=d:\cvs-root\jboss\dist\bin Java VM parameter 3) I also tried adding -Djava.home=d:\cvs-root\jboss\dist\bin VM parameter, but it didn't change the result. JBoss throws the following exception when I try to run JBoss in the debugger. .... [InstantDB] Starting [InstantDB] XA Connection pool InstantDB bound to java:/InstantDB Enhydra InstantDB - Version 3.21 [InstantDB] The Initial Developer of the Original Code is Lutris Technologies Inc. Portions created by Lutris are Copyright (C) 1997-2000 Lutris Technologies, Inc. All Rights Reserved. [InstantDB] java.sql.SQLException: IO problem: java.io.FileNotFoundException: ..\log\trace.log (The system cannot find the path specified) [InstantDB] at java.sql.DriverManager.getConnection(DriverManager.java:533) [InstantDB] at java.sql.DriverManager.getConnection(DriverManager.java:199) [InstantDB] at org.jboss.minerva.xa.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:125) [InstantDB] at org.jboss.minerva.factories.XAConnectionFactory.createObject(XAConnectionFactory.java:234) [InstantDB] at org.jboss.minerva.pools.ObjectPool.createNewObject(ObjectPool.java:801) [InstantDB] at org.jboss.minerva.pools.ObjectPool.getObject(ObjectPool.java:549) [InstantDB] at org.jboss.minerva.datasource.XAPoolDataSource.getConnection(XAPoolDataSource.java:169) [InstantDB] at org.jboss.jdbc.XADataSourceLoader.initializePool(XADataSourceLoader.java:288) [InstantDB] at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:252) [InstantDB] at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:92) [InstantDB] at java.lang.reflect.Method.invoke(Native Method) [InstantDB] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) [InstantDB] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) [InstantDB] at org.jboss.dependencies.DependencyManager.startMBean(DependencyManager.java:284) [InstantDB] at org.jboss.dependencies.DependencyManager.loadService(DependencyManager.java:261) [InstantDB] at org.jboss.dependencies.DependencyManager.processService(DependencyManager.java:243) [InstantDB] at org.jboss.dependencies.DependencyManager.processService(DependencyManager.java:238) [InstantDB] at org.jboss.dependencies.DependencyManager.startMBeans(DependencyManager.java:117) [InstantDB] at org.jboss.Main.<init>(Main.java:167) [InstantDB] at org.jboss.Main$1.run(Main.java:87) [InstantDB] at java.security.AccessController.doPrivileged(Native Method) [InstantDB] at org.jboss.Main.main(Main.java:83) I'd appreciate any ideas on what the problem might be. JB 4.0 seems more stable and is faster than JB 3.5 and I would like to use it if possible. Thanks very much, -------------------- Rick Horowitz __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
