Blockquote
18:21:27.733 [] [main] INFO io.zeebe.util.config - Reading configuration for class class io.zeebe.broker.system.configuration.BrokerCfg from file D:\zpoubelle\xxcamunda\zeebe\zeebe-distribution-0.17.0\zeebe-broker-0.17.0\conf\zeebe.cfg.toml 18:21:27.851 [] [main] INFO io.zeebe.broker.system - Scheduler configuration: Threads{cpu-bound: 2, io-bound: 2}. 18:21:27.888 [] [main] INFO io.zeebe.broker.system - Version: 0.17.0 18:21:27.892 [] [main] INFO io.zeebe.broker.system - Starting broker with configuration { ânetworkâ: { âhostâ: â0.0.0.0â, âdefaultSendBufferSizeâ: â16Mâ, âportOffsetâ: 0, âclientâ: { âcontrolMessageBufferSizeâ: â8Mâ, âhostâ: â0.0.0.0â, âportâ: 26501, âsendBufferSizeâ: â16Mâ }, âmanagementâ: { âreceiveBufferSizeâ: â8Mâ, âhostâ: â0.0.0.0â, âportâ: 26502, âsendBufferSizeâ: â16Mâ }, âreplicationâ: { âhostâ: â0.0.0.0â, âportâ: 26503, âsendBufferSizeâ: â16Mâ }, âsubscriptionâ: { âreceiveBufferSizeâ: â8Mâ, âhostâ: â0.0.0.0â, âportâ: 26504, âsendBufferSizeâ: â16Mâ } }, âclusterâ: { âinitialContactPointsâ: [], âpartitionIdsâ: [ 0 ], ânodeIdâ: 0, âpartitionsCountâ: 1, âreplicationFactorâ: 1, âclusterSizeâ: 1 }, âthreadsâ: { âcpuThreadCountâ: 2, âioThreadCountâ: 2 }, âmetricsâ: { âreportingIntervalâ: â5sâ, âfileâ: âD:\zpoubelle\xxcamunda\zeebe\zeebe-distribution-0.17.0\zeebe-broker-0.17.0\bin\âŠ\metrics\zeebe.promâ, âenableHttpServerâ: false, âhostâ: â0.0.0.0â, âportâ: 9600 }, âdataâ: { âdirectoriesâ: [ âD:\zpoubelle\xxcamunda\zeebe\zeebe-distribution-0.17.0\zeebe-broker-0.17.0\bin\âŠ\dataâ ], âdefaultLogSegmentSizeâ: â512Mâ, âsnapshotPeriodâ: â15mâ, âsnapshotReplicationPeriodâ: â5mâ }, âgossipâ: { âretransmissionMultiplierâ: 3, âprobeIntervalâ: â1sâ, âprobeTimeoutâ: â500msâ, âprobeIndirectNodesâ: 3, âprobeIndirectTimeoutâ: â1sâ, âsuspicionMultiplierâ: 5, âsyncTimeoutâ: â3sâ, âsyncIntervalâ: â15sâ, âjoinTimeoutâ: â1sâ, âjoinIntervalâ: â1sâ, âleaveTimeoutâ: â1sâ, âmaxMembershipEventsPerMessageâ: 32, âmaxCustomEventsPerMessageâ: 8 }, âraftâ: { âheartbeatIntervalâ: â250msâ, âelectionIntervalâ: â1sâ, âleaveTimeoutâ: â1sâ }, âexportersâ: [], âgatewayâ: { âenableâ: true, ânetworkâ: { âhostâ: â0.0.0.0â, âportâ: 26500 }, âclusterâ: { âcontactPointâ: â0.0.0.0:26501â, âtransportBufferâ: â128Mâ, ârequestTimeoutâ: â15sâ }, âthreadsâ: { âmanagementThreadsâ: 1 } } } 18:21:27.962 [] [main] INFO io.zeebe.gateway - Version: 0.17.0 18:21:27.962 [] [main] INFO io.zeebe.gateway - Starting gateway with configuration { âenableâ: true, ânetworkâ: { âhostâ: â0.0.0.0â, âportâ: 26500 }, âclusterâ: { âcontactPointâ: â0.0.0.0:26501â, âtransportBufferâ: â128Mâ, ârequestTimeoutâ: â15sâ }, âthreadsâ: { âmanagementThreadsâ: 1 } } 18:21:28.464 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.broker.transport - Bound managementApi.server to /0.0.0.0:26502 18:21:28.466 [service-controller] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26504â on transport âsubscriptionApi.clientâ 18:21:28.467 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.broker.transport - Bound subscriptionApi.server to /0.0.0.0:26504 18:21:28.484 [] [main] INFO io.zeebe.transport.endpoint - Registering endpoint for node â-1â with address â0.0.0.0:26501â on transport âbroker-clientâ 18:21:28.484 [] [main] INFO io.zeebe.transport.endpoint - Registering endpoint for node â-1â with address â0.0.0.0:26501â on transport âbroker-client-internalâ 18:21:28.790 [service-controller] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26502â on transport âmanagementApi.clientâ 18:21:33.014 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.transport - Bound clientApi.server to /0.0.0.0:26501 18:21:33.017 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.transport - Bound replicationApi.server to /0.0.0.0:26503 18:21:33.032 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.raft - Created raft partition-0 with configuration RaftConfiguration{heartbeatInterval=â250msâ, electionInterval=â1sâ, leaveTimeout=â1sâ} 18:21:33.343 [topology] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26502â on transport âmanagementApi.clientâ 18:21:33.344 [topology] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26503â on transport âreplicationApi.clientâ 18:21:33.344 [topology] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26504â on transport âsubscriptionApi.clientâ 18:21:37.928 [partition-0] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.raft - Joined raft in term 0 18:21:37.971 [zb-stream-processor] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.logstreams - Recovering state of partition 0 from snapshot 18:21:41.474 [zb-stream-processor] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.logstreams - Recovered state of partition 0 from snapshot at position -1 18:21:41.619 [zb-stream-processor] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.processor - Start scanning the log for error events. 18:21:41.620 [zb-stream-processor] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.processor - Finished scanning the log for error events. 18:21:42.632 [io.zeebe.gateway.impl.broker.cluster.BrokerTopologyManagerImpl] [gateway-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26501â on transport âbroker-clientâ 18:21:42.633 [io.zeebe.gateway.impl.broker.cluster.BrokerTopologyManagerImpl] [gateway-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node â0â with address â0.0.0.0:26501â on transport âbroker-client-internalâ juin 10, 2019 6:21:43 PM io.grpc.netty.NettyServerTransport notifyTerminated INFOS: Transport failed java.io.IOException: Une connexion existante a dÂč Ătre fermĂe par lĂh¶te distant at sun.nio.ch.SocketDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:192) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1125) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:677) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:612) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:529) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:491) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748)