【发布时间】:2015-06-24 22:09:26
【问题描述】:
当我使用 IntelliJ idea 运行我的 playframework2 Web 应用程序时
[frontend] $ run 9000
我收到此错误消息:
Path(C:\Users\Dell\IdeaProjects\frontend\logs\application.log) is not a directory so descendants can not be called on itis not a directory
[trace] Stack trace suppressed: run last compile:run for the full output.
[error] (compile:run) java.lang.reflect.InvocationTargetException
[error] Total time: 2 s, completed 17 avr. 2015 23:22:42
【问题讨论】:
-
Play 认为 C:\Users\Dell\IdeaProjects\frontend\logs\application.log 应该是一个目录。您应该将此路径更正为 C:\Users\Dell\IdeaProjects\frontend\logs\
标签: intellij-idea sbt playframework-2.2