FAIL - Deployed application at context path /RxCircle but context failed to start

33,013

I suspect that either (1) Your web.xml is missing, (2) your applicationContext is malformed or (3) your versions are not playing nicely together.

Since you are using Netbeans you can view the Server Log by doing this:

  1. Open the Services window (if it is not open go to: Window > Services)
  2. Right-click on the Tomcat Server and select View Server Log.

Now you can see the actual exception that is causing Tomcat not to deploy your war.

Share:
33,013

Related videos on Youtube

santosh karadla
Author by

santosh karadla

Updated on April 10, 2021

Comments

  • santosh karadla
    santosh karadla about 3 years

    FAIL - Deployed application at context path /RxCircle but context failed to start The module has not been deployed. at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:210) at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:173) at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:125) at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:202) at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)

    i am using tomcat 6 netbeans 7.0 java 6

    i am getting this error when i am running my application in netbeans..