Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 18334 invoked from network); 14 Apr 2009 21:19:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2009 21:19:37 -0000 Received: (qmail 2300 invoked by uid 500); 14 Apr 2009 21:19:37 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 2269 invoked by uid 500); 14 Apr 2009 21:19:37 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 2248 invoked by uid 99); 14 Apr 2009 21:19:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 21:19:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 21:19:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B6DA234C04B for ; Tue, 14 Apr 2009 14:19:16 -0700 (PDT) Message-ID: <1760502260.1239743956635.JavaMail.jira@brutus> Date: Tue, 14 Apr 2009 14:19:16 -0700 (PDT) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Assigned: (CHUKWA-119) ChunkImpl requires ChukwaAgent class In-Reply-To: <590105289.1239392414856.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CHUKWA-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang reassigned CHUKWA-119: -------------------------------- Assignee: Eric Yang (was: Jerome Boulon) > ChunkImpl requires ChukwaAgent class > ------------------------------------ > > Key: CHUKWA-119 > URL: https://issues.apache.org/jira/browse/CHUKWA-119 > Project: Hadoop Chukwa > Issue Type: Bug > Components: data collection > Affects Versions: 0.1.2 > Reporter: Jerome Boulon > Assignee: Eric Yang > Priority: Blocker > Fix For: 0.1.2 > > Attachments: CHUKWA-119.patch > > > If ChukwaAgent class is not available on the collector side, the collector is unable to read a chunk. > // code > ChunkImpl() { > this.tags = ChukwaAgent.getTags(); > } > // Stacktrace > Java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent > at org.apache.hadoop.chukwa.ChunkImpl.(ChunkImpl.java:46) > at org.apache.hadoop.chukwa.ChunkImpl.read(ChunkImpl.java:229) > at org.apache.hadoop.chukwa.datacollection.collector.servlet.ServletCollector.accept(ServletCollector.java:140) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.