0 Replies Latest reply on Dec 28, 2006 11:17 AM by danyel.ceccaldi

    netboot with apache server

    danyel.ceccaldi

      I installed JBoss 4 and 5 using JDK 1.5 and 1.6, and having an unzipped jboss distribution in an apache served DAV-enabled directory.

      But the startup fails to deploy any service that is not an xml file.
      I presume my webdav configuration could be broken, or netboot support is broken, or another thing I struggle to find.

      Can anyone help, what the problem might be?

      sh run.sh --netboot=http://localhost/dav/jboss-4.0.5.GA/
      ...
      17:10:18,981 INFO [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc.
      17:10:18,981 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.6.0-b105,Sun Microsystems Inc.
      17:10:18,981 INFO [ServerInfo] OS-System: Linux 2.6.18.2-34-xen,i386
      ...
      17:10:36,144 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      17:10:36,167 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@d54c0ea2 { url=http://geek1/dav/jboss-4.0.5.GA/server/default2/deploy/jboss-aop.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: http://geek1/dav/jboss-4.0.5.GA/server/default2/deploy/jboss-aop.deployer/
      altDD: null
      lastDeployed: 1167325830899
      lastModified: 1167325829000
      mbeans:

      org.jboss.deployment.DeploymentInfo@ccbc7c76 { url=http://geek1/dav/jboss-4.0.5.GA/server/default2/deploy/jboss-bean.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: http://geek1/dav/jboss-4.0.5.GA/server/default2/deploy/jboss-bean.deployer/
      altDD: null
      lastDeployed: 1167325830900
      lastModified: 1167325829000
      mbeans:
      ....... many more not deployed services .....