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

QuarkusCxfProcessor throws NoSuchFieldError: type #5926

Closed
jamesnetherton opened this issue Mar 25, 2024 · 3 comments · Fixed by #6009
Closed

QuarkusCxfProcessor throws NoSuchFieldError: type #5926

jamesnetherton opened this issue Mar 25, 2024 · 3 comments · Fixed by #6009
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Bug description

Observed on anything CXF releated with Quarkus 999-SNAPSHOT. Due to some recent refactoring:

quarkusio/quarkus@095feab

I'll disable the CXF bits on quarkus-main until there's an updated QCXF.

2024-03-25T08:37:31.9144876Z Caused by: java.lang.NoSuchFieldError: type
2024-03-25T08:37:31.9146108Z 	at io.quarkiverse.cxf.deployment.QuarkusCxfProcessor.buildXmlResources(QuarkusCxfProcessor.java:317)
2024-03-25T08:37:31.9147487Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2024-03-25T08:37:31.9148599Z 	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:849)
2024-03-25T08:37:31.9149716Z 	at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
2024-03-25T08:37:31.9150754Z 	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
2024-03-25T08:37:31.9233364Z 	at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516)
2024-03-25T08:37:31.9234902Z 	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495)
2024-03-25T08:37:31.9236336Z 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1521)
2024-03-25T08:37:31.9237480Z 	at java.base/java.lang.Thread.run(Thread.java:840)
2024-03-25T08:37:31.9238313Z 	at org.jboss.threads.JBossThread.run(JBossThread.java:483)
@jamesnetherton jamesnetherton added the bug Something isn't working label Mar 25, 2024
@jamesnetherton
Copy link
Contributor Author

FYI @ppalaga.

@ppalaga
Copy link
Contributor

ppalaga commented Mar 25, 2024

Thanks for the headsup, @jamesnetherton.

I wonder why my brand new quarkus main job for QCXF did not complain in recent days 😱
https://github.com/quarkiverse/quarkus-cxf/actions/workflows/quarkus-main-rebase.yml

ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 26, 2024
ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 26, 2024
ppalaga added a commit to ppalaga/quarkus-cxf that referenced this issue Mar 26, 2024
@ppalaga
Copy link
Contributor

ppalaga commented Mar 26, 2024

The fix is underway in the Quarkus CXF quarkus-main branch https://github.com/quarkiverse/quarkus-cxf/commits/quarkus-main/

ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 26, 2024
github-actions bot pushed a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 28, 2024
ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 29, 2024
github-actions bot pushed a commit to quarkiverse/quarkus-cxf that referenced this issue Mar 31, 2024
@jamesnetherton jamesnetherton self-assigned this Apr 4, 2024
ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 5, 2024
github-actions bot pushed a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 10, 2024
ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 11, 2024
github-actions bot pushed a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 12, 2024
github-actions bot pushed a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 16, 2024
ppalaga added a commit to quarkiverse/quarkus-cxf that referenced this issue Apr 17, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus-examples that referenced this issue Apr 17, 2024
jamesnetherton added a commit to apache/camel-quarkus-examples that referenced this issue Apr 17, 2024
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Apr 17, 2024
@jamesnetherton jamesnetherton changed the title [quarkus-main] QuarkusCxfProcessor throws NoSuchFieldError: type QuarkusCxfProcessor throws NoSuchFieldError: type Apr 17, 2024
@github-actions github-actions bot added this to the 3.10.0 milestone Apr 17, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus-examples that referenced this issue Apr 17, 2024
jamesnetherton added a commit to apache/camel-quarkus-examples that referenced this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants