On Tue, Apr 23, 2013 at 02:05:03PM -0400, Will Stevens wrote:
> I have changed my 'python' reference to point to my 2.7 version (which
> seems to be working).
> 
> When I start the server and then run this in another terminal window I get
> this:
> 
> [root@cs4-devcloud incubator-cloudstack]# mvn -Pdeveloper,marvin.sync
> -Dendpoint=localhost -pl :cloud-marvin
> ERROR: transport error 202: bind failed: Address already in use
> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
> JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized
> [../../../src/share/back/debugInit.c:690]
> FATAL ERROR in native method: JDWP No transports initialized,
> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
> Aborted
> 
> I have also tried using the actual IP of my server instead of localhost
> (but it gives the same error).  I will need to figure out what is blocking
> it here.
> 
> Thanks again...

You probably have MAVEN_OPTS configured to open a port for debuggers to
attach to.  This is normally not a problem, but it means that two mvn
processes can't open the same port.  Either export a new MAVEN_OPTS just
prior to running the second shell's commands OR disable debugging in
maven completely.

I hit this before as well...

Reply via email to