Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 65381 invoked from network); 15 Jun 2009 23:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 23:56:21 -0000 Received: (qmail 59164 invoked by uid 500); 15 Jun 2009 23:56:32 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 59123 invoked by uid 500); 15 Jun 2009 23:56:32 -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 58890 invoked by uid 99); 15 Jun 2009 23:56:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 23:56:32 +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; Mon, 15 Jun 2009 23:56:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8508234C044 for ; Mon, 15 Jun 2009 16:56:07 -0700 (PDT) Message-ID: <1571186581.1245110167884.JavaMail.jira@brutus> Date: Mon, 15 Jun 2009 16:56:07 -0700 (PDT) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-296) HICC Dashboard builder crash In-Reply-To: <1402939543.1245110047492.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-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-296: ----------------------------- Attachment: manage_view.patch Patch to update JSP syntax. > HICC Dashboard builder crash > ---------------------------- > > Key: CHUKWA-296 > URL: https://issues.apache.org/jira/browse/CHUKWA-296 > Project: Hadoop Chukwa > Issue Type: Bug > Components: User Interface > Affects Versions: 0.2.0 > Environment: Redhat EL 5.1, Java 6 > Reporter: Eric Yang > Assignee: Eric Yang > Priority: Blocker > Fix For: 0.2.0 > > Attachments: manage_view.patch > > > When click on Dashboard builder, it shows this exception: > HTTP Status 500 - > type Exception report > message > description The server encountered an internal error () that prevented it from fulfilling this request. > exception > org.apache.jasper.JasperException: Unable to compile class for JSP: > An error occurred at line: 121 in the jsp file: /jsp/workspace/manage_view.jsp > The method setTest(boolean) in the type WhenTag is not applicable for the arguments (String) > 118: > 119: > 120: > 121: > 122: > 123: > 124: > Stacktrace: > org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92) > org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330) > org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:334) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586) > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs. > This regression is trigger by jsp library upgrade. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.