getting 5502 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter [] error when bringing up server using docker #2999
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
What is the persistence layer ( |
Beta Was this translation helpful? Give feedback.
-
config file of server Servers.conductor.grpc-server.enabled=false Database persistence model.conductor.db.type=memory Dynomite Cluster details.format is host:port:rack separated by semicolonconductor.redis.hosts=dyno1:8102:us-east-1c Namespace for the keys stored in Dynomite/Redisconductor.redis.workflowNamespacePrefix=conductor Namespace prefix for the dyno queuesconductor.redis.queueNamespacePrefix=conductor_queues No. of threads allocated to dyno-queues (optional)queues.dynomite.threads=10 By default with dynomite, we want the repairservice enabledconductor.app.workflowRepairServiceEnabled=true Non-quorum port used to connect to local redis. Used by dyno-queues.When using redis directly, set this to the same port as redis serverFor Dynomite, this is 22122 by default or the local redis-server port used by Dynomite.conductor.redis.queuesNonQuorumPort=22122 Elastic search instance indexing is disabled.conductor.indexing.enabled=false Load sample kitchen sink workflowloadSample=true conductor.elasticsearch.clusterHealthColor=yellow [root@centos7-test config]# vi config-postgres.properties Servers.conductor.grpc-server.enabled=false Database persistence type.conductor.db.type=postgres spring.datasource.url=jdbc:postgresql://postgres:5432/conductor Hikari pool sizes are -1 by default and prevent startupspring.datasource.hikari.maximum-pool-size=100 Elastic search instance indexing is enabled.conductor.indexing.enabled=true Transport address to elasticsearchconductor.elasticsearch.url=http://es:9200 Name of the elasticsearch clusterconductor.elasticsearch.indexName=conductor Load sample kitchen sink workflowloadSample=true I am bringing up the conatiners using docker-compose -f docker-compose.yaml -f docker-compose-postgres.yaml |
Beta Was this translation helpful? Give feedback.
-
any update on this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi manan164, its the copy paste error, I tried even today in all ways to bring up the DB and also setting the conductor.db.type=postgres, still I end up with same error, Can I get the solution asap |
Beta Was this translation helpful? Give feedback.
-
Hi @jayashree5591 , The temporary fix is here |
Beta Was this translation helpful? Give feedback.
-
Hi @jayashree5591 are u successfully connection bw the conductor and postgres because i am also facing same issue |
Beta Was this translation helpful? Give feedback.
config file of server
[root@centos7-test config]# vi config-local.properties
Servers.
conductor.grpc-server.enabled=false
Database persistence model.
conductor.db.type=memory
Dynomite Cluster details.
format is host:port:rack separated by semicolon
conductor.redis.hosts=dyno1:8102:us-east-1c
Namespace for the keys stored in Dynomite/Redis
conductor.redis.workflowNamespacePrefix=conductor
Namespace prefix for the dyno queues
conductor.redis.queueNamespacePrefix=conductor_queues
No. of threads allocated to dyno-queues (optional)
queues.dynomite.threads=10
By default with dynomite, we want the repairservice enabled
conductor.app.workflowRepairServiceEnabled=true
Non-quorum port used to conne…