You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "rene kochen (JIRA)" <ji...@apache.org> on 2011/06/17 14:49:48 UTC

[jira] [Created] (CASSANDRA-2787) java agent option missing in cassandra.bat file

java agent option missing in cassandra.bat file
-----------------------------------------------

                 Key: CASSANDRA-2787
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
             Project: Cassandra
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 0.8.0
            Reporter: rene kochen
            Priority: Minor


This option must be included in cassandra.bat:

-javaagent:%CASSANDRA_HOME%/lib/jamm-0.2.2.jar

Otherwise you see the following warnings in cassandra log:

WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "rene kochen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

rene kochen updated CASSANDRA-2787:
-----------------------------------

    Description: 
This option must be included in cassandra.bat:

-javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar

Otherwise you see the following warnings in cassandra log:

WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead


  was:
This option must be included in cassandra.bat:

-javaagent:%CASSANDRA_HOME%/lib/jamm-0.2.2.jar

Otherwise you see the following warnings in cassandra log:

WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead



> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Priority: Minor
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052172#comment-13052172 ] 

Hudson commented on CASSANDRA-2787:
-----------------------------------

Integrated in Cassandra-0.8 #178 (See [https://builds.apache.org/job/Cassandra-0.8/178/])
    add jamm agent to cassandra.bat
patch by rene kochen; reviewed by jbellis for CASSANDRA-2787

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1137695
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* /cassandra/branches/cassandra-0.8/bin/cassandra.bat


> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Assignee: rene kochen
>            Priority: Minor
>             Fix For: 0.8.2
>
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-2787.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.2
         Reviewer: jbellis
         Assignee: rene kochen

committed, thanks!

> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Assignee: rene kochen
>            Priority: Minor
>             Fix For: 0.8.2
>
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051589#comment-13051589 ] 

Jonathan Ellis commented on CASSANDRA-2787:
-------------------------------------------

Really, forward slashes?

> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Priority: Minor
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%/lib/jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "rene kochen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051865#comment-13051865 ] 

rene kochen commented on CASSANDRA-2787:
----------------------------------------

Changed them to backslashes

> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Priority: Minor
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2787) java agent option missing in cassandra.bat file

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-2787:
----------------------------------------

    Fix Version/s:     (was: 0.8.2)
                   0.8.1

> java agent option missing in cassandra.bat file
> -----------------------------------------------
>
>                 Key: CASSANDRA-2787
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2787
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 0.8.0
>            Reporter: rene kochen
>            Assignee: rene kochen
>            Priority: Minor
>             Fix For: 0.8.1
>
>
> This option must be included in cassandra.bat:
> -javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar
> Otherwise you see the following warnings in cassandra log:
> WARN 12:02:32,478 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira