首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Play 2 Scala run后错误

2013-11-23 
Play 2 Scala run后异常play - run 报错:play.api.UnexpectedException: Unexpected exception[ObjectExi

Play 2 Scala run后异常
play -> run 报错:

play.api.UnexpectedException: Unexpected exception[ObjectExistsException: Cache play already exists]

Caused by: net.sf.ehcache.ObjectExistsException: Cache play already exists

Application.conf 文件中加上一行ehcacheplugin=disabled,可以解决。
具体不知道什么原因。

热点排行