Can you describe how you did the upgrade on these machines? You may
still have some old jars on the classpath.

On Mon, Nov 14, 2011 at 4:03 PM, Silviu Matei <silvma...@gmail.com> wrote:
> Hi
> I'm getting this error when I try to run describe cluster:
> [] describe cluster;
> Cluster Information:
>    Snitch: org.apache.cassandra.locator.SimpleSnitch
>    Partitioner: org.apache.cassandra.dht.RandomPartitioner
>    Schema versions:
> Error retrieving data: Internal error processing describe_schema_versions
>
> with this in the logs:
> ERROR [pool-2-thread-3] 2011-11-14 21:40:51,975 Cassandra.java (line 3540)
> Internal error processing describe_schema_versions
> java.lang.NoSuchMethodError:
> org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String;
>         at
> org.apache.cassandra.service.StorageProxy.describeSchemaVersions(StorageProxy.java:959)
>         at
> org.apache.cassandra.thrift.CassandraServer.describe_schema_versions(CassandraServer.java:1151)
>         at
> org.apache.cassandra.thrift.Cassandra$Processor$describe_schema_versions.process(Cassandra.java:3536)
>         at
> org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2889)
>         at
> org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:187)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
> Source)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Unknown Source)
>
>
> Anyone have any insight? It's a 3node 1.0.2 cluster, recently upgraded from
> .87.
> Thank you
>
>

Reply via email to