Is anybody else getting this error?
Or have I got some work to do on my computer?
"500 Servlet Exception
javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletException
in '/common/layout1col.jspx': java.lang.reflect.InvocationTargetException
at com.caucho.jsp.PageContextImpl.handlePageException(PageContextImpl.java:1120)
at _jsp._pages._error._error__jsp._jspService(pages/error/error.jsp:19)
at com.caucho.jsp.JavaPage.service(JavaPage.java:60)
at com.caucho.jsp.Page.pageservice(Page.java:570)
at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:179)
at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:485)
at com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
at com.instructables.servlet.ErrorServlet.service(ErrorServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:277)
at com.caucho.server.webapp.RequestDispatcherImpl.error(RequestDispatcherImpl.java:113)
at com.caucho.server.webapp.ErrorPageManager.sendServletError(ErrorPageManager.java:362)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:175)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:514)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:527)
at com.caucho.util.ThreadPool.run(ThreadPool.java:449)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.servlet.jsp.JspException: ServletException in '/common/layout1col.jspx':
java.lang.reflect.InvocationTargetException
at org.apache.tiles.taglib.InsertTag$InsertHandler.doEndTag(InsertTag.java:923)
at org.apache.tiles.taglib.InsertTag.doEndTag(InsertTag.java:457)
at _jsp._pages._error._error__jsp._jspService(pages/error/error.jsp:19)
at com.caucho.jsp.JavaPage.service(JavaPage.java:60)
at com.caucho.jsp.Page.pageservice(Page.java:570)
at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:179)
at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:485)
at com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
at com.instructables.servlet.ErrorServlet.service(ErrorServlet.java:68)
..."
5
answers
|
Answer it!
|
With the Answers section, much more than elsewhere, I have noticed that I'bles servers are very poorly syncronized. I can do a hard refresh of the "recent" page and not infrequently the latest, or even a couple of the latest, question will simply disappear. A couple more refreshes and it comes right back.
Here's a possible theory: With all of the cross-referencing, dynamic linking, and whatnot buried in the pages, you might be hitting a situation where the page is displayed by one server, but when you fetch a question is comes from a different server that doesn't yet know it exists.
![]() |

































