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.apache.org> on 2011/03/04 23:23:38 UTC

Build failed in Jenkins: CXF-trunk-windows » Apache CXF Runtime Web Management #57

See <https://hudson.apache.org/hudson/job/CXF-trunk-windows/org.apache.cxf$cxf-rt-management-web/57/changes>

Changes:

[sergeyb] [CXF-3372] Adding some documentation and applying minor fixes

[sergeyb] [CXF-3372] Adding a helper for reading arbitrary log files with an optional scanning

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Web Management
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repository.apache.org/snapshots//org/apache/neethi/neethi/3.0.0-SNAPSHOT/neethi-3.0.0-SNAPSHOT.jar
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\resources
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target\generated\src\main\resources
[INFO] Copying 3 resources
Downloading: http://repository.apache.org/snapshots//org/apache/neethi/neethi/3.0.0-SNAPSHOT/neethi-3.0.0-SNAPSHOT.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 106 source files to C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target\war\WEB-INF\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

	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:592)
	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:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:872)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:803)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	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:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	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: 17 minutes 28 seconds
[INFO] Finished at: Fri Mar 04 22:23:31 GMT 2011
[INFO] Final Memory: 167M/326M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : CXF-trunk-windows » Apache CXF Runtime Web Management #59

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-trunk-windows/org.apache.cxf$cxf-rt-management-web/59/changes>



Build failed in Jenkins: CXF-trunk-windows » Apache CXF Runtime Web Management #58

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-trunk-windows/org.apache.cxf$cxf-rt-management-web/58/changes>

Changes:

[tomekopo] Added building URL with filtering options (after selecting endpoint in "filter" section)

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Web Management
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repository.apache.org/snapshots//org/apache/neethi/neethi/3.0.0-SNAPSHOT/neethi-3.0.0-SNAPSHOT.jar
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\resources
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target\generated\src\main\resources
[INFO] Copying 3 resources
Downloading: http://repository.apache.org/snapshots//org/apache/neethi/neethi/3.0.0-SNAPSHOT/neethi-3.0.0-SNAPSHOT.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 109 source files to C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\target\war\WEB-INF\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

	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:592)
	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:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:872)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:803)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	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:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
\hudson\hudson-slave\workspace\CXF-trunk-windows\trunk w spaces\rt\management-web\src\main\java\org\apache\cxf\management\web\logging\ReadOnlyFileStorage.java:[537,9] method does not override a method from its superclass

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	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: 16 minutes 25 seconds
[INFO] Finished at: Sat Mar 05 22:21:37 GMT 2011
[INFO] Final Memory: 137M/347M
[INFO] ------------------------------------------------------------------------