You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Shawn Feldman (JIRA)" <ji...@apache.org> on 2015/05/07 00:56:00 UTC

[jira] [Commented] (USERGRID-624) Test Not Passing: MessagesIT

    [ https://issues.apache.org/jira/browse/USERGRID-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531618#comment-14531618 ] 

Shawn Feldman commented on USERGRID-624:
----------------------------------------

me.prettyprint.hector.api.exceptions.HInvalidRequestException: InvalidRequestException(why:unconfigured columnfamily Entity_Properties)
	at me.prettyprint.cassandra.service.ExceptionsTranslatorImpl.translate(ExceptionsTranslatorImpl.java:52)
	at me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:260)
	at me.prettyprint.cassandra.model.ExecutingVirtualKeyspace.doExecuteOperation(ExecutingVirtualKeyspace.java:66)
	at me.prettyprint.cassandra.model.MutatorImpl.execute(MutatorImpl.java:243)
	at org.apache.usergrid.persistence.hector.CountingMutator.execute(CountingMutator.java:220)
	at org.apache.usergrid.persistence.cassandra.CassandraPersistenceUtils.batchExecute(CassandraPersistenceUtils.java:233)
	at org.apache.usergrid.mq.cassandra.QueueManagerImpl.postToQueue(QueueManagerImpl.java:248)
	at org.apache.usergrid.mq.MessagesIT.testConsumer(MessagesIT.java:183)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.apache.usergrid.CoreApplication$1.evaluate(CoreApplication.java:145)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.apache.usergrid.CoreITSetupImpl$1.evaluate(CoreITSetupImpl.java:76)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:78)
	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:212)
	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
Caused by: InvalidRequestException(why:unconfigured columnfamily Entity_Properties)
	at org.apache.cassandra.thrift.Cassandra$batch_mutate_result.read(Cassandra.java:20919)
	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
	at org.apache.cassandra.thrift.Cassandra$Client.recv_batch_mutate(Cassandra.java:973)
	at org.apache.cassandra.thrift.Cassandra$Client.batch_mutate(Cassandra.java:959)
	at me.prettyprint.cassandra.model.thrift.AbstractThriftClientWrapper.batch_mutate(AbstractThriftClientWrapper.java:64)
	at me.prettyprint.cassandra.service.VirtualKeyspaceCassandraClient.batch_mutate(VirtualKeyspaceCassandraClient.java:105)
	at me.prettyprint.cassandra.model.MutatorImpl$3.execute(MutatorImpl.java:246)
	at me.prettyprint.cassandra.model.MutatorImpl$3.execute(MutatorImpl.java:243)
	at me.prettyprint.cassandra.service.Operation.executeAndSetResult(Operation.java:104)
	at me.prettyprint.cassandra.service.VirtualKeyspaceOperation.executeAndSetResult(VirtualKeyspaceOperation.java:50)
	at me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:253)
	... 37 more

2015-05-06 16:54:12,174 INFO (main) CoreApplication - Test testSubscriberSearch(org.apache.usergrid.mq.MessagesIT): finish with application
2015-05-06 16:54:12,175 INFO (main) CoreITSetupImpl - Tearing down for org.apache.usergrid.mq.MessagesIT

Process finished with exit code 255


> Test Not Passing: MessagesIT
> ----------------------------
>
>                 Key: USERGRID-624
>                 URL: https://issues.apache.org/jira/browse/USERGRID-624
>             Project: Usergrid
>          Issue Type: Bug
>            Reporter: Jeffrey 
>




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