首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >意外异常:在新播放项目上编译失败

意外异常:在新播放项目上编译失败
EN

Stack Overflow用户
提问于 2013-09-05 04:55:04
回答 1查看 999关注 0票数 7

我在新创建的Play 2.1.3应用程序上遇到这个错误。我运行的是Java 7u25。我创建了一个新的应用程序,并在应用程序目录中使用"play run“运行它。

代码语言:javascript
复制
Unexpected exception
Compilation failed without reporting any problem!?
No source available, here is the exception stack trace:
->sbt.compiler.CompileFailed: 
     sbt.compiler.JavaCompiler$$anon$1.compile(JavaCompiler.scala:59)
     sbt.compiler.JavaTool$class.apply(JavaCompiler.scala:26)
     sbt.compiler.JavaCompiler$$anon$1.apply(JavaCompiler.scala:51)
     sbt.compiler.JavaCompiler$class.compile(JavaCompiler.scala:17)
     sbt.compiler.JavaCompiler$$anon$1.compile(JavaCompiler.scala:51)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$mcV$sp$2.apply$mcV$sp(AggressiveCompile.scala:83)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$mcV$sp$2.apply(AggressiveCompile.scala:83)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$mcV$sp$2.apply(AggressiveCompile.scala:83)
     sbt.compiler.AggressiveCompile.sbt$compiler$AggressiveCompile$$timed(AggressiveCompile.scala:101)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1$$anonfun$apply$mcV$sp$1.apply$mcV$sp(AggressiveCompile.scala:82)
     sbt.classfile.Analyze$.apply(Analyze.scala:85)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1.apply$mcV$sp(AggressiveCompile.scala:81)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1.apply(AggressiveCompile.scala:81)
     sbt.compiler.AggressiveCompile$$anonfun$4$$anonfun$compileJava$1$1.apply(AggressiveCompile.scala:81)
     sbt.compiler.AggressiveCompile.sbt$compiler$AggressiveCompile$$timed(AggressiveCompile.scala:101)
     sbt.compiler.AggressiveCompile$$anonfun$4.compileJava$1(AggressiveCompile.scala:80)
     sbt.compiler.AggressiveCompile$$anonfun$4.apply(AggressiveCompile.scala:88)
     sbt.compiler.AggressiveCompile$$anonfun$4.apply(AggressiveCompile.scala:60)
     sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:24)
     sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:22)
     sbt.inc.Incremental$.cycle(Incremental.scala:45)
     sbt.inc.Incremental$.compile(Incremental.scala:29)
     sbt.inc.IncrementalCompile$.apply(Compile.scala:20)
     sbt.compiler.AggressiveCompile.compile2(AggressiveCompile.scala:96)
     sbt.compiler.AggressiveCompile.compile1(AggressiveCompile.scala:44)
     sbt.compiler.AggressiveCompile.apply(AggressiveCompile.scala:31)
     sbt.Compiler$.apply(Compiler.scala:79)
     sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:572)
     sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:572)
     sbt.Scoped$$anonfun$hf2$1.apply(Structure.scala:578)
     sbt.Scoped$$anonfun$hf2$1.apply(Structure.scala:578)
     scala.Function1$$anonfun$compose$1.apply(Function1.scala:49)
     sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311)
     sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311)
     sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:41)
     sbt.std.Transform$$anon$5.work(System.scala:71)
     sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232)
     sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232)
     sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
     sbt.Execute.work(Execute.scala:238)
     sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232)
     sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232)
     sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
     sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
     java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     java.util.concurrent.FutureTask.run(Unknown Source)
     java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
     java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     java.util.concurrent.FutureTask.run(Unknown Source)
     java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     java.lang.Thread.run(Unknown Source)
EN

回答 1

Stack Overflow用户

发布于 2018-03-05 05:09:19

有什么原因你不能使用JDK 1.8吗?另外,您使用的是SBT的哪个版本,使用的是scala的哪个版本?我遇到过类似的情况,并经历过一些失败(尽管通常会出现某种形式的错误报告)。

我的解决方案是使用SBT版本0.13.15或1.0.3

您可以在/project/build.properties文件中指定SBT内部版本

代码语言:javascript
复制
sbt.version=0.13.15

也可以尝试使用scala版本2.11.8,我发现它非常可靠!(您可以在build.sbt文件中设置此设置)

代码语言:javascript
复制
scalaVersion := 2.11.8
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18623598

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档