Intellj 2022.2 on MacOS 12.6 Monterey does not work

Answered

IDE was installed newly from IntelliJ home page after old version was removed from system. After creating a new project, I'm unable to create new files. The menu (right click on project) New -> File (or Menu File -> New -> File appears. However, nothing more happens.

Opening a file from project directory, the delete keys on keyboard doesn't work, neither (<-) nor Entf.(Del). In addition, I'm unable to close a file window by clicking on the (x) from the file tab. However, the file window get closed when I click on the close icon (upper left red icon) of the main window.

 

0
4 comments

Can you please record a short screencast showing the problem and collect diagnostic data? (Help | Collect Logs and Diagnostic Data)

The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadID here)

See if disabling third-party plugins help. 

0

Hi Egor,

what does it mean speaking about third party plugins. IntelliJ comes with a lot of plugins shipped with the installation. Shall I disable all of them? In this case, a simple Gradle project will never work, will it?

The following picture shows the editor problem. I'm able to put text. However, the delete keys does not work (I have twice on a german keyboard, both without effect).

Next you can see the file create use case. The menu appears but nothing happen.

What I can see in the Logs is something like this.


2022-11-18 14:11:18,792 [5012455] SEVERE - #c.i.i.p.PluginManager - IntelliJ IDEA 2022.2  Build #IU-222.3345.118
2022-11-18 14:11:18,792 [5012455] SEVERE - #c.i.i.p.PluginManager - JDK: 17.0.3; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-11-18 14:11:18,793 [5012456] SEVERE - #c.i.i.p.PluginManager - OS: Mac OS X
2022-11-18 14:11:18,793 [5012456] SEVERE - #c.i.i.p.PluginManager - Plugin to blame: IdeaVim version: 1.7.0
2022-11-18 14:11:33,998 [5027661] SEVERE - #c.i.i.p.PluginManager - 'void com.intellij.openapi.util.JDOMUtil.write(org.jdom.Element, java.io.File)'
java.lang.NoSuchMethodError: 'void com.intellij.openapi.util.JDOMUtil.write(org.jdom.Element, java.io.File)'

Is it related to JDK/JVM Problem? What is the preferred JDK on Mac?

Upload id: 2022_11_19_ZZ2Vw8XACJ75g2eF8vfWhw (file: intellijlogs.tgz)

0

Strange. I have disabled three plugins

  • flyway migration creation 2.1
  • GradleUpdate 2.3.0
  • GraphQL 3.3.0

After restart, the problems with editing and file creation disappear. However, I'm also not facing the issues after enabling the plugins again!?

But the sum of all evil constant. I edited project files (build.gradle, settings.gradle) outside IntelliJ and imported the project then. After this the editor content of build.gradle and settings.gradle in IntelliJ is empty beside the fact, that the files contains data.

0

There are a lot of exceptions in the logs from IdeaVim. Does it help if you disable this plugin and restart the IDE? If the problem remains, please try using the 2022.3 build from https://www.jetbrains.com/idea/nextversion 

0

Please sign in to leave a comment.