2 Replies Latest reply on Oct 1, 2003 9:13 AM by julien1

    Deployment Problem

    videoace3

      Could someone please help me here?
      I just pick up the latest snapshop and built it with no errors, however when I deploy nuke I get the following error from JBoss:

      2003-09-25 22:46:50,437 DEBUG [org.jboss.system.ServiceController] starting service nukes:service=JDBCDeploymentScanner
      2003-09-25 22:46:50,437 INFO [org.jboss.nukes.system.JDBCDeploymentScanner] Starting
      2003-09-25 22:46:50,437 ERROR [org.jboss.nukes.system.JDBCDeploymentScanner] An error occured during the JDBC scan
      javax.naming.NameNotFoundException: @nukes.datasource@ not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:499)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:478)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at org.jboss.nukes.system.JDBCDeploymentScanner.job(Unknown Source)
      at org.jboss.nukes.system.JDBCDeploymentScanner.scan(Unknown Source)
      at org.jboss.nukes.system.JDBCDeploymentScanner$1.run(Unknown Source)
      at java.util.TimerThread.mainLoop(Timer.java:432)
      at java.util.TimerThread.run(Timer.java:382)


      Thanks,
      Bill

        • 1. Re: Deployment Problem
          samus

          Could be you didn't deploy the nukes-ds.xml file or your hsql db isn't running because you used the minimal startup?

          • 2. Re: Deployment Problem

            before building nukes you have to copy the file nukes/build/etc/local.properties-mysql to nukes/build/local.properties (use local.properties-example if you want hsqldb)

            normally, if you build with nukes/build/build.sh that file should be copied.

            julien