Hi everyone

Suddenly I'm having a problem with CFDOCUMENT hanging the server. The
code has been working fine for years, mind you I did play around with
the layout a little recently but it was fine when I put the changes
live and now several days later it just get hung threads. I've rolled
back the code and still it hangs. If I monitor the thread in Fusion
Reactor it just sits there and doesn't resolve. When the crash first
happened I had 4 threads sitting there fore 1,900,000ms!!!!!

Here is a sample stack trace if anyone can help?

"jrpp-2725" prio=5 tid=0x050e1578 nid=0x1020 in Object.wait()
[0x0c1bf000..0x0c1bfd94]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x141f92c8> (a coldfusion.util.Semaphore)
        at java.lang.Object.wait(Object.java:429)
        at coldfusion.util.Semaphore.acquire(Semaphore.java:31)
        - locked <0x141f92c8> (a coldfusion.util.Semaphore)
        at coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:
1107)
        at cfpass2ecfc602386039$funcCREATEPRODUCTFACTSHEET.runFunction(C:
\Inetpub\wwwroot\project\views\pass.cfc:1260)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
        at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke
(UDFMethod.java:290)
        at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke
(UDFMethod.java:254)
        at coldfusion.filter.FunctionAccessFilter.invoke
(FunctionAccessFilter.java:56)
        at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146)
        at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634)
        at cfpass2ecfm652413036._factor2(C:\Inetpub\wwwroot\project\pass.cfm:
215)
        at cfpass2ecfm652413036._factor3(C:\Inetpub\wwwroot\project\pass.cfm:
27)
        at cfpass2ecfm652413036.runPage(C:\Inetpub\wwwroot\project\pass.cfm:
1)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
225)
        at coldfusion.filter.RequestMonitorFilter.invoke
(RequestMonitorFilter.java:51)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke
(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
        at coldfusion.filter.RequestThrottleFilter.invoke
(RequestThrottleFilter.java:115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        at coldfusion.bootstrap.BootstrapServlet.service
(BootstrapServlet.java:78)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at com.intergral.fusionreactor.filter.FusionReactorFilter.B(Unknown
Source)
        at com.intergral.fusionreactor.filter.FusionReactorFilter.A(Unknown
Source)
        at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter
(Unknown Source)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke
(JRunRequestDispatcher.java:257)
        at jrun.servlet.ServletEngineService.dispatch
(ServletEngineService.java:541)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
(JRunProxyService.java:204)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
(ThreadPool.java:318)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
(ThreadPool.java:426)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to