【问题标题】:Error Running Playframework2 Web Application运行 Playframework2 Web 应用程序时出错
【发布时间】: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


【解决方案1】:

Seems 处理错误终止的 Java/JVM。

尝试查看是否可以在进程管理器中找到类似僵尸 Java 实例的东西,或者在重新启动后重试。

【讨论】:

    猜你喜欢
    • 2021-08-25
    • 1970-01-01
    • 2014-03-13
    • 1970-01-01
    • 2013-12-15
    • 2018-10-03
    • 1970-01-01
    • 2012-04-02
    • 2016-10-07
    相关资源
    最近更新 更多