On Feb 15, 0008 4:09 PM, Continuum VMBuild Server <[EMAIL PROTECTED]> wrote:
> Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=51091&projectId=277 > > Build statistics: > State: Error > Previous State: Building > Started at: Fri 15 Feb 2008 07:06:27 -0800 > Finished at: Fri 15 Feb 2008 08:04:19 -0800 > Total time: 57m 51s > Build Trigger: Schedule > Build Number: 45 > Exit code: 0 > Building machine hostname: vmbuild.apache.org > Operating system : Linux(unknown) > Java Home version : > java version "1.5.0_12" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.5.0_12-b04) > Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, > sharing) > > Builder version : > Maven version: 2.0.7 > Java version: 1.5.0_12 > OS name: "linux" version: "2.6.20-16-server" arch: "i386" > > > **************************************************************************** > SCM Changes: > > **************************************************************************** > Changed: slaws @ Fri 15 Feb 2008 05:07:00 -0800 > Comment: TUSCANY-2046 > Make itest use port 8085 rather than 8080 > Files changed: > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto- > wsdl.composite ( 628050 ) > > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual- > wsdl.composite ( 628050 ) > > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl > ( 628050 ) > > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl > ( 628050 ) > > Changed: slaws @ Fri 15 Feb 2008 05:14:14 -0800 > Comment: TUSCANY-2047 > Address a FIXME in the SCABindingProcessor to allow the binding processor > to be loaded through the normal extension loading process rather than being > created explicitly in the ReallySmallRuntime. In theory this would make it > easier for people to provide their own binding.sca implementation. > Files changed: > > /incubator/tuscany/java/sca/modules/binding-sca/src/main/java/org/apache/tuscany/sca/binding/sca/impl/SCABindingFactoryImpl.java > ( 628054 ) > > /incubator/tuscany/java/sca/modules/binding-sca-xml/src/main/java/org/apache/tuscany/sca/binding/sca/xml/SCABindingProcessor.java > ( 628054 ) > > /incubator/tuscany/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/ReadTestCase.java > ( 628054 ) > > /incubator/tuscany/java/sca/modules/binding-sca-xml/src/test/java/org/apace/tuscany/sca/binding/sca/xml/WriteTestCase.java > ( 628054 ) > > /incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java > ( 628054 ) > > /incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntimeBuilder.java > ( 628054 ) > > Changed: slaws @ Fri 15 Feb 2008 05:15:58 -0800 > Comment: Make the satic Domain instance protected so that I can get at it > from a class that extends the domain. > Files changed: > > /incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/SCADomain.java > ( 628057 ) > > Changed: slaws @ Fri 15 Feb 2008 05:42:24 -0800 > Comment: Add some traps around the domain cleanup to remove some null > pointer exceptions from the continuum output to make the real error a little > clearer > Files changed: > > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/test/java/org/apache/tuscany/sca/itest/AutoWSDLTestCase.java > ( 628063 ) > > /incubator/tuscany/java/sca/itest/wsdl-multiple/src/test/java/org/apache/tuscany/sca/itest/ManualWSDLTestCase.java > ( 628063 ) > > > **************************************************************************** > Dependencies Changes: > > **************************************************************************** > No dependencies changed > > > > **************************************************************************** > Build Defintion: > > **************************************************************************** > POM filename: pom.xml > Goals: -Pdistribution clean install > Arguments: --batch-mode > Build Fresh: false > Always Build: false > Default Build Definition: true > Schedule: DEFAULT_SCHEDULE > Profile Name: Java 5, Large Memory > Description: > > > > **************************************************************************** > Test Summary: > > **************************************************************************** > Tests: 1023 > Failures: 0 > Total time: 932533 > > > **************************************************************************** > Build Error: > > **************************************************************************** > org.apache.maven.continuum.execution.ContinuumBuildCancelledException: The > build was cancelled > at > org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand > (AbstractBuildExecutor.java:216) > at > org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build( > MavenTwoBuildExecutor.java:149) > at > org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute > (ExecuteBuilderContinuumAction.java:140) > at > org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction > (DefaultBuildController.java:417) > at > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build( > DefaultBuildController.java:156) > 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:619) > 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:204) > ... 11 more > Caused by: java.lang.InterruptedException > at java.lang.Object.wait(Native Method) > at java.lang.Object.wait(Object.java:485) > at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165) > at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine > (CommandLineUtils.java:128) > ... 15 more > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Not sure what's going on here. I've been having problems with a new test I added but I can't tell from this what is the culprit. Can someone tell me where to get more info. Thanks Simon
