You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
still i have a problem, a fresh install with the dependency works just one time. After a restart i have problems:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'taskResource' defined in URL [jar:file:/app/libs/conductor-server-3.11.3-boot.jar
...
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'taskServiceImpl'
...
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'executionService'
...
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'executionDAOFacade'
...
Error creating bean with name 'es6IndexRestDAO'
...
Caused by: java.net.SocketTimeoutException: 30,000 milliseconds timeout on connection http-outgoing-0
ps. i start conductor with this command: docker compose -f docker-compose.yaml -f docker-compose-postgres.yaml up
Yea, it seems the server can't reach the ES6 service/container. The config-postgres.properties config sets the ES6 endpoint to conductor.elasticsearch.url=http://es:9200. The seems to be in line with the Compose setup.
@edoang Enabling the DEBUG logs it can be seen that the ES6 timeout gets hit because the Conductor server is waiting for the ES6 cluster to get ready (be in the green state). The cluster can't get fully ready since the Docker Compose configures a single node cluster with the default count of replicas.
However, you can apply a workaround by adding conductor.elasticsearch.clusterHealthColor=yellow to the config-postgres.properties, rebuild, and 🎉
Actually, this workaround can be found in the official doc under the Elasticsearch timeout FAQ section.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
new version can't be start with postgres,
can you tell me ,how to fix it ?
The text was updated successfully, but these errors were encountered: