You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/03/07 14:10:08 UTC

[I] [camel-main] Kamelet tests fail at build time due to StackOverflowError [camel-quarkus]

jamesnetherton opened a new issue, #5849:
URL: https://github.com/apache/camel-quarkus/issues/5849

   ### Bug description
   
   Also seen on the Kamelet Chuck Norris example project.
   
   ```
   [INFO] Running org.apache.camel.quarkus.component.kamelet.it.KameletTest
   2024-03-07 14:08:00,823 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (build-4) Apache Camel 4.5.0-SNAPSHOT (camel-2) is shutting down (timeout:45s)
   2024-03-07 14:08:00,828 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (build-4) Routes stopped (total:0)
   2024-03-07 14:08:00,832 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (build-4) Apache Camel 4.5.0-SNAPSHOT (camel-2) shutdown in 11ms (uptime:)
   [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 6, Time elapsed: 1.885 s <<< FAILURE! -- in org.apache.camel.quarkus.component.kamelet.it.KameletTest
   [ERROR] org.apache.camel.quarkus.component.kamelet.it.KameletTest.testKameletWithProperties -- Time elapsed: 0.003 s <<< ERROR!
   java.lang.RuntimeException:
   java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
           [error]: Build step io.quarkus.deployment.steps.MainClassBuildStep#build threw an exception: java.lang.StackOverflowError
           at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3362)
           at java.base/java.lang.Class.getConstructors(Class.java:2060)
           at io.quarkus.deployment.recording.BytecodeRecorderImpl.loadComplexObject(BytecodeRecorderImpl.java:1173)
           at io.quarkus.deployment.recording.BytecodeRecorderImpl.loadObjectInstanceImpl(BytecodeRecorderImpl.java:914)
           at io.quarkus.deployment.recording.BytecodeRecorderImpl.loadObjectInstance(BytecodeRecorderImpl.java:586)
           at io.quarkus.deployment.recording.BytecodeRecorderImpl.loadComplexObject(BytecodeRecorderImpl.java:1357)
   ```


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Kamelet tests fail at build time due to StackOverflowError [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5849: Kamelet tests fail at build time due to StackOverflowError
URL: https://github.com/apache/camel-quarkus/issues/5849


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [camel-main] Kamelet tests fail at build time due to StackOverflowError [camel-quarkus]

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #5849:
URL: https://github.com/apache/camel-quarkus/issues/5849#issuecomment-1985742314

   Fixed in camel-main branch, issue can be closed as camel-main (for Camel 4.5 is merged into main)


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org