[
https://issues.apache.org/jira/browse/CASSANDRA-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969175#action_12969175
]
Eric Evans commented on CASSANDRA-1834:
---------------------------------------
{noformat}
org.apache.cassandra.config.ConfigurationException: Found system table files,
but they couldn't be loaded. Did you change the partitioner?
at org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:236)
at
org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:105)
at
org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:55)
at
org.apache.cassandra.service.AbstractCassandraDaemon.init(AbstractCassandraDaemon.java:183)
at
org.apache.cassandra.service.EmbeddedCassandraService.init(EmbeddedCassandraService.java:72)
at
org.apache.cassandra.service.EmbeddedCassandraServiceTest.setup(EmbeddedCassandraServiceTest.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785
{noformat}
> hudson test failure: "Forked Java VM exited abnormally."
> --------------------------------------------------------
>
> Key: CASSANDRA-1834
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1834
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Eric Evans
>
> https://hudson.apache.org/hudson/view/A-F/view/Cassandra/job/Cassandra-0.7/56/
> {noformat}
> [junit] Testsuite:
> org.apache.cassandra.service.EmbeddedCassandraServiceTest
> [junit] Testsuite:
> org.apache.cassandra.service.EmbeddedCassandraServiceTest
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
> [junit]
> [junit] Testcase:
> org.apache.cassandra.service.EmbeddedCassandraServiceTest:BeforeFirstTest:
> Caused an ERROR
> [junit] Forked Java VM exited abnormally. Please note the time in the
> report does not reflect the time until the VM exit.
> [junit] junit.framework.AssertionFailedError: Forked Java VM exited
> abnormally. Please note the time in the report does not reflect the time
> until the VM exit.
> [junit]
> [junit]
> [junit] Test org.apache.cassandra.service.EmbeddedCassandraServiceTest
> FAILED (crashed)
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.