In this section, you'll find solutions for some frequently asked questions when using Camel on ServicMix.

No component with id 'xyz' could be found

This usually means that your route is trying to use a component that hasn't been installed yet.

Solution:

  1. install the additional component

  2. restart the bundle using the osg:restart <bundle id> command - you can find the bundle id for your route in the output of the osgi:list command

Refer to Installing additional components for more information about installing additional components.