Intellij IDEA 13 - Can't open Project Structure dialog anymore
Asked Answered
M

9

15

as already described in title, i'm not able to open the project structure dialog window in intellij anymore.

neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Structure nor the little button in the upper right corner do work.

Clarification: Menu element :

enter image description here

This "bug" occured suddenly as I wrote a web (vaadin/maven) project and tried to set up glassfish, where i often had to switch to the project structure dialog.

Since the first occurence i wasn't able to fix it by restarting intellij or switching projects.

This also happened on my laptop running the same intellij and windows version (Ultimate 13.0.1 Build: 133.331 on Windows 7 x64)

i appreciate any help!

Metaphosphate answered 16/1, 2014 at 16:56 Comment(4)
Have you tried right-click on your project in Project view (Alt+1) and then "Open module settings" (F4)?Accra
@JakubK yes just did that... it does not work aswell :(Metaphosphate
Do you found anything interesting in Idea log?Accra
good idea to look there @JakubK! I really found something concerning my problem: a full stacktrace is here - pastebin.com/iELvZLuM the lines 55 and 150: ERROR - llij.ide.plugins.PluginManager - Last Action: ShowProjectStructureSettings tell me it must have something to do with the opening of the dialog.. but i'm sorry, i cant interprete it by myself to find an answer :/Metaphosphate
A
4

Your log shows that it is a bug in IntelliJ IDEA - they are trying to create file passing null pathname. Try to delete project files and reopen project from scratch (maybe you've lost some file) - if it won't help then you should create an issue here: http://youtrack.jetbrains.com/ - You can even copy-paste text from your question and attach stacktrace

Accra answered 17/1, 2014 at 16:48 Comment(1)
kinda late, but was very busy @ university. i followed ur idea to reopen from scratch, i really just killed the physical files and checked out from git again... project structure dialog works again.. im kinda happy, but still confused why that'd happen! thank you for your help! ill post a bug report to jetbrains anyways, maybe it can improve their project ;)Metaphosphate
J
6

This also happened to me, but removing new plugins etc didn't help.

Nor did nuking my project and rebuilding it from scratch.

In the end I deleted all caches, restarted Intellij and at last I could access the project settings again! By the way, I'm using Intellij 11.1 - mainly because I can't get 13 to start up, but that's another story

Jehoshaphat answered 21/5, 2014 at 12:56 Comment(1)
File -> Invalidate Cache / Restart... worked for meMinton
A
4

Your log shows that it is a bug in IntelliJ IDEA - they are trying to create file passing null pathname. Try to delete project files and reopen project from scratch (maybe you've lost some file) - if it won't help then you should create an issue here: http://youtrack.jetbrains.com/ - You can even copy-paste text from your question and attach stacktrace

Accra answered 17/1, 2014 at 16:48 Comment(1)
kinda late, but was very busy @ university. i followed ur idea to reopen from scratch, i really just killed the physical files and checked out from git again... project structure dialog works again.. im kinda happy, but still confused why that'd happen! thank you for your help! ill post a bug report to jetbrains anyways, maybe it can improve their project ;)Metaphosphate
B
1

I had the same issue...upon further inspection in the log dump...I noticed the following:

ERROR - llij.ide.plugins.PluginManager - com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V java.lang.NoSuchMethodError: com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V at com.jetbrains.python.sdk.PythonSdkType.getHomeChooserDescriptor(PythonSdkType.java:247)

Disabled the latest Python Plugin and restarted and everything is working normal again.

I remembered I had recently update my python plugin and am not using it presently so I was able to disable it without issue.

Hope this helps someone else.

Betoken answered 20/1, 2014 at 15:59 Comment(0)
A
1

For me it got resolved just by restarting the intelliJ IDEA. I'm using intelliJ IDEA Ultimate 2018.1 edition.

Arte answered 22/8, 2019 at 16:10 Comment(0)
H
0

This also happened to me. The comment above helped. I had just added some plugins. Disabled them and it started working again. Not sure exactly which one because I disabled all 4 -- Bean Validation Support, Bitbucket, Jelastic Cloud Platform Integration, and Quick Notes.

Hoxha answered 10/2, 2014 at 18:44 Comment(0)
W
0

For me it has been resolved by switching off FindBugs plugin and restart IDEA. So Project Structure is available for me now.

Wingspread answered 7/5, 2018 at 15:33 Comment(0)
W
0

One of the plugins might be causing it. To disable a plugin, go here: enter image description here

You'll know for sure if a plugin is bad if you see this Exclamation picture: enter image description here

Clicking on it will bring up a pop-up. To disable the plugin, click on this: enter image description here

Weingartner answered 28/9, 2018 at 22:14 Comment(0)
U
0

Try This:

Press Shift twice and type Restore default settings. Click Restore and Restart.

Uriisa answered 7/12, 2023 at 12:48 Comment(0)
B
0

I managed to fix this by using the "Repair IDE" wizard (available under the "File" menu on MacOS). I had to keep at it for one more step after "restart IDE", I forgot what it was - I think "delete caches"?

Bergman answered 9/8 at 13:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.