Livelock importing maven project

Answered

When importing a Maven project, the dialog gets stuck at "Looking for available profiles". I've searched for answers online and my /etc/hosts file looks like:

127.0.0.1 localhost
127.0.1.1 aleelinux

 

I also tried running IntelliJ from / which is definitely not a network drive.

0
11 comments

Is it possible to provide idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue?

0
Avatar
Permanently deleted user

Doh, I managed to create a dup instead of editing this one earlier.

Logs have been uploaded to https://uploads.services.jetbrains.com/ as logs.tgz

0
Avatar
Permanently deleted user

I've also uploaded them to the more distinctive filename of 115000670684-Livelock-importing-maven-project.logs.tgz

0
Avatar
Permanently deleted user

Oh and I've tried running the RemoteMavenServer myself but it prints nothing and doesn't respond to -help.

0

Does commenting "127.0.1.1 aleelinux" help?

0
Avatar
Permanently deleted user

Nope :x

0

Do you face the same problem for all Maven projects even new simple one?

0
Avatar
Permanently deleted user

If I create a new Maven project (not from archetype), it opens the regular project view but with no tool or editor windows open. There are no running tasks visible at the bottom either. The menubar does not respond to shortcuts or mouse. `top` shows 102% CPU, 1.2% MEM on the RemoteMavenServer java process.

0
Avatar
Permanently deleted user

I tried killing the RemoteMavenServer; IntelliJ restarted it and it went straight back up to 104% CPU. No idea how to get any logs out of it.

0

Please get the thread dumps for the RemoteMavenServer process using jstack, see https://intellij-support.jetbrains.com/hc/articles/206544899. Get 3-5 dumps with 10 seconds interval, zip and upload them to the same server. Or you can submit a bug at https://youtrack.jetbrains.com/issues/IDEA and attach the logs directly to it (that would be more convenient).

0

Please sign in to leave a comment.