Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B07C110704 for ; Wed, 3 Jun 2015 04:09:49 +0000 (UTC) Received: (qmail 89203 invoked by uid 500); 3 Jun 2015 04:09:49 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 89172 invoked by uid 500); 3 Jun 2015 04:09:49 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 89152 invoked by uid 99); 3 Jun 2015 04:09:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 04:09:49 +0000 Date: Wed, 3 Jun 2015 04:09:49 +0000 (UTC) From: "Jesus Alvarez (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-11639) Ambari Admin View URL does not get properly parsed for custom versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Alvarez updated AMBARI-11639: ----------------------------------- Attachment: 0001-AMBARI-11639-Ambari-Admin-View-URL-does-not-get-prop.patch > Ambari Admin View URL does not get properly parsed for custom versions > ---------------------------------------------------------------------- > > Key: AMBARI-11639 > URL: https://issues.apache.org/jira/browse/AMBARI-11639 > Project: Ambari > Issue Type: Bug > Components: ambari-admin > Affects Versions: 2.1.0 > Environment: RHEL 6.6 > Reporter: Jesus Alvarez > Assignee: Jesus Alvarez > Attachments: 0001-AMBARI-11639-Ambari-Admin-View-URL-does-not-get-prop.patch > > Original Estimate: 4h > Remaining Estimate: 4h > > When building a custom version of ADMIN VIEW jar with new version such as "2.1.0_custom", the UI returns a 404 message upon redirect. > Upon loading ambari-server (http://node1.bigdata:8080) for the first time, the URL is redirected to: > http://node1.bigdata:8080/views/ADMIN_VIEW/2.1.0_custom/INSTANCE/# , which returns a 404 missing page. > If the URL is manually changed to http://node1.bigdata:8080/views/ADMIN_VIEW/2.1.0/INSTANCE/# , the UI loads -- though links in ambari UI remain broken. > This appears to be caused by > latestVersion = sortedMappedVersions[sortedMappedVersions.length-1]; > and ambari.service.load_server_version ; each parsing version string differently. -- This message was sent by Atlassian JIRA (v6.3.4#6332)