Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

java.lang.OutOfMemoryError: GC overhead limit exceeded

Guest
Feb 27, 2008 Feb 27, 2008
500

ROOT CAUSE:
java.lang.OutOfMemoryError: GC overhead limit exceeded


javax.servlet.ServletException: ROOT CAUSE:
java.lang.OutOfMemoryError: GC overhead limit exceeded

at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
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:284)
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)
5.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 01, 2008 Mar 01, 2008
I have the same issue... what is even more odd is that the new site has been working just fine for more than 3 weeks. This week the OutOrMemoryError started happening. At first I thought it was a traffic issue, but this is not the case as it can happen in the middle of the night. Then I thought it might have been caused by spiders etc... nope..

At a total loss. I'm now going to write a routine to write the request to disk prior to my code handling it to see if it is a coding issue and what request causes it.

One more thing... someone wrote that this can be caused by the Server Monitor. The only problem is that we don't have Enterprise edition so I don't have access to turn the monitor off. The server logs state that the monitor does start up so... it must be running.

Any suggestions or insights would be appreciated.

Thanx
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 01, 2008 Mar 01, 2008
Sorry to hear you are having the same issue. I'm using the Developer edition, and yes I have to say this issue didn't occur until recently. I am baffled as to why it would just start. I wondered if this is perhaps an ISP issue. Bear with me. Just recently while working from my home office I got a warning attempting to connect to COMCAST -the told me my connection was suspended for 24 hours as they believed I was a spammer due to high bursts of traffic. The solution? Upgrade to a dedicated business line [so it seems if you're in the business of SPAM that's OK. :) ].

It seems impossible though.

I can tell you what I have tried, cutting my code down to just some of the routines. Basically anything that uses CFHTTP bombs.

For the comment on Server Monitor that can be an issue, but it is turned off by default. I don't know if that would then be an issue.

Perhaps something in update 2?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 01, 2008 Mar 01, 2008
I just noticed in Administrator > Server Settings > Java and JVM. Perhaps increasing the heap size there or updating to another JVM would help?

I may try it.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 01, 2008 Mar 01, 2008
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources