]
Radoslav Husar updated ISPN-11586:
----------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request:
CNFE when using testdriver in ServerRunMode.EMBEDDED mode
---------------------------------------------------------
Key: ISPN-11586
URL:
https://issues.redhat.com/browse/ISPN-11586
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.1.5.Final, 11.0.0.Dev03
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Major
Fix For: 11.0.0.Dev04, 10.1.6.Final
{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.866 sec <<<
FAILURE!
org.infinispan.playground.server.testdriver.InfinispanServerTest Time elapsed: 8.864 sec
<<< ERROR!
java.lang.NoClassDefFoundError: org/infinispan/test/TestingUtil
at
org.infinispan.server.test.core.EmbeddedInfinispanServerDriver.start(EmbeddedInfinispanServerDriver.java:69)
at
org.infinispan.server.test.core.AbstractInfinispanServerDriver.start(AbstractInfinispanServerDriver.java:110)
at
org.infinispan.server.test.junit4.InfinispanServerRule$1.evaluate(InfinispanServerRule.java:83)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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)
Caused by: java.lang.ClassNotFoundException: org.infinispan.test.TestingUtil
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
... 17 more
Results :
Tests in error:
org.infinispan.playground.server.testdriver.InfinispanServerTest:
org/infinispan/test/TestingUtil
{noformat}