Cannot create new project

Answered

I cannot create new project. The project wizard doesn't show up. The Python plugin maybe the culprit, since disabling Python plugin make the project wizard work again. Anyone please help?

System info:

IntelliJ IDEA 2020.1.1 (Ultimate Edition)
Build #IU-201.7223.91, built on April 30, 2020
Runtime version: 11.0.6+8-b765.40 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.4
GC: ParNew, ConcurrentMarkSweep
Memory: 2014M
Cores: 4

1
27 comments

Could you please check that all the plug-ins are up-to-date? Does it help if you disable the other third-party plug-ins, but not Python?

To investigate further we'll need the logs, see https://intellij-support.jetbrains.com/hc/articles/207241085. You can upload the file at https://uploads.services.jetbrains.com/ and specify the file name here.

0

The plugin are up to date, I also tried older versions but it doesnt help. I havent tried to disable others since I have so many plugins :( cant decide what to go first.

Btw the log zip file is named ltpquang-idea-logs-20200509-092611.zip, thank you so much!

0

Installation may be corrupted, please reinstall from http://www.jetbrains.com/idea/download/index.html .

If it doesn't help, delete disabled_plugins.txt file in the config directory: https://intellij-support.jetbrains.com/hc/articles/206544519.

0

Okay i will give it a try, is uninstalling completely required before reinstall?

0

You will replace the files from the .dmg.

0

Deleting disabled_plugins.txt (enable all plugins?) makes everything work again, without reinstalling the IDEA, thank you so much Baranov! I have no idea why was it happen but maybe I will stick to this solution for a while.

0

I have the same issue and I don't have file disabled_plugins.txt...

 

 

IntelliJ IDEA 2020.1.1 (Ultimate Edition)
Build #IU-201.7223.91, built on April 29, 2020

Runtime version: 11.0.6+8-b765.40 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.6
GC: ParNew, ConcurrentMarkSweep
Memory: 725M
Cores: 4
Non-Bundled Plugins: Statistic, com.github.b3er.idea.plugins.arc.browser, CheckStyle-IDEA, Lombook Plugin, com.perl5, com.perl5.lang.mason.framework, ru.artyushov, software.amazon.ion.intellj, org.antlr.intellij.plugin, BashSupport, AWSCloudFormation, org.jetbrains.plugins.ruby, com.amazon.ijbp, training, org.jetbrains.kotlin, org.plugin.dot.id

0

Maria Ines Parnisari

It's not the same issue.

Try disabling third-party plug-ins. If the issue persists, share the logs (https://intellij-support.jetbrains.com/hc/articles/207241085). You can use https://uploads.services.jetbrains.com/ for upload.

0

> Try disabling third-party plug-ins.

 

Just did this. It doesn't fix the problem.

0

Did you upload the logs? Where can we find them? Thanks.

0

I just did :) Filename: idea.log

Noticed this gets printed quite a few times:

2020-05-12 11:21:25,133 [ 45062] ERROR - llij.ide.plugins.PluginManager - Hibernate

java.lang.NoSuchFieldError: Hibernate

at com.intellij.hibernate.facet.HibernateFacetType.getIcon(HibernateFacetType.java:61)

at com.intellij.facet.ui.FacetBasedFrameworkSupportProvider.getIcon(FacetBasedFrameworkSupportProvider.java:92)
2020-05-1211:21:25,134 [ 45063] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.1.1 Build #IU-201.7223.91

2020-05-1211:21:25,135 [ 45064] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o

2020-05-12 11:21:25,135 [ 45064] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X

2020-05-1211:21:25,135 [ 45064] ERROR - llij.ide.plugins.PluginManager - Last Action: WelcomeScreen.CreateNewProject
0

Looks like corrupted installation, please reinstall from http://www.jetbrains.com/idea/download/index.html.

1

Sorry to resurrect this thread, but I have the same problem with the Kotlin Plugin in IntelliJ IDEA 2021.2.1 and Kotlin Plugin 212-1.5.30-release-409-IJ4638.7

As soon the Kotlin plugin is enabled I can't click the "New Project" button on the welcome screen :-(

Edit:

I looked at the log file and it seems Kotlin depends on the Gradle plugin (which I disabled):

2021-09-15 09:31:02,069 [  16842]  ERROR - llij.ide.plugins.PluginManager - org/jetbrains/plugins/gradle/util/GradleBundle
java.lang.NoClassDefFoundError: org/jetbrains/plugins/gradle/util/GradleBundle
....
Caused by: java.lang.ClassNotFoundException: org.jetbrains.plugins.gradle.util.GradleBundle PluginClassLoader(plugin=PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/212.5080.55/IntelliJ IDEA.app.plugins/Kotlin, version=212-1.5.30-release-409-IJ4638.7, package=null), packagePrefix=null, instanceId=104, state=active)

Maybe enable dependencies automatically? Or propagate the error message to the user?

0

Chamm Have you tried the mentioned troubleshooting steps? 

- remove disabled_pluins.txt 

- Disable all 3rd party plugins except Kotlin 

- Reinstall the IDE 

If all of them do not help, please share the logs via https://uploads.jetbrains.com/

0

Konstantin Annikov I already resolved this dependency issue and disabled both Kotlin and Gradle. I had no 3rd party plugins enabled. It was just those two.

0

Seems to be a regression in Kotlin plugin. We will fix that in the scope of https://youtrack.jetbrains.com/issue/KTIJ-19251

0

If you need the Kotlin plugin, as a workaround, please open "File | Settings | Plugins", uninstall the Kotlin plugin and restart. It will downgrade to the bundled version 1.5.10, it doesn't have the bug.

0

I have the same issue, disabling kotlin plugin helped

0

Had the same issue, reinstalled and be very patient and after a few minutes of total freezing, I can create project now, so everything is okay I guess \(〇_o)/

0

@llo could you please upload all IDE logs (Help | Collect Logs and Diagnostic Data action) at https://uploads.jetbrains.com to check them? Thank you.

0

Actually I found a workaround, for creating new projects and have kotlin plugin enabled, you should enable maven plugin

0

@llo Thanks! Could you tell the upload id please?

0

Andrey Dernov yes, for sure ! Upload ID: 2021_11_16_K8HExGvtZRfujzzY

0

Thanks! The freeze was related to WSL JDK detection. It is being addressed in scope of https://youtrack.jetbrains.com/issue/IDEA-275734 request.

0

Andrey Dernov Awesome, thank you ❤

0

Please sign in to leave a comment.