Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E47C71085C for ; Mon, 1 Dec 2014 02:22:13 +0000 (UTC) Received: (qmail 51695 invoked by uid 500); 1 Dec 2014 02:22:13 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 51647 invoked by uid 500); 1 Dec 2014 02:22:13 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 51637 invoked by uid 500); 1 Dec 2014 02:22:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 51634 invoked by uid 99); 1 Dec 2014 02:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 02:22:13 +0000 Date: Mon, 1 Dec 2014 02:22:13 +0000 (UTC) From: "Pierre-Luc Dion (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-7482) Ajax calls in mgmt UI causing log pollution 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/CLOUDSTACK-7482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229345#comment-14229345 ] Pierre-Luc Dion commented on CLOUDSTACK-7482: --------------------------------------------- merge conflict in 4.4 :-( > Ajax calls in mgmt UI causing log pollution > ------------------------------------------- > > Key: CLOUDSTACK-7482 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7482 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: UI > Affects Versions: 4.4.0 > Reporter: Kedron Touvell > Assignee: Pierre-Luc Dion > Priority: Minor > Fix For: Future, 4.5.0 > > > Many of the ajax calls in the mgmt UI are specifying a listAll parameter, despite the fact that the underlying API call does not support listAll. This is causing a decent amount of log pollution: > {quote} > 2014-09-03 10:54:21,475 WARN [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-8:ctx-aefb6d5e ctx-08b63c18) Received unknown parameters for command listImageStores. Unknown parameters : listall type > {quote} > These parameters are set in {{ui/scripts/system.js}}, for example: > {noformat} > systemVmCount: function (data) { > $.ajax({ > url: createURL('listSystemVms'), > data: { > listAll: true, > {noformat} > Here's the list of API calls that I see generating warnings: > * listClusters > * listHosts > * listImageStores > * listNetworkOfferings > * listPods > * listRegions > * listServiceOfferings > * listStoragePools > * listSystemVms > * listZones > One more to add...listDomains is being called with a parentdomainid parameter, leading to the following warning: > {quote} > 2014-09-04 11:59:01,217 WARN [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-5:ctx-c85dc843 ctx-647a43c1 ctx-bcd4e41b) Received unknown parameters for command listDomains. Unknown parameters : parentdomainid > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)