jetty-project / jetty-remote-deployer

A webapp to allow for Remote Deployment of other webapps
1 stars 1 forks source link

Cargo-maven2-plugin fails even with successful deployment #3

Open B3r opened 4 years ago

B3r commented 4 years ago

Deployment works and app starts up, however the Cargo-maven2-plugin triggers a ContainerException. Will raise an issue on their side.
Message:

Caused by: org.codehaus.cargo.container.ContainerException: Response when calling http://****:8080/cargo-jetty-deployer/deploy?path=/my-path was: Webapp deployed at context /my-path

    at org.codehaus.cargo.container.jetty.JettyRemoteDeployer.deploy (JettyRemoteDeployer.java:119)

See JettyRemoteDeployer.java#L115

B3r commented 4 years ago

For Reference: Cargo Issue

joakime commented 4 years ago

Nice.

Thanks for the update.

I'm a bit caught up in other tasks today, but I'll get back to this project soon enough.

alitokmen commented 10 months ago

3 years later ... this should be fixed with the next Codehaus Cargo version (probably 1.10.11):

https://github.com/codehaus-cargo/cargo/commit/b2906ac6cbcf0c72e01a8ff758a0c5576b6714e1