文章列表
Mac OS X 解决方法:
sudo /Library/StartupItems/VirtualBox/VirtualBox restart
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,可以解决。
具体不知道什么原因。