Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.

Why do Camel throw so many NoClassDefFoundException on startup

Camel uses a runtime strategy to discover features while it starts up. This is used to register components, languages, type converters etc.

If you are using the uber .jar (the big camel.jar) with all the camel components in a single .jar filen, the this problem can typically occur.
Especially the type converters is know to cause NoClassDefFoundException in the log during startup. The reasons is that some of these type converters rely on 3rd. party .jar files.

To remedy this either add the missing .jars to the classpath, or stop using the big .jar and use the fine grained jars.

See also How do I use a big (uber) JAR?

© 2004-2015 The Apache Software Foundation.
Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Graphic Design By Hiram