Terminal not loading on raspberry pi 5 for IntelliJ (Raspberry Imager - macOS)
Answered
Hello, I've just installed IntelliJ on the new raspberry pi 5, however the terminal wont load. This is the exact same issue with this post - https://intellij-support.jetbrains.com/hc/en-us/community/posts/15150996712722-Terminal-not-loading-on-raspberry-pi-OS
My shell path in terminal is bin/bash. I've tried bin/zsh because I'm using a Raspberry pi imager for macOS on the pi5, it doesn't solve the problem.
I've installed oracle jdk, a recommendation from another thread and it doesn't solve the problem.
Please sign in to leave a comment.
Could you please enable debug logging by adding the following lines to Help > Diagnostic Tools > Debug Log Settings..:
restart IDE, reproduce the issue again and share your IDE logs (Help > Collect Logs and Diagnostic Data)?
Logs can contain useful information about your environment and possibly some errors/exceptions related to the issue.
You can upload the zip file here: https://uploads.jetbrains.com, just provide the uploaded file ID.
Hello, upload id - Upload ID: 2024_04_11_NCBmB3dCNosTSxRvbe4fCh
Sorry, it looks like the shared archive is empty. I couldn't find any log files in it.
Could you please try again to upload it? Thanks!
Upload id - 2024_04_13_B4w9DrBfp9mF5gkSkhTnf8
Second upload, zip file - 2024_04_13_L5Dm2tBjaeEUNq4Bq88hQy
Thank you again for the upload. Unfortunately, again, there is no
idea.log
file in the uploaded files (i checked the both upload IDs). I found only the following three files:Maybe there is some security software that is stripping the log file during upload, for some reason?
Could you create a new issue report on our issue tracker: https://youtrack.jetbrains.com/newIssue?project=IDEA, and attach the log file to investigate the issue further? Thank you.
Thanks for your patience, I have uploaded, idea.log now. Hopefully this works for you
Upload ID: 2024_04_15_dDyA2X8qfAPZFt6kwr8aVh
Thank you for the log, I could download it this time.
In your log I can see that your IDE is run by a custom Java Runtime library - Eclipse Adoptium:
It is recommended to run the IDE with the bundled JBR (JetBrains Runtime) library, as it has many IDE-related issues fixed. It is a customized OpenJDK library that is most compatible with JetBrains IDEs.
To use the bundled library, open Search Everywhere (press
Shift
two times) > search for Choose Boot Java Runtime for the IDE option > click on Use Default Runtime button > restart IDE.Thank you. I've tried the above suggestion and it doesn't solve the problem.
Which CPU architecture do you have? Is it ARM64?

Could you try to install the corresponding version of IntelliJ: https://www.jetbrains.com/idea/download/?section=linux?