You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/10/16 22:51:01 UTC

Build failed in Hudson: CXF-2.2.x-JDK15 » Apache CXF Runtime Simple Frontend #164

See <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/164/changes>

Changes:

[dkulp] Merged revisions 826052 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r826052 | dkulp | 2009-10-16 15:53:50 -0400 (Fri, 16 Oct 2009) | 5 lines
  
  [CXF-2311] Fix for this by making sure the client factories can be
  called multiple times and return new clients.   This allows the
  factories to not be prototype scope in spring config as well, but
  allows caching of some stuff (like methods and annotations and such)
  so subsequent create() calls are a bit faster.
........

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Simple Frontend
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/ws/target> (included: [**], excluded: [])
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/ws/pom.xml> to /export/home/hudson/hudson/jobs/CXF-2.2.x-JDK15/modules/org.apache.cxf$cxf-rt-frontend-simple/builds/2009-10-16_20-43-27/archive/org.apache.cxf/cxf-rt-frontend-simple/2.2.5-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO] PMD Failure: org.apache.cxf.frontend.ClientFactoryBean:66 Rule:UnnecessaryLocalBeforeReturn Priority:3 Consider simply returning the value vs storing it in local variable 'client'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] You have 1 PMD violation. For more details see:<http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/ws/target/pmd.xml>
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: You have 1 PMD violation. For more details see:<http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/ws/target/pmd.xml>
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:687)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:633)
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:236)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoFailureException: You have 1 PMD violation. For more details see:<http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/ws/target/pmd.xml>
	at org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo.executeCheck(AbstractPmdViolationCheckMojo.java:138)
	at org.apache.maven.plugin.pmd.PmdViolationCheckMojo.execute(PmdViolationCheckMojo.java:69)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 11 seconds
[INFO] Finished at: Fri Oct 16 20:52:25 UTC 2009
[INFO] Final Memory: 96M/166M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal: CXF-2.2.x-JDK15 » Apache CXF Runtime Simple Frontend #165

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf$cxf-rt-frontend-simple/165/changes>