You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <no...@myfaces.apache.org> on 2008/03/26 22:13:35 UTC

[continuum] BUILD ERROR: Apache MyFaces JSF-1.2 Core Project

Online report : http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=7987&projectId=46

Build statistics:
  State: Error
  Previous State: Ok
  Started at: Wed 26 Mar 2008 20:00:15 +0000
  Finished at: Wed 26 Mar 2008 21:13:28 +0000
  Total time: 1h 13m 12s
  Build Trigger: Schedule
  Build Number: 45
  Exit code: 0
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_15"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
          Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
        
  Builder version :
          Maven version: 2.0.8
          Java version: 1.5.0_15
          OS name: "sunos" version: "5.10" arch: "x86" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: ckormos @ Wed 26 Mar 2008 19:28:18 +0000
Comment: switched links to logo images to the ones provide by the MyFaces skin.
Files changed:
  /myfaces/core/trunk_1.2.x/src/site/site.xml ( 641505 )

Changed: lu4242 @ Wed 26 Mar 2008 19:41:56 +0000
Comment: fix(MYFACES-1843) Configuration cleanup fail on some specific machine configurations
Files changed:
  /myfaces/core/trunk_1.2.x/impl/src/main/java/org/apache/myfaces/application/ApplicationImpl.java ( 641511 )

Changed: ckormos @ Wed 26 Mar 2008 19:50:10 +0000
Comment: fixed Apache banner to point to the right address.
added MyFaces skin usage to the /shared module's site.
Files changed:
  /myfaces/core/trunk_1.2.x/src/site/site.xml ( 641519 )
  /myfaces/shared/trunk_3.0.x/src/site/site.xml ( 641519 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 366
Failures: 0
Total time: 11293

****************************************************************************
Build Error:
****************************************************************************
org.apache.maven.continuum.execution.ContinuumBuildCancelledException: The build was cancelled
	at org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:215)
	at org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:140)
	at org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
	at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:164)
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:89)
	at org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:114)
	at org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:59)
	at org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:203)
	... 11 more
Caused by: java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:474)
	at java.lang.UNIXProcess.waitFor(UNIXProcess.java:115)
	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:128)
	... 15 more