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

Enayat updated STORM-536:
-------------------------
    Description: 
When I run a program which works with Storm and cassandra in windows7 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]


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



> 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 in windows7 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)

Reply via email to