播放框架 1.2.7 启动时 ActionNotFoundException



启动播放应用程序后出现有线异常。重复引发异常。

这是我尝试过的:- 安装播放新的。- 运行日食。- 删除并重新导入项目,

但没有任何帮助。我自己没有实施上述操作。有人有想法吗?

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

我设法修复了它。将端口从上一个端口更改为另一个端口

http.port=9998

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

最新更新