Benjamin Lerer created CASSANDRA-9297:
-----------------------------------------
Summary: The configuration for remote debugging is not valid
anymore.
Key: CASSANDRA-9297
URL: https://issues.apache.org/jira/browse/CASSANDRA-9297
Project: Cassandra
Issue Type: Bug
Reporter: Benjamin Lerer
Assignee: Benjamin Lerer
Priority: Minor
The current configuration for remote debugging that we use is:
{code}# JVM_OPTS="$JVM_OPTS -Xdebug -Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1414"{code}
Since java 1.5 it should be:
{code}JVM_OPTS="$JVM_OPTS
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)