Skip to main content
Inspiring
June 10, 2009
Question

Error JRun Servlet error

  • June 10, 2009
  • 1 reply
  • 945 views

What is this error? It looks like my host's CF machine is going wrong? Thank-you

500

SeeFusion terminated request: Page Time at 15625ms >= limit of 15000ms (rule "LongRequest")

com.seefusion.SeeFusionKillError: SeeFusion terminated request: Page Time at 15625ms >= limit of 15000ms (rule "LongRequest")
     at com.seefusion.ud.a(ud.java:270)
     at com.seefusion.Filter.doFilter(Filter.java:57)
     at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    June 10, 2009

    It looks to me like your host is using the SeeFusion product.

    It looks to me like your host has set a rule in that product that will abort any request that is longer then 15000 miliseconds (15 seconds).

    It looks to me like your request was clocked at 15625 miliseconds that triggered this rule.

    It looks to me like your page is taking too long to run.