【问题标题】:play framework 1.2.7 ActionNotFoundException on start upplay framework 1.2.7 ActionNotFoundException on start
【发布时间】:2014-02-13 16:18:53
【问题描述】:

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

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

【问题讨论】:

    标签: playframework playframework-1.x


    【解决方案1】:

    我设法修复它。使用

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

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

    【讨论】:

      猜你喜欢
      • 2013-10-04
      • 2014-11-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-13
      • 1970-01-01
      相关资源
      最近更新 更多