Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start Intellij since 2023.2.5 #1372

Open
hohwille opened this issue Dec 1, 2023 · 4 comments
Open

Cannot start Intellij since 2023.2.5 #1372

hohwille opened this issue Dec 1, 2023 · 4 comments
Assignees
Labels
blocker severe bug that blocks users in their daily work and has to be fixed asap bug Something isn't working

Comments

@hohwille
Copy link
Member

hohwille commented Dec 1, 2023

Expected behavior

As a devonfw-ide user, I want to be able to use the latest version of IntelliJ so that I can efficiently do Java coding.

Actual behavior

I just got an update to the latest IntelliJ version 2023.2.5.
When I open it with devon intellij I get this popup:
image
As soon as I hit OK IntelliJ immediately closes down.

IMHO this is due to our workaround we build for the workspace management (see issue #1305) so we are fighting against windmills again and might have to find a totally new approach to tame IntelliJ. However, maybe this is just a stupid bug in the product and we need to report it to JetBrains to get it fixed...

When I directly run software/intellij/bin/idea64.exe and select the project workspace manually, all is working fine.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. devon intellij version set 2023.2.5
  2. devon intellij

Related/Dependent Issues

#1305
#1358

Comments/Hints:

Why must simple things always be so hard ;)
We also always see that "latest is greatest" would in theory be a nice approach but the only way to get a reliable and stable IDE setup is by explicitly configuring product version up to the last digit. Due to security reasons we always wanted not to do that so developers get latest updates and security fixes. But as product vendors like Eclipse, JetBrains, etc. are pushing out new releases that break everything projects are forced to maintain the versions.

Affected version:

  • IntelliJ Ultimate 2023.2.5 (was working till 2023.2.3 at least)
  • Windows 10
@hohwille hohwille added the bug Something isn't working label Dec 1, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Dec 1, 2023
@hohwille
Copy link
Member Author

hohwille commented Dec 1, 2023

If IDEA_PROPERTIES is not set or no additional argument (workspace path) is given to idea the error does not occur.

@hohwille hohwille added the blocker severe bug that blocks users in their daily work and has to be fixed asap label Dec 1, 2023
@hohwille hohwille moved this from 🆕 New to 📋 Backlog in IDEasy board Dec 5, 2023
@jan-vcapgemini jan-vcapgemini self-assigned this Dec 5, 2023
@jan-vcapgemini jan-vcapgemini moved this from 📋 Backlog to 🏗 In progress in IDEasy board Dec 7, 2023
@jan-vcapgemini
Copy link
Contributor

I've tested this behavior with intellij community edition 2023.2.4 and 2023.2.5.
I've used the plugins you've encountered issues with e.g. sonarlint, mapstruct, eclipseCodeFormatter, FolderCompact etc.
Testing method was the following:

  1. Clear workspaces/main
  2. Change intellij version to previous version in conf/devon.properties
  3. Place mentioned plugins into plugins/intellij
  4. Run intellij using devon intellij
  5. Repeat from step 1 but switch to later version instead

I was not able to reproduce this issue using the community edition, so it seems that this only occurs with the ultimate edition.
As we've found out that the issue only occurs for a pre-installed sonarlint plugin in the ultimate edition, it seems like this issue is way too special to address for now.
We need to wait for other users to report similar issues

@jan-vcapgemini jan-vcapgemini moved this from 🏗 In progress to 👀 In review in IDEasy board Dec 12, 2023
@hohwille hohwille moved this from 👀 In review to Research in IDEasy board Apr 5, 2024
@hohwille
Copy link
Member Author

Seems to only happen in ultimate edition with specific plugin combination so not a major blocker. Therefore lowered priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker severe bug that blocks users in their daily work and has to be fixed asap bug Something isn't working
Projects
Status: Research
Development

No branches or pull requests

2 participants