Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.4
-
Component/s: Documentation, Jetty
-
Labels:None
-
Environment:os: windows 7 ultimate x86
mvn: 3.0.3 (r1075438)
java: jdk 1.6.0_23
jetty:7.4.1
cargo-maven2-plugin: 1.0.1 / 1.1.0
cargo-jetty-7-and-onwards-deployer: 1.0.6 / 1.1.0 / 1.1.1-20110517.190953-14
-
Complexity:Intermediate
-
Tested on JDKs:jdk 1.6.0_23
-
Number of attachments :
Description
I'm trying to use the cargo-maven2-plugin to perform a remote deploy on a remote jetty container. First I deployed cargo-jetty-7-and-onwards-deployer to jetty (copied the war into JETTY/webapps – it was picked up without errors), but after I issued `mvn cargo:deploy' on my project the following exception is reported in jetty's log:
2011-05-23 15:19:41.767:WARN::Error for /cargo-jetty-deployer/deploy
java.lang.NoClassDefFoundError: org/eclipse/jetty/server/handler/ContextHandler
...
I attached an eclipse project (test.zip) which after issuing `mvn cargo:deploy' fails like this. I attached the logs from jetty (2011_05_24.stderrout) and maven (mvnlog) also.
Issue Links
- is related to
-
CARGO-1049
cargo-jetty-7-and-onwards-deployer fails perform remote deploy on Jetty 8.x with the default OPTIONS
-
-
CARGO-1050
The default Cargo OPTIONS for the Jetty 8.x container don't match the Jetty OPTIONS
-
-
CARGO-1051
The CARGO Jetty remote deployer uses a deprecated class
-