Open lianjunwei opened 1 year ago
Hi @lianjunwei are you using the standalone container the one described here? https://github.com/orkes-io/orkes-conductor-community#simple-self-contained-script-to-launch-the-docker-image
Hi @lianjunwei are you using the standalone container the one described here? https://github.com/orkes-io/orkes-conductor-community#simple-self-contained-script-to-launch-the-docker-image
@v1r3n the standalone container is OK. I run the compiled source code.
facing same issue
Facing the same issue while running from the code, can someone look into this please.
411 [http-nio-8080-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] [] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2411 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet [] - Initializing Servlet 'dispatcherServlet' 2412 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet [] - Completed initialization in 1 ms 2642 [http-nio-8080-exec-4] ERROR com.netflix.conductor.core.operation.StartWorkflowOperation [] - Unable to start workflow: kitchensink java.lang.RuntimeException: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at io.orkes.conductor.mq.redis.single.RedisQueueMonitor.loadScript(RedisQueueMonitor.java:81) ~[orkes-redis-queues-1.0.3.jar:?]
facing same issue. Is there anybody could help me to solve this problem? I don't know is this issue has been updated or fixed before.
I encountered an error. During the startup process, Redis shut down abnormally, causing the service to fail to start. First of all, I'm sure that Redis itself is OK.