0 Replies Latest reply on Sep 28, 2001 12:00 PM by fdina

    JBoss-2.2.2_Tomcat-3.2.2 don't start under JBuilder

    fdina

      I'm trying to run JBoss-2.2.2_Tomcat-3.2.2 under JBuilder 5 for source level debugging.
      I configured everything according to Chapter 10 in online manuals at JBoss.org site, but the process abort at Main.java line 117
      AccessController.doPrivileged(new PrivilegedAction())

      the output reports:

      java.io.IOException: The device is not ready
      at java.io.File.getCanonicalPath(File.java:437)
      at java.io.File.getCanonicalFile(File.java:455)
      at org.jboss.Main.(Main.java:151)
      at org.jboss.Main$1.run(Main.java:121)
      at java.security.AccessController.doPrivileged(Native Method)
      at org.jboss.Main.main(Main.java:117)

      JBoss 2.2.2 Started in 0m:2s

      Running JBoss from command line run.bat looks to start well. I think it's something wrong with the security configuration. What happens?
      Thanks in advance
      fdina