hi,
I am getting the following error while trying to run the Temporal testcontainer in order to run the unit tests. tried many options in the docker-compose-temporal.yaml and test\application.yml.
this is a blocker for proceeding with the development.
please advice.
2022-05-23T14:14:41.072+0000 [DEBUG] [TestEventLogger] 14:14:41.072 [Test worker] WARN o.s.b.w.r.c.GenericReactiveWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ai.applica.spring.boot.starter.temporal.processors.WorkflowAnnotationBeanPostProcessor': Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultWorkerFactory' defined in ai.applica.spring.boot.starter.temporal.config.TemporalBootstrapConfiguration: Unsatisfied dependency expressed through method 'defaultWorkerFactory' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultClient' defined in ai.applica.spring.boot.starter.temporal.config.TemporalBootstrapConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.temporal.client.WorkflowClient]: Factory method 'defaultClient' threw exception; nested exception is io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason
Thanks,
Shai