Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EEBB10256 for ; Mon, 9 Feb 2015 09:48:18 +0000 (UTC) Received: (qmail 90272 invoked by uid 500); 9 Feb 2015 09:48:13 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 90217 invoked by uid 500); 9 Feb 2015 09:48:13 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 90085 invoked by uid 99); 9 Feb 2015 09:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 09:48:12 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajsekhar.467@gmail.com designates 209.85.192.52 as permitted sender) Received: from [209.85.192.52] (HELO mail-qg0-f52.google.com) (209.85.192.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 09:48:07 +0000 Received: by mail-qg0-f52.google.com with SMTP id h3so16615435qgf.11; Mon, 09 Feb 2015 01:47:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VuuaV1mBErqUAMlUOBmCadNc0V0k0OTc9ADhC/3pBRs=; b=DppZfDcOSeJ6WEuw/2ZgNhYZQtQJT2Vbb+prrsEYG2DWEc3u8+ojztxTpTrQxlXOGm hroxRVHTRgHYfw/sM1GX5m1StKwD2sDA42ZpMatdQECWJtksh7qvPG7kxhdnB1p5DUuz bMddvNd9J9u9bRgvHGbhcTD8fMwD3iNjGEDtfmOUPOb7bN9JsdXCf1+ZIv79HsBNmDg/ 37Izwi0S1I2NdsEInP8PNer4kb3anaZ3spCO0EuL7tfO0fOKg6SI0lDylnYc314If2ub OfHDGfgFdkx6zR5KPfKiuImP83TpoewVfjpmrSlXYLUf6UVYzb0YYuiQf+l6ITUfsHI+ mYbQ== MIME-Version: 1.0 X-Received: by 10.224.131.201 with SMTP id y9mr19767456qas.80.1423475266574; Mon, 09 Feb 2015 01:47:46 -0800 (PST) Received: by 10.96.87.38 with HTTP; Mon, 9 Feb 2015 01:47:46 -0800 (PST) Date: Mon, 9 Feb 2015 15:17:46 +0530 Message-ID: Subject: Usage Records not Generating. From: raja sekhar To: "users@cloudstack.apache.org" , dev@cloudstack.apache.org Content-Type: multipart/alternative; boundary=001a11c2c2c49c5e7c050ea4a955 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c2c49c5e7c050ea4a955 Content-Type: text/plain; charset=UTF-8 Hi All, I am using CloudStack 4.3.1.Previously the usage records are generated,but when i observed recently the usage records are not generating.The usage records ends at 2014-12-27 mysql>select * from job_usage\G id: 79 host: testcs01.test.local/xx.xx.xx.xx pid: 1675 job_type: 0 scheduled: 0 start_millis: 1419638400000 end_millis: 1419724799999 exec_time: 963 start_date: 2014-12-27 00:00:00 end_date: 2014-12-27 23:59:59 success: 1 heartbeat: 2014-12-28 07:14:50 This is last record i found in usage_job. when i manually generate the usage records from cloudmonkey,it shows "success", but the usage records are not generated in cloud_usage table. cloudmonkey> generate usagerecords startdate=2014-12-28 enddate=2015-02-08 success = true I found an entry in cloud_job table,after generating usage records through cloudmonkey. id: 80 host: NULL pid: 0 job_type: 1 scheduled: 0 start_millis: 0 end_millis: 0 exec_time: 0 start_date: NULL end_date: NULL success: NULL heartbeat: 2015-02-09 09:12:20 it is showing host "NULL". Any Suggestions?? Regards, Rajasekhar. --001a11c2c2c49c5e7c050ea4a955--