You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Enayat (JIRA)" <ji...@apache.org> on 2014/10/19 13:36:33 UTC

[jira] [Created] (STORM-536) java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/TBinaryProtocol on windows

Enayat created STORM-536:
----------------------------

             Summary: java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/TBinaryProtocol on windows
                 Key: STORM-536
                 URL: https://issues.apache.org/jira/browse/STORM-536
             Project: Apache Storm
          Issue Type: Bug
    Affects Versions: 0.9.3
         Environment: Windows 7
            Reporter: Enayat


When I run a program which works with Storm and cassandra I got the following error:

java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/TBinaryProtocol
	at com.netflix.astyanax.thrift.ThriftSyncConnectionFactoryImpl.createConnection(ThriftSyncConnectionFactoryImpl.java:89) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.tryOpenAsync(SimpleHostConnectionPool.java:416) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.borrowConnection(SimpleHostConnectionPool.java:181) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.connectionpool.impl.RoundRobinExecuteWithFailover.borrowConnection(RoundRobinExecuteWithFailover.java:66) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.connectionpool.impl.AbstractExecuteWithFailoverImpl.tryOperation(AbstractExecuteWithFailoverImpl.java:67) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.connectionpool.impl.AbstractHostPartitionConnectionPool.executeWithFailover(AbstractHostPartitionConnectionPool.java:253) ~[Storm-starter.jar:na]
	at com.netflix.astyanax.thrift.ThriftKeyspaceImpl.executeOperation(ThriftKeyspaceImpl.java:465) ~[Storm-starter.jar:na]




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