2 Replies Latest reply on Aug 21, 2007 2:33 PM by filot

    Deploying exception

    filot

      I'm trying to deploy Bonita on Jboss.
      I have this error:

      
      
      16:45:15,873 WARN [ServiceController] Problem starting service jboss.jca:service=RARDeployment,name='bonita.ear#config.rar'
      javax.resource.spi.ResourceAdapterInternalException: Error while starting the Resource Adapter : Error while starting the Configuration service, please check your BONITA_HOME/.ant.properties file
       at hero.ra.JmxRegisterResourceAdapter.start(JmxRegisterResourceAdapter.java:161)
       at org.jboss.resource.deployment.RARDeployment.startService(RARDeployment.java:109)
      
      etc...
      


      I have no idea what means this error. Do anyone know what could be the cause!?

      thanks a lot.



        • 1. Re: Deploying exception
          filot

          Maybe a interesting information is that a bit after this error, in the log, I have this exception:

          19:43:20,699 INFO [[/bonita]] hero: null
          19:43:20,731 ERROR [[/bonita]] StandardWrapper.Throwable
          java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException
           at org.apache.struts.action.ActionServlet.initDigester(ActionServlet.java:1576)
          


          I'm wondering if the two errors are not realted. What is strange is that my sax.jar is in the server, but it seems like if it doesn't see it...

          Any ideas!?



          • 2. Re: Deploying exception
            filot

            First exception is solved now:

            I had to define the environment variable BONITA_HOME.

            now I still have the second exception... seems like a classloader issue?

            Anyway at least now I know that the two errors are not related. :P