Pycharm Community CentOS7 locks up on welcome screen
All of a sudden my pycharm install on CentOS7 locks up on the welcome screen. Sometimes it fills in the welcome screen but I cannot click on anything. Other times I only get an empty window.
I unstalled the application and then re-installed it but without any luck. I also removed my ~/.config/JetBrains directory and it locked up trying to create the defaults. It succeeds creatnig the directory and the next time I try to launch it, it just locks up on the welcome screen again.
I have tried 2021.2, 2021.3 and 2022.3
I have also tried using the flatpak version with no luck.
Perhaps this has something to do with Java, but I have no idea how to diagnose this.
Here is the results of launching on the command line:
[localhost] / > /opt/apps/jetbrains/pycharm/2022.3/app/bin/pycharm.sh
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2022-12-10 00:33:21,865 [ 1039] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/lib, version=223.7571.203, package=com.intellij.feedback, isBundled=true)
2022-12-10 00:33:21,882 [ 1056] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/lib, version=223.7571.203, package=com.intellij.feedback, isBundled=true)
2022-12-10 00:33:21,883 [ 1057] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/lib, version=223.7571.203, package=com.intellij.feedback, isBundled=true)
2022-12-10 00:33:21,884 [ 1058] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/lib, version=223.7571.203, package=com.intellij.feedback, isBundled=true)
2022-12-10 00:33:21,931 [ 1105] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=GitHub, id=org.jetbrains.plugins.github, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/plugins/vcs-github, version=223.7571.203, package=org.jetbrains.plugins.github, isBundled=true)
2022-12-10 00:33:21,936 [ 1110] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=Space, id=com.jetbrains.space, moduleName=intellij.space.vcs, descriptorPath=intellij.space.vcs.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/plugins/space, version=223.7571.203, package=com.intellij.space.vcs, isBundled=true)
2022-12-10 00:33:21,938 [ 1112] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/plugins/python-ce, version=223.7571.203, package=null, isBundled=true)
2022-12-10 00:33:21,939 [ 1113] WARN - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=/opt/apps/jetbrains/pycharm/2022.3/app/plugins/python-ce, version=223.7571.203, package=null, isBundled=true)
When I check the java version I get this:
[localhost] /opt/apps/jetbrains/pycharm/2022.3/app/jbr/bin > ./java -version
openjdk version "17.0.5" 2022-10-18
OpenJDK Runtime Environment JBR-17.0.5+1-653.14-jcef (build 17.0.5+1-b653.14)
OpenJDK 64-Bit Server VM JBR-17.0.5+1-653.14-jcef (build 17.0.5+1-b653.14, mixed mode)
I have also gone in and deleted:
~/.config/JetBrains
~/.cache/JetBrains
~/.local/share/JetBrains
This leads to a window that asks for me to decide whether to share anonymous data with JetBrains. But like all the other windows, I cannot click on anything in the window.
请先登录再写评论。
I backed up my system and forced it to update all system software and now it works again. No idea what the issue was, but some other apps were also misbehaving so I guess we should chalk this one up to user error.