IntelliJ always freezes on specific Maven repository

Answered

This is happening to many members of my team, and only for the specific repository “Servicing-API.” This is a Spring Boot application built with Maven and Amazon Corretto JDK 17. The entire UI becomes completely unresponsive, including the window buttons at the top.

Any help would be appreciated.

Upload id: 2025_11_12_D83zmzuwdECNdHtJtYCRxi (file: idea-logs-20251111-16021717063222583266060751.zip)

1
3 comments

Please try re-creating the project from scratch. If the issue persists, try the workaround mentioned in below ticket:

Workaround

  1. Go to File | Settings | Plugins | Installed
  2. Find and disable the bundled 'Http Client' plugin

Alternatively, if UI keeps hanging:

  1. Go to the IDE config folder and open the file called disabled_plugins.txt
  2. Add com.jetbrains.restClient as a new line there
  3. Restart the IDE

https://youtrack.jetbrains.com/issue/IJPL-212853/IDE-hangs-absolutely-when-openning-a-project-stuck-in-HttpRequestPsiUtils.getExecutionBlocks

 

0

Disabling the Http Client plugin worked for me! Is this an issue that will be fixed sometime soon so I can re-enable the plugin? I have some other plugins dependent on it.

0
Glad it helped! For the fix, it will be included in the future release. Please follow IJPL-212853 (https://youtrack.jetbrains.com/issue/IJPL-212853)
0

Please sign in to leave a comment.