3 Replies Latest reply on Mar 22, 2002 4:43 AM by adrian.brock

    Failed to get /tmp.properties URL

    seogi

      I got an error during JBoss initialization.

      I created VM by JNI, then I started JBoss 2.4.
      During startup, I got error messages, among them:

      [ERROR,J2eeDeployer] Initialization failed
      java.io.IOException: Failed to get /tmp.properties URL; Temporary directory does not exist!
      at org.jboss.deployment.J2eeDeployer.initService(J2eeDeployer.java:337)

      It seems that Classloader can't find jboss.home/tmp/tmp.properties.

      Any help is appreciated.