I have attached some excerpts from the catalina.out file.
On 1/6/2013 3:10 AM, Alan Holden wrote:
Well, I would expect memory usage to rise commensurate with the volume
of bytes returned by your cfhttp call, or what you do with the
resulting content.
But the example is only 537 bytes. Unless your code has created some
looping or racing condition, the behavior does seem abnormal.
Especially if the *exact same* code worked without issue on an earlier
version of OpenBD on the *exact same* J2EE platform on the *same*
computer.
Tomcat's file layout can change by system. That's what makes open
software so much fun. For example, Ubuntu version X can set it all up
differently from Red Hat version Y (or even an older Ubuntu for that
matter). Luckily, one of the Tomcat log names has not changed for a
long while: catalina.out
grep (search) your system for that file, and you should find the
location of your Tomcat logs from there.
For me, it's under /var/log/tomcat6
---
Al Holden
On 2013-01-05 23:17, Ernest McCloskey wrote:
Well, that is just the base code, there is more to it which I posted
in the bug section on the site.
And yes, that to was failing in versions beyond the March 30 build.
Not sure where to check Tomcats Logs to see what is going on. So if
you could point me where I will look. And in the mean time, I will
look around and see what I find.
On 1/6/2013 2:15 AM, Alan Holden wrote:
You're still testing with that same URL
(https://wsbeta.fedex.com/web-services)?
FWIW - Looks like that only returns 537 bytes (and a 500 code). Weird.
Anything in Tomcat's own server logs?
---
Al Holden
On 2013-01-05 01:45, MiniFireDragon wrote:
Just wanted to post an update.
I spent some time fiddling with Tomcats memory settings. I do
not know what has changed in OpenBD that an cfhttp request was
generating Perm Gen errors in Tomcat. I increased the HeapSize
to 512mbs and that fixed the issue. As I ran the cfhttp tag I
pushed refresh over and over inside of Tomcat's Server Status
page and watched the memory climb.
So my next question is, why is cfhttp eating away 510mbs of
system memory?
On Saturday, December 22, 2012 1:07:44 AM UTC-5, MiniFireDragon
wrote:
Sorry if this is a double post. Created a topic from an
email and it went into another thread:
I have done some futher research since this post. I went
back to a nightly build March 30 and it works. The next
nightly build I have was Oct 17 and that didn't work. And I
tried the most recent build and that too didn't work.
cfhttp causing out of memory errors
perhaps it's just me, or is/was there a bug where cfhttp
doesn't work? I had a section of code that was working and
I think I updated sometime ago in one of the nightly builds
to the newer one to fix a problem. I don't remember if i
tested it after the updating. Here is the stick of code:
url="https://wsbeta.fedex.com:443/web-services"
method="post"
result="httpResponse">
I have cfhttpparam set too, but the above code, by itself
does not allow the page to load. And occasionally I will
get out of memory (I think on the Perm side).
here it is on a page:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Untitled Document
url="https://wsbeta.fedex.com:443/web-services"
method="post"
result="httpResponse">
I would have thought it would atleast through an error.
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
Exception in thread "no-request" java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at
com.naryx.tagfusion.cfm.engine.cfmRunTimeException.handleException(Unknown
Source)
at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source)
at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.newatlanta.filters.SearchEngineFriendlyURLFilter.doFilter(Unknown Source)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:200)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
Exception in thread "Timer-4" java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2823)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1160)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533)
at org.aw20.util.SystemClock.setTime(SystemClock.java:138)
at org.aw20.util.SystemClock.access$000(SystemClock.java:35)
at org.aw20.util.SystemClock$1.run(SystemClock.java:67)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Exception in thread "Timer-6" java.lang.OutOfMemoryError: PermGen space
Exception in thread "Timer-3" java.lang.OutOfMemoryError: PermGen space
Exception in thread "Timer-5" java.lang.OutOfMemoryError: PermGen space
Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
java.lang.OutOfMemoryError: PermGen space
Exception in thread "no-request" java.lang.OutOfMemoryError: PermGen space
Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError
occurred dispatching signal SIGTERM to handler- the VM may need to be forcibly
terminated
Exception in thread "CFQUERY Backgrounder"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler
in thread "CFQUERY Backgrounder"
Exception in thread "CFQUERY Backgrounder"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler
in thread "CFQUERY Backgrounder"
Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler
in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
Exception in thread "/openbd/" java.lang.OutOfMemoryError: PermGen space
Dec 21, 2012 2:16:40 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Dec 21, 2012 2:16:40 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ContainerBase stopInternal
SEVERE: A child container failed during stop
java.util.concurrent.ExecutionException:
org.apache.catalina.LifecycleException: An invalid Lifecycle transition was
attempted ([before_stop]) for component
[StandardEngine[Catalina].StandardHost[kingofsweetsstore.com].StandardContext[/openbd]]
in state [STARTING_PREP]
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1156)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1540)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1530)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.catalina.LifecycleException: An invalid Lifecycle
transition was attempted ([before_stop]) for component
[StandardEngine[Catalina].StandardHost[kingofsweetsstore.com].StandardContext[/openbd]]
in state [STARTING_PREP]
at
org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:408)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:219)
... 7 more
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('cfcServletAxisEngine',
'org.apache.axis.server.AxisServer@72470560')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('AxisEngine',
'org.apache.axis.server.AxisServer@72470560')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ContainerBase stopInternal
SEVERE: A child container failed during stop
java.util.concurrent.ExecutionException:
org.apache.catalina.LifecycleException: Failed to stop component
[StandardEngine[Catalina].StandardHost[kingofsweetsstore.com]]
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1156)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at
org.apache.catalina.core.StandardService.stopInternal(StandardService.java:502)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at
org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:748)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:691)
at
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:845)
Caused by: org.apache.catalina.LifecycleException: Failed to stop component
[StandardEngine[Catalina].StandardHost[kingofsweetsstore.com]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1540)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1530)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.catalina.LifecycleException: A child container failed
during stop
at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1163)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
... 7 more
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('cfcServletAxisEngine',
'org.apache.axis.server.AxisServer@5f530f8c')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('AxisEngine',
'org.apache.axis.server.AxisServer@5f530f8c')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('cfcServletAxisEngine',
'org.apache.axis.server.AxisServer@640d30bf')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('AxisEngine',
'org.apache.axis.server.AxisServer@640d30bf')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('cfcServletAxisEngine',
'org.apache.axis.server.AxisServer@5314dea3')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('AxisEngine',
'org.apache.axis.server.AxisServer@5314dea3')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('cfcServletAxisEngine',
'org.apache.axis.server.AxisServer@756bd356')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeRemoved('AxisEngine',
'org.apache.axis.server.AxisServer@756bd356')
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 21, 2012 2:16:40 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/manager] appears to have started a thread named
[CronPluginThread] but has failed to stop it. This is very likely to create a
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/openbd] appears to have started a thread named
[scheduleEngine] but has failed to stop it. This is very likely to create a
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/openbd] appears to have started a thread named
[CronPluginThread] but has failed to stop it. This is very likely to create a
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/openbd] appears to have started a thread named
[http-bio-8080-exec-32] but has failed to stop it. This is very likely to
create a memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.HeapContext$2] (value
[javolution.context.HeapContext$2@3cf0aa]) and a value of type
[javolution.util.FastTable] (value [[Heap allocator for class
javolution.util.FastMap$KeyIterator$1, Heap allocator for class
javolution.util.FastMap$ValueIterator$1, Heap allocator for class
javolution.text.Text$3]]) but failed to remove it when the web application was
stopped. Threads are going to be renewed over time to try and avoid a probable
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.ObjectFactory$2] (value
[javolution.context.ObjectFactory$2@2f7b736]) and a value of type
[javolution.context.HeapContext.HeapAllocator] (value [Heap allocator for class
javolution.util.FastMap$ValueIterator$1]) but failed to remove it when the web
application was stopped. Threads are going to be renewed over time to try and
avoid a probable memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.Context$1] (value [javolution.context.Context$1@551d3bbf])
and a value of type [javolution.context.Context.Root] (value [Instance of
javolution.context.Context$Root]) but failed to remove it when the web
application was stopped. Threads are going to be renewed over time to try and
avoid a probable memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.ObjectFactory$2] (value
[javolution.context.ObjectFactory$2@723da440]) and a value of type
[javolution.context.HeapContext.HeapAllocator] (value [Heap allocator for class
javolution.text.Text$4]) but failed to remove it when the web application was
stopped. Threads are going to be renewed over time to try and avoid a probable
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.HeapContext$1] (value
[javolution.context.HeapContext$1@2ceaa058]) and a value of type
[javolution.util.FastMap] (value
[[javolution.util.FastMap$KeyIterator$1@30b705a2=Heap allocator for class
javolution.util.FastMap$KeyIterator$1,
javolution.util.FastMap$ValueIterator$1@5331c364=Heap allocator for class
javolution.util.FastMap$ValueIterator$1, javolution.text.Text$3@7635c079=Heap
allocator for class javolution.text.Text$3,
javolution.text.Text$4@7aed91af=Heap allocator for class
javolution.text.Text$4]]) but failed to remove it when the web application was
stopped. Threads are going to be renewed over time to try and avoid a probable
memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/openbd] created a ThreadLocal with key of type
[javolution.context.ObjectFactory$2] (value
[javolution.context.ObjectFactory$2@5fc50871]) and a value of type
[javolution.context.HeapContext.HeapAllocator] (value [Heap allocator for class
javolution.util.FastMap$KeyIterator$1]) but failed to remove it when the web
application was stopped. Threads are going to be renewed over time to try and
avoid a probable memory leak.
Dec 21, 2012 2:16:42 AM org.apache.catalina.startup.Catalina stop
SEVERE: Catalina.stop
org.apache.catalina.LifecycleException: Failed to stop component
[StandardServer[8005]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:691)
at
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:845)
Caused by: org.apache.catalina.LifecycleException: Failed to stop component
[StandardService[Catalina]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
at
org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:748)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
... 2 more
Caused by: org.apache.catalina.LifecycleException: Failed to stop component
[StandardEngine[Catalina]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
at
org.apache.catalina.core.StandardService.stopInternal(StandardService.java:502)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
... 4 more
Caused by: org.apache.catalina.LifecycleException: A child container failed
during stop
at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1163)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
... 6 more
INFO: Using "/opt/openbd/tomcat/temp/vfs_cache" as temporary files store.
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2823)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1160)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at
com.naryx.tagfusion.expression.compile.expressionEngine.loadFunction(Unknown
Source)
at
com.naryx.tagfusion.expression.compile.expressionEngine.<clinit>(Unknown Source)
at com.bluedragon.plugin.PluginManager.registerFunction(Unknown Source)
at
org.alanwilliamson.openbd.plugin.spreadsheet.SpreadSheetExtension.pluginStart(Unknown
Source)
at com.bluedragon.plugin.PluginManager.loadPlugIn(Unknown Source)
at
com.bluedragon.platform.java.JavaPlatform.initialiseTagSystem(Unknown Source)
at com.naryx.tagfusion.cfm.tag.tagChecker.initialiseTags(Unknown Source)
at com.naryx.tagfusion.cfm.engine.cfEngine.<init>(Unknown Source)
at com.naryx.tagfusion.cfm.engine.cfEngine.init(Unknown Source)
at com.naryx.tagfusion.cfm.cfServlet.init(Unknown Source)
at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5001)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5289)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:958)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:536)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1467)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Exception in thread "CFQUERY Backgrounder" java.lang.OutOfMemoryError: PermGen
space
Dec 22, 2012 12:45:17 AM org.apache.tomcat.util.modeler.BaseModelMBean invoke
SEVERE: Exception invoking method check
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2823)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1160)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2404)
at java.lang.Class.getConstructor0(Class.java:2714)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
at
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:125)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1136)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5001)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5289)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:958)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:536)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1467)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)
at
org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1436)
Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
java.lang.OutOfMemoryError: PermGen space
Exception in thread "Timer-7" java.lang.OutOfMemoryError: PermGen space
Dec 22, 2012 12:53:04 AM org.apache.catalina.util.LifecycleBase start
INFO: The start() method was called on component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/openbd]]
after start() had already been called. The second call will be ignored.
Jan 01, 2013 12:55:29 AM org.apache.catalina.core.AprLifecycleListener init