You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2018/03/17 14:50:00 UTC

[jira] [Created] (GEODE-4883) ServerLauncherDUnitTest.ensureCleanShutdownFromInProcessServerLauncher fails with BindException

Jens Deppe created GEODE-4883:
---------------------------------

             Summary: ServerLauncherDUnitTest.ensureCleanShutdownFromInProcessServerLauncher fails with BindException
                 Key: GEODE-4883
                 URL: https://issues.apache.org/jira/browse/GEODE-4883
             Project: Geode
          Issue Type: Test
          Components: gfsh
            Reporter: Jens Deppe


{noformat}
org.apache.geode.distributed.ServerLauncherDUnitTest > ensureCleanShutdownFromInProcessServerLauncher FAILED
    java.lang.AssertionError: Suspicious strings were written to the log during this run.
    Fix the strings or use IgnoredException.addIgnoredException to ignore.
    -----------------------------------------------------------------------
    Found suspect string in log4j at line 1094

    [error 2018/03/17 05:17:22.907 UTC <Test worker> tid=0x16] Exception in thread "main" java.lang.RuntimeException: An IO error occurred while starting a Server in /tmp/junit574046504456632823/junit5385654653268781087 on 8eb8d57154a4[40404]: Network is unreachable; port (40404) is not available on localhost.
    	at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:804)
    	at org.apache.geode.distributed.ServerLauncherDUnitTestHelper.main(ServerLauncherDUnitTestHelper.java:30)
    Caused by: java.net.BindException: Network is unreachable; port (40404) is not available on localhost.
    	at org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:129)
    	at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:749)
    	... 1 more
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)