Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Aws2DdbQuarkusClientTest fails with real AWS #3174

Closed
JiriOndrusek opened this issue Oct 11, 2021 · 0 comments · Fixed by #3175
Closed

AWS Aws2DdbQuarkusClientTest fails with real AWS #3174

JiriOndrusek opened this issue Oct 11, 2021 · 0 comments · Fixed by #3175
Assignees
Milestone

Comments

@JiriOndrusek
Copy link
Contributor

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
@JiriOndrusek JiriOndrusek self-assigned this Oct 11, 2021
JiriOndrusek added a commit to JiriOndrusek/camel-quarkus that referenced this issue Oct 11, 2021
zhfeng pushed a commit to zhfeng/camel-quarkus that referenced this issue Oct 12, 2021
ppalaga pushed a commit to ppalaga/camel-quarkus that referenced this issue Oct 15, 2021
ppalaga pushed a commit to jboss-fuse/camel-quarkus that referenced this issue Oct 16, 2021
@ppalaga ppalaga added this to the 2.4.0 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants