启动IDEA时在闪屏上冻结。
- 重新启动没有帮助
- 重新安装没有帮助
- 删除缓存没有帮助
日志文件状态:
2023-06-29 10:47:42,492 [ 2337] SEVERE - #c.i.o.a.i.FlushQueue - File corrupted in chunk 29, expected page length 4..384, got 11336 [2.2.219/6]
org.h2.mvstore.MVStoreException: File corrupted in chunk 29, expected page length 4..384, got 11336 [2.2.219/6]
at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996)
at org.h2.mvstore.Page.read(Page.java:590)
字符串
问题也出现在Intellij Youtrack页面:https://youtrack.jetbrains.com/issue/IDEA-317697但没有给出工作解决方案(至少对我来说)。
1条答案
按热度按时间0pizxfdo1#
解决的方法是
1.在Windows“任务管理器”或等效程序中终止正在运行的IntelliJ。
1.将Intellij设置文件夹“.IntelliJIdea”重命名为“.IntelliJIdea_backup”
1.启动Intellij
1.弹出屏幕要求“导入设置”,选择导入设置并指向备份文件夹“.IntelliJIdea_backup”
1.它应该启动正常与您的所有设置