You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/03/29 05:01:44 UTC

[jira] Moved: (MSUREFIREREP-18) test working with surefire:test generate java.lang.ClassNotFoundException with mvn surefire-report:report

     [ http://jira.codehaus.org/browse/MSUREFIREREP-18?page=all ]

Brett Porter moved MOJO-121 to MSUREFIREREP-18:
-----------------------------------------------

        Key: MSUREFIREREP-18  (was: MOJO-121)
    Project: Maven 2.x Surefire report Plugin  (was: Mojo)

> test working with surefire:test generate java.lang.ClassNotFoundException with mvn surefire-report:report
> ---------------------------------------------------------------------------------------------------------
>
>          Key: MSUREFIREREP-18
>          URL: http://jira.codehaus.org/browse/MSUREFIREREP-18
>      Project: Maven 2.x Surefire report Plugin
>         Type: Bug

>     Reporter: Olivier Lamy

>
>
> mvn -Dtest=TestWhirlyWrapper surefire:test works fine
> Launch the exception :
> 2005-11-14 23:33:01,902 WARN  cache.CacheFactory : Exception java.lang.ClassNotFoundException pour la création du cache de com.accor.commons.cache.samples.SimpleBeanCachable avec le type de cache 
> java.lang.ClassNotFoundException: 
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:141)
> 	at com.accor.commons.cache.CacheFactory.getClassCache(CacheFactory.java:139)
> 	at com.accor.commons.cache.CacheFactory.reloadCache(CacheFactory.java:111)
> 	at com.accor.TestWhirlyWrapper.testcleanall(TestWhirlyWrapper.java:194)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:246)
> 	at org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:220)
> 	at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:204)
> 	at org.codehaus.surefire.Surefire.run(Surefire.java:153)
> 	at org.codehaus.surefire.Surefire.run(Surefire.java:77)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
> 	at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:303)
> 	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:399)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:519)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:469)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:789)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:718)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:496)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:482)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:452)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:301)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
> 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:324)
> 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> 2005-11-14 23:33:01,904 INFO  cache.NoCache : utilisation de NoCache pour com.accor.commons.cache.samples.SimpleBeanCachable
> [surefire] Running com.accor.TestWhirlyWrapper
> Send mail to me if you need more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira