0 Replies Latest reply on Aug 27, 2014 8:13 AM by jayaramtheeda

    I'm very new to JBOSS server. I want to install my Web application in this server. I have successfully installes JBOSS AS 7.1.1  . My Web application consists with JSF,HIbernate,Mysql frame works. But its unable to deploy My Web Application.

    jayaramtheeda

      When I'm deploy my .war file in administrative console It is showing errors like POST Module failed as below . Please help to run my app in JBOSS

       

      15:28:36,151 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015951: Admin con

      sole listening on http://127.0.0.1:9990

      15:28:36,157 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015

      870: Deploy of deployment "myApplication.war" was rolled back with failure message

      {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"myApplication.war\".POS

      T_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.u

      nit.\"myApplication.war\".POST_MODULE: Failed to process phase POST_MODULE of deplo

      yment \"myApplication.war\""}}

      15:28:36,169 ERROR [org.jboss.as] (MSC service thread 1-1) JBAS015875: JBoss AS

      7.1.1.Final "Brontes" started (with errors) in 42959ms - Started 141 of 221 serv

      ices (3 services failed or missing dependencies, 76 services are passive or on-d

      emand)

      15:28:39,184 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBA

      S015877: Stopped deployment myApplication.war in 3025ms

      15:28:39,188 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBA

      S014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit

      ."myApplication.war".POST_MODULE: org.jboss.msc.service.StartException in service j

      boss.deployment.unit."myApplication.war".POST_MODULE: Failed to process phase POST_

      MODULE of deployment "myApplication.war"

       

       

      Thanks in advance