400错误请求:无法设置未定义的属性“状态”

时间:2016-04-29 09:13:00

标签: elasticsearch elasticsearch-plugin elasticsearch-marvel

Marvel一直工作到现在。由于某些未知原因,我们收到以下错误消息:

  

Marvel:错误400错误请求:无法设置属性'status'   未定义

Elasticsearch日志中没有任何帮助。我们的群集运行状况为绿色,我们的服务器上有足够的磁盘和内存空间。

1 个答案:

答案 0 :(得分:1)

我相信您的模板有问题。你有机会定义吗?

// use auto completion of android studio to correct this method call :)
    public void onViewCreated(View view) {
             // this will inform the activity that this fragment contribute the actionbar items
           setHasOptionsMenu(true)
    }

删除它,你应该没事。