You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/03/29 05:23:00 UTC

[jira] [Created] (CAMEL-17867) camel-main - NPE during stopping all routes

Claus Ibsen created CAMEL-17867:
-----------------------------------

             Summary: camel-main - NPE during stopping all routes
                 Key: CAMEL-17867
                 URL: https://issues.apache.org/jira/browse/CAMEL-17867
             Project: Camel
          Issue Type: Bug
          Components: camel-main
    Affects Versions: 3.16.0
            Reporter: Claus Ibsen
             Fix For: 3.17.0


2022-03-29 07:22:00.018  WARN 24335 --- [ownCamelContext] .apache.camel.main.MainLifecycleStrategy : Error during stopping all routes. This exception is ignored.
java.lang.NullPointerException: null
        at org.apache.camel.impl.engine.AbstractCamelContext.stopAllRoutes(AbstractCamelContext.java:1229) ~[camel-base-engine-3.16.0.jar:3.16.0]
        at org.apache.camel.impl.engine.InternalRouteController.stopAllRoutes(InternalRouteController.java:78) ~[camel-base-engine-3.16.0.jar:3.16.0]
        at org.apache.camel.impl.engine.DefaultRouteController.stopAllRoutes(DefaultRouteController.java:99) ~[camel-base-engine-3.16.0.jar:3.16.0]
        at org.apache.camel.main.MainDurationEventNotifier.stopTask(MainDurationEventNotifier.java:164) ~[camel-main-3.16.0.jar:3.16.0]
        at java.lang.Thread.run(Thread.java:829) ~[?:?]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)