davsclaus commented on PR #18702:
URL: https://github.com/apache/camel/pull/18702#issuecomment-3112005873

   ah okay so it seems that the name cannot be taken like that, @claudio4j can 
you take a look
   ```
   [INFO] Running 
org.apache.camel.component.aws.secretsmanager.integration.SecretsManagerRotateSecretProducerLocalstackIT
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.002 s <<< FAILURE! -- in 
org.apache.camel.component.aws.secretsmanager.integration.SecretsManagerRotateSecretProducerLocalstackIT
   [ERROR] 
org.apache.camel.component.aws.secretsmanager.integration.SecretsManagerRotateSecretProducerLocalstackIT
 -- Time elapsed: 0.002 s <<< ERROR!
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed for image mirror.gcr.io/localstack/localstack:4.4.0
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:351)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
        at 
org.apache.camel.test.infra.aws2.services.AWSLocalContainerInfraService.initialize(AWSLocalContainerInfraService.java:132)
        at 
org.apache.camel.test.infra.common.services.TestServiceUtil.tryInitialize(TestServiceUtil.java:43)
        at 
org.apache.camel.test.infra.common.services.TestService.beforeAll(TestService.java:28)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        Suppressed: java.lang.NullPointerException: Cannot invoke 
"org.apache.camel.test.junit5.CamelContextManager.stop()" because 
"this.contextManager" is null
                at 
org.apache.camel.test.junit5.ContextManagerExtension.afterAll(ContextManagerExtension.java:77)
                ... 1 more
   Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit 
with exception
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:336)
        ... 5 more
   Caused by: org.testcontainers.containers.ContainerLaunchException: Could not 
create/start container
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:556)
        at 
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:346)
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
        ... 6 more
   Caused by: java.lang.NullPointerException: Cannot invoke 
"org.apache.camel.spi.annotations.InfraService.serviceAlias()" because 
"annotation" is null
        at 
org.apache.camel.test.infra.common.services.ContainerEnvironmentUtil.containerName(ContainerEnvironmentUtil.java:74)
        at 
org.apache.camel.test.infra.aws2.services.AWSLocalContainerInfraService.lambda$new$0(AWSLocalContainerInfraService.java:48)
        at 
org.testcontainers.containers.GenericContainer.lambda$withCreateContainerCmdModifier$22(GenericContainer.java:1451)
        at 
org.testcontainers.containers.GenericContainer.applyConfiguration(GenericContainer.java:845)
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:381)
        ... 8 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to