Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-2437

ClusterTool throws exception for get_endpoints

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 0.8 beta 1
    • None
    • None
    • Normal

    Description

      ByteBuffer is not serializable over JMX.

      Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
      at $Proxy0.getNaturalEndpoints(Unknown Source)
      at org.apache.cassandra.tools.NodeProbe.getEndpoints(NodeProbe.java:446)
      at org.apache.cassandra.tools.ClusterCmd.printEndpoints(ClusterCmd.java:146)
      at org.apache.cassandra.tools.ClusterCmd.main(ClusterCmd.java:240)
      Caused by: java.io.NotSerializableException: java.nio.HeapByteBuffer
      at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
      at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1338)
      at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1146)
      at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
      at java.rmi.MarshalledObject.<init>(MarshalledObject.java:101)
      at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:990)
      at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)
      ... 4 more

      Attachments

        Activity

          People

            lenn0x Chris Goffinet
            lenn0x Chris Goffinet
            Chris Goffinet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: