重新启动Play时引导异常

时间:2015-05-21 07:12:41

标签: scala intellij-idea playframework-2.0

在文件更改后播放重新启动时,我偶尔会收到此错误:

play.PlayExceptions$UnexpectedException: Unexpected exception[BootException: Cannot redefine component.  ID: compiler-interface-bin_2.11.6__52.0, files: /Users/kevin/.ivy2/cache/org.scala-sbt/compiler-interface-bin_2.11.6__52.0/jars/compiler-interface-bin_2.11.6__52.0-0.13.5_20140527T130009.jar]
at play.PlayReload$$anonfun$taskFailureHandler$1.apply(PlayReload.scala:51) ~[na:na]
at play.PlayReload$$anonfun$taskFailureHandler$1.apply(PlayReload.scala:44) ~[na:na]
at scala.Option.map(Option.scala:145) ~[scala-library-2.11.6.jar:na]
at play.PlayReload$.taskFailureHandler(PlayReload.scala:44) ~[na:na]
at play.PlayReload$.compileFailure(PlayReload.scala:40) ~[na:na]

这只会偶尔发生,并且总是通过重新启动IntelliJ来解决。为什么会发生这种情况,我该如何解决?

我正在通过IntelliJ运行Play,我正在使用IntelliJ 14.1.2,Scala 2.11.6和Play 2.3.8。

2 个答案:

答案 0 :(得分:43)

尝试通过

使Intellij IDEA缓存无效

档案 - > 使缓存无效/重新启动

这需要5分钟,但对我来说就是诀窍。

答案 1 :(得分:0)

以西结·维克多在他的评论中提到:

只需重新启动Intellij 即可解决我的问题。

与使Intellij IDEA缓存无效相比,这可以节省您很多时间。