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.

0
9 comments

Could you please enable debug logging by adding the following lines to Help > Diagnostic Tools > Debug Log Settings..:

#org.jetbrains.plugins.terminal
com.jediterm.terminal

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.

 

 

0

Hello, upload id - Upload ID: 2024_04_11_NCBmB3dCNosTSxRvbe4fCh 

0

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!

0

Upload id - 2024_04_13_B4w9DrBfp9mF5gkSkhTnf8 
Second upload, zip file - 2024_04_13_L5Dm2tBjaeEUNq4Bq88hQy

0

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:

open-telemetry-metrics.2024-04-13....csv
storage-diagnostic-2024-04-13....json
threadDump-20240413-....txt

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.

0

Thanks for your patience, I have uploaded, idea.log now. Hopefully this works for you
Upload ID: 2024_04_15_dDyA2X8qfAPZFt6kwr8aVh

0

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:

INFO - #c.i.p.i.b.AppStarter - IDE: IntelliJ IDEA (build #IC-241.14494.240, Thu, 28 Mar 2024 05:12:00 GMT)
INFO - #c.i.p.i.b.AppStarter - OS: Linux (6.6.20+rpt-rpi-2712)
INFO - #c.i.p.i.b.AppStarter - JRE: 17.0.10+7, aarch64 (Eclipse Adoptium)
INFO - #c.i.p.i.b.AppStarter - JVM: 17.0.10+7 (OpenJDK 64-Bit Server VM)

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.

0

Thank you. I've tried the above suggestion and it doesn't solve the problem.

0

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?

0

Please sign in to leave a comment.