2 Replies Latest reply on Apr 19, 2004 10:35 AM by sysuser1

    Deployement problem

    sysuser1

      Hi,

      I have a problem when I want to deploy my module, theme and block.

      There is the problem :
      For the block :

      16:05:02,421 INFO [MainDeployer] Starting deployment of package: file:/C:/Jboss-3.2.3/server/default/deploy/essaiBlock2.sar
      16:05:02,531 WARN [ServiceConfigurator] Failed to complete install
      java.lang.ClassNotFoundException: Unexpected error during load of: org.jboss.nukes.core.modules.user.block.PremierBlock, msg=org/jboss/nukes/block/BlockSupport
      ...


      I have the same error for the others...

      Could you help me !!??
      Thanks !

        • 1. Re: Deployement problem
          jae77

          did you deploy the nukes.ear first? i'm thinking no b/c you are getting the ClassNotFoundException b/c jboss can't find the BlockSupport class (which is contained in the nukes.ear).

          also, your module should be deployed in the "nukes" directory (ie: default/nukes). this is to help guarentee that the nukes.ear (which all other blocks/modules/etc) depend upon is deployed first.

          • 2. Re: Deployement problem
            sysuser1

            It's ok !!

            Thanks a lot!!