You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/16 04:52:36 UTC

Build failed in Hudson: Tuscany-2x #890

See <https://hudson.apache.org/hudson/job/Tuscany-2x/890/changes>

Changes:

[lresende] Fixing unexistent parent pom

[slaws] Remove duplicate test

[slaws] Run up the async sample from the embedded launcher

[slaws] TUSCANY-3728 Rename the reference async interface and correct the signature of the poll operation which is causing a bind failure in the JIRA.

[antelder] Update json databinding to base + extension approach

[antelder] Add license header

[antelder] Exclude unreleased folder from src distro

------------------------------------------
[...truncated 30247 lines...]
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi.jar>
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/surefire-osgi-reports>
Oct 16, 2010 2:52:20 AM org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost start
INFO: Checking for manfiests customized by Tuscany in node-launcher-equinox/resources

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@dfcb47
Oct 16, 2010 2:52:33 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Oct 16, 2010 2:52:33 AM org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint start
SEVERE: Cannot register null as a Service
java.lang.IllegalArgumentException: Cannot register null as a Service
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:64)
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:59)
	at org.apache.tuscany.sca.policy.transaction.runtime.geronimo.TransactionModuleActivator.start(TransactionModuleActivator.java:64)
	at org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint.start(DefaultModuleActivatorExtensionPoint.java:130)
	at org.apache.tuscany.sca.extensibility.ServiceHelper.start(ServiceHelper.java:46)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.addExtensionPoint(DefaultExtensionPointRegistry.java:75)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.getExtensionPoint(DefaultExtensionPointRegistry.java:110)
	at org.apache.tuscany.sca.node.impl.NodeFactoryImpl.init(NodeFactoryImpl.java:268)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:106)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 16, 2010 2:52:33 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: bundleresource://166.fwk25582376/
Oct 16, 2010 2:52:39 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
WARNING: Unresolved resource META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory found in bundle: 112 org.apache.tuscany.sca.implementation.web.runtime INSTALLED
Oct 16, 2010 2:52:39 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
SEVERE: Bundle: org.apache.tuscany.sca.implementation.web.runtime - The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
	at org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer.getServiceDeclarations(EquinoxServiceDiscoverer.java:293)
	at org.apache.tuscany.sca.extensibility.ServiceDiscovery.getServiceDeclarations(ServiceDiscovery.java:106)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:149)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:129)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.getProviderFactory(DefaultProviderFactoryExtensionPoint.java:92)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.addImplementationProvider(CompositeActivatorImpl.java:170)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activateComponent(CompositeActivatorImpl.java:120)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activate(CompositeActivatorImpl.java:87)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:144)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 16, 2010 2:52:39 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Oct 16, 2010 2:52:39 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.x
Oct 16, 2010 2:52:40 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@localhost:8085
Oct 16, 2010 2:52:41 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
WARNING: applicationConfigLocation property was not defined.
Oct 16, 2010 2:52:41 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
INFO: Using application classes null named in init-param applicationConfigLocation
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://localhost:8085/calculator/*
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@20473681)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@470748)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@26572483)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@27789127)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@7719486)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Rhino classes (js.jar) not found - Javascript disabled
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@20473681)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /calculator/*
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@470748)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@26572483)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@27789127)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 16, 2010 2:52:41 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@7719486)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.695 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Maven OSGI Junit plugin Samples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Logging Scribe
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Learning More Sample Contributions
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Launcher Embedded JSE
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase

[INFO] 1error
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-launcher-embedded-jse/builds/2010-10-16_00-35-14/archive/org.apache.tuscany.sca/sample-launcher-embedded-jse/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 136 minutes 6 seconds
[INFO] Finished at: Sat Oct 16 02:53:33 GMT+00:00 2010
[INFO] Final Memory: 150M/751M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-10-16 02:53:36.898::INFO:  Shutdown hook executing
2010-10-16 02:53:36.898::INFO:  Shutdown hook complete
2010-10-16 02:53:37.900::INFO:  Shutdown hook complete
2010-10-16 02:53:38.910::INFO:  Shutdown hook complete
2010-10-16 02:53:39.920::INFO:  Shutdown hook complete
2010-10-16 02:53:40.930::INFO:  Shutdown hook complete
2010-10-16 02:53:41.940::INFO:  Shutdown hook complete
2010-10-16 02:53:42.950::INFO:  Shutdown hook complete
2010-10-16 02:53:43.960::INFO:  Shutdown hook complete
2010-10-16 02:53:44.970::INFO:  Shutdown hook complete


Build failed in Hudson: Tuscany-2x #892

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Tuscany-2x/892/changes>

Changes:

[bdaniel] TUSCANY-3711 Change generated binding and port names to match recommended values from the ws binding spec appendix D. The old value for service name is still being used for the time being.

------------------------------------------
[...truncated 30225 lines...]
[INFO] Building Apache Tuscany SCA Sample Calculator REST OSGi
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi.jar>
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/surefire-osgi-reports>
Oct 18, 2010 12:59:51 AM org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost start
INFO: Checking for manfiests customized by Tuscany in node-launcher-equinox/resources

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@1014e21
Oct 18, 2010 12:59:54 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Oct 18, 2010 12:59:54 AM org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint start
SEVERE: Cannot register null as a Service
java.lang.IllegalArgumentException: Cannot register null as a Service
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:64)
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:59)
	at org.apache.tuscany.sca.policy.transaction.runtime.geronimo.TransactionModuleActivator.start(TransactionModuleActivator.java:64)
	at org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint.start(DefaultModuleActivatorExtensionPoint.java:130)
	at org.apache.tuscany.sca.extensibility.ServiceHelper.start(ServiceHelper.java:46)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.addExtensionPoint(DefaultExtensionPointRegistry.java:75)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.getExtensionPoint(DefaultExtensionPointRegistry.java:110)
	at org.apache.tuscany.sca.node.impl.NodeFactoryImpl.init(NodeFactoryImpl.java:268)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:106)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 18, 2010 12:59:55 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: bundleresource://229.fwk6166426/
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
WARNING: Unresolved resource META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory found in bundle: 187 org.apache.tuscany.sca.implementation.web.runtime INSTALLED
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
SEVERE: Bundle: org.apache.tuscany.sca.implementation.web.runtime - The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
	at org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer.getServiceDeclarations(EquinoxServiceDiscoverer.java:293)
	at org.apache.tuscany.sca.extensibility.ServiceDiscovery.getServiceDeclarations(ServiceDiscovery.java:106)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:149)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:129)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.getProviderFactory(DefaultProviderFactoryExtensionPoint.java:92)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.addImplementationProvider(CompositeActivatorImpl.java:170)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activateComponent(CompositeActivatorImpl.java:120)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activate(CompositeActivatorImpl.java:87)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:144)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 18, 2010 12:59:56 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Oct 18, 2010 12:59:56 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.x
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@localhost:8085
Oct 18, 2010 12:59:57 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
WARNING: applicationConfigLocation property was not defined.
Oct 18, 2010 12:59:57 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
INFO: Using application classes null named in init-param applicationConfigLocation
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://localhost:8085/calculator/*
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@17095030)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23138316)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23370522)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@190585)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@15504449)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Rhino classes (js.jar) not found - Javascript disabled
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@17095030)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /calculator/*
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@23138316)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@23370522)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@190585)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 18, 2010 12:59:57 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@15504449)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.493 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Maven OSGI Junit plugin Samples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Logging Scribe
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Learning More Sample Contributions
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Launcher Embedded JSE
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase

[INFO] 1error
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-launcher-embedded-jse/builds/2010-10-18_00-30-59/archive/org.apache.tuscany.sca/sample-launcher-embedded-jse/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 minutes 57 seconds
[INFO] Finished at: Mon Oct 18 01:00:06 UTC 2010
[INFO] Final Memory: 141M/748M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-10-18 01:00:09.427::INFO:  Shutdown hook executing
2010-10-18 01:00:09.427::INFO:  Shutdown hook complete
2010-10-18 01:00:10.428::INFO:  Shutdown hook complete
2010-10-18 01:00:11.428::INFO:  Shutdown hook complete
2010-10-18 01:00:12.428::INFO:  Shutdown hook complete
2010-10-18 01:00:13.428::INFO:  Shutdown hook complete
2010-10-18 01:00:14.428::INFO:  Shutdown hook complete
2010-10-18 01:00:15.428::INFO:  Shutdown hook complete
2010-10-18 01:00:16.428::INFO:  Shutdown hook complete
2010-10-18 01:00:17.429::INFO:  Shutdown hook complete


Build failed in Hudson: Tuscany-2x #891

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Tuscany-2x/891/>

------------------------------------------
[...truncated 30325 lines...]
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi.jar>
[INFO] Generating <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/surefire-osgi-reports>
Oct 17, 2010 3:35:16 AM org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost start
INFO: Checking for manfiests customized by Tuscany in node-launcher-equinox/resources

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@aa0877
Oct 17, 2010 3:35:20 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Oct 17, 2010 3:35:20 AM org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint start
SEVERE: Cannot register null as a Service
java.lang.IllegalArgumentException: Cannot register null as a Service
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:64)
	at org.apache.tuscany.sca.core.DefaultUtilityExtensionPoint.addUtility(DefaultUtilityExtensionPoint.java:59)
	at org.apache.tuscany.sca.policy.transaction.runtime.geronimo.TransactionModuleActivator.start(TransactionModuleActivator.java:64)
	at org.apache.tuscany.sca.core.DefaultModuleActivatorExtensionPoint.start(DefaultModuleActivatorExtensionPoint.java:130)
	at org.apache.tuscany.sca.extensibility.ServiceHelper.start(ServiceHelper.java:46)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.addExtensionPoint(DefaultExtensionPointRegistry.java:75)
	at org.apache.tuscany.sca.core.DefaultExtensionPointRegistry.getExtensionPoint(DefaultExtensionPointRegistry.java:110)
	at org.apache.tuscany.sca.node.impl.NodeFactoryImpl.init(NodeFactoryImpl.java:268)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:106)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 17, 2010 3:35:20 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: bundleresource://166.fwk25582376/
Oct 17, 2010 3:35:23 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
WARNING: Unresolved resource META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory found in bundle: 112 org.apache.tuscany.sca.implementation.web.runtime INSTALLED
Oct 17, 2010 3:35:23 AM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer getServiceDeclarations
SEVERE: Bundle: org.apache.tuscany.sca.implementation.web.runtime - The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
	at org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer.getServiceDeclarations(EquinoxServiceDiscoverer.java:293)
	at org.apache.tuscany.sca.extensibility.ServiceDiscovery.getServiceDeclarations(ServiceDiscovery.java:106)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:149)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.loadProviderFactories(DefaultProviderFactoryExtensionPoint.java:129)
	at org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint.getProviderFactory(DefaultProviderFactoryExtensionPoint.java:92)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.addImplementationProvider(CompositeActivatorImpl.java:170)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activateComponent(CompositeActivatorImpl.java:120)
	at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.activate(CompositeActivatorImpl.java:87)
	at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:144)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:51)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:597)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:355)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
Oct 17, 2010 3:35:23 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Oct 17, 2010 3:35:23 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: jetty-6.1.x
Oct 17, 2010 3:35:23 AM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Started SelectChannelConnector@localhost:8085
Oct 17, 2010 3:35:23 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
WARNING: applicationConfigLocation property was not defined.
Oct 17, 2010 3:35:23 AM org.apache.wink.server.internal.servlet.RestServlet getApplication
INFO: Using application classes null named in init-param applicationConfigLocation
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
INFO: Added Servlet mapping: http://localhost:8085/calculator/*
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@25876896)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@14009939)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@13611295)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@24475641)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@18323943)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Rhino classes (js.jar) not found - Javascript disabled
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@25876896)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /calculator/*
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@14009939)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@13611295)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@24475641)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Oct 17, 2010 3:35:24 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@18323943)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.379 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/calculator-rest-osgi/target/sample-calculator-rest-osgi.jar> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-rest-osgi/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/sample-calculator-rest-osgi/2.0-SNAPSHOT/sample-calculator-rest-osgi.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Maven OSGI Junit plugin Samples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/maven-osgi-junit/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-maven-osgi-junit/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/sample-maven-osgi-junit/2.0-SNAPSHOT/sample-maven-osgi-junit-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Logging Scribe
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/logging-scribe/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-sample-logging-scribe/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/tuscany-sample-logging-scribe/2.0-SNAPSHOT/tuscany-sample-logging-scribe-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Learning More Sample Contributions
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/learning-more/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-samples-learning-more/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/tuscany-samples-learning-more/2.0-SNAPSHOT/tuscany-samples-learning-more-2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Launcher Embedded JSE
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase

[INFO] 1error
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/pom.xml> to /home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-launcher-embedded-jse/builds/2010-10-17_01-20-56/archive/org.apache.tuscany.sca/sample-launcher-embedded-jse/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/running-tuscany/embedded-jse/src/test/java/launcher/LauncherTestCase.java>:[60,8] cannot find symbol
symbol  : variable JSELauncherImplementationJavaCalculatorAsync
location: class launcher.LauncherTestCase


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 133 minutes 14 seconds
[INFO] Finished at: Sun Oct 17 03:36:12 GMT+00:00 2010
[INFO] Final Memory: 151M/746M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-10-17 03:36:17.339::INFO:  Shutdown hook executing
2010-10-17 03:36:17.339::INFO:  Shutdown hook complete
2010-10-17 03:36:18.340::INFO:  Shutdown hook complete
2010-10-17 03:36:19.350::INFO:  Shutdown hook complete
2010-10-17 03:36:20.360::INFO:  Shutdown hook complete
2010-10-17 03:36:21.370::INFO:  Shutdown hook complete
2010-10-17 03:36:22.380::INFO:  Shutdown hook complete
2010-10-17 03:36:23.390::INFO:  Shutdown hook complete
2010-10-17 03:36:24.400::INFO:  Shutdown hook complete
2010-10-17 03:36:25.410::INFO:  Shutdown hook complete