Hi again Mark

I just figured out what you meant write after responding. I check if I
can call the website up from on the web server and I can so I don't
think this is the issue. I assume you meant for me to add a host
record to point the domain back at the server but this would only be
required if it couldn't be browsed to right?

Cheers
Matthew

On Feb 26, 4:02 pm, Matthew <matthewbchamb...@gmail.com> wrote:
> Hi Mark
>
> Thanks for the response. Not sure what you mean? What do I need to do
> with the DNS? I really need to solve this!
>
> Cheers
> Matthew
>
> On Feb 26, 3:45 pm, Mark Mandel <mark.man...@gmail.com> wrote:
>
> > I've had similar things happen when the DNS has changes, and the
> > server can't resolve it's own name.
>
> > A quick fix to the hosts file can usually solve this one.
>
> > Mark
>
> > On Thu, Feb 26, 2009 at 9:27 AM, Matthew <matthewbchamb...@gmail.com> wrote:
>
> > > 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)
>
> > --
> > E: mark.man...@gmail.com
> > W:www.compoundtheory.com
>
>
--~--~---------~--~----~------------~-------~--~----~
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