Cannot start Zeebe monitor

I am trying to start Zebee simple monitor on my mac. It is failling with error,

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘zeebeHazelcastService’: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Unable to connect to any cluster.

I have java 11.0.7 2020-04-14 LTS. The status check shows me the following,

Cluster size: 1
Partitions count: 1
Replication factor: 1
Brokers:
Broker 0 - 0.0.0.0:26501
Partition 1 : Leader

@Bisoux it feels like you are not starting a hazelcast instance… which is usually done by the Hazelcast exporter… do you have that in your broker? @philipp.ossler correct me if I am wrong :slight_smile:

I went for the manual option i.e. According to the doc,

Manual

1. Download the latest application JAR (zeebe-simple-monitor-%{VERSION}.jar )
2. Start the application java -jar zeebe-simple-monitor-{VERSION}.jar
3. Go to http://localhost:8082

I did not see the Hazelcast option for manual.

Will setup Hazelcast exporter/Zeebe distribution and try again

So i have downloaded zeebe-hazelcast-exporter and it mentions the below step. I can’t find the file mentioned in the download. Am i missing something?

So I retraced my steps & looks like Zeebee Simple Monitor is up & running. The issue was with the directory names & adding the required configuration parameters as shown in the documentation.

2 Likes