Nightly Build still failing with BindExceptions

2016-09-03 Thread Kirk Lund
We're still hitting BindExceptions in the nightly build, so I'll go ahead
and propose this again: any test that uses AvailablePort to find a random
port could be altered to automatically Retry if it encounters and fails
because of java.net.BindException. Opinions?

-Kirk

:geode-core:integrationTest

com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest >
testBridgeServerRunningInSynchPersistOnlyForIOExceptionCase FAILED
java.net.BindException: Failed to create server socket on  null[5,555]
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:814)
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:774)
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:738)
at com.gemstone.gemfire.internal.cache.tier.sockets.
AcceptorImpl.(AcceptorImpl.java:470)
at com.gemstone.gemfire.internal.cache.CacheServerImpl.start(
CacheServerImpl.java:323)
at com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest.
testBridgeServerRunningInSynchPersistOnlyForIOExceptionCase(
DiskRegionJUnitTest.java:2215)

Caused by:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(
AbstractPlainSocketImpl.java:387)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at com.gemstone.gemfire.internal.SocketCreator.
createServerSocket(SocketCreator.java:811)
... 5 more

com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest >
testBridgeServerStoppingInSynchPersistOnlyForIOExceptionCase FAILED
java.net.BindException: Failed to create server socket on  null[5,555]
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:814)
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:774)
at com.gemstone.gemfire.internal.SocketCreator.createServerSocket(
SocketCreator.java:738)
at com.gemstone.gemfire.internal.cache.tier.sockets.
AcceptorImpl.(AcceptorImpl.java:470)
at com.gemstone.gemfire.internal.cache.CacheServerImpl.start(
CacheServerImpl.java:323)
at com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest.
testBridgeServerStoppingInSynchPersistOnlyForIOExceptionCase
(DiskRegionJUnitTest.java:2103)

Caused by:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(
AbstractPlainSocketImpl.java:387)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at com.gemstone.gemfire.internal.SocketCreator.
createServerSocket(SocketCreator.java:811)
... 5 more

3247 tests completed, 2 failed, 175 skipped


Re: Docker image updated on DockerHub

2016-09-03 Thread Jens Deppe
Looks like you need to do:

docker run -it --entrypoint=/bin/bash apachegeode/geode:1.0.0-incubating.M3

...for a bash prompt.

--Jens

On Fri, Sep 2, 2016 at 9:58 PM, William Markito  wrote:

> Just updated our Docker image on DockerHub [1] with  M3.
>
> docker run -it apachegeode/geode:1.0.0-incubating.M3
>
> The command above will give you `gfsh` now for default.  Append "bash" to
> the end if you'd like access to the prompt.
>
> [1] https://hub.docker.com/r/apachegeode/geode/tags/
>
> Cheers,
> --
> ~/William
>


Build failed in Jenkins: Geode-nightly #581

2016-09-03 Thread Apache Jenkins Server
See 

Changes:

[klund] GEODE-1832: remove dependency on cacheRunner package

[klund] GEODE-1838: remove unused test classes

[klund] GEODE-1820: add FlakyTest category

[hiteshk25] GEODE-1828 Added some more logging to debug further

[abaker] GEODE-1809: Improve printing

--
[...truncated 454 lines...]
:geode-assembly:checkMissedTests
:geode-assembly:installDist
:geode-assembly:test
:geode-assembly:check
:geode-assembly:build
:geode-assembly:distributedTest
:geode-assembly:flakyTest
:geode-assembly:integrationTest
:geode-common:assemble
:geode-common:compileTestJava
:geode-common:processTestResources UP-TO-DATE
:geode-common:testClasses
:geode-common:checkMissedTests
:geode-common:test
:geode-common:check
:geode-common:build
:geode-common:distributedTest
:geode-common:flakyTest
:geode-common:integrationTest
:geode-core:assemble
:geode-core:checkMissedTests
:geode-core:test
:geode-core:check
:geode-core:build
:geode-core:distributedTest
:geode-core:flakyTest
:geode-core:integrationTest

com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest > 
testBridgeServerRunningInSynchPersistOnlyForIOExceptionCase FAILED
java.net.BindException: Failed to create server socket on  null[5,555]
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:814)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:774)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:738)
at 
com.gemstone.gemfire.internal.cache.tier.sockets.AcceptorImpl.(AcceptorImpl.java:470)
at 
com.gemstone.gemfire.internal.cache.CacheServerImpl.start(CacheServerImpl.java:323)
at 
com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest.testBridgeServerRunningInSynchPersistOnlyForIOExceptionCase(DiskRegionJUnitTest.java:2215)

Caused by:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:811)
... 5 more

com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest > 
testBridgeServerStoppingInSynchPersistOnlyForIOExceptionCase FAILED
java.net.BindException: Failed to create server socket on  null[5,555]
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:814)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:774)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:738)
at 
com.gemstone.gemfire.internal.cache.tier.sockets.AcceptorImpl.(AcceptorImpl.java:470)
at 
com.gemstone.gemfire.internal.cache.CacheServerImpl.start(CacheServerImpl.java:323)
at 
com.gemstone.gemfire.internal.cache.DiskRegionJUnitTest.testBridgeServerStoppingInSynchPersistOnlyForIOExceptionCase(DiskRegionJUnitTest.java:2103)

Caused by:
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at 
com.gemstone.gemfire.internal.SocketCreator.createServerSocket(SocketCreator.java:811)
... 5 more

3247 tests completed, 2 failed, 175 skipped
:geode-core:integrationTest FAILED
:geode-cq:assemble
:geode-cq:compileTestJavaNote: Some input files use or override a deprecated 
API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:geode-cq:processTestResources
:geode-cq:testClasses
:geode-cq:checkMissedTests
:geode-cq:test
:geode-cq:check
:geode-cq:build
:geode-cq:distributedTest
:geode-cq:flakyTest
:geode-cq:integrationTest
:geode-json:assemble
:geode-json:compileTestJava UP-TO-DATE
:geode-json:processTestResources UP-TO-DATE
:geode-json:testClasses UP-TO-DATE
:geode-json:checkMissedTests UP-TO-DATE
:geode-json:test UP-TO-DATE
:geode-json:check
:geode-json:build
:geode-json:distributedTest UP-TO-DATE
:geode-json:flakyTest UP-TO-DATE
:geode-json:integrationTest UP-TO-DATE
:geode-junit:javadoc
:geode-junit:javadocJar
:geode-junit:sourcesJar
:geode-junit:signArchives SKIPPED
:geode-junit:assemble
:geode-junit:compileTestJava
:geode-junit:processTestResources UP-TO-DATE
:geode-junit:testClasses
:geode-junit:checkMissedTests
:geode-junit:test
:geode-junit:check
:geode-junit:build
:geode-junit:distributedTest
:geode-junit:flakyTest
:geode-junit:integrationTest
:geode-lucene:assemble
:geode-lucene:compileTestJavaNote: Some in