Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=145300&projectId=277
Build statistics:
State: Error
Previous State: Error
Started at: Thu 19 Feb 2009 03:54:47 -0800
Finished at: Thu 19 Feb 2009 03:54:49 -0800
Total time: 2s
Build Trigger: Schedule
Build Number: 217
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.9
Java version: 1.5.0_12
OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family:
"unix"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: antelder @ Wed 18 Feb 2009 00:33:45 -0800
Comment: Remove the etc folder as its now in the top level java/etc folder
Files changed:
/tuscany/java/sca/etc ( 745432 )
Changed: antelder @ Wed 18 Feb 2009 01:28:04 -0800
Comment: Start to bringup the implementation-web-runtime module (copied frm 1.x)
Files changed:
/tuscany/java/sca/modules/implementation-web-runtime (from
/tuscany/branches/sca-java-1.x/modules/implementation-web-runtime:745448) (
745450 )
/tuscany/java/sca/modules/implementation-web-runtime/META-INF ( 745450 )
/tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF (
745450 )
/tuscany/java/sca/modules/implementation-web-runtime/pom.xml ( 745450 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
( 745450 )
Changed: antelder @ Wed 18 Feb 2009 01:36:29 -0800
Comment: Remove context script code as its not used presently, move JSP taglib
from host-webapp to implementation-web-runtime
Files changed:
/tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF ( 745453 )
/tuscany/java/sca/modules/host-webapp/pom.xml ( 745453 )
/tuscany/java/sca/modules/host-webapp/src/main/java/org/apache/tuscany/sca/host/webapp/jsp
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/pom.xml ( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint
( 745453 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/jsonrpc.js
( 745453 )
Changed: antelder @ Wed 18 Feb 2009 03:34:51 -0800
Comment: Add jsp taglib files left off previous commit
Files changed:
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp
( 745478 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java
( 745478 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
( 745478 )
Changed: antelder @ Wed 18 Feb 2009 03:41:55 -0800
Comment: Start of a basic helloworld sample that demonstrates embedding a
Tuscany runtime within a webapp
Files changed:
/tuscany/java/sca/samples/webapps/helloworld ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/pom.xml ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/java ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/java/sample ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/java/sample/HelloworldService.java
( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/java/sample/HelloworldServiceImpl.java
( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/webapp ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF ( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite
( 745479 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.xml (
745479 )
Changed: antelder @ Wed 18 Feb 2009 03:58:12 -0800
Comment: MOve the jsp taglib to implementation-web-runtime
Files changed:
/tuscany/java/sca/modules/host-webapp/src/main/resources/META-INF/sca.tld (
745483 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
( 745483 )
Changed: antelder @ Wed 18 Feb 2009 03:59:03 -0800
Comment: Add a JSP helloworld sample
Files changed:
/tuscany/java/sca/samples/webapps/helloworld-jsp ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/pom.xml ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java/sample ( 745484
)
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java/sample/HelloworldService.java
( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java
( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/webapp ( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF (
745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite
( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml
( 745484 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp (
745484 )
Changed: antelder @ Wed 18 Feb 2009 05:22:29 -0800
Comment: Tidy up dependencies
Files changed:
/tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF ( 745508 )
/tuscany/java/sca/modules/implementation-web/META-INF/MANIFEST.MF ( 745508 )
/tuscany/java/sca/modules/implementation-web/pom.xml ( 745508 )
Changed: antelder @ Wed 18 Feb 2009 05:22:59 -0800
Comment: Add impl.web
Files changed:
/tuscany/java/sca/features/all/pom.xml ( 745509 )
Changed: antelder @ Wed 18 Feb 2009 05:36:03 -0800
Comment: Add implementation-web-runtime to the build
Files changed:
/tuscany/java/sca/modules/pom.xml ( 745511 )
Changed: antelder @ Wed 18 Feb 2009 07:44:46 -0800
Comment: Start to get basic JSP references working
Files changed:
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/InitServlet.java
( 745542 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
( 745542 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
( 745542 )
Changed: antelder @ Wed 18 Feb 2009 08:06:16 -0800
Comment: Change servlet-api scope so it doesn't get included in apps
Files changed:
/tuscany/java/sca/modules/host-webapp/pom.xml ( 745552 )
Changed: antelder @ Wed 18 Feb 2009 08:42:05 -0800
Comment: Format code and make composite scope
Files changed:
/tuscany/java/sca/samples/webapps/helloworld/src/main/java/sample/HelloworldService.java
( 745565 )
/tuscany/java/sca/samples/webapps/helloworld/src/main/java/sample/HelloworldServiceImpl.java
( 745565 )
Changed: antelder @ Wed 18 Feb 2009 08:42:46 -0800
Comment: Format code and remove redundant annotation
Files changed:
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java/sample/HelloworldService.java
( 745566 )
/tuscany/java/sca/samples/webapps/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java
( 745566 )
Changed: antelder @ Wed 18 Feb 2009 08:44:05 -0800
Comment: Start of a JSF sample
Files changed:
/tuscany/java/sca/samples/webapps/helloworld-jsf ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/pom.xml ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/java ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/java/sample ( 745567
)
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/java/sample/HelloWorldController.java
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/java/sample/HelloworldService.java
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/java/sample/HelloworldServiceImpl.java
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp ( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF (
745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/faces-config.xml
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.composite
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/helloWorld.jsp
( 745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/index.jsp (
745567 )
/tuscany/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/page2.jsp (
745567 )
Changed: antelder @ Wed 18 Feb 2009 09:15:48 -0800
Comment: Simplify the code a bit
Files changed:
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
( 745577 )
Changed: rfeng @ Wed 18 Feb 2009 10:43:06 -0800
Comment: Fix the invalid MANIFEST.MF
Files changed:
/tuscany/java/sca/modules/host-webapp/META-INF/MANIFEST.MF ( 745603 )
/tuscany/java/sca/modules/implementation-web/META-INF/MANIFEST.MF ( 745603 )
/tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF (
745603 )
/tuscany/java/sca/modules/implementation-web-runtime/pom.xml ( 745603 )
Changed: rfeng @ Wed 18 Feb 2009 11:29:14 -0800
Comment: Add missing import-package
Files changed:
/tuscany/java/sca/modules/implementation-web-runtime/META-INF/MANIFEST.MF (
745624 )
Changed: rfeng @ Wed 18 Feb 2009 11:31:17 -0800
Comment: Create a webapp feature to contain implementation-webapp stuff
Files changed:
/tuscany/java/sca/features/all/pom.xml ( 745625 )
/tuscany/java/sca/features/pom.xml ( 745625 )
/tuscany/java/sca/features/webapp (from /tuscany/java/sca/features/api:745561)
( 745625 )
/tuscany/java/sca/features/webapp/pom.xml ( 745625 )
Changed: antelder @ Wed 18 Feb 2009 13:30:12 -0800
Comment: Update some comments
Files changed:
/tuscany/java/sca/modules/stripes/src/main/java/org/apache/tuscany/sca/stripes/TuscanyInterceptor.java
( 745664 )
/tuscany/java/sca/modules/stripes/src/main/java/org/apache/tuscany/sca/stripes/TuscanyInterceptorSupport.java
( 745664 )
Changed: antelder @ Wed 18 Feb 2009 23:52:32 -0800
Comment: Simplify implementation-web-runtime by adding a facility to set
context attributes to the servlet host
Files changed:
/tuscany/java/sca/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ExtensibleServletHost.java
( 745770 )
/tuscany/java/sca/modules/host-http/src/main/java/org/apache/tuscany/sca/host/http/ServletHost.java
( 745770 )
/tuscany/java/sca/modules/host-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.java
( 745770 )
/tuscany/java/sca/modules/host-webapp/src/main/java/org/apache/tuscany/sca/host/webapp/WebAppServletHost.java
( 745770 )
/tuscany/java/sca/modules/implementation-node-runtime/src/main/java/org/apache/tuscany/sca/implementation/node/webapp/NodeWebAppServletHost.java
( 745770 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/InitServlet.java
( 745770 )
/tuscany/java/sca/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
( 745770 )
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed
****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: -fae -Psecurity clean install -Dtuscany.policy.file=file:////home/continuum/data/working-directory/1805/policy-continuum.policy"
Arguments: --batch-mode
Build Fresh: false
Always Build: true
Default Build Definition: false
Schedule: ONCE_A_DAY_2_00_AM
Profile Name: Java 5, Large Memory
Description:
****************************************************************************
Test Summary:
****************************************************************************
Tests: 630
Failures: 0
Total time: 117.22601
****************************************************************************
Build Error:
****************************************************************************
org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error
while executing shell command. The most common error is that 'mvn' is not in
your path.
at
org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:300)
at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:178)
at
org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:124)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:431)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:167)
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:178)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.createCommandline(DefaultShellCommandHelper.java:100)
at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:115)
at
org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:59)
at
org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:277)
... 11 more