在启动时播放框架1.2.7 ActionNotFoundException

时间:2014-02-13 16:18:53

标签: playframework playframework-1.x

启动播放应用程序后,我收到有线异常。反复抛出异常。

这是我尝试过的: - 安装新玩。 - 运行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

1 个答案:

答案 0 :(得分:0)

我设法解决了这个问题。使用

将端口从上一个端口更改为另一个端口
http.port=9998

修复了问题。我不明白为什么这有帮助。也许有人可以澄清一下?