fix(deps): update version.camunda-spring to v8.5.16 #1687
GitHub Actions / Test Results
failed
Dec 6, 2024 in 0s
2 errors, 2 skipped, 31 pass in 11s
Annotations
Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest
github-actions / Test Results
shouldReturnResultConnector (io.camunda.community.connector.script.WorkflowTest) with error
connector/target/surefire-reports/TEST-io.camunda.community.connector.script.WorkflowTest.xml [took 1s]
Raw output
Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
java.lang.reflect.UndeclaredThrowableException:
Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
... 13 more
04:40:57.119 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [io.camunda.community.connector.script.WorkflowTest]: WorkflowTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
04:40:57.191 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration io.camunda.community.connector.script.ZeebeScriptWorkerApplication for test class io.camunda.community.connector.script.WorkflowTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.4.0)
2024-12-06T04:40:57.615Z INFO 2083 --- [ main] i.c.c.connector.script.WorkflowTest : Starting WorkflowTest using Java 21.0.5 with PID 2083 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-12-06T04:40:57.617Z INFO 2083 --- [ main] i.c.c.connector.script.WorkflowTest : No active profile set, falling back to 1 default profile: "default"
2024-12-06T04:40:58.594Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.AnnotationProcessorConfiguration' of type [io.camunda.zeebe.spring.client.configuration.AnnotationProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-12-06T04:40:58.596Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration' of type [io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.608Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebe.client-io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties' of type [io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.609Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.609Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeClientExecutorService' of type [io.camunda.zeebe.spring.client.jobhandling.ZeebeClientExecutorService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.611Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'commandExceptionHandlingStrategy' of type [io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.615Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration' of type [io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.753Z INFO 2083 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@5a5c0f56)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@67c8ca0f, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:40:58.902Z INFO 2083 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@4339a2e5)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@16727a8c, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:40:58.911Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapper' of type [com.fasterxml.jackson.databind.json.JsonMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.912Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration' of type [io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.913Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeJsonMapper' of type [io.camunda.zeebe.client.impl.ZeebeObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.914Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.941Z INFO 2083 --- [ main] i.c.z.s.c.a.MicrometerMetricsRecorder : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-12-06T04:40:58.941Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'micrometerMetricsRecorder' of type [io.camunda.zeebe.spring.client.actuator.MicrometerMetricsRecorder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.943Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'jobWorkerManager' of type [io.camunda.zeebe.spring.client.jobhandling.JobWorkerManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.949Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorFactory' of type [io.camunda.connector.runtime.core.outbound.DefaultOutboundConnectorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.950Z INFO 2083 --- [ main] i.c.c.r.s.EnvironmentSecretProvider : No prefix has been configured, all environment variables are available as connector secrets
2024-12-06T04:40:58.951Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultSecretProvider' of type [io.camunda.connector.runtime.secret.EnvironmentSecretProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.952Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'springSecretProviderAggregator' of type [io.camunda.connector.runtime.core.secret.SecretProviderAggregator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.954Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorManager' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.955Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'annotationProcessor' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.956Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'deploymentPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeDeploymentAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.968Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'propertyBasedZeebeWorkerValueCustomizer' of type [io.camunda.zeebe.spring.client.properties.PropertyBasedZeebeWorkerValueCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:58.968Z WARN 2083 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeWorkerPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeWorkerAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-06T04:40:59.257Z WARN 2083 --- [ main] o.s.b.a.m.MustacheAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Mustache configuration, or set spring.mustache.check-template-location=false)
2024-12-06T04:40:59.291Z INFO 2083 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@3cb5f033)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@1f01f8d1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:40:59.719Z INFO 2083 --- [ main] org.ehcache.core.EhcacheManager : Cache 'tokenCache' created in EhcacheManager.
2024-12-06T04:40:59.917Z WARN 2083 --- [ main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
2024-12-06T04:40:59.989Z INFO 2083 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2024-12-06T04:41:00.039Z INFO 2083 --- [ main] i.c.c.connector.script.WorkflowTest : Started WorkflowTest in 2.762 seconds (process running for 9.467)
2024-12-06T04:41:00.141Z INFO 2083 --- [ main] i.c.z.s.test.ZeebeTestExecutionListener : Create Zeebe in-memory engine for test run on random port: 21508...
2024-12-06T04:41:00.457Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.logstreams : Recovered state of partition 1 from snapshot at position -1
2024-12-06T04:41:00.484Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6a2467c8)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@30a462a0, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@79fb0f7, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.542Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4a2c52a4)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@af81e7c)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:00.544Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@622adf6c)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@af81e7c)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.560Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@56026e39)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@3ac27bb2)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:00.561Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@38481b46)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@3ac27bb2)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.592Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7de664e6)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@7a61b25c)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:00.592Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@13a66f44)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@7a61b25c)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.594Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@283f34c9)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@5167eaaa, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@aaa72ce, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.610Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4444cb7d)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@439f5e9b, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@bb521fe, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.611Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@28dd936c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@7727169e, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@49fc4386, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.636Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@347aba8a)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@75c451c6)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:00.636Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@722046a7)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@75c451c6)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:00.684Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.processor : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-06T04:41:00.685Z INFO 2083 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-06T04:41:00.684Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.processor : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-06T04:41:00.778Z WARN 2083 --- [ main] o.s.test.context.TestContextManager : Caught exception while invoking 'beforeTestMethod' callback on TestExecutionListener [io.camunda.zeebe.spring.test.ZeebeTestExecutionListener] for test method [void io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector()] and test instance [io.camunda.community.connector.script.WorkflowTest@76c6ded8]
java.lang.reflect.UndeclaredThrowableException: Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$3(TestMethodTestDescriptor.java:166)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$7(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachCallbacks(TestMethodTestDescriptor.java:165)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:132)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
... 66 common frames omitted
2024-12-06T04:41:01.365Z WARN 2083 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test failure on 'void io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector()'. Tracing workflow engine internals on INFO for debugging purposes:
2024-12-06T04:41:01.367Z INFO 2083 --- [ main] i.c.z.p.t.filters.logger.IncidentLogger :
2024-12-06T04:41:01.371Z INFO 2083 --- [ main] i.c.z.p.t.f.logger.RecordStreamLogger :
The following records have been recorded during this test:
2024-12-06T04:41:01.380Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.logstreams : Close appender for log stream null
2024-12-06T04:41:01.380Z INFO 2083 --- [ zb-actors-1] i.c.zeebe.logstreams.impl.log.Sequencer : Closing sequencer for writing
2024-12-06T04:41:01.381Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.logstreams : On closing logstream null close 2 readers
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.15.10/byte-buddy-agent-1.15.10.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest
github-actions / Test Results
shouldReturnResult (io.camunda.community.connector.script.WorkflowTest) with error
connector/target/surefire-reports/TEST-io.camunda.community.connector.script.WorkflowTest.xml [took 0s]
Raw output
Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
java.lang.reflect.UndeclaredThrowableException:
Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
... 13 more
2024-12-06T04:41:01.387Z INFO 2083 --- [ main] i.c.z.s.test.ZeebeTestExecutionListener : Create Zeebe in-memory engine for test run on random port: 42871...
2024-12-06T04:41:01.392Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.logstreams : Recovered state of partition 1 from snapshot at position -1
2024-12-06T04:41:01.392Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@77be62ad)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@32bce23e, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@7f790d55, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.393Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1cef4d3a)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@2626012a)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:01.394Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@34b483e)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@2626012a)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.394Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1032a8a0)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@5d83f05d)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:01.395Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@571a1ecf)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@5d83f05d)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.396Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@71b68729)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@d7844e8)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:01.396Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@40f8e6cd)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@d7844e8)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.396Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1a3dc492)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@1b4f2e1b, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@54df669e, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.397Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@53962c46)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@277b7bf2, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@45a6b6f0, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.397Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6ae2d34c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@874364a, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@742c785d, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.398Z INFO 2083 --- [ zb-actors-1] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1cdae8fc)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@4f5810cd)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-06T04:41:01.398Z INFO 2083 --- [ zb-actors-1] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@5b4d31dd)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@4f5810cd)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-06T04:41:01.400Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.processor : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-06T04:41:01.400Z INFO 2083 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-06T04:41:01.400Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.processor : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-06T04:41:01.402Z WARN 2083 --- [ main] o.s.test.context.TestContextManager : Caught exception while invoking 'beforeTestMethod' callback on TestExecutionListener [io.camunda.zeebe.spring.test.ZeebeTestExecutionListener] for test method [public void io.camunda.community.connector.script.WorkflowTest.shouldReturnResult()] and test instance [io.camunda.community.connector.script.WorkflowTest@2d320a24]
java.lang.reflect.UndeclaredThrowableException: Failed to invoke event listener method
HandlerMethod details:
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments:
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@76a89ffa]]
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$3(TestMethodTestDescriptor.java:166)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$7(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachCallbacks(TestMethodTestDescriptor.java:165)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:132)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
... 66 common frames omitted
2024-12-06T04:41:01.405Z WARN 2083 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test failure on 'public void io.camunda.community.connector.script.WorkflowTest.shouldReturnResult()'. Tracing workflow engine internals on INFO for debugging purposes:
2024-12-06T04:41:01.405Z INFO 2083 --- [ main] i.c.z.p.t.filters.logger.IncidentLogger :
2024-12-06T04:41:01.406Z INFO 2083 --- [ main] i.c.z.p.t.f.logger.RecordStreamLogger :
The following records have been recorded during this test:
2024-12-06T04:41:01.408Z INFO 2083 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Close appender for log stream null
2024-12-06T04:41:01.409Z INFO 2083 --- [ zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer : Closing sequencer for writing
2024-12-06T04:41:01.409Z INFO 2083 --- [ zb-actors-1] io.camunda.zeebe.logstreams : On closing logstream null close 2 readers
Loading