You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems this has been skipped for a while on the CI build, so this went unnoticed after the Camel 3 upgrade.
Caused by: java.util.concurrent.RejectedExecutionException: CamelContext is stopped
at org.apache.camel.impl.engine.DefaultProducerCache.send(DefaultProducerCache.java:151)
at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176)
at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:172)
at org.apache.camel.impl.engine.DefaultProducerTemplate.requestBody(DefaultProducerTemplate.java:390)
... 148 more
The text was updated successfully, but these errors were encountered:
Seems this has been skipped for a while on the CI build, so this went unnoticed after the Camel 3 upgrade.
The text was updated successfully, but these errors were encountered: