When I try to shut down Rave using cargo:stop - I get the following error: Scotts-MacBook-Pro:rave-portal scottw$ mvn cargo:stop [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Rave :: rave-portal 0.14-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- cargo-maven2-plugin:1.2.1:stop (default-cli) @ rave-portal --- [INFO] [n2.ContainerStopMojo] Resolved container artifact org.codehaus.cargo:cargo-core-container-tomcat:jar:1.2.1 for container tomcat6x [INFO] [talledLocalContainer] Tomcat 6.x is stopping... [WARNING] [talledLocalContainer] ERROR: transport error 202: bind failed: Address already in use [INFO] [talledLocalContainer] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) [WARNING] [talledLocalContainer] ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) [WARNING] [talledLocalContainer] JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
I've started it using both mvn cargo:start and mvn cargo:run with the same result. S
