1 Reply Latest reply on Apr 3, 2012 2:34 PM by theute

    Problem with JBoss EAP 6.0 Beta?

    abhi8889

      Right now i'm using JBoss EAP 6.0 Beta as an evaluation. After starting server in standalone mode i deployed the WAR file of my application successfully.But when i tried to enable the application it showed me the error

      :Unexpected HTTP Response:500.Which i think is an internal error related to server.

       

      ERROR:

       

      Unknown error

      Unexpected HTTP response: 500

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

      Response

      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./WorkFlow_Demo" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./WorkFlow_Demo: JBAS018040: Failed to start context"}},
          "rolled-back" => true
      }