1 Reply Latest reply on Dec 19, 2003 4:35 AM by julien1

    How to install nukes modules?

      Hello,
      I managed to build Nukes from CVS and even to install nukes/output/lib/nukes.ear and it works. Nukes is available at http://localhost:8080/nukes/. Now i'm trying to figure how to install additonal nukes modules (like bb)? At first i simply tried to deploy bb/output/lib/nukes-bb.ear to default/deploy but to no avai.
      I'm using hsqldb and have the nukes-db schema in the db.

      Below is what's found in the log:

      11:51:10,879 INFO [MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/nukes-bb.ear
      11:51:10,899 INFO [EARDeployer] Init J2EE application: file:/C:/java/jboss-3.2.3/server/default/deploy/nukes-bb.ear
      11:51:12,692 INFO [JDBCDeploymentScanner] Deploying nukes.blocks:name=Forums
      11:51:12,702 INFO [MainDeployer] Starting deployment of package: file:/C:/DOCUME~1/Jarkko/LOCALS~1/Temp/nukes37357.sar
      11:51:12,782 INFO [TopicBlock] Creating
      11:51:12,782 INFO [TopicBlock] Created
      11:51:12,792 INFO [TopicBlock] Starting
      11:51:12,802 WARN [ServiceController] Problem starting service nukes.blocks:name=Forums
      javax.naming.NameNotFoundException: bb 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:253)
       at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
       at javax.naming.InitialContext.lookup(InitialContext.java:347)
       at org.jboss.nukes.addons.modules.bb.Homes.<init>(Homes.java:42)