Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are experiencing problems using Karaf then please report your problem to our Issue Tracker. You may also find it useful to discuss your issues with the community on the Discussion Forums.

How to get help

...

  • which version of the software
  • what platform and JDK?
  • any particulary 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

...