2015-04-17 161 views
1

當我使用的IntelliJ IDEA錯誤運行Playframework2 Web應用程序

[frontend] $ run 9000 

運行我playframework2 Web應用程序我得到這個錯誤信息:

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 
+0

Play認爲C:\ Users \ Dell \ IdeaProjects \ frontend \ logs \ application.log應該是一個目錄。您應該將此路徑更正爲C:\ Users \ Dell \ IdeaProjects \ frontend \ logs \ –

回答

3

Seems與錯誤做終止的Java/JVM。

嘗試看看您是否可以在進程管理器中找到類似殭屍Java實例的東西,或者在重新引導後再次嘗試。

+0

非常感謝您的幫助 –