I have been having trouble with one of our maven builds which runs some
junit tests. It reguarly fails with various tests failing with
java.lang.NoClassDefFoundError: com/lvsint/abp/AbpBuilderImpl$22
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at
com.lvsint.abp.AbpBuilderImpl.getPriceManager(AbpBuilderImpl.java:595)
at uk.co.abp.AbpManager.getPriceManager(AbpManager.java:864)
at
com.lvsint.abp.bcs.models.bet.DataProvider.<init>(DataProvider.java:83)
at
com.lvsint.abp.bcs.models.bet.DataProvider.<init>(DataProvider.java:75)
at
com.lvsint.abp.integration.junit.bcs.BetDetailTest.setUpBeforeClass(BetDetailTest.java:69)
The number of test varies and sometimes they all successfully run.
I wish to add a log to see if I can fix the problem that causes the
Noclassdeffound exception. Any help would be appreciated.
Regards
Sue Livingstone
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.