From 06dfcbacb6009b7fd4f733fd0ee0ce8d9c963cf6 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 9 Dec 2014 14:50:20 +0100 Subject: [PATCH] [md] Run and debug plugin: fatal error by running --- tutorials/run_and_debug_plugin.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tutorials/run_and_debug_plugin.md diff --git a/tutorials/run_and_debug_plugin.md b/tutorials/run_and_debug_plugin.md new file mode 100644 index 000000000..61dff685a --- /dev/null +++ b/tutorials/run_and_debug_plugin.md @@ -0,0 +1,17 @@ +Run and debug IntelliJ plugin +======= + +#What to do it a fatal error erises while running a plugin +If you get the +[following fatal error] (https://github.com/JetBrains/intellij-sdk/blob/master/tutorials/fatal_error.md) + + Internal error. Please report to http://youtrack.jetbrains.com + java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: + Fatal error initializing 'com.intellij.openapi.actionSystem.ActionManager' +it means that the system IntelliJ IDEA caches might be corrupted and need to be removed. +On +[this page] (https://devnet.jetbrains.com/docs/DOC-181) +more info about the caches location for different operation system is provided. + + +**TBC** \ No newline at end of file