Description of problem: arduino does not start after install in a fresh fedora 32 system Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Install arduino 2. Try to start 3. Does not work Actual results: Nothing happens Expected results: Starting arduino IDE Additional info: I've solved installing separately java-openjdk. Formerly only java-openjdk-headless was installed and it was not enough for arduino IDE to work
Show output of rpm -q arduino java-1.8.0-openjdk-headless
> rpm -q arduino java-1.8.0-openjdk-headless arduino-1.8.12-3.fc32.noarch java-1.8.0-openjdk-headless-1.8.0.252.b09-0.fc32.x86_64
And this output ls -l /etc/alternatives/java
After installing java-openjdk I get: $ ls -l /etc/alternatives/java lrwxrwxrwx. 1 root root 72 May 18 16:58 /etc/alternatives/java -> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc32.x86_64/jre/bin/java
Run arduino from terminal and show output.
Before installing java-openjdk: $ arduino Set log4j store directory /home/emi/.arduino15 java.awt.HeadlessException at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:117) at processing.app.Base.<init>(Base.java:232) at processing.app.Base.main(Base.java:141) After installing java-openjdk $ arduino Set log4j store directory /home/emi/.arduino15 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] I don't know if It was clear before, but it works after installing java-openjdk.
I can't reproduce it. I have no java-openjdk installed and arduino start successfull. Tell more about your environment. It is newly installed Fedora 32, upgraded?
It is a fresh installation of fedora 32, completely from scratch. I did not find any other information that could find relevant. I've found a related report (different versions) in https://forum.arduino.cc/index.php?topic=580194.msg3954629#msg3954629 In a different system, upgraded from fedora 31 did not have problem, but had java-openjdk already installed.
Fedora 32 Gnome? All updates installed?
Yes Fedora 32 - Gnome standard, almost nothing extra installed. Last updated a couple of days ago. I'll be able to make latest updates in a couple of hours
I just found that java-1.8.0-openjdk installed on my system. But I was search java-openjdk as in your start post. So you are right. Thanks for the report.
Try new build please. https://koji.fedoraproject.org/koji/buildinfo?buildID=1508692
FEDORA-2020-9daf7f93b3 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-9daf7f93b3
FEDORA-2020-68cb97b7b7 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-68cb97b7b7
> I just found that java-1.8.0-openjdk installed on my system. > But I was search java-openjdk as in your start post. Yes, my mistake. Error and reporting in different computers, I've typed from memory. Sorry about that. Thanks for the prompt fix. Regards
FEDORA-2020-68cb97b7b7 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-68cb97b7b7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-68cb97b7b7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-9daf7f93b3 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-9daf7f93b3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-9daf7f93b3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-68cb97b7b7 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-9daf7f93b3 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.