6 Replies Latest reply on Jan 24, 2014 10:54 AM by rhusar

    Thread Deadlock when <distributable/> tag is present with jboss-eap-6.2/AS 7.3.0.Final-redhat-14

    juliusmensing

      Good Day to the JBoss Clustering community,

       

      this is a web-application related question.

      JBoss server: jboss-eap-6.2/AS 7.3.0.Final-redhat-14

       

      I have issues when running a web-application which was deployed as an extracted war folder.

      Since it is clustering enabled it has the <distributable/> tag in the web.xml file.

       

      Somehow when this tag is present a thread deadlock (reproduced with VisualVM)

      occurs quite often (rarely it works).

      When the tag is removed the application works without any issues.

       

      The same application runs fine on

      • JBossAS [6.1.0.Final "Neo"]
      • JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]

      with the <distributable/> tag present.

       

      Am I missing something in the code or a setting which is required for

      jboss-eap-6.2/AS 7.3.0.Final-redhat-14 to work with a clustering enabled application?

       

      Thank you for your help