0 Replies Latest reply on Jul 7, 2005 8:05 AM by blashamet

    problem while deleting  the deploy/temp directory

    blashamet

      I'm using jBoss 3.2.3&&Tomcat pluged into Eclipse, and Hypersonic in-memory db.I have no problems while starting up the server. But when I want to connect to the DB, the "DB is already inuse by another process" message appears on the console. Then I chance the jdbc connection a little bit(jdbc:hsqldb:mem:test to jdbc:hsqldb:mem:test1) and then it gets the connection.Then DB works.
      Also,
      I have problems while shutting down the server. I think the server can not delete the deploy/temp folder. It says;

      14:24:04,956 INFO [Server] Deleting server tmp/deploy directory
      Compile failed; see the compiler error output for details.
      at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:842).
      .
      .
      .
      .
      What configuration do have to do to fix this problem?