Hello!

Im not sure, whether this error is related or not.
I test 8.0.18, and similar exception occured.

In my case, there was no problem in JSP, with <%@ page import="static
test.Test.*" %>
but, exception was occured in tag file, with <%@ tag import="static
test.Test.*" %>

*メッセージ* *An exception occurred processing JSP page /test.jsp at line 12*

*説明* *The server encountered an internal error that prevented it from
fulfilling this request.*

*例外*

org.apache.jasper.JasperException: An exception occurred processing
JSP page /test.jsp at line 12

9: <title>Insert title here</title>
10: </head>
11: <body>
12: <tags:test />
13: </body>
14: </html>


Stacktrace:
        
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:567)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:469)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
        org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

*原因*

javax.el.ELException: The package [static test.Test] could not be found
        javax.el.ImportHandler.importPackage(ImportHandler.java:135)
        
org.apache.jasper.runtime.PageContextImpl.getELContext(PageContextImpl.java:948)
        
org.apache.jasper.runtime.JspContextWrapper.getELContext(JspContextWrapper.java:502)
        org.apache.jsp.tag.webtest_tag.doTag(webtest_tag.java:85)
        
org.apache.jsp.test_jsp._jspx_meth_tags_005ftest_005f0(test_jsp.java:138)
        org.apache.jsp.test_jsp._jspService(test_jsp.java:106)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:431)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
        org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

*注意* *原因のすべてのスタックトレースは、Apache Tomcat/8.0.18のログに記録されています*

2015-02-11 3:24 GMT+09:00 Jerry Malcolm <techst...@malcolms.com>:

> Can you try again with 8.0.18? I think you may have hit a regression
>> that has since been fixed.
>>
>> If you still see the error, open a BZ issue and provide the simplest
>> steps to reproduce you can (e.g. a JSP to add to Tomcat's examples app).
>>
>> Cheers,
>>
>> Mark
>>
> Thanks for the info, Mark.  I will try again with 8.0.18.  But I'm blocked
> right now and stuck back on TC 7 until I can figure out why TC 8 running
> out of connections. (See my other post....)  Once I figure that out, I'll
> move to 8.0.18 or whatever is the latest.
>
> Jerry
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to