apupier commented on PR #14315:
URL: https://github.com/apache/camel/pull/14315#issuecomment-2146901781
several stacktraces similar to:
```
[ERROR]
org.apache.camel.component.jetty.rest.RestJettyRemoveAddRestAndRouteTest.testCallRoute
-- Time elapsed: 0.011 s <<< ERROR!
org.apache.camel.FailedToStartComponentException: Failed to start component
platform-http because of PlatformHttpEngine is neither set on this endpoint
neither found in Camel Registry or FactoryFinder.
at
org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:2757)
at
org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2483)
at
org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2438)
at
org.apache.camel.support.service.BaseService.start(BaseService.java:113)
at
org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2041)
at
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:212)
at
org.apache.camel.test.junit5.util.CamelContextTestHelper.startCamelContext(CamelContextTestHelper.java:195)
at
org.apache.camel.test.junit5.util.CamelContextTestHelper.startCamelContextOrService(CamelContextTestHelper.java:213)
at
org.apache.camel.test.junit5.LegacyCamelContextManager.tryStartCamelContext(LegacyCamelContextManager.java:219)
at
org.apache.camel.test.junit5.LegacyCamelContextManager.initialize(LegacyCamelContextManager.java:166)
at
org.apache.camel.test.junit5.LegacyCamelContextManager.createCamelContext(LegacyCamelContextManager.java:83)
at
org.apache.camel.test.junit5.CamelTestSupport.setUp(CamelTestSupport.java:388)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at
java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at
java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.lang.IllegalStateException: PlatformHttpEngine is neither
set on this endpoint neither found in Camel Registry or FactoryFinder.
at
org.apache.camel.component.platform.http.PlatformHttpComponent.lambda$getOrCreateEngine$2(PlatformHttpComponent.java:276)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at
org.apache.camel.component.platform.http.PlatformHttpComponent.getOrCreateEngine(PlatformHttpComponent.java:276)
at
org.apache.camel.component.platform.http.PlatformHttpComponent.doStart(PlatformHttpComponent.java:173)
at
org.apache.camel.support.service.BaseService.start(BaseService.java:113)
at
org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126)
at
org.apache.camel.impl.engine.AbstractCamelContext.startService(AbstractCamelContext.java:3168)
at
org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:2755)
... 18 more
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]