运行 Playframework2 Web 应用程序时出错
Posted
技术标签:
【中文标题】运行 Playframework2 Web 应用程序时出错【英文标题】:Error Running Playframework2 Web Application 【发布时间】: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\ 【参考方案1】:Seems 处理错误终止的 Java/JVM。
尝试查看是否可以在进程管理器中找到类似僵尸 Java 实例的东西,或者在重新启动后重试。
【讨论】:
以上是关于运行 Playframework2 Web 应用程序时出错的主要内容,如果未能解决你的问题,请参考以下文章
Play framework 2.4 打包后无法加载图片(404 source not found)