A similar error has popped up in a few other threads.
Hi,
I am creating a poc to evaluate Optimize.
I am using Optimize 3.7.2 through docker image and Camunda Platform version 7.16.0-ee.
Optimize is not able to connect to Camunda engine somehow and failing to do so.
It is trying to access https://workflow-engine/engine-rest/engine/default/version .
I have verified using curl that this URL is accessible through Optimize’s container from CLI and it returns the version
{“version”:“7.16.0-ee”}
Logs as follows,
[EngineImportScheduler-1] TRACE o…
Hello there,
I am doing a POC with Camunda platform 7.16.0-ee and Optimize version 3.7.2.
I have Camunda-Platform 7 running and have created a docker-compose to start ElasticSearch and Optimize:3.7.2 locally.
docker-compose as follows
services:
elasticsearch: # https://hub.docker.com/_/elasticsearch
image: elasticsearch:d38b85f
#docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-7.17.0}
container_name: elasticsearch
ports:
- "9200:9…
Check your SSL Keystore in your Optimize instance. If Optimize cannot establish a valid SSL connection to the BPM server, it will claim that the server didn’t respond.
1 Like