You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/05 18:47:57 UTC

[Bug 55358] New: Provide better error message for IS_SECURITY_ENABLED

https://issues.apache.org/bugzilla/show_bug.cgi?id=55358

            Bug ID: 55358
           Summary: Provide better error message for IS_SECURITY_ENABLED
           Product: Tomcat 6
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: hauser@acm.org

http://tomcat.10.x6.nabble.com/Fwd-Can-t-run-jsp-pages-on-tomcat-6-0-10-td2048493.html#a2048498
and
http://tomcat.10.x6.nabble.com/Re-Fwd-Can-amp-39-t-run-jsp-pages-on-tomcat-6-0-10-td2070638.html
do not really get to a solution.

I looked at the source (Bug 52697), but it wasn't obvious, why I get the error
:

SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
        at
org.apache.naming.resources.DirContextURLConnection.<init>(DirContextURLConnection.java:67)
        at
org.apache.naming.resources.DirContextURLStreamHandler.openConnection(DirContextURLStreamHandler.java:89)
        at java.net.URL.openConnection(URL.java:945)
        at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:435)
        at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:399)
        at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
        at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:615)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:662)

Could it be caused by server.xml ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55358] Provide better error message for IS_SECURITY_ENABLED

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55358

--- Comment #2 from Ralf Hauser <ha...@acm.org> ---
tomcat6/lib/naming-factory.jar  with 

374 Tue Sep 12 10:09:22 CEST 2006 org/apache/naming/Constants.class

was the culprit - apologies for the disturbance

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55358] Provide better error message for IS_SECURITY_ENABLED

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55358

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
This belongs on the users mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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