Ambari server 搭建过程中到了revicw环境遇到点击deploy:发现页面没有响应

Console显示server 返回500 error错误,页面中没有提示更多的报错信息。

经过日志查看,发现日志中报了如下错误:

12 Mar 2018 21:25:41,903 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert hbase_regionserver_process for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,904 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert spark_thriftserver_status for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,904 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert datanode_webui for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,904 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert livy2_server_status for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,905 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert datanode_process for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,905 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert ambari_agent_version_select for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,905 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert ams_metrics_monitor_process for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,905 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert storm_supervisor_process for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,905 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert spark2_thriftserver_status for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,906 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert nfsgateway_process for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,906 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert ambari_agent_disk_usage for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,906 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert yarn_nodemanager_webui for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,906 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert livy_server_status for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,907 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert yarn_nodemanager_health for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,907 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert flume_agent_status for an invalid cluster named NGAD_MSE_AB_N1

12 Mar 2018 21:25:41,907 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert accumulo_tserver_process for an invalid cluster named NGAD_MSE_AB_N1

初步判定:应该是命名冲突,因为在上周六,2018.3.10搭建时使用相同集群名称。

解决方案:官网查看了对应的资料,其中有说重启agent节点,恢复,本地测试无效。

解决方案:删除 ambari cluster,然后重新搭建。

Ambari显示server 返回500 error的更多相关文章

  1. JAVA发送邮件报错,返回500 Error: bad syntax问题

    把项目部署在Linux系统的centos服务器,发送邮件报错了. 500 Error: bad syntax 处理办法 [root@master bin]# hostname master 显示 ma ...

  2. 记一次接口调试错误: {"timestamp":"2019-09-11T03:04:30.036+0000","status":500,"error":"Internal Server Error","message":"Could not write JSON: Object is null; nested exception is com.fasterxml.jackson

    接口测试中用postman测试返回是正常的,但是使用其他人去调用就出错了,找了半天,才想起来使用了nginx,用于端口的代理转发.然后根据错误信息发现json格式的某个字段为null,结合日志中的报文 ...

  3. sharepoint 2013 reporting services 远程server返回错误: (500) 内部server错误。

    在sharepoint 2013部署reporting services过程中,点击管理中心,server上的服务.系统配置.提示了一个错误: 远程server返回错误: (500) 内部server ...

  4. java使用POST发送soap报文请求webservice返回500错误解析

    本文使用JAX-WS2.2编译webservice,并使用HttpUrlConnection的POST方式对wsdl发送soap报文进行请求返回数据, 对错误Server returned HTTP ...

  5. springboot - 返回xml error 从自定义的 ErrorController

    1.概览 2.在<springboot - 返回JSON error 从自定义的 ErrorController>基础上,做如下调整: 1).新增Attribute类和Error类 pac ...

  6. springboot - 返回JSON error 从自定义的 ErrorController

    使用AbstractErrorController(是ErrorController的实现),返回json error. 1.概览 2.基于<springboot - 映射 /error 到自定 ...

  7. MS SQL错误:SQL Server failed with error code 0xc0000000 to spawn a thread to process a new login or connection. Check the SQL Server error log and the Windows event logs for information about possible related problems

          早晨宁波那边的IT人员打电话告知数据库无法访问了.其实我在早晨也发现Ignite监控下的宁波的数据库服务器出现了异常,但是当时正在检查查看其它服务器发过来的各类邮件,还没等到我去确认具体情 ...

  8. Server Error The server encountered an error and could not complete your request. 新建站点模版失败

    500 Server Error Error: Server Error The server encountered an error and could not complete your req ...

  9. 【.net ajax显示后台返回值】

    1..net ajax显示后台返回值 <script>        $(document).ready(function () {            $("#btn&quo ...

随机推荐

  1. [BJWC2008] Gate Of Babylon

    题目链接 容斥+隔板法+Lucas定理 #include <bits/stdc++.h> using namespace std; const int N=1e5+10; int n,m, ...

  2. python告诉你啥是佩奇

    被<啥是佩奇>这支广告片刷屏了. 佩奇明明是个喜剧角色, 但是看哭了所有人. <啥是佩奇>??? 效果图如下: # -*- coding:utf-8 -*- from turt ...

  3. RabbitMQ入门教程(十二):消息确认Ack

    原文:RabbitMQ入门教程(十二):消息确认Ack 版权声明:本文为博主原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csd ...

  4. Struts2对于BigDecimal类型的转换问题

    Struts2对常用的数据类型如String.Integer.Double等都添加了转换器进行对应的转换操作. BigDecimal其实也算作是一种常用的数据类型,但Struts2没有对该类型设置转换 ...

  5. React中构造函数constractor,为什么要用super(props)

    前言 昨天晚上公司组织了前端分享会,在讲到React Class方法的时候,有的同学提出,为什么构造函数一定要super,我记得我之前看的黑马视频里面有讲过,就再翻出来 内容 React官方中文文档里 ...

  6. 使用elasticdump导入导出数据

    一.安装elasticdump 终端中输入 npm install elasticdump -g -g表示全局可用,直接在终端输入 elasticdump --version,出现版本信息即表示安装成 ...

  7. css3 伪类以及伪元素的特效

    菱形          

  8. iphone手机软件安装目录

    iPhone系统常用文件夹位置 1.[/Applications] 常用软件的安装目录 2. [/private /var/ mobile/Media /iphone video Recorder] ...

  9. Delphi 帮助的使用

  10. Linux下关闭Tomcat

    正常关闭操作 进入tomcat bin目录,执行 ./shutdown.sh 但是有时会失败 此时通过kill命令关闭 首先输入 ps -ef|grep tomcat 在列出的tomcat中,找到该t ...