You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Getting Help

If you are experiencing problems using Camel then please report your problem to our Discussion Forums this allows the entire community to help with your problem. If indeed a bug or issue has been identified in the Camel software then report a ticket in the Issue Tracker. Please refrain from creating a ticket immediately in the issue tracker, unless you are certain its an issue in the Camel software. If you are in doubt we appreciate using the Discussion Forums first.

How to get help

Before you report a problem you might want to read the FAQ.
Whenever you are reporting a problem please be sure to include as much information as possible; the more we know the more chance of a quicker resolution.

  • which version of the software
  • what platform and JDK?
  • any particularly container being used - if so what version
  • stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.
  • log output can be useful too; sometimes enabling DEBUG logging can help
  • your code & configuration files are often useful
  • did it work before, what have you changed to break it
  • try upgrading to the latest release and see if its fixed in that release
  • try the latest SNAPSHOT to see if its fixed in that release
  • search the user forum to see if has been discussed before
  • see the knowns issues section in the release notes
  • and check the issue tracker if the issue already have been reported

How to get help faster

We can help you much quicker if you try the following

  • provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug?
  • submit a patch fixing the bug! (We also buy you beer when we meet you if you submit bug fixes (smile) )
  • for memory leak or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run jmap/jhat, JProfiler or YourKit on your code and send us the output. To find memory leaks it's quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that.

Commercial Support

This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you could contact one of the following companies

  • FuseSource offers enterprise subscriptions that include Enterprise Developer and Production Support on Camel, including Training, Consulting & Mentoring, and a Fuse IDE for Camel. They also employ most of the core committers and founders of the project to ensure you get the best possible answers to all your support needs and your bugs fixed fast.
  • OpenLogic provide support
  • Savoir Technologies, Inc provides enterprise consulting, training and support for Camel and a host of other Apache service containers. Savoir can provide best practice mentoring for developing with Camel, as well as architectural/design reviews, troubleshooting and SOA infrastructure implementations. Savoir's staff includes some of the core committers of Camel who are on the ground consulting and are familiar with real world implementations.
  • Talend, Inc provides enterprise level services, training and support for Apache Camel and their Talend Integration Factory product which is a repackaging of Apache Camel including a full, pre-configured OSGi runtime container. Talend's staff includes Camel committers who help users make sound architectural decisions, resolve issues and get the best out of their production systems.
  • No labels