Hi
i am using zeebe-distribution-0.12.1 (Broker)
GitHub - camunda-community-hub/zeebe-simple-monitor: A monitoring application to show insides of Zeebe for developers (UI)
UI does not highlight the completed service task in the workflow.
i am running the collect Money->fetch Items->Ship parcel . example.
BPMN process id’s column are populated (8 versions) even before the workflow was started.
later on if i run the java client and then try to check in the UI , below exception is coming
javax.persistence.NonUniqueResultException: query did not return a unique result: 2
Zelldon
2
Hi @k.s.madhav,
thanks for trying out Zeebe.
I assume you are using more than one partition right? (configured in your zeebe.cfg.toml
)
We aware of this bug (see the related issue https://github.com/zeebe-io/zeebe-simple-monitor/issues/26) and trying to fix this soon.
Greets
Chris
Zelldon
3
Hi @k.s.madhav ,
we released a new version of the simple monitor (0.8.0), which should fix your problem.
Greets
Chris
thanks Zelldon.
its working now . i am using zeebe-distribution-0.13.0 and zeebe-simple-monitor-app-0.8.0.jar.
the other reason for the issue was h2 DB had stale data .(data from previous workflow instances, via java client)
1 Like