I have an error that I get from time to time (included below). I am 
 running magnolia 2.1 on resin 3.0.14 with Java 1.5.  I was wondering if I
could get some ideas in tracking down the cause of this error, as we suspect
(but are not 100% positive) that it may be causing some problems with our
site. 

Specifically, our site periodically will stop serving pages. The webserver
continues to run, but the pages do not come up. Recently, we moved the
magnolia admin instance to its own resin instance on a different port, and
that has seemed to help (before that, we were running both the admin and
public instances on the same resin instance). This has reduced the frequency
of the "stop serving pages" problem (it only happens about 1/3 as often
now). 

Can you all give me some ideas as to where I should look or what may be
causing the entry servlet error below?

 Thanks,

 Paul Wilcox



 ERROR  info.magnolia.cms.servlets.EntryServlet 09.09.2005 12:09:43
 -- connection reset by peer
 com.caucho.vfs.ClientDisconnectException: connection reset by peer
         at com.caucho.vfs.JniStream.exception(JniStream.java:168)
         at com.caucho.vfs.JniStream.write(JniStream.java:132)
         at com.caucho.vfs.WriteStream.flushBuffer(WriteStream.java: 
 372)
         at com.caucho.server.connection.AbstractHttpResponse.finish
 (AbstractHttpResponse.java:1950)
         at com.caucho.server.connection.AbstractHttpResponse.close
 (AbstractHttpResponse.java:266)
         at com.caucho.server.webapp.RequestDispatcherImpl.forward
 (RequestDispatcherImpl.java:271)
         at com.caucho.server.webapp.RequestDispatcherImpl.forward
 (RequestDispatcherImpl.java:106)
         at info.magnolia.cms.Dispatcher.dispatch(Dispatcher.java:79)
         at info.magnolia.cms.servlets.EntryServlet.doGet
 (EntryServlet.java:141)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java: 
 115)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
         at com.caucho.server.dispatch.ServletFilterChain.doFilter
 (ServletFilterChain.java:99)
         at info.magnolia.cms.filters.SecurityFilter.doFilter
 (SecurityFilter.java:73)
         at com.caucho.server.dispatch.FilterFilterChain.doFilter
 (FilterFilterChain.java:70)
         at info.magnolia.cms.filters.MultipartRequestFilter.doFilter
 (MultipartRequestFilter.java:80)
         at com.caucho.server.dispatch.FilterFilterChain.doFilter
 (FilterFilterChain.java:70)
         at info.magnolia.cms.filters.ContentTypeFilter.doFilter
 (ContentTypeFilter.java:65)
         at com.caucho.server.dispatch.FilterFilterChain.doFilter
 (FilterFilterChain.java:70)
         at com.caucho.server.cache.CacheFilterChain.doFilter
 (CacheFilterChain.java:209)
         at com.caucho.server.webapp.WebAppFilterChain.doFilter
 (WebAppFilterChain.java:163)
         at com.caucho.server.dispatch.ServletInvocation.service
 (ServletInvocation.java:208)
         at com.caucho.server.http.HttpRequest.handleRequest
 (HttpRequest.java:259)
         at com.caucho.server.port.TcpConnection.run
 (TcpConnection.java:363)
         at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
         at com.caucho.util.ThreadPool.run(ThreadPool.java:423)
         at java.lang.Thread.run(Thread.java:595)



----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to