[java] Caused by: org.codehaus.cargo.container.
ContainerException:
Failed to deploy [/mypath/mywebapp.war]
[java] at
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:106)
[java] at
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.java:184)
[java] at
org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerActionOnSingleDeployable(DeployerRedeployMojo.java:49)
[java] at
org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:165)
[java] at
org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:96)
[java] at
org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:436)
[java] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[java] ... 21 more
[java] Caused by:
org.codehaus.cargo.container.tomcat.internal.TomcatManagerException:
HTTP/1.1 200 OK
[java] Date: Wed, 30 Sep 2015 10:27:52 GMT
[java] Server: Apache-Coyote/1.1
[java] Pragma: No-cache
[java] Cache-Control: no-cache
[java] Expires: Thu, 01 Jan 1970 01:00:00 GMT
[java] Content-Type: text/plain;charset=utf-8
[java] Connection: close
[java] Transfer-Encoding: chunked
[java] 42
[java] OK - Deployed application at context path /mywebapp
[java] 0
[java] at
org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:715)
[java] at
org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:760)
[java] at
org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:312)
[java] at
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:101)
[java] ... 27 more
if (!response.startsWith("OK -"))
{
throw new TomcatManagerException(response);
}
HTTP/1.1 200 OK is clearly an HTTP
response code and not a response.Thank you
S. Ali Tokmen http://ali.tokmen.com/ http://contact.ali.tokmen.com/
--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/cb2b8f49-75f8-419d-8968-67801321651a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/69c1fa24-852f-418e-a234-b245fe1f1459%40googlegroups.com.
connection.setRequestProperty("Expect", "100-continue");
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/24dda895-af9b-4da2-99fb-27f73684c559%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/e5cc6cef-ca65-499b-b425-957bc5391733%40googlegroups.com.
Hi Massimiliano
--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/24276e34-67be-4b61-92c7-7edbc389e395%40googlegroups.com.
Hi Massimiliano