I am getting this error both in the cns-worker and with the RESTful interface calls. Any ideas on what it might be or what I should check? I think I followed the github instructions well.
Software:
Redis-2.6.7
Cassandra 1.0.12
CMB versions 2.2.11 binary distributions
Oracle JRE 1.7.03
Apache tomcat 7.0.34
Below is the traceback from running the cns-worker:
...
2012-12-20 16:49:50,357 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] WARN ValueAccumulator - Must initialize Accumulator before adding to counter with key=CassandraTime, not adding to the counter the new ammount=1
2012-12-20 16:49:50,357 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] WARN ValueAccumulator - Must initialize Accumulator before adding to counter with key=CassandraTime, not adding to the counter the new ammount=0
2012-12-20 16:49:50,372 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] WARN ValueAccumulator - Must initialize Accumulator before adding to counter with key=CassandraTime, not adding to the counter the new ammount=0
2012-12-20 16:49:50,372 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] INFO RedisCachedCassandraPersistence - event=initializeInstance payloadCacheEnabled=true
2012-12-20 16:49:50,383 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] INFO RedisCachedCassandraPersistence - event=redisInitializePool status=succesfull poolSize=1 maxActive=50
2012-12-20 16:49:50,432 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] WARN ValueAccumulator - Must initialize Accumulator before adding to counter with key=CassandraWrite, not adding to the counter the new ammount=1
2012-12-20 16:49:50,436 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] WARN ValueAccumulator - Must initialize Accumulator before adding to counter with key=CassandraTime, not adding to the counter the new ammount=53
2012-12-20 16:49:50,985 [cms] [main] [021dbac2-5da9-472c-a049-9a996d28f289] INFO CNSEndpointPublisherJobProducer - event=initialize info=creating_missing_queue name=PublishJobQ_0
Exception in thread "main" Status Code: 400, AWS Service: AmazonSQS, AWS Request ID: 0794c712-50b2-4e23-91a5-761f2fc9601e, AWS Error Code: InvalidAction, AWS Error Message: CreateQueue is not a valid action
at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:583)
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:317)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:167)
at com.amazonaws.services.sqs.AmazonSQSClient.invoke(AmazonSQSClient.java:812)
at com.amazonaws.services.sqs.AmazonSQSClient.createQueue(AmazonSQSClient.java:678)
at com.comcast.cns.tools.CNSEndpointPublisherJobProducer.initialize(CNSEndpointPublisherJobProducer.java:132)
at com.comcast.cns.tools.CNSPublisher.main(CNSPublisher.java:90)