You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jay R. Jaeger (JIRA)" <ji...@apache.org> on 2011/08/03 21:36:26 UTC

[jira] [Created] (SOLR-2696) ping.jsp throws unhandled exception type "Throwable"

ping.jsp throws unhandled exception type "Throwable"
----------------------------------------------------

                 Key: SOLR-2696
                 URL: https://issues.apache.org/jira/browse/SOLR-2696
             Project: Solr
          Issue Type: Bug
          Components: web gui
    Affects Versions: 3.3
         Environment: myEclipse Blue v 8.6.1, but presumably this error would be flagged in any environment that checks JSPs
            Reporter: Jay R. Jaeger
            Priority: Trivial


The JSP ping.jsp throws an exception of type "Throwable", but nowhere indicates it throws this exception.  myEclipse Blue (and, I'd expect, just about any Eclipse JSP editor) flags this as an error.  This is a bit annoying, as the error indication flag then percolates up thru the entire project in myEclipse.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2696) ping.jsp throws unhandled exception type "Throwable"

Posted by "Matthew Buckett (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244105#comment-13244105 ] 

Matthew Buckett commented on SOLR-2696:
---------------------------------------

You can "fix" the "error" by just rethrowing the Throwable error in a RuntimeException.
                
> ping.jsp throws unhandled exception type "Throwable"
> ----------------------------------------------------
>
>                 Key: SOLR-2696
>                 URL: https://issues.apache.org/jira/browse/SOLR-2696
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 3.3
>         Environment: myEclipse Blue v 8.6.1, but presumably this error would be flagged in any environment that checks JSPs
>            Reporter: Jay R. Jaeger
>            Priority: Trivial
>              Labels: newbie, newdev
>
> The JSP ping.jsp throws an exception of type "Throwable", but nowhere indicates it throws this exception.  myEclipse Blue (and, I'd expect, just about any Eclipse JSP editor) flags this as an error.  This is a bit annoying, as the error indication flag then percolates up thru the entire project in myEclipse.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org