PyCharm 2017.2.3 Crashing On Startup
Hello,
I am logging onto a linux box from a mac with X11 forwarding and trying to open PyCharm. I have `tar -xvgf pycharm-community-2017.2.3.tar.gz` and then I have run `sh pycharm-community-2017.2.3/bin/pycharm.sh`.
For a second it looks like it is working totally fine. However, after it loads the start up menu loads asking whether to select a new project or open an existing project and then the file immediately closes. The logs are as follows and everything seems to be working just fine:
2018-06-18 17:48:41,240 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-06-18 17:48:41,245 [ 5] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-06-18 17:48:41,245 [ 5] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0833334 (IDE-managed HiDPI)
2018-06-18 17:48:41,249 [ 9] INFO - #com.intellij.idea.Main - IDE: PyCharm Community Edition (build #PC-172.3968.37, 01 Sep 2017 08:41)
2018-06-18 17:48:41,249 [ 9] INFO - #com.intellij.idea.Main - OS: Linux (3.10.0-514.21.2.el7.x86_64, amd64)
2018-06-18 17:48:41,249 [ 9] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-915-b11 (JetBrains s.r.o)
2018-06-18 17:48:41,249 [ 9] INFO - #com.intellij.idea.Main - JVM: 25.152-b11 (OpenJDK 64-Bit Server VM)
2018-06-18 17:48:41,251 [ 11] INFO - #com.intellij.idea.Main - JVM Args: -Xbootclasspath/a:/home/jlarkin/pycharm-community-2017.2.3/lib/boot.jar -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -XX:ErrorFile=/home/jlarkin/java_error_in_PYCHARM_%p.log -XX:HeapDumpPath=/home/jlarkin/java_error_in_PYCHARM.hprof -Didea.paths.selector=PyCharmCE2017.2 -Djb.vmOptionsFile=/home/jlarkin/pycharm-community-2017.2.3/bin/pycharm64.vmoptions -Didea.platform.prefix=PyCharmCore
2018-06-18 17:48:41,251 [ 11] INFO - #com.intellij.idea.Main - ext: /home/jlarkin/pycharm-community-2017.2.3/jre64/lib/ext: [sunpkcs11.jar, nashorn.jar, meta-index, localedata.jar, jfxrt.jar, jaccess.jar, cldrdata.jar, dnsns.jar, sunec.jar, zipfs.jar, sunjce_provider.jar]
2018-06-18 17:48:41,251 [ 11] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2018-06-18 17:48:41,268 [ 28] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 17 ms
2018-06-18 17:48:41,480 [ 240] INFO - .intellij.idea.IdeaApplication - WM detected: null
2018-06-18 17:48:42,332 [ 1092] INFO - llij.ide.plugins.PluginManager - 17 plugins initialized in 460 ms
2018-06-18 17:48:42,333 [ 1093] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: CVS Integration (11), EditorConfig (172.3968.37), Git Integration (8.1), GitHub (172.3968.37), IDEA CORE (172.3968.37), IPython Notebook (0.1), IntelliLang (8.0), Python IntelliLang (VERSION), Python ReStructureText Integration (1.0), Python Terminal (VERSION), ReStructuredText Support (172.3968.37), Settings Repository (172.3968.37), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), YAML (172.3968.37), hg4idea (10.0)
2018-06-18 17:48:42,682 [ 1442] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-06-18 17:48:42,712 [ 1472] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /home/jlarkin/pycharm-community-2017.2.3/bin/fsnotifier64
2018-06-18 17:48:42,724 [ 1484] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-06-18 17:48:43,329 [ 2089] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-06-18 17:48:43,408 [ 2168] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-06-18 17:48:43,425 [ 2185] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-06-18 17:48:43,530 [ 2290] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:26
2018-06-18 17:48:43,534 [ 2294] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2018-06-18 17:48:43,544 [ 2304] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:4
2018-06-18 17:48:43,544 [ 2304] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-06-18 17:48:43,582 [ 2342] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-06-18 17:48:43,641 [ 2401] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@68112761
2018-06-18 17:48:43,641 [ 2401] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@2e8878d2
2018-06-18 17:48:43,641 [ 2401] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@5bc6fbbb
2018-06-18 17:48:43,689 [ 2449] INFO - plication.impl.ApplicationImpl - 75 application components initialized in 1821ms
2018-06-18 17:48:43,697 [ 2457] INFO - .intellij.idea.IdeaApplication - App initialization took 3568 ms
2018-06-18 17:48:43,929 [ 2689] INFO - pl$FileIndexDataInitialization - Initialization done:394
2018-06-18 17:48:44,002 [ 2762] INFO - exImpl$StubIndexInitialization - Initialization done:72
2018-06-18 17:48:44,569 [ 3329] INFO - ellij.project.impl.ProjectImpl - 14 project components initialized in 142 ms
2018-06-18 17:48:45,050 [ 3810] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=13, fontScale=1.0833334
2018-06-18 17:48:45,619 [ 4379] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@72158a88
2018-06-18 17:48:45,854 [ 4614] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@c0a8a4
2018-06-18 17:48:45,943 [ 4703] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@25909dd1
However, nothing ever shows up.
The bottom of my /etc/ssh/sshd_config looks like the following:
#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
#PermitTTY yes
#PrintMotd yes
#PrintLastLog yes
TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation sandbox
Can anyone offer any help please? I've been at this for hours and would greatly appreciate it.
Please sign in to leave a comment.