You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/25 18:46:13 UTC

[jira] [Resolved] (KARAF-3420) Java Debug options are Pre Java 5.0

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

Jean-Baptiste Onofré resolved KARAF-3420.
-----------------------------------------
    Resolution: Fixed

> Java Debug options are Pre Java 5.0
> -----------------------------------
>
>                 Key: KARAF-3420
>                 URL: https://issues.apache.org/jira/browse/KARAF-3420
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.2
>            Reporter: Paul Spencer
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.0, 3.0.3, 2.4.1
>
>
> When debugging I noticed the debugger option are Pre Java 5.0.  Since Karaf requires Java 7 or greater, the options need to be updated.
> I was expecting DEFAULT_JAVA_DEBUG_OPTS =  “-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005”
> sparrow:bin paul$ grep DEFAULT_JAVA_DEBUG_OPTS= *
> instance:    DEFAULT_JAVA_DEBUG_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
> instance:    #DEFAULT_JAVA_DEBUG_OPTS="-Xrunyjpagent"
> instance.bat:set DEFAULT_JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
> karaf:    DEFAULT_JAVA_DEBUG_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
> karaf:    #DEFAULT_JAVA_DEBUG_OPTS="-Xrunyjpagent"
> karaf.bat:set DEFAULT_JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
> shell:    DEFAULT_JAVA_DEBUG_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
> shell:    #DEFAULT_JAVA_DEBUG_OPTS="-Xrunyjpagent"
> shell.bat:set DEFAULT_JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005



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