Hi Josh, I am running on macOS 10.14.6 and openJDK 11.0.2.
I started the broker simply with ./bin/broker
.
Here’s the full startup log, if it helps (I cannot see any errors/warnings that would be relevant):
$ ./bin/broker
23:58:30.746 [] [main] INFO io.zeebe.broker.system - Version: 0.20.0
23:58:30.752 [] [main] INFO io.zeebe.broker.system - Starting broker with configuration {
"network": {
"host": "0.0.0.0",
"portOffset": 0,
"commandApi": {
"host": "0.0.0.0",
"port": 26501,
"sendBufferSize": "16M"
},
"internalApi": {
"host": "0.0.0.0",
"port": 26502,
"sendBufferSize": "16M"
},
"monitoringApi": {
"host": "0.0.0.0",
"port": 9600,
"sendBufferSize": "16M"
}
},
"cluster": {
"initialContactPoints": [],
"partitionIds": [
1
],
"nodeId": 0,
"partitionsCount": 1,
"replicationFactor": 1,
"clusterSize": 1,
"clusterName": "zeebe-cluster"
},
"threads": {
"cpuThreadCount": 2,
"ioThreadCount": 2
},
"data": {
"directories": [
"/Users/kai/dev/zeebe/data"
],
"logSegmentSize": "512M",
"snapshotPeriod": "15m",
"snapshotReplicationPeriod": "5m",
"maxSnapshots": 3
},
"exporters": [
{
"id": "hazelcast",
"className": "io.zeebe.hazelcast.exporter.HazelcastExporter",
"args": {
"enabledValueTypes": "JOB,WORKFLOW_INSTANCE,DEPLOYMENT,INCIDENT,TIMER,VARIABLE,MESSAGE,MESSAGE_SUBSCRIPTION,MESSAGE_START_EVENT_SUBSCRIPTION"
}
}
],
"gateway": {
"enable": true,
"network": {
"host": "0.0.0.0",
"port": 26500
},
"cluster": {
"contactPoint": "0.0.0.0:26502",
"transportBuffer": "128M",
"requestTimeout": "15s",
"clusterName": "zeebe-cluster",
"memberId": "gateway",
"host": "0.0.0.0",
"port": 26502
},
"threads": {
"managementThreads": 1
},
"monitoring": {
"enabled": false,
"host": "0.0.0.0",
"port": 9600
}
}
}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.agrona.nio.TransportPoller (file:/Users/kai/dev/zeebe/lib/agrona-1.0.3.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
WARNING: Please consider reporting this to the maintainers of org.agrona.nio.TransportPoller
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
23:58:30.869 [service-controller] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport - Bound commandApi.server to /0.0.0.0:26501
23:58:31.729 [] [zb-blocking-task-runner-1-0.0.0.0:26501] INFO io.zeebe.gateway - Version: 0.20.0
23:58:31.731 [] [zb-blocking-task-runner-1-0.0.0.0:26501] INFO io.zeebe.gateway - Starting gateway with configuration {
"enable": true,
"network": {
"host": "0.0.0.0",
"port": 26500
},
"cluster": {
"contactPoint": "0.0.0.0:26502",
"transportBuffer": "128M",
"requestTimeout": "15s",
"clusterName": "zeebe-cluster",
"memberId": "gateway",
"host": "0.0.0.0",
"port": 26502
},
"threads": {
"managementThreads": 1
},
"monitoring": {
"enabled": false,
"host": "0.0.0.0",
"port": 9600
}
}
23:58:31.829 [io.zeebe.gateway.impl.broker.cluster.BrokerTopologyManagerImpl] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.transport.endpoint - Registering endpoint for node '0' with address '0.0.0.0:26501' on transport 'gateway-broker-client'
23:58:31.966 [] [raft-server-system-partition-1] WARN io.atomix.utils.event.ListenerRegistry - Listener io.atomix.protocols.raft.roles.FollowerRole$$Lambda$422/0x0000000800475840@4a7f59d5 not registered
23:58:32.094 [] [raft-server-raft-atomix-partition-1] WARN io.atomix.utils.event.ListenerRegistry - Listener io.atomix.protocols.raft.roles.FollowerRole$$Lambda$422/0x0000000800475840@545c3f8b not registered
23:58:33.022 [io.zeebe.broker.system.monitoring.BrokerHealthCheckService] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.broker.system - Partition '1' is installed.
23:58:33.023 [io.zeebe.broker.system.monitoring.BrokerHealthCheckService] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.broker.system - All partitions are installed. Broker is ready!
Aug. 24, 2019 11:58:33 NACHM. com.hazelcast.instance.HazelcastInstanceFactory
WARNING: Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
--add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
23:58:33.063 [stream-processor] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.logstreams - Recovered state of partition 1 from snapshot at position -1
23:58:33.092 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.instance.AddressPicker - [LOCAL] [dev] [3.11] Prefer IPv4 stack is true, prefer IPv6 addresses is false
23:58:33.095 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.instance.AddressPicker - [LOCAL] [dev] [3.11] Picked [192.168.99.1]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true
23:58:33.109 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.system - [192.168.99.1]:5701 [dev] [3.11] Hazelcast 3.11 (20181023 - 1500bbb) starting at [192.168.99.1]:5701
23:58:33.109 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.system - [192.168.99.1]:5701 [dev] [3.11] Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
23:58:33.109 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.instance.Node - [192.168.99.1]:5701 [dev] [3.11] A non-empty group password is configured for the Hazelcast member. Starting with Hazelcast version 3.8.2, members with the same group name, but with different group passwords (that do not use authentication) form a cluster. The group password configuration will be removed completely in a future release.
23:58:33.245 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.spi.impl.operationservice.impl.BackpressureRegulator - [192.168.99.1]:5701 [dev] [3.11] Backpressure is disabled
23:58:33.515 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.instance.Node - [192.168.99.1]:5701 [dev] [3.11] Creating MulticastJoiner
23:58:33.615 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl - [192.168.99.1]:5701 [dev] [3.11] Starting 16 partition threads and 9 generic threads (1 dedicated for priority tasks)
23:58:33.618 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.internal.diagnostics.Diagnostics - [192.168.99.1]:5701 [dev] [3.11] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
23:58:33.623 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.core.LifecycleService - [192.168.99.1]:5701 [dev] [3.11] [192.168.99.1]:5701 is STARTING
23:58:35.777 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.internal.cluster.ClusterService - [192.168.99.1]:5701 [dev] [3.11]
Members {size:1, ver:1} [
Member [192.168.99.1]:5701 - 2c137f73-9547-415c-b398-e9e5f6f1f8fb this
]
23:58:35.797 [exporter] [0.0.0.0:26501-zb-fs-workers-0] INFO com.hazelcast.core.LifecycleService - [192.168.99.1]:5701 [dev] [3.11] [192.168.99.1]:5701 is STARTED