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

Changes:

[antelder] Update jms binding to callback interceptor to support jms: uri 
format callback q property values

[slaws] TUSCANY-3631 - re-enable the test basic auth test case. The issue was 
that the appliesTo processing wasn't removing policy sets from 
Endpoints/EndpointReferences it was just removing them from the 
Service/Reference models. The Endpoint/EndpointReference versions are used to 
drive the runtime processing.

[slaws] Remove commented out line

[slaws] Add a missing comment

[slaws] Currently the JSONP binding shouldn't directly rely on the HTTP binding 
runtime as there is work to do to ensure that the HTTP binding has reference 
support and JSONP wire format support (assuming we want to go that way). For 
now I've ranked the JSONP provider higher than the HTTP provider so that the 
JSONP runtime will always pick up the JSONP provider now that the JSONP model 
is an instanceof both the HTTP model and the JSONP model. This should fix the 
NPE reported on the ML for the short term.

[bdaniel] BJM_3020 Validate that activationSpec is not used on a reference

[kelvingoodson] TUSCANY-3677 fix bad contribution path (contribution yet to be 
moved)

[kelvingoodson] TUSCANY-3677 update launchers to reference contributions in new 
locations

[kelvingoodson] TUSCANY-3677 pom updates to match recent server side reorg of 
launcher projects

[kelvingoodson] TUSCANY-3677 move launchers into running-tuscany folder

[kelvingoodson] TUSCANY-3677 fix pom errors after recent changes

[kelvingoodson] TUSCANY-3677 alter pom to match recent sample reorg of 
binding.* samples

[kelvingoodson] TUSCANY-3677 server side move of some sca feature samples 
(matching pom change to follow shortly)

[kelvingoodson] TUSCANY-3677 add directory for "running tuscany" samples

[kelvingoodson] TUSCANY-3677 ignore target folders in new samples structure

[kelvingoodson] TUSCANY-3677  add folders for sample applications and 
demonstrations of sca features

[kelvingoodson] TUSCANY-3677 move store sample into applications folder

[kelvingoodson] TUSCANY-3677 add basic structure as per mailing list discussion

[bdaniel] Use JMS ReplyTo as callback desitnation when scaCallbackDestination 
property is not set

[jsdelfino] Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass 
a node factory context around instead of being kept in a static. Change the DOM 
util to use a similar builder pattern as well.

[kelvingoodson] update pom in line with move of getting started sample 
contributions

[kelvingoodson] separate out getting started sample contributions

[kelvingoodson] more sample reorg

[kelvingoodson] match poms to changed structure

[kelvingoodson] move hello world samples to getting started

[kelvingoodson] begin samples rearrangement

------------------------------------------
[...truncated 6083 lines...]
[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 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Sep 15, 2010 1:34:11 AM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: 
default
Sep 15, 2010 1:34:11 AM org.apache.tuscany.sca.node.impl.NodeFactoryImpl 
loadContributions
INFO: Loading contribution: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Sep 15, 2010 1:34:12 AM 
org.apache.tuscany.sca.binding.sca.provider.DefaultSCABindingMapper <init>
WARNING: Mapped binding for binding.sca is not supported: 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}binding.ws
Sep 15, 2010 1:34:12 AM org.apache.tuscany.sca.host.rmi.DefaultRMIHost 
registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Sep 15, 2010 1:34:12 AM 
org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@27071180)Endpoint:  URI = 
HelloWorldServiceComponent#service-binding(HelloWorldService/HelloWorldService)
Sep 15, 2010 1:34:12 AM 
org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@21719810)Endpoint:  URI = 
HelloWorldRmiServiceComponent#service-binding(HelloWorldRmiService/HelloWorldRmiService)
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Sep 15, 2010 1:34:12 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Sep 15, 2010 1:34:12 AM 
org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@27071180)Endpoint:  URI = 
HelloWorldServiceComponent#service-binding(HelloWorldService/HelloWorldService)
Sep 15, 2010 1:34:12 AM org.apache.tuscany.sca.host.rmi.DefaultRMIHost 
unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Sep 15, 2010 1:34:12 AM 
org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl removeEndpoint
INFO: Remove endpoint - (@21719810)Endpoint:  URI = 
HelloWorldRmiServiceComponent#service-binding(HelloWorldRmiService/HelloWorldRmiService)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.0-SNAPSHOT.jar>
 to 
/export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.0-SNAPSHOT/tuscany-binding-rmi-runtime-2.0-SNAPSHOT.jar
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-binding-rmi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-binding-rmi-runtime/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.0-SNAPSHOT.jar>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-binding-rmi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-binding-rmi-runtime/2.0-SNAPSHOT/tuscany-binding-rmi-runtime-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Contribution OSGi Bundle
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target>
[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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target/tuscany-contribution-osgi-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target/tuscany-contribution-osgi-2.0-SNAPSHOT.jar>
 to 
/export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-contribution-osgi/2.0-SNAPSHOT/tuscany-contribution-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-contribution-osgi/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-contribution-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/contribution-osgi/target/tuscany-contribution-osgi-2.0-SNAPSHOT.jar>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-contribution-osgi/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-contribution-osgi/2.0-SNAPSHOT/tuscany-contribution-osgi-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA OSGi Implementation Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target>
[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 7 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 25 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 10 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.implementation.osgi.xml.OSGiReadImplTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 sec
Running 
org.apache.tuscany.sca.implementation.osgi.xml.ServiceDescriptionsTestCase
Sep 15, 2010 1:34:42 AM 
org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor 
[] (ElementCannotBeProcessed)
SEVERE: Element {http://acme.com/defs}config cannot be processed. ([row,col 
{unknown-source}]: [1,844])
[endpoint-description: {service.imported.configs=org.osgi.sca, 
service.intents={http://docs.oasis-open.org/ns/opencsa/sca/200912}SOAP 
{http://docs.oasis-open.org/ns/opencsa/sca/200912}HTTP, 
objectClass=[Ljava.lang.String;@fced4}, endpoint-description: 
{com.acme.ws.xml=org.apache.tuscany.sca.assembly.impl.extensioni...@1d3cdaa, 
service.imported.configs=com.acme, 
service.intents=[{http://www.osgi.org/xmlns/rsa/v1.0.0}SOAP, 
{http://www.osgi.org/xmlns/rsa/v1.0.0}HTTP], 
objectClass=[Ljava.lang.String;@6355dc, 
endpoint.id=http://ws.acme.com:9000/hello, 
endpoint.package.version.com.acme=4.2}]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running 
org.apache.tuscany.sca.implementation.osgi.xml.BluePrintComponentsProcessorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running 
org.apache.tuscany.sca.implementation.osgi.xml.OSGiComponentProcessorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/tuscany-implementation-osgi-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/tuscany-implementation-osgi-2.0-SNAPSHOT.jar>
 to 
/export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-implementation-osgi/2.0-SNAPSHOT/tuscany-implementation-osgi-2.0-SNAPSHOT.jar
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi/target/tuscany-implementation-osgi-2.0-SNAPSHOT.jar>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi/2.0-SNAPSHOT/tuscany-implementation-osgi-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA OSGi Implementation Extension Runtime
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/target>
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/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/modules/implementation-osgi-runtime/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/target/tuscany-implementation-osgi-runtime-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/target/tuscany-implementation-osgi-runtime-2.0-SNAPSHOT.jar>
 to 
/export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-implementation-osgi-runtime/2.0-SNAPSHOT/tuscany-implementation-osgi-runtime-2.0-SNAPSHOT.jar
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi-runtime/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi-runtime/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Failed to copy 
<https://hudson.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/implementation-osgi-runtime/pom.xml>
 to 
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi-runtime/2.0-SNAPSHOT/pom.xml
/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-implementation-osgi-runtime/builds/2010-09-15_01-12-23/archive/org.apache.tuscany.sca/tuscany-implementation-osgi-runtime/2.0-SNAPSHOT/pom.xml
 (Too many open files)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 minutes 43 seconds
[INFO] Finished at: Wed Sep 15 01:35:04 GMT+00:00 2010
[INFO] Final Memory: 76M/752M
[INFO] ------------------------------------------------------------------------
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: hudson.util.IOException2: Failed to 
create a temporary file in /home/hudson/hudson/fingerprints/25/bb
        at hudson.remoting.Channel$1.adapt(Channel.java:590)
        at hudson.remoting.Channel$1.adapt(Channel.java:585)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
        at hudson.maven.MavenBuilder.call(MavenBuilder.java:176)
        at 
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
        at 
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
        at hudson.remoting.UserRequest.perform(UserRequest.java:114)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:270)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:619)
Caused by: hudson.util.IOException2: Failed to create a temporary file in 
/home/hudson/hudson/fingerprints/25/bb
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:67)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:54)
        at hudson.XmlFile.write(XmlFile.java:162)
        at hudson.model.Fingerprint.save(Fingerprint.java:704)
        at hudson.model.Fingerprint.add(Fingerprint.java:666)
        at hudson.model.Fingerprint.add(Fingerprint.java:651)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:105)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:96)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:341)
        at sun.reflect.GeneratedMethodAccessor312.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at hudson.model.Executor$1.call(Executor.java:380)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at $Proxy23.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:261)
        at hudson.remoting.UserRequest.perform(UserRequest.java:114)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:270)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        ... 1 more
Caused by: java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:65)
        ... 24 more
channel stopped

Reply via email to