You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/06/16 01:56:07 UTC

[jira] Updated: (CHUKWA-296) HICC Dashboard builder crash

     [ https://issues.apache.org/jira/browse/CHUKWA-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-296:
-----------------------------

    Status: Patch Available  (was: Open)

> 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: </td>
> 119: <td nowrap width="60">
> 120: <c:choose>
> 121:   <c:when test="${key}!=${default_view}"> 
> 122:     <input class="formButton" name="setDefault" value="Set As Default" type="button" onClick="setDefaultView('${key}');"/>
> 123:   </c:when>
> 124:   <c:otherwise>
> 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.