Skip to content

Frequently Asked Questions

Bennet Schulz edited this page Oct 26, 2017 · 11 revisions

All my tests are throwing a NullPointerException and I'm getting a "Cannot load resource: /idea/IdeaApplicationInfo.xml" message. What do I have to do?

  • Maybe you are using IntelliJ IDEA Ultimate and forgot to use the 'ultimate' profile when building the appplication: mvn clean install -P ultimate.

What do I have to do when IntelliJ IDEA doesn't start anymore after adding a new version of Camel IDEA Plugin?

  • You have to delete installed plugin manually:
    • cd /Users/bennet/Library/Application\ Support/IntelliJIdea2017.2/)
    • rm -rf camel-idea-plugin/
Clone this wiki locally