Idea 15 EAP with Scala plugin dies when I try to open any scala project.
The fresh installed Idea 15 EAP can't open any scala project. It silently crashes during the process of indexation.
For example I can't open this project https://github.com/scalikejdbc/hello-scalikejdbc.git
Where I can find the cause of the problems with my environment.
Thnank you.
Please sign in to leave a comment.
Can you share IDEA log file from logs and hs_error_pid file from IDEA bin directory?
Best regards,
Alexander Podkhalyuzin.
There is no any hs_err_pid file in IDEA bin directory
Attachment(s):
log.zip
Please disable Kotlin plugin and try again.
Best regards,
Alexander Podkhalyuzin.
Thank you.
Disabling Kotlin plugin fixed this problem.
Idea 15 EAP dies again.
Attachment(s):
log.zip
How it dies? Is it freeze?
Best regards,
Alexander Podkhalyuzin.
No it don't freeze. It silently crashes when I try open some project
Attachment(s):
log.zip
Can you try to run IDEA with bundled with IDEA jre (1.8u40) as described here https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP?
Best regards,
Alexander Podkhalyuzin.
I didn't find how I can run IDEA with bundled jrehttps://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP)
And I don't know why IDEA 15 runs with other jre.
Please read instructions here: https://intellij-support.jetbrains.com/hc/en-us/articles/206827547-Selecting-the-JDK-version-the-IDE-will-run-under
Best regards,
Alexander Podkhalyuzin.
IDEA_JDK_64 environment variable helped me.
All works fine!
Thank you very much.