Created
July 25, 2016 06:14
-
-
Save agibsonccc/1a7cc6cd2ef41bbd7402e8844145a51a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| attempted to delete non-existing file ServiceTest_160725151020233 | |
| at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:127) | |
| at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:154) | |
| at org.apache.cassandra.io.util.FileUtils.deleteRecursive(FileUtils.java:441) | |
| at akka.persistence.cassandra.testkit.CassandraLauncher$.start(CassandraLauncher.scala:91) | |
| at com.lightbend.lagom.javadsl.testkit.ServiceTest$.startServer(ServiceTest.scala:204) | |
| at com.lightbend.lagom.javadsl.testkit.ServiceTest.startServer(ServiceTest.scala) | |
| at io.skymind.skil.service.PredictionServiceTest.startup(PredictionServiceTest.java:46) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:498) | |
| 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.RunBefores.evaluate(RunBefores.java:24) | |
| at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) | |
| at org.junit.runners.ParentRunner.run(ParentRunner.java:363) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:498) | |
| at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment