1 Reply Latest reply on Dec 15, 2008 3:30 PM by beve

    Deployment error message when starting ESB server 4.4 GA

      Hi All,
      in logger i am finding these lines, i don't know why these messages are getting generated though my service is working fine

      12:20:35,625 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      
      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.esb:deployment=SendRailBill.esb
       State: FAILED
       Reason: java.lang.NoClassDefFoundError: org/jboss/soa/esb/smooks/SmooksAction
       I Depend On:
       jboss.esb:deployment=jbossesb.esb
      

      I can find SmooksAction.class in jbossesb-smooks.jar file so why i am getting this error message inside smooks.esb folder


        • 1. Re: Deployment error message when starting ESB server 4.4 GA
          beve

          Hi,

          is this a fresh installation or an upgrade?

          I can find SmooksAction.class in jbossesb-smooks.jar file so why i am getting this error message inside smooks.esb folder

          Can you double check the package name of the SmookAction in jbossesb-smooks.jar matches the one reported in the stacktrace ("org.jboss.soa.esb.smooks.SmooksAction")?

          Regards,

          /Daniel