使用Play 2.0.2框架,我遇到了类加载器冲突。看起来在不同的类加载器中有两个相同类的定义。控制台运行,但是当我发出'run'命令时,播放响应:
java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "play.api.PlayException.cause()Lscala/Option;"
the class loader (instance of sbt/PlayCommands$$anonfun$61$$anonfun$63$$anon$2) of the current class, play/api/PlayException,
and the class loader (instance of java/net/URLClassLoader) for interface
play/api/PlayException$UsefulException have different Class objects for the
type scala/Option used in the signature
任何人都有开心调试的好地方吗?或者知道为什么会发生这种情况?很明显,这个类正由不同的加载器加载,但我不熟悉play loader配置。
我有scala& sbt使用端口
安装sbt @0.11.2_0 (active)
scala2.9 @2.9.2_0 (active)
我的PATH在端口二进制文件之前播放。
使用Java
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-10M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
跑雪豹
答案 0 :(得分:0)
结果是端口sbt创建了一个〜/ .sbt目录,并且该配置是首选。删除/移动该目录以解决问题。