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

SplunkHecTest.produceWithWrongCertificate fails in the Quarkus Platform #6709

Closed
jamesnetherton opened this issue Oct 28, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

jamesnetherton commented Oct 28, 2024

Caused by: java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.apache.camel.quarkus.test.support.splunk.SplunkTestResource
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource class org.apache.camel.quarkus.test.support.splunk.SplunkTestResource
	at io.quarkus.test.common.TestResourceManager$TestResourceRunnable.run(TestResourceManager.java:635)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	... 3 more
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: target/certs/localhost.jks (No such file or directory)
	at org.apache.camel.quarkus.test.support.splunk.SplunkTestResource.start(SplunkTestResource.java:181)
	at io.quarkus.test.common.TestResourceManager$TestResourceRunnable.run(TestResourceManager.java:629)
	... 4 more
Caused by: java.io.FileNotFoundException: target/certs/localhost.jks (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at org.apache.camel.quarkus.test.support.splunk.SplunkTestResource.concatenateKeyAndCertificates(SplunkTestResource.java:190)
	at org.apache.camel.quarkus.test.support.splunk.SplunkTestResource.start(SplunkTestResource.java:96)
	... 5 more
@jamesnetherton jamesnetherton added the bug Something isn't working label Oct 28, 2024
@jamesnetherton jamesnetherton self-assigned this Oct 28, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 28, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 28, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 28, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 28, 2024
@github-actions github-actions bot added this to the 3.17.0 milestone Oct 29, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 29, 2024
jamesnetherton added a commit that referenced this issue Oct 29, 2024
JiriOndrusek pushed a commit to JiriOndrusek/camel-quarkus that referenced this issue Oct 29, 2024
JiriOndrusek pushed a commit to jboss-fuse/camel-quarkus that referenced this issue Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant