This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Is it possible to archive the workflow data and keep indexed data on ES #3370
Unanswered
Santoshsunagarphilips
asked this question in
Q&A
Replies: 3 comments 1 reply
-
how did you set the conductor.workflow-status-listener.type property to archive? |
Beta Was this translation helpful? Give feedback.
1 reply
-
您好,已收到您的邮件。我会尽快给您回复! ——陈琰锋
|
Beta Was this translation helpful? Give feedback.
0 replies
-
您好,您的邮件我已收到,谢谢!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the doc, its advised to set the conductor.workflow-status-listener.type property to archive so that it will enable to archive the workflow data.
But if the same property is set to archive then conductor server is not coming up. Attached the err logs for more information
Could you please suggest is there any additional property needs to be passed?
Conductor server Version used: : 3.13.2(currently available version)
Reference Link: https://conductor.netflix.com/reference-docs/archival-of-workflows.html
Err logs:
ctor_message_20221201' already exists
2022-12-01T21:14:08.08+0530 [APP/PROC/WEB/0] OUT 10616 [main] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext [] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminResource' defined in URL [jar:file:/app/libs/conductor-server-3.13.2-boot.jar!/BOOT-INF/lib/conductor-rest-3.13.2.jar!/com/netflix/conductor/rest/controllers/AdminResource.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminServiceImpl' defined in URL [jar:file:/app/libs/conductor-server-3.13.2-boot.jar!/BOOT-INF/lib/conductor-core-3.13.2.jar!/com/netflix/conductor/service/AdminServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'executionService' defined in URL [jar:file:/app/libs/conductor-server-3.13.2-boot.jar!/BOOT-INF/lib/conductor-core-3.13.2.jar!/com/netflix/conductor/service/ExecutionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'workflowExecutor' defined in URL [jar:file:/app/libs/conductor-server-3.13.2-boot.jar!/BOOT-INF/lib/conductor-core-3.13.2.jar!/com/netflix/conductor/core/execution/WorkflowExecutor.class]: Unsatisfied dependency expressed through constructor parameter 4; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.netflix.conductor.core.listener.WorkflowStatusListener' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2022-12-01T21:14:08.08+0530 [APP/PROC/WEB/0] OUT 10617 [main] INFO com.netflix.conductor.core.dal.ExecutionDAOFacade [] - Gracefully shutdown executor service
2022-12-01T21:14:08.08+0530 [APP/PROC/WEB/0] OUT 10617 [main] INFO com.netflix.conductor.es6.dao.index.ElasticSearchRestDAOV6 [] - Gracefully shutdown executor service
2022-12-01T21:14:08.09+0530 [APP/PROC/WEB/0] OUT 10621 [main] INFO org.apache.catalina.core.StandardService [] - Stopping service [Tomcat]
2022-12-01T21:14:08.11+0530 [APP/PROC/WEB/0] OUT 10640 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener [] -
2022-12-01T21:14:08.11+0530 [APP/PROC/WEB/0] OUT Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT 10672 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter [] -
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT ***************************
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT APPLICATION FAILED TO START
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT ***************************
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT Description:
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT Parameter 4 of constructor in com.netflix.conductor.core.execution.WorkflowExecutor required a bean of type 'com.netflix.conductor.core.listener.WorkflowStatusListener' that could not be found.
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT Action:
2022-12-01T21:14:08.14+0530 [APP/PROC/WEB/0] OUT Consider defining a bean of type 'com.netflix.conductor.core.listener.WorkflowStatusListener' in your configuration
Beta Was this translation helpful? Give feedback.
All reactions