Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B01F1786A for ; Wed, 6 May 2015 19:58:00 +0000 (UTC) Received: (qmail 82195 invoked by uid 500); 6 May 2015 19:58:00 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 82158 invoked by uid 500); 6 May 2015 19:58:00 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 82141 invoked by uid 99); 6 May 2015 19:58:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 19:58:00 +0000 Date: Wed, 6 May 2015 19:58:00 +0000 (UTC) From: "Zack Marsh (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3776) Cannot access Accumulo Monitor UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Zack Marsh created ACCUMULO-3776: ------------------------------------ Summary: Cannot access Accumulo Monitor UI Key: ACCUMULO-3776 URL: https://issues.apache.org/jira/browse/ACCUMULO-3776 Project: Accumulo Issue Type: Bug Environment: ambari-2.1.0-376, hdp-2.3.0.0-1880, sles11sp3 Reporter: Zack Marsh After installing Accumulo on my cluster, I find that I am unable to access the Accumulo Monitor UI at :50095. Instead of a server error the page simply will not load. I'm seeing that the Accumulo Monitor is binding to the localhost: {code} # cat /etc/accumulo/conf/monitor # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. localhost {code} {code} # netstat -ltpn | grep 50095 tcp 0 0 39.0.16.3:50095 0.0.0.0:* LISTEN 19352/java # ps -ef |grep 19352 accumulo 19352 1 3 15:35 ? 00:00:28 /opt/teradata/jvm64/jdk8/bin/java -Dapp=monitor -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -Djava.net.preferIPv4Stack=true -Xmx64m -Xms64m -classpath /usr/hdp/current/accumulo-monitor/conf/server:/usr/hdp/2.3.0.0-1880/accumulo/lib/accumulo-start.jar:/usr/hdp/2.3.0.0-1880/accumulo/lib/slf4j-api.jar:/usr/hdp/2.3.0.0-1880/accumulo/lib/slf4j-log4j12.jar:/usr/hdp/current/hadoop-client/lib/log4j-1.2.17.jar: -XX:OnOutOfMemoryError=kill -9 %p -XX:-OmitStackTraceInFastThrow -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -Dorg.apache.accumulo.core.home.dir=/usr/hdp/2.3.0.0-1880/accumulo -Dhadoop.home.dir=/usr/hdp/current/hadoop-client -Dzookeeper.home.dir=/usr/hdp/current/zookeeper-client org.apache.accumulo.start.Main monitor --address jolokia3.labs.teradata.com {code} I implemented the work-around specified in ACCUMULO-1985, and added the following line to accumlo-env template in Ambari: {code} export ACCUMULO_MONITOR_BIND_ALL="true" {code} After restarting all Accumulo components this issue remains. -- This message was sent by Atlassian JIRA (v6.3.4#6332)