JiriOndrusek opened a new issue #3174: URL: https://github.com/apache/camel-quarkus/issues/3174
Test `Aws2DdbQuarkusClientTest` from `integration-test-groups/aws2-quarkus-client/aws2-ddb/` fail;s in JVM and native mode with real AWS account. Here is the log: ``` at io.quarkus.test.common.TestResourceManager.start(TestResourceManager.java:136) ... 48 more Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to start Quarkus test resource org.apache.camel.quarkus.test.support.aws2.Aws2TestResource@3d9796ed at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at io.quarkus.test.common.TestResourceManager.waitForAllFutures(TestResourceManager.java:149) ... 49 more Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource org.apache.camel.quarkus.test.support.aws2.Aws2TestResource@3d9796ed at io.quarkus.test.common.TestResourceManager.lambda$start$1(TestResourceManager.java:130) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) at java.base/java.util.concurrent.ConcurrentHashMap.putAll(ConcurrentHashMap.java:1089) at io.quarkus.test.common.TestResourceManager.lambda$start$1(TestResourceManager.java:127) ... 5 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