Start Failed, Internal error: recovering IDE to the working state after the critical startup error FOLLOW

Serge Baranov

Updated Yesterday at 06:05

Symptoms

IDE shows the Start Failed dialog with the exception stacktrace and the following text:

Internal error. Please report to http://jb.gg/ide/critical-startup-errors

Cause

There are multiple possible causes for this issue: broken or incompatible plug-in, corrupted IDE installation files, failed patch update, broken caches or damaged configuration.

It may be hard to guess the root case from the exception stacktrace.

Resolution

Please try the following steps one by one until the issue is resolved:

  1. Delete the third-party plug-ins directory (idea.plugins.path in the user's home directory, depends on the OS: ~/Library/Application Support/<Product><Version>on macOS, c:\Users\<user>\.<Product><Version>\config\plugins on Windows and ~/.<Product><Version>/config/plugins on Linux). <Product><Version>example: IntelliJIdea2019.1~ stands for the home directory (/Users/<user> on macOS, /home/<user> on Linux). You can bisect the plug-ins to find the offending one and remove only that plug-in, keeping the working plug-ins.

    Note: if the installation is managed by the Toolbox App, plug-ins directory will be located next to the application install location which can be found from the Toolbox properties of the installed app. Look for the directory name starting with the build number and ending with the .plugins, like 192.5728.98.plugins.

  2. Download and install the IDE again, either from the official site or using the Toolbox App. Your settings and projects will be preserved. When installing from .tar.gz on Linux make sure to unpack into the new empty directory, not on the top of the existing installation.
  3. Delete the IDE system (idea.system.pathdirectory.
  4. In most cases the issue should be already resolved, but if the IDE still doesn't start with the same error dialog, you can also try to backup and delete the settings directory (idea.config.path).
  5. Contact support with the full exception stacktrace (you can copy/paste it from the error dialog).

Feedback

We'd appreciate if you report all such issues to the support team or directly to the issue tracker. We are trying to eliminate the root cases and make the IDE recovery process more seamless.

最新文章

  1. property animation ( NineOldAndroid )
  2. python 筛选股票
  3. 一个github账户多台电脑代码提交
  4. 【Java每日一题】20161014
  5. 字符串匹配(hash算法)
  6. EF封装类 增加版,增加从缓存中查找数据方法,供参考!
  7. http状态码代表含义
  8. jquery easyui-linkButton获取和设置按钮text并且解决火狐不支持innerText的方法
  9. selenium2 安装、简单使用及浏览器启动问题解决汇总
  10. Spring与Hibernate、Mybatis整合
  11. Python Linear algebra
  12. [.Net跨平台]部署DTCMS到Jexus遇到的问题及解决思路---Linux环境搭建
  13. 用sort方法输出数组
  14. NOIP2018联赛总结
  15. 在cikuapi.com上抓取相关词
  16. D-Link DIR-600 - Authentication Bypass
  17. activiti实战--第一章--认识Activiti
  18. zw版【转发&#183;台湾nvp系列Delphi例程】HALCON MirrorImage2
  19. 多进程共享内存的MemoryStream
  20. 动手打造轻量web服务器(二)路由

热门文章

  1. WEBservice的浏览器及元素的常用函数及变量整理总结 (selenium )
  2. 在VMware Workstation10下CentOS7虚拟机中创建与主机共享文件夹的详细步骤
  3. go 函数 命名返回值
  4. ajax回调函数,全局变量赋值后,ajax外无法获取的解决
  5. 回归损失函数:L1,L2,Huber,Log-Cosh,Quantile Loss
  6. hdu 6153 思维+扩展kmp
  7. SQL Server系统函数:元数据函数
  8. centos系统基本操作命令
  9. sudo pip3找不到命令
  10. 解决input获取焦点时底部菜单被顶上来问题