5 Replies Latest reply on Nov 28, 2012 9:47 AM by clebert.suconic

    Cannot shutdown webapp with embedded hornetq

    aruffie

      Hello all,

       

      I have a web application with correctly deploy, interact, send, receive messages of its embedded hornetq server.

      But when I try to stop my webapp in order to undeploy it (in continus integration phase), I get the logs attached

      in hornetq.log (look in file attachment of this discussion). I think the problem is an blocked thread, but I don't

      know how to determine et how to correct this leak. I think Tomcat try to clear referenced threads, but one in

      embedded hornetq of webapp is keep active, therefore when I try to undeploy my webapp the hornetq-configuration.xml

      file is locked under /mywebapp/WEB-INF/classes/META-INF/hornetq-configuration.xml

       

      Any one have an idea ? How I can correct this problem ?

       

      Thank & Best regards.

       

      Adrien