mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[md] Run and debug plugin: fatal error by running
This commit is contained in:
parent
2cb89cf708
commit
06dfcbacb6
17
tutorials/run_and_debug_plugin.md
Normal file
17
tutorials/run_and_debug_plugin.md
Normal file
@ -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**
|
Loading…
x
Reference in New Issue
Block a user