4 Replies Latest reply on Jun 27, 2006 7:45 AM by losbubos

    jboss installation on a windows network drive or share

    losbubos

      Hello,

      is it possible to install jboss on a network drive and run it as a nt service under Windows?

      What I tried:

      - JBOSS_HOME=\\servername\sharename$\aaa\bbb\ccc\jboss-3.2.3
      - the nt service is installed with a javaservice.exe
      - the nt service runs with the domain user dom\user, the user has administrator access on the local machine and full control of the share and sub dirs of %JBOSS_HOME%

      the nt service starts, but throws the following error message (in stderr.log)

      Failed to boot JBoss:
      java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl
      at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
      at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:251)
      at org.jboss.system.server.ServerLoader.load(ServerLoader.java:233)
      at org.jboss.Main.boot(Main.java:142)
      at org.jboss.Main$1.run(Main.java:395)
      at java.lang.Thread.run(Thread.java:536)


      thanks...