2 Replies Latest reply on Mar 16, 2012 9:32 AM by andys_andys.kiev

    Doesn't work examples on 4.4.1-fuse-03-06

    andys_andys.kiev

      Hello.

      Yesterday I downloaded last build it is 4.4.1-fuse-03-06.

       

      I have some trouble with my application, but when I tried to start cxf-osgi it also didn't work.

      I have got the "Connection refused" in Client.java. (or STATUS: 12029 in Client.html)

      The localhost:8181/cxf/HelloWorld?wsdl also unavailable.

       

      cxf-osgi has status 'Active' but not 'Started'

      The cxf-osgi deployed without errors, all bundles resolved (it had put 'log:set TRACE' before deployment)

       

      Could you hint me the way of understanding cause of troubles ?

       

      ps

      the similar troubles I have got with camel examples, where route uses timer://springTimer, it also didn't work.

      Deployed, moved to 'Active' but not 'Started', log:display-exception is empty.

        • 1. Re: Doesn't work examples on 4.4.1-fuse-03-06
          ffang

          Hi,

           

          I did a quick test but I can't reproduce it, it works for me.

           

          I guess somehow your FUSE ESB or some bundles not get started correctly, could you please post the result of

           

          list -t 0

          ?

          Also what's your platform details and your JDK version?

           

          Freeman

          • 2. Re: Doesn't work examples on 4.4.1-fuse-03-06
            andys_andys.kiev

            Hello, Freeman.

             

            Thank you for your reply.

             

            I reinstalled the fuse from archive and run the example on a clear service mix.

            It was worked correctly, I am sorry.

             

            Possible reasons of my troubles were my previous experiments with osgi:install -s wrap ....

            Your words about not started bundles helped me.