1 Reply Latest reply on Mar 5, 2012 3:23 AM by davsclaus

    Problems deploying a war on Fuse4.4.1

    newtofuse

      Hi,

       

      I'm new to servicemix and have a question about deploying a war. Have done features:install war.

       

      When I drop my war into the deploy directory in Servicemix 4.3, I get the following notice in osgi:list, and it works (I nagivate to the address in a new browser and see what I'm expecting to see). When I drop the same war into the deploy directory of Fuse4.4.1, I get the following notice in osgi:list, and navigating to address in new browser fails with 500 error). When I do osgi:install war:file://.... it does not work in either Servicemix 4.3 or Fuse 4.4.1.

       

      What should I be doing to replicate the behaviour of the sucessful hot deploy in Servicemix 4.3? Any help would be appreciated!

       

       

      Hot Deploy SMX 4.3 (works)

      [   ][   ][ 60 ] file__C__apache-servicemix-4.3.0_deploy_MyExample.war (0)

       

      Manual install (osgi:install war:file://..) SMX 4.3 and Fuse 4.4.1 (fails w/ cannot find 404 error, but I have confirmed that war is in the correct directory)

      [Active][   ][   ][  60 ] file____c__projects_MyExample.war (0)

       

       

      Hot Deploy Fuse 4.4.1 (fails 500 error)

      [Active ][   ][   ][  60 ] MyExample (0.0.0)

       

      Edited by: newtofuse on Mar 3, 2012 4:33 PM

       

      Edited by: newtofuse on Mar 3, 2012 4:34 PM

        • 1. Re: Problems deploying a war on Fuse4.4.1
          davsclaus

          Hi

           

          What 3rd party libraries does your WAR use? eg whats in the web-inf/lib directory.

          And do you use any web framework such as JSF, Struts, Spring MVC etc?

           

          And can you see any errors or the likes in the logs of Fuse ESB, when you install you app? The log is in the data/logs directory.