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

[quarkus-main] CXF SOAP tests fail with NCDFE for io/quarkus/vertx/core/runtime/VertxBufferImpl #6179

Closed
jamesnetherton opened this issue Jun 12, 2024 · 6 comments · Fixed by #6181

Comments

@jamesnetherton
Copy link
Contributor

Bug description

Observed on the most recent quarkus-main nightly build:

https://github.com/apache/camel-quarkus/actions/runs/9475656179/job/26107952816

024-06-12T03:03:59.5872671Z 	Suppressed: java.lang.NoClassDefFoundError: io/quarkus/vertx/core/runtime/VertxBufferImpl
2024-06-12T03:03:59.5874374Z 		at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.createBuffer(VertxServletOutputStream.java:90)
2024-06-12T03:03:59.5876306Z 		at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.write(VertxServletOutputStream.java:120)
2024-06-12T03:03:59.5878286Z 		at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.writeBlocking(VertxServletOutputStream.java:204)
2024-06-12T03:03:59.5880214Z 		at io.quarkiverse.cxf.transport.generated.VertxServletOutputStream.write(VertxServletOutputStream.java:192)
2024-06-12T03:03:59.5881944Z 		at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51)
@jamesnetherton jamesnetherton added the bug Something isn't working label Jun 12, 2024
@jamesnetherton
Copy link
Contributor Author

FYI @ppalaga

@jamesnetherton
Copy link
Contributor Author

To work around this, I have disabled the cxf-soap-grouped tests and native profile.

@ppalaga ppalaga self-assigned this Jun 12, 2024
@ppalaga
Copy link
Contributor

ppalaga commented Jun 12, 2024

Happens to be caused by my own PR quarkusio/quarkus#40995 :D

@ppalaga
Copy link
Contributor

ppalaga commented Jun 12, 2024

This requires some change in QCXF, which I'll release today-ish right after Quarkus 3.12.0.CR1.

@jamesnetherton
Copy link
Contributor Author

@ppalaga feel free to eventually push the QCXF upgrade to #6181.

@ppalaga
Copy link
Contributor

ppalaga commented Jun 12, 2024

I have added the upgrade to #6181

@jamesnetherton jamesnetherton added this to the 3.12.0 milestone Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants