Many WARN messages on the ssh console when pycharm is running

Answered

Configuration

-------------------

PyCharm 2020.1.1 (Community Edition)
Build #PC-201.7223.92, built on April 30, 2020
Runtime version: 11.0.6+8-b765.40 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 5.4.0-29-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 955M
Cores: 4

Current Desktop: Undefined

 

Problem statement:
- I did a clean install of ubuntu 20.04 and then fully patched the system

- I then installed pycharm-community using snap

- I am using X11 to export the display back to my windows system

- I start pycharm-community and I get a ton of warnings.  It does work correctly, but the warnings are annoying and I would like to fix/hide them

Here are the messages:
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020-05-08 14:57:20,106 [ 300] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.community.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
2020-05-08 14:57:33,298 [ 13492] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2020-05-08 14:57:33,300 [ 13494] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: com.intellij]
2020-05-08 14:57:33,300 [ 13494] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: com.intellij]
2020-05-08 14:57:33,300 [ 13494] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2020-05-08 14:57:33,384 [ 13578] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: PythonCore]
2020-05-08 14:57:33,385 [ 13579] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: PythonCore]
Prism ES2 Error - nInitialize: glXChooseFBConfig failed
2020-05-08 14:57:40,723 [ 20917] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/snap/pycharm-community/194/lib/icons.jar!/general/warning.svg
2020-05-08 14:57:49,155 [ 29349] WARN - .skeletons.PySkeletonRefresher - Some skeletons failed to generate
2020-05-08 14:57:49,155 [ 29349] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.amd64.x_ignore_nofocus
2020-05-08 14:57:49,155 [ 29349] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.x86.x_ignore_nofocus

Thanks for your time and help!

0
1 comment

This is a known issue https://youtrack.jetbrains.com/issue/IDEA-205954
It should be fixed in the next major update.

0

Please sign in to leave a comment.