2014-02-13 71 views
0

啓動播放應用程序後,我收到有線異常。異常被重複拋出。播放框架1.2.7啓動時的ActionNotFoundException

這是我試過的: - 安裝播放新的。 - 運行eclipsify。 - 刪除並重新導入項目,

但沒有任何幫助。我自己並沒有執行上述操作。有人有個想法嗎?

17:11:45,880 ERROR ~ 

@6h921g3i7 
setwindowsagentaddrController.index action not found 

Action not found 
Action setwindowsagentaddrController.index could not be found. Error raised is Controller controllers.setwindowsagentaddrController not found 

play.exceptions.ActionNotFoundException: Action setwindowsagentaddrController.index not found 
    at play.mvc.ActionInvoker.getActionMethod(ActionInvoker.java:599) 
    at play.mvc.ActionInvoker.resolve(ActionInvoker.java:85) 
    at Invocation.HTTP Request(Play!) 
Caused by: java.lang.Exception: Controller controllers.setwindowsagentaddrController not found 
    ... 3 more 

回答

0

我設法解決它。將端口從前一個更改爲另一個與

http.port=9998 

修復了這個問題。我不明白爲什麼這有幫助。也許有人可以澄清?