5 Replies Latest reply on Sep 7, 2007 4:19 AM by kconner

    Problems with 4.2GA

    sebcio

      Hi,

      I'm discovering problems trying to install JbossESB 4.2GA on fresh JbossAS 4.2GA version. After check and update on deployment.properites I get this:
      Could not determine JMS provider (my AS is running on JbossMQ)

      Thanks for help!

        • 1. Re: Problems with 4.2GA
          kconner

          This release was tested using AS 4.2.1 but it should still install into AS 4.2.0.

          It sounds as if there may be an error in the deployment.properties file. Could you share your settings?

          For JBMQ the test will look for <server.home>/server/<server.config>/deploy/jms/jbossmq-service.xml

          Kev

          • 2. Re: Problems with 4.2GA
            sebcio

            Hi Kevin,

            my settings:
            org.jboss.esb.server.home=/jboss-4.2.0.GA
            org.jboss.esb.server.config=default

            an my jbossmq-service.xml is in:
            jboss-4.2.0.GA/server/default/deploy/jms/

            ,so it should work...

            • 3. Re: Problems with 4.2GA
              kconner

              Can you run 'ant -v' and attach the last ten lines (or so) of the output?

              • 4. Re: Problems with 4.2GA
                sebcio

                The problem was "/" (root), my AS runs on C: and ESB installation package was on D:, so ant checked the D:/jboss-4.2.0.GA/server........
                Silly mistake, thanks for help Kevin!

                • 5. Re: Problems with 4.2GA
                  kconner

                  No problems, thanks for letting us know.