You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/05/05 11:53:59 UTC

[jira] [Updated] (CASSANDRA-9297) The configuration for remote debugging is not valid anymore.

     [ https://issues.apache.org/jira/browse/CASSANDRA-9297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Lerer updated CASSANDRA-9297:
--------------------------------------
    Description: 
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=1414"{code}

  was:
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}


> 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=1414"{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)