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 37109CFA4 for ; Mon, 17 Mar 2014 17:28:20 +0000 (UTC) Received: (qmail 42405 invoked by uid 500); 17 Mar 2014 17:28:18 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 42111 invoked by uid 500); 17 Mar 2014 17:28:17 -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 42103 invoked by uid 99); 17 Mar 2014 17:28:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2014 17:28:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Alena.Prokharchyk@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2014 17:28:12 +0000 X-IronPort-AV: E=Sophos;i="4.97,671,1389744000"; d="scan'208";a="110790779" Received: from sjcpex01cl01.citrite.net ([10.216.14.143]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 17 Mar 2014 17:27:50 +0000 Received: from SJCPEX01CL02.citrite.net ([169.254.2.3]) by SJCPEX01CL01.citrite.net ([10.216.14.143]) with mapi id 14.02.0342.004; Mon, 17 Mar 2014 10:27:49 -0700 From: Alena Prokharchyk To: "users@cloudstack.apache.org" , "spinolacastro@gmail.com" Subject: Re: NetworkUsage Thread-Topic: NetworkUsage Thread-Index: AQHPQgDsSg5/qx1y00KfoRy9qoZK35rliHYA Date: Mon, 17 Mar 2014 17:27:49 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [10.13.107.79] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <2CB25CD280ED8C4CA68872BA45CB07DF@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Diego, Unfortunately CS lock lack the needed info for debugging the problem. I see only transaction roll back statement: 2014-03-17 06:01:22,363 DEBUG [db.Transaction.Transaction] (RouterMonitor-1:null) Rolling back the transaction: Time =3D 2 Name =3D -VirtualNetworkApplianceManagerImpl$NetworkUsageTask.run:900-Executors$Runn ableAdapter.call:471-FutureTask$Sync.innerRunAndReset:351-FutureTask.runAnd Reset:178-ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201:165- To debug it further, you need to change the log level from DEBUG to TRACE for a certain class by modifying log4 properties (no MS restart is required) Here is the link on how to do it: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Useful+Tips+and+Tric ks, "How to enable trace logging for a particular class in CloudStack?=B2 section. Replace category name with: =20 After the change is done, wait till you see TRACE statements in the log, and till the error "Rolling back the transaction" occurs again. Take the log snippet and send it out. After you are done with that, you will need to remove TRACE config from log4 properties file, otherwise your logs will grow huge. -Alena. On 3/17/14, 9:48 AM, "Diego Spinola Castro" wrote: >Hi guys, i've been running into a issue when getting network traffic from >usage server. All records are Zero, i have a CS 4.2.0 install. > >Here the usage.logs http://www.fpaste.org/86116/13950748/ >And management-server.log http://www.fpaste.org/86118/07486613/ > >Does anyone know what is wrong ?