You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Richard Gomes (JIRA)" <ji...@apache.org> on 2014/05/11 00:05:17 UTC

[jira] [Created] (SPARK-1787) Build failure on JDK8 :: SBT fails to load build configuration file

Richard Gomes created SPARK-1787:
------------------------------------

             Summary: Build failure on JDK8 :: SBT fails to load build configuration file
                 Key: SPARK-1787
                 URL: https://issues.apache.org/jira/browse/SPARK-1787
             Project: Spark
          Issue Type: New Feature
          Components: Build
    Affects Versions: 0.9.0
         Environment: JDK8
Scala 2.10.X
SBT 0.12.X
            Reporter: Richard Gomes
            Priority: Minor


SBT fails to 

(j8s10)rgomes@terra:~/workspace/spark-0.9.1$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)


(j8s10)rgomes@terra:~/workspace/spark-0.9.1$ sbt/sbt clean
Launching sbt from sbt/sbt-launch-0.12.4.jar
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
[info] Loading project definition from /home/rgomes/workspace/spark-0.9.1/project/project
[info] Compiling 1 Scala source to /home/rgomes/workspace/spark-0.9.1/project/project/target/scala-2.9.2/sbt-0.12/classes...
[error] error while loading CharSequence, class file '/opt/developer/jdk1.8.0_05/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken
[error] (bad constant pool tag 15 at byte 1501)
[error] error while loading Comparator, class file '/opt/developer/jdk1.8.0_05/jre/lib/rt.jar(java/util/Comparator.class)' is broken
[error] (bad constant pool tag 15 at byte 5003)
[error] two errors found
[error] (compile:compile) Compilation failed
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q




--
This message was sent by Atlassian JIRA
(v6.2#6252)