You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/07/10 22:14:20 UTC

Build failed in Jenkins: River-QA-ubuntu-jdk7 #26

See <https://builds.apache.org/job/River-QA-ubuntu-jdk7/26/>

------------------------------------------
Started by user peter_firmstone
Building remotely on ubuntu2
Checking out a fresh workspace because there's no workspace at <https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/>
Cleaning local Directory .
Checking out http://svn.apache.org/repos/asf/river/jtsk/trunk
ERROR: Failed to check out http://svn.apache.org/repos/asf/river/jtsk/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/river/jtsk/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:619)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:103)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1018)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:480)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:833)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:925)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:781)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:85)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:152)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:121)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2048)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: svn: E175002: OPTIONS /repos/asf/river/jtsk/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 36 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/river/jtsk/trunk'
svn: E175002: connection refused by the server
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:681)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298)
	... 35 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/river/jtsk/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:679)
	... 36 more
Caused by: svn: E175002: connection refused by the server
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:424)
	... 36 more
Caused by: java.net.ConnectException: Connection timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
	at java.net.Socket.connect(Socket.java:546)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	... 6 more
FATAL: null
java.lang.NullPointerException
	at java.util.ArrayList.addAll(ArrayList.java:530)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1195)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:573)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:462)
	at hudson.model.Run.run(Run.java:1404)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:238)

Build failed in Jenkins: River-QA-ubuntu-jdk7 #29

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-ubuntu-jdk7/29/changes>

Changes:

[peter_firmstone] Revert one Thread.yield() call in FiddlerImpl

Fix URI issues with URIGrant on MS Windows platforms by cleaning up URI strings prior to instantiation and adding leading forward slashes missing from file path strings.

------------------------------------------
[...truncated 15905 lines...]
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1411
     [java] # of tests completed = 1411
     [java] # of tests skipped   = 47
     [java] # of tests passed    = 1318
     [java] # of tests failed    = 93
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Sun Jul 15 21:09:30 UTC 2012
     [java]    Time elapsed:
     [java]       57808 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to /x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/qa/result
     [copy] Copying 1 file to /x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/qa/result
      [zip] Building zip: /x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/qa/result/qaresults-amd64-Linux-1.7.0_04.zip

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/build.xml:2087: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/qa/build.xml:406: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/River-QA-ubuntu-jdk7/qa/build.xml:380: condition satisfied

Total time: 966 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-ubuntu-jdk7 #28

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-ubuntu-jdk7/28/changes>

Changes:

[peter_firmstone] Windows platforms have issues with file name paths, illegal characters need to be escaped, this requires further work, not as simple as I originally thought.  This is for testing on hudson

[peter_firmstone] Backed out last change for URI codebase grants which causes numerous test failures.  Windows platforms have issues with file name paths, illegal characters need to be escaped, this requires further work, not as simple as I originally thought.

------------------------------------------
[...truncated 15635 lines...]
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1411
     [java] # of tests completed = 1411
     [java] # of tests skipped   = 47
     [java] # of tests passed    = 1408
     [java] # of tests failed    = 3
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Fri Jul 13 13:45:03 UTC 2012
     [java]    Time elapsed:
     [java]       66424 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to <https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/result>
     [copy] Copying 1 file to <https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/result>
      [zip] Building zip: <https://builds.apache.org/job/River-QA-ubuntu-jdk7/28/artifact/qa/result/qaresults-amd64-Linux-1.7.0_04.zip>

BUILD FAILED
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/build.xml>:2087: The following error occurred while executing this line:
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/build.xml>:406: The following error occurred while executing this line:
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/build.xml>:380: condition satisfied

Total time: 1,116 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-ubuntu-jdk7 #27

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-ubuntu-jdk7/27/>

------------------------------------------
[...truncated 18065 lines...]
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Service failed due to non-configuration relatedexception.
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	RemoteException occurred in server thread; nested exception is: 
     [java] 	java.rmi.RemoteException: Create failed; nested exception is: 
     [java] 	java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getProperty.net.jini.security.policy.PolicyFileProvider.basePolicyClass")
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1411
     [java] # of tests completed = 1411
     [java] # of tests skipped   = 47
     [java] # of tests passed    = 581
     [java] # of tests failed    = 830
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Wed Jul 11 11:59:44 UTC 2012
     [java]    Time elapsed:
     [java]       17231 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to <https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/result>
     [copy] Copying 1 file to <https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/result>
      [zip] Building zip: <https://builds.apache.org/job/River-QA-ubuntu-jdk7/27/artifact/qa/result/qaresults-i386-Linux-1.7.0.zip>

BUILD FAILED
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/build.xml>:2087: The following error occurred while executing this line:
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/build.xml>:406: The following error occurred while executing this line:
<https://builds.apache.org/job/River-QA-ubuntu-jdk7/ws/qa/build.xml>:380: condition satisfied

Total time: 290 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts