0
java.lang.OutOfMemoryError: GC overhead limit exceeded

/t5/coldfusion-discussions/java-lang-outofmemoryerror-gc-overhead-limit-exceeded/td-p/368717
Feb 27, 2008
Feb 27, 2008
Copy link to clipboard
Copied
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)
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)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/java-lang-outofmemoryerror-gc-overhead-limit-exceeded/m-p/368718#M33195
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/java-lang-outofmemoryerror-gc-overhead-limit-exceeded/m-p/368719#M33196
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
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?
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?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/java-lang-outofmemoryerror-gc-overhead-limit-exceeded/m-p/368720#M33197
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
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.
I may try it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/java-lang-outofmemoryerror-gc-overhead-limit-exceeded/m-p/368721#M33198
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
I solved my problem by installing:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402465&sliceId=1
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402465&sliceId=1
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

