3 Replies Latest reply on Nov 7, 2013 6:08 AM by ctomc

    getting OutOfMemoryError while deploying the war file

    sathishpmca

      Hi Guys,


      While deploying the war file, I'm getting the below Out of memory error..!! Can you guys, please help

      Unexpected HTTP response: 500

      Request
      {
        "address" => [("deployment" => "MAS.ear")],
        "operation" => "deploy"
      }

      Response

      Internal Server Error
      {
        "outcome" => "failed",
        "failure-description" => {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"MAS.ear\".\"MAS.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"MAS.ear\".\"MAS.war\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of subdeployment \"MAS.war\" of deployment \"MAS.ear\"
        Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class org.apache.struts2.views.jsp.ui.AnchorTag with ClassLoader ModuleClassLoader for Module \"deployment.MAS.ear.MAS.war:main\" from Service Module Loader
        Caused by: java.lang.OutOfMemoryError: PermGen space"}},
        "rolled-back" => true
      }