Errors when trying to run Arduino

Shauqi

I have installed Arduino. When I run it from terminal it gives me the following messages:

A fatal error has been detected by the Java Runtime Environment:
#  SIGSEGV (0xb) at pc=0x00007f02d79d9009, pid=28430, tid=28458

# JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195246.buildd.src)
# Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libjava.so+0x1d009]  JNU_GetEnv+0x19
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /home/shauqi/core.28430)
#
# An error report file with more information is saved as:
# /home/shauqi/hs_err_pid28430.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/arduino: line 14: 28430 Aborted                 (core dumped) java -jar /usr/share/arduino/arduinopc.jar
No required groups are missing for this user.
Exception in thread "main" java.lang.ExceptionInInitializerError
at processing.app.Preferences.save(Preferences.java:735)
at processing.app.Preferences.init(Preferences.java:249)
at processing.app.Base.main(Base.java:117)
Caused by: java.lang.NumberFormatException: For input string: "9-i"
at jdk.internal.math.FloatingDecimal.readJavaFormatString(java.base@9-internal/FloatingDecimal.java:2054)
at jdk.internal.math.FloatingDecimal.parseFloat(java.base@9-internal/FloatingDecimal.java:122)
at java.lang.Float.parseFloat(java.base@9-internal/Float.java:451)
at java.lang.Float.<init>(java.base@9-internal/Float.java:532)
at processing.core.PApplet.<clinit>(Unknown Source)
... 3 more

I am running ubuntu 16.04.1.

My java info:

openjdk version "9-internal"
OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)
Rinzwind

Same problem listed on bugs but no useable solution and it has a "fix released".

Arduino is expecting a number "9" and not "9-internal". I would suggest using another JDK that uses a digit for numbering. The problem is within Arduino's version number check for JDK though.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Errors when trying to loop through an array with javascript

From Dev

Getting errors while trying to run WebView application

From Dev

Installshield errors when trying to install upgrade with driver

From Dev

Run the loop when values change - Arduino

From Dev

ROracle Errors When Trying to Use Bound Parameters

From Dev

Error when trying to run carthage

From Dev

Errors when trying to use netstandard with Xamarin forms

From Dev

Errors when trying to set up Data Binding

From Dev

Errors when trying to install libc6

From Dev

Errors when trying to get a connection to cassandra

From Dev

Arduino Linker Errors When Using a Spesific Namespace Name

From Dev

Installshield errors when trying to install upgrade with driver

From Dev

ROracle Errors When Trying to Use Bound Parameters

From Dev

PHP errors when trying to apply geo location

From Dev

Several Errors when trying to enter data into mysql

From Dev

Android - Errors when trying to change activities

From Dev

Trying to run a scala script, conscript errors when install "sbt/sbt"

From Dev

Errors when trying to start a program at bootup

From Dev

Odd Errors Displayed Only in Console When Trying to Run Program

From Dev

C - Errors when trying to make a hashtable

From Dev

Resolving errors when trying to multiply integer arrays

From Dev

Getting two errors when trying to return values

From Dev

Errors when trying to implement Swipe Views in android

From Dev

Getting id errors when trying to delete tags

From Dev

How can I fix these errors when trying to run a ruby-based project on NetBeans 6.9.1?

From Dev

Errors about apt-secure when trying to run system update on 16.10

From Dev

Errors when trying to upgrade Linux kernel

From Dev

Errors when trying to start Angular Project

From Dev

Trying to presist to MAMP using java spring boot, hibernate and thmyeleaf but run into errors when validating

Related Related

  1. 1

    Errors when trying to loop through an array with javascript

  2. 2

    Getting errors while trying to run WebView application

  3. 3

    Installshield errors when trying to install upgrade with driver

  4. 4

    Run the loop when values change - Arduino

  5. 5

    ROracle Errors When Trying to Use Bound Parameters

  6. 6

    Error when trying to run carthage

  7. 7

    Errors when trying to use netstandard with Xamarin forms

  8. 8

    Errors when trying to set up Data Binding

  9. 9

    Errors when trying to install libc6

  10. 10

    Errors when trying to get a connection to cassandra

  11. 11

    Arduino Linker Errors When Using a Spesific Namespace Name

  12. 12

    Installshield errors when trying to install upgrade with driver

  13. 13

    ROracle Errors When Trying to Use Bound Parameters

  14. 14

    PHP errors when trying to apply geo location

  15. 15

    Several Errors when trying to enter data into mysql

  16. 16

    Android - Errors when trying to change activities

  17. 17

    Trying to run a scala script, conscript errors when install "sbt/sbt"

  18. 18

    Errors when trying to start a program at bootup

  19. 19

    Odd Errors Displayed Only in Console When Trying to Run Program

  20. 20

    C - Errors when trying to make a hashtable

  21. 21

    Resolving errors when trying to multiply integer arrays

  22. 22

    Getting two errors when trying to return values

  23. 23

    Errors when trying to implement Swipe Views in android

  24. 24

    Getting id errors when trying to delete tags

  25. 25

    How can I fix these errors when trying to run a ruby-based project on NetBeans 6.9.1?

  26. 26

    Errors about apt-secure when trying to run system update on 16.10

  27. 27

    Errors when trying to upgrade Linux kernel

  28. 28

    Errors when trying to start Angular Project

  29. 29

    Trying to presist to MAMP using java spring boot, hibernate and thmyeleaf but run into errors when validating

HotTag

Archive