7 Replies Latest reply on Oct 30, 2003 4:26 PM by julien1

    BB Install

    raja05

      Is there any dependency for the BB module? I installed nukes and tried to install the BB module. After starting JBoss, i get the following error messages.

      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: nukes.modules:name=bb
      state: CREATED
      I Depend On: nukes.modules:name=core
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Category
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Forum
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Group
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Option
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Poll
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Post
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Topic
      jboss.j2ee:service=EJB,jndiName=nukes/bb/User
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Utils
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Vote
      jboss.j2ee:service=EJB,jndiName=nukes/bb/Watch

      Depends On Me: , ObjectName: jboss.j2ee:service=EJB,jndiName=nukes/bb/Watch
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Post
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Poll
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Forum
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Group
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Topic
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Option
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Category
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/Vote
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: , ObjectName: jb
      oss.j2ee:service=EJB,jndiName=nukes/bb/User
      state: FAILED
      I Depend On:
      Depends On Me: nukes.modules:name=bb
      org.jboss.deployment.DeploymentException: Could not load class: ]

        • 1. Re: BB Install

          Do you have still some problems for running the forums ?

          julien

          • 2. Re: BB Install
            raja05

            Yeah i havent tried after last night. Have any changes been made to the bb?
            I did download the nukes-snapshot as mentioned in the nukes project page. Let me know if i need to download some other branch.

            Thanks
            Raj

            • 3. Re: BB Install

              yes I did, but often the snapshot lags behind the real CVS.

              julien

              • 4. Re: BB Install
                raja05

                Julien
                This is what i have in my build.xml for bb
                <!-- nukes-bb-lib.jar -->








                <!-- nukes-bb-ejb.jar -->




                So basically, there is nothing other than the *.xmls in the nukes-bb-ejb.jar and i figured thats the reason why the deployment failed. The deployment said it could not find the classes specified in the ejb-jar.xml. Is that a error? Shouldnt the nukes-bb-ejb.jar contain all the classes (EJBs)?

                Thanks
                Raj

                • 5. Re: BB Install

                  Lib is apart from the ejb-jar, but the way the lib was deployed was not the supposed one though it always worked for me.

                  Now there are 3 deployables :

                  nukes-bb-lib.jar : contains classes
                  nukes-bb-ejb.jar : contains deployment descriptors
                  nukes-jmx.jar : contains services

                  now nukes-bb-ejb.jar and nukes-jmx.jar refer to the lib through the META-INF/manifest.mf file with the entry "Class-Path: ./nukes-bb-lib.jar". That will force the deployer to deploy the lib before the the two others.

                  julien

                  • 6. Re: BB Install
                    kryptontri

                    Hi Julien,

                    You *may* want to package a predeployed version of the BB - similar to the nukes release, with jboss server under it, this may help to get people up and running, and also raise bugs/defects and/or assist with its development.


                    K :-)

                    • 7. Re: BB Install

                      yes this is my goal, easy setup for people. this will come, first I need to stabilise the forums a little bit and do some work to have a 1.0

                      julien