My pycharm is not starting

Hai,

I am using an windows 10 laptop. At the beginning when i download the application it was working fine but since few days i am unable to open the application and i am not getting any error also i tried older version still its not opening. So please do need full.

0
14 comments

Laxmidhar1689,  have you managed to sort the issue by any chance, please?

 

0

Hello Solid Tester, 

I am wondering if you have tried to start the IDE from the command line? Please provide me with the output. 

 

Should you have any questions please do not hesitate to ask, 

0

Hi Antonina,

 

This leads us to this other topic:
Which PyCharm executable can give this necessary output?

 

Thank you,

0

Hello, 

 

What OS you are running? For Windows OS the path should be like: 

 

``C:\Program Files\JetBrains\PyCharm(depending on the version you have)\bin\pycharm.bat``

 

 

0

Excellent, thank you!
It is Windows indeed.

Below is the output.
PyCharm starts after about 2 minutes after launching pycharm.bat:

 

C:\Program Files\JetBrains\PyCharm Community Edition 2020.3.2\bin>pycharm.bat
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2021-02-17 14:29:09,436 [ 86991] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.community.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
2021-02-17 14:29:26,928 [ 104483] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2021-02-17 14:29:26,928 [ 104483] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: com.intellij]
2021-02-17 14:29:26,928 [ 104483] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: com.intellij]
2021-02-17 14:29:26,928 [ 104483] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2021-02-17 14:29:27,058 [ 104613] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: org.jetbrains.plugins.github]
2021-02-17 14:29:27,074 [ 104629] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: PythonCore]
2021-02-17 14:29:27,074 [ 104629] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: PythonCore]
2021-02-17 14:29:28,115 [ 105670] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager)
2021-02-17 14:29:28,115 [ 105670] ERROR - Container.ComponentManagerImpl - getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot]
com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot]
at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111)
at com.intellij.serviceContainer.ConstructorParameterResolver.resolveInstance(ConstructorParameterResolver.kt:59)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:60)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:733)
at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:35)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:60)
at com.intellij.serviceContainer.ComponentManagerImpl.createComponents(ComponentManagerImpl.kt:304)
at com.intellij.openapi.project.impl.ProjectExImpl.init(ProjectExImpl.kt:177)
at com.intellij.openapi.project.impl.ProjectManagerImpl.initProject(ProjectManagerImpl.java:173)
at com.intellij.openapi.project.impl.ProjectManagerExImpl.prepareProject(ProjectManagerExImpl.kt:240)
at com.intellij.openapi.project.impl.ProjectManagerExImpl.access$prepareProject(ProjectManagerExImpl.kt:51)
at com.intellij.openapi.project.impl.ProjectManagerExImpl$openProject$$inlined$runInAutoSaveDisabledMode$lambda$1.invoke(ProjectManagerExImpl.kt:103)
at com.intellij.openapi.project.impl.ProjectManagerExImpl$openProject$$inlined$runInAutoSaveDisabledMode$lambda$1.invoke(ProjectManagerExImpl.kt:51)
at com.intellij.openapi.project.impl.ProjectUiFrameAllocator$run$progressTask$1.run(ProjectFrameAllocator.kt:86)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$new$0(ProgressRunner.java:79)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:235)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:178)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:658)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:610)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:65)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:165)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:235)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2021-02-17 14:29:28,126 [ 105681] ERROR - Container.ComponentManagerImpl - PyCharm 2020.3.3 Build #PC-203.7148.72
2021-02-17 14:29:28,134 [ 105689] ERROR - Container.ComponentManagerImpl - JDK: 11.0.9.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-02-17 14:29:28,136 [ 105691] ERROR - Container.ComponentManagerImpl - OS: Windows 10
2021-02-17 14:29:28,136 [ 105691] ERROR - Container.ComponentManagerImpl - Plugin to blame: IntelliBot version: 0.10.143.381
2021-02-17 14:29:28,136 [ 105691] ERROR - Container.ComponentManagerImpl - Last Action:
2021-02-17 14:29:43,980 [ 121535] WARN - .skeletons.PySkeletonRefresher - Some skeletons failed to generate
2021-02-17 14:29:43,980 [ 121535] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.amd64.x_ignore_nofocus
2021-02-17 14:29:43,980 [ 121535] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.x86.x_ignore_nofocus
0

Additionally, I mention below the IntelliBot plugin exception that's constantly in my PyCharm.

I would dig in a bit deeper, but these 2 outputs altogether could be simply related to IntelliBot.

com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)).

Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot]
at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111)
at com.intellij.serviceContainer.ConstructorParameterResolver.resolveInstance(ConstructorParameterResolver.kt:59)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:60)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:733)
at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:35)

[...]
0

Thank you for the output! 

 

Please try to start the IDE with default settings by renaming config folder https://www.jetbrains.com/help/pycharm/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html  or in n safe mode as described https://youtrack.jetbrains.com/issue/IDEA-240053#focus=Comments-27-4125008.0-0 .  The launch will be performed without third-party plugins which may be a cause. 

0

Thank you.
I appreciate you linking a few topics which might solve the current issue.

Although a bit lengthy, I will get back with a confirmation when I'll spend more on this PyCharm workaround.

 

 

 

0

P.S.

Option 2:
Don't close PyCharm, don't shutdown / restart,
but simply put computer to sleep or hibernation.

0

I am getting this error:

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
IDE has not been initialized yet.

0

Deabhradeep

Please try a clean reinstall from https://www.jetbrains.com/pycharm/download/ while also deleting directories belonging to 2020.3 and previous versions:

PyCharm 2020 directories
PyCharm 2019 directories

If it doesn't help, please report the issue to https://youtrack.jetbrains.com/issues/py with:

- Logs from **Help | Collect Logs and Diagnostic Data** after failed startup

- Console output after starting PyCharm from the terminal

For more information on how to start IDE from the terminal, please see:
https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line
(Change IDEA to PyCharm in the path)

0

I tried everything like running pycharm.bat but nothing worked installing java, restarting laptop multiple times and when I try to uninstall it, I get a message "Uninstall hasn't detected folder of PyCharm Installation. Probably uninstall.exe was moved from installation folder". I updated my pycharm and it's not working since then. It is struck at this screen:

I have Java 11.0.17 in my system. I'm using windows 11. Someone, please help me.

0

Hello Rkisdp

 

Please start IDE via pycharm.bat in the bin directory from cmd.exe. Provide me with the whole cmd output  https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line

0

Please sign in to leave a comment.