You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Benjamin P Ross (JIRA)" <ji...@apache.org> on 2019/02/15 20:25:00 UTC

[jira] [Created] (GEODE-6419) CI Failure: ClusterConfigurationDUnitTest.testStartServerAndExecuteCommands fails with BindException

Benjamin P Ross created GEODE-6419:
--------------------------------------

             Summary: CI Failure: ClusterConfigurationDUnitTest.testStartServerAndExecuteCommands fails with BindException
                 Key: GEODE-6419
                 URL: https://issues.apache.org/jira/browse/GEODE-6419
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Benjamin P Ross


Stack Trace:

{noformat}
org.apache.geode.management.internal.cli.commands.ClusterConfigurationDUnitTest > testStartServerAndExecuteCommands[0] 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 1121

    [error 2019/02/14 19:04:04.702 GMT <RMI TCP Connection(1)-10.0.0.34> tid=64] Jmx manager could not be started because HTTP service failed to start
    org.apache.geode.management.ManagementException: HTTP service failed to start
      at org.apache.geode.management.internal.ManagementAgent.loadWebApplications(ManagementAgent.java:240)
      at org.apache.geode.management.internal.ManagementAgent.startAgent(ManagementAgent.java:127)
      at org.apache.geode.management.internal.SystemManagementService.startManager(SystemManagementService.java:432)
      at org.apache.geode.management.internal.beans.ManagementAdapter.handleCacheCreation(ManagementAdapter.java:179)
      at org.apache.geode.management.internal.beans.ManagementListener.handleEvent(ManagementListener.java:127)
      at org.apache.geode.distributed.internal.InternalDistributedSystem.notifyResourceEventListeners(InternalDistributedSystem.java:2127)
      at org.apache.geode.distributed.internal.InternalDistributedSystem.handleResourceEvent(InternalDistributedSystem.java:679)
      at org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1241)
      at org.apache.geode.internal.cache.GemFireCacheImpl.basicCreate(GemFireCacheImpl.java:809)
      at org.apache.geode.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:795)
      at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:176)
      at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:218)
      at org.apache.geode.distributed.internal.InternalLocator.startCache(InternalLocator.java:674)
      at org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:661)
      at org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:345)
      at org.apache.geode.distributed.Locator.startLocator(Locator.java:252)
      at org.apache.geode.distributed.Locator.startLocatorAndDS(Locator.java:139)
      at org.apache.geode.test.junit.rules.LocatorStarterRule.startLocator(LocatorStarterRule.java:85)
      at org.apache.geode.test.junit.rules.LocatorStarterRule.before(LocatorStarterRule.java:66)
      at org.apache.geode.test.dunit.rules.ClusterStartupRule.lambda$startLocatorVM$22d9b8a8$1(ClusterStartupRule.java:208)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      at org.apache.geode.test.dunit.internal.MethodInvoker.executeObject(MethodInvoker.java:123)
      at org.apache.geode.test.dunit.internal.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:69)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359)
      at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
      at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
      at java.base/java.security.AccessController.doPrivileged(Native Method)
      at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
      at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
      at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
      at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
      at java.base/java.security.AccessController.doPrivileged(Native Method)
      at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
      at java.base/java.lang.Thread.run(Thread.java:834)
    Caused by: java.net.BindException: Address already in use: bind
      at java.base/sun.nio.ch.Net.bind0(Native Method)
      at java.base/sun.nio.ch.Net.bind(Net.java:461)
      at java.base/sun.nio.ch.Net.bind(Net.java:453)
      at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
      at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
      at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:339)
      at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
      at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
      at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
      at org.eclipse.jetty.server.Server.doStart(Server.java:395)
      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
      at org.apache.geode.internal.cache.HttpService.addWebApplication(HttpService.java:198)
      at org.apache.geode.management.internal.ManagementAgent.loadWebApplications(ManagementAgent.java:214)
      ... 42 more

    -----------------------------------------------------------------------
    Found suspect string in log4j at line 1183

    [error 2019/02/14 19:04:04.717 GMT <RMI TCP Connection(1)-10.0.0.34> tid=64] org.apache.geode.management.ManagementException: HTTP service failed to start
{noformat}

Artifacts can be found here: http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0439/test-artifacts/1550177497/windows-gfshdistributedtest-OpenJDK11-1.9.0-SNAPSHOT.0439.tgz



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