Intellij idea 运行Playframework2 Web应用程序时出错

Intellij idea 运行Playframework2 Web应用程序时出错,intellij-idea,sbt,playframework-2.2,Intellij Idea,Sbt,Playframework 2.2,当我使用IntelliJ idea运行我的playframework2web应用程序时 [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 com

当我使用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
我收到以下错误消息:

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
与错误终止的Java/JVM有关

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

尝试查看是否可以在process manager中找到类似zombie Java的实例,或者在重新启动后重试。

Play认为C:\Users\Dell\IdeaProjects\frontend\logs\application.log应该是一个目录。您应该将此路径更正为C:\Users\Dell\IdeaProjects\frontend\logs\
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