Have you specified in your web.xml that your webapp should be distributed ?

I suspect so.

I shall try to fix this this evening.

If you alter your web.xml for the moment so that the webapp is not distributed, things should get back to normal.

Thanks for pointing this one out.
 

Jules
 

Alain Schaefer wrote:

hi,

since a few days my small app doesnt work
anymore on rh head. when trying to access any jsp
i get the following exception. No error message is
sent back to the browser, only an empty html-page.
I do use struts tag-libs. I'm using the default
configuration, so why does jboss try to Distribute
my http session ?

thanks

alain

18:24:59,148 INFO  [Jetty] JSP: init
18:24:59,178 INFO  [DistributedSessionManager$DistributedSession#uid-0] new: uid-0
18:24:59,178 WARN  [Jetty] WARNING: JspFactoryImpl: Exception initializing page context
java.lang.NoSuchMethodError
        at org.jboss.jetty.DistributedSessionManager$DistributedSession.<init>(DistributedSessionManager.java:281)
        at org.jboss.jetty.DistributedSessionManager.newHttpSession(DistributedSessionManager.java:204)
        at org.mortbay.jetty.servlet.ServletHandler.newHttpSession(ServletHandler.java:472)
        at org.mortbay.jetty.servlet.ServletHttpRequest.getSession(ServletHttpRequest.java:499)
        at org.mortbay.jetty.servlet.ServletHttpRequest.getSession(ServletHttpRequest.java:521)
        at org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:138)
        at org.apache.jasper.runtime.PageContextImpl.initialize(PageContextImpl.java:114)
        at org.apache.jasper.runtime.JspFactoryImpl.internalGetPageContext(JspFactoryImpl.java:175)
        at org.apache.jasper.runtime.JspFactoryImpl.getPageContext(JspFactoryImpl.java:154)
        at org.apache.jsp.index$jsp._jspService(index$jsp.java:45)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:291)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:542)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1265)
        at org.mortbay.http.handler.ResourceHandler.handleGet(ResourceHandler.java:368)
        at org.mortbay.http.handler.ResourceHandler.handle(ResourceHandler.java:269)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1265)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1219)
        at org.mortbay.http.HttpServer.service(HttpServer.java:725)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:745)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:918)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:760)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:138)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
        at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
        at java.lang.Thread.run(Thread.java:484)

18:24:59,178 INFO  [Jetty] JspFactoryImpl: Exception initializing page context: java.lang.NoSuchMethodError
______________________________________________________________________
View this jboss-dev thread in the online forums:
http://jboss.org/forums/thread.jsp?forum=66&thread=6865

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to