You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Licinio Fernández Maurelo <li...@gmail.com> on 2009/08/26 18:49:06 UTC

JDWP Error

The servlet container (resin) where i deploy solr shows :

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)

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)


then, when we want to stop resin it doesn't works, any advice?

thx

-- 
Lici

RE: JDWP Error

Posted by Chris Hostetter <ho...@fucit.org>.
: JDPA/JDWP are for remote debugging of SUN JVM...
: It shouldn't be SOLR related... check configs of Resin...

right, it sounds like you probably already have another process that is 
listening on that port (and older execution of resin that was never shut 
down cleanly?) ...

: then, when we want to stop resin it doesn't works, any advice?



-Hoss


RE: JDWP Error

Posted by Fuad Efendi <fu...@efendi.ca>.
JDPA/JDWP are for remote debugging of SUN JVM...
It shouldn't be SOLR related... check configs of Resin...
-Fuad
http://www.tokenizer.org



-----Original Message-----
From: Licinio Fernández Maurelo [mailto:licinio.fernandez@gmail.com] 
Sent: August-26-09 12:49 PM
To: solr-user@lucene.apache.org
Subject: JDWP Error

The servlet container (resin) where i deploy solr shows :

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)

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)


then, when we want to stop resin it doesn't works, any advice?

thx

-- 
Lici