Thanks for the clarification on the initial heap size. I've set both Xms and
Xmx to 512m for the following test.
I was able to reproduce the problem immediately with:
- Xms and Xmx both set to 512m
- Java 1.6 with no JPDA running
- XX:+PrintGCDetails enabled

I've attached the thread dump which I took on the 3rd or 4th attempt after
the process hung. They were all the same on each measure.

I've also attached the catalina.out log which shows the GC basically
freezing.

One thing that it is a little odd is that the Catalina log is basically in
the middle of (or possibly JUST finished) some kind of hibernate
initialization but the blocked thread (the only thread doing anything but
sleeping) doesn't really indicate this.

- Bradley

On Mon, Aug 31, 2009 at 6:19 PM, Leon Rosenberg <
rosenberg.l...@googlemail.com> wrote:

> Hello,
> This indeed sounds like you have problems with one of the spaces,
> please add following option to the JAVA_OPTS (or whatever you are
> using) to seubmit jvm parameters:
> -XX:+PrintGCDetails
>
> And, no tomcat's initial heap size don't default to 64Mb. The JVM
> allocateds a heap dependent on your computer type, for example the 1.5
> VM would identify a 2 core 2 GB machine as 'server' and allocated more
> memory than with 1 core cpu.
>
> http://72.5.124.55/docs/hotspot/gc5.0/ergo5.html
>
> regards
> Leon
>
> P.S. I know the link looks strange it come ups from google:
>
> http://www.google.de/search?q=hotspot+memory+ergonomics&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
>
> P.P.S I had a similar situation once, as a client had set space sizes
> manually (new and old) and the old space was full. The VM was only
> full garbage collecting which led to 100% CPU usage and strange thread
> dumps. The above option would help you in this case to identify the
> full gc runs previously and during the hangup.
>
>
>
> On Mon, Aug 31, 2009 at 11:34 PM, Bradley
> Wagner<bradley.wag...@hannonhill.com> wrote:
> >>
> >> The other interesting point is that all of those are hung in places
> where
> >
> > they would naturally be allocating an object or have very recently
> allocated
> >
> > an object, and the JVM *might* in theory be growing the heap.  Bradley,
> are
> >
> > your initial and maximum heap sizes identical (I suspect not from your
> >
> > original message)?  If not, what happens if you make them so?
> >
> >
> > From my original post, I'm setting the following memory parameters:
> >
> > -Xmx512M -XX:MaxPermSize=128m
> >
> > so I'm not setting an initial heap size at all. If I remember correctly,
> > Tomcat's initial heap size default's to 64MB or something.
> >
> > I'll try to set the initial and max to the same to see if that has any
> > effect.
> >
> > Thanks,
> > Bradley
> >
> > On Mon, Aug 31, 2009 at 4:59 PM, Peter Crowther <
> peter.crowt...@melandra.com
> >> wrote:
> >
> >> 2009/8/31 Christopher Schultz <ch...@christopherschultz.net>
> >>
> >> > -----BEGIN PGP SIGNED MESSAGE-----
> >> > Hash: SHA1
> >> >
> >> > Bradley,
> >> >
> >> > On 8/31/2009 4:02 PM, Bradley Wagner wrote:
> >> > > Sorry, I should have mentioned this before, but in all cases I tried
> >> the
> >> > > thread dumps 2-3 times at least 30s apart and none of the threads
> have
> >> > > progressed at all.
> >> >
> >> > I agree with Mark: the three threads you showed were different
> >> > (different ids), and showing different call stacks. Are you saying
> that
> >> > each thread dump you took represents multiple thread dumps where that
> >> > particular thread didn't progress /at all/ over your multi-dump
> sample?
> >> >
> >> > You might even want to run strace to see which library function calls
> >> > are actually completing.
> >> >
> >>
> >> Agree.
> >>
> >> The other interesting point is that all of those are hung in places
> where
> >> they would naturally be allocating an object or have very recently
> >> allocated
> >> an object, and the JVM *might* in theory be growing the heap.  Bradley,
> are
> >> your initial and maximum heap sizes identical (I suspect not from your
> >> original message)?  If not, what happens if you make them so?
> >>
> >> - Peter
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
Attaching to process ID 26202, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 14.0-b16
Deadlock Detection:

No deadlocks found.

Thread 26216: (state = BLOCKED)
 - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
 - java.lang.Object.wait() @bci=2, line=485 (Interpreted frame)
 - java.util.TimerThread.mainLoop() @bci=28, line=483 (Interpreted frame)
 - java.util.TimerThread.run() @bci=1, line=462 (Interpreted frame)


Thread 26215: (state = BLOCKED)
 - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame)
 - 
com.hannonhill.cascade.model.search.MemoryQueueSearchJobScheduler$ConsumerThread.run()
 @bci=17, line=56 (Interpreted frame)


Thread 26214: (state = BLOCKED)
 - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame)
 - com.hannonhill.cascade.view.struts.security.CascadeSessionListener$2.sleep() 
@bci=25, line=517 (Interpreted frame)
 - com.hannonhill.cascade.view.struts.security.CascadeSessionListener$2.run() 
@bci=18, line=498 (Interpreted frame)
 - java.lang.Thread.run() @bci=11, line=619 (Interpreted frame)


Thread 26209: (state = BLOCKED)


Thread 26208: (state = BLOCKED)
 - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
 - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Interpreted 
frame)
 - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Interpreted frame)
 - java.lang.ref.Finalizer$FinalizerThread.run() @bci=3, line=159 (Interpreted 
frame)


Thread 26207: (state = BLOCKED)
 - java.lang.Object.wait(long) @bci=0 (Interpreted frame)
 - java.lang.Object.wait() @bci=2, line=485 (Interpreted frame)
 - java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=116 
(Interpreted frame)


Thread 26203: (state = BLOCKED)
 - java.io.DataInputStream.readUTF(java.io.DataInput) @bci=489, line=644 
(Compiled frame)
 - java.io.DataInputStream.readUTF() @bci=1, line=547 (Compiled frame)
 - 
org.aspectj.apache.bcel.classfile.ConstantUtf8.<init>(java.io.DataInputStream) 
@bci=7, line=88 (Compiled frame)
 - 
org.aspectj.apache.bcel.classfile.Constant.readConstant(java.io.DataInputStream)
 @bci=91, line=125 (Compiled frame)
 - 
org.aspectj.apache.bcel.classfile.ConstantPool.<init>(java.io.DataInputStream) 
@bci=67, line=45 (Compiled frame)
 - org.aspectj.apache.bcel.classfile.ClassParser.readConstantPool() @bci=9, 
line=186 (Interpreted frame)
 - org.aspectj.apache.bcel.classfile.ClassParser.parse() @bci=9, line=131 
(Interpreted frame)
 - 
org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository.loadClass(java.lang.String)
 @bci=100, line=226 (Interpreted frame)
 - 
org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository.loadClass(java.lang.Class)
 @bci=5, line=237 (Interpreted frame)
 - 
org.aspectj.weaver.reflect.Java15AnnotationFinder.getParameterAnnotationTypes(java.lang.reflect.Member)
 @bci=21, line=353 (Interpreted frame)
 - 
org.aspectj.weaver.reflect.ReflectionBasedResolvedMemberImpl.getParameterAnnotationTypes()
 @bci=23, line=205 (Interpreted frame)
 - org.aspectj.weaver.JoinPointSignature.getParameterAnnotationTypes() @bci=4, 
line=272 (Interpreted frame)
 - 
org.aspectj.weaver.patterns.SignaturePattern.matchesExactlyMethod(org.aspectj.weaver.JoinPointSignature,
 org.aspectj.weaver.World, boolean) @bci=133, line=400 (Interpreted frame)
 - 
org.aspectj.weaver.patterns.SignaturePattern.matchesExactly(org.aspectj.weaver.JoinPointSignature,
 org.aspectj.weaver.World, boolean, boolean) @bci=100, line=336 (Interpreted 
frame)
 - 
org.aspectj.weaver.patterns.SignaturePattern.matches(org.aspectj.weaver.Member, 
org.aspectj.weaver.World, boolean) @bci=74, line=300 (Interpreted frame)
 - 
org.aspectj.weaver.patterns.KindedPointcut.matchInternal(org.aspectj.weaver.Shadow)
 @bci=90, line=106 (Interpreted frame)
 - org.aspectj.weaver.patterns.Pointcut.match(org.aspectj.weaver.Shadow) 
@bci=32, line=146 (Compiled frame)
 - 
org.aspectj.weaver.patterns.AndPointcut.matchInternal(org.aspectj.weaver.Shadow)
 @bci=24, line=54 (Interpreted frame)
 - org.aspectj.weaver.patterns.Pointcut.match(org.aspectj.weaver.Shadow) 
@bci=32, line=146 (Compiled frame)
 - 
org.aspectj.weaver.internal.tools.PointcutExpressionImpl.getShadowMatch(org.aspectj.weaver.Shadow)
 @bci=5, line=235 (Interpreted frame)
 - 
org.aspectj.weaver.internal.tools.PointcutExpressionImpl.matchesExecution(java.lang.reflect.Member)
 @bci=15, line=101 (Interpreted frame)
 - 
org.aspectj.weaver.internal.tools.PointcutExpressionImpl.matchesMethodExecution(java.lang.reflect.Method)
 @bci=2, line=92 (Compiled frame)
 - 
org.springframework.aop.aspectj.AspectJExpressionPointcut.getShadowMatch(java.lang.reflect.Method,
 java.lang.reflect.Method) @bci=32, line=371 (Compiled frame)
 - 
org.springframework.aop.aspectj.AspectJExpressionPointcut.matches(java.lang.reflect.Method,
 java.lang.Class, boolean) @bci=18, line=248 (Compiled frame)
 - 
org.springframework.aop.support.AopUtils.canApply(org.springframework.aop.Pointcut,
 java.lang.Class, boolean) @bci=125, line=211 (Compiled frame)
 - 
org.springframework.aop.support.AopUtils.canApply(org.springframework.aop.Advisor,
 java.lang.Class, boolean) @bci=43, line=250 (Interpreted frame)
 - 
org.springframework.aop.support.AopUtils.findAdvisorsThatCanApply(java.util.List,
 java.lang.Class) @bci=135, line=284 (Interpreted frame)
 - 
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findAdvisorsThatCanApply(java.util.List,
 java.lang.Class, java.lang.String) @bci=6, line=113 (Interpreted frame)
 - 
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findEligibleAdvisors(java.lang.Class,
 java.lang.String) @bci=9, line=85 (Interpreted frame)
 - 
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.getAdvicesAndAdvisorsForBean(java.lang.Class,
 java.lang.String, org.springframework.aop.TargetSource) @bci=3, line=66 
(Interpreted frame)
 - 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(java.lang.Object,
 java.lang.String, java.lang.Object) @bci=74, line=362 (Interpreted frame)
 - 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(java.lang.Object,
 java.lang.String) @bci=31, line=325 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(java.lang.Object,
 java.lang.String) @bci=39, line=361 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(java.lang.String,
 java.lang.Object, 
org.springframework.beans.factory.support.RootBeanDefinition) @bci=131, 
line=1344 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=232, line=473 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run()
 @bci=167, line=409 (Interpreted frame)
 - java.security.AccessController.doPrivileged(java.security.PrivilegedAction, 
java.security.AccessControlContext) @bci=0 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=18, line=380 (Interpreted frame)
 - org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject() 
@bci=16, line=264 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(java.lang.String,
 org.springframework.beans.factory.ObjectFactory) @bci=129, line=222 
(Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(java.lang.String,
 java.lang.Class, java.lang.Object[], boolean) @bci=309, line=261 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String,
 java.lang.Class, java.lang.Object[]) @bci=5, line=185 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String)
 @bci=4, line=164 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(java.lang.Object,
 org.springframework.beans.factory.config.RuntimeBeanReference) @bci=92, 
line=269 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(java.lang.Object,
 java.lang.Object) @bci=15, line=104 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(java.lang.String,
 org.springframework.beans.factory.config.BeanDefinition, 
org.springframework.beans.BeanWrapper, 
org.springframework.beans.PropertyValues) @bci=217, line=1245 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(java.lang.String,
 org.springframework.beans.factory.support.AbstractBeanDefinition, 
org.springframework.beans.BeanWrapper) @bci=339, line=1010 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=224, line=472 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run()
 @bci=167, line=409 (Interpreted frame)
 - java.security.AccessController.doPrivileged(java.security.PrivilegedAction, 
java.security.AccessControlContext) @bci=0 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=18, line=380 (Interpreted frame)
 - org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject() 
@bci=16, line=264 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(java.lang.String,
 org.springframework.beans.factory.ObjectFactory) @bci=129, line=222 
(Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(java.lang.String,
 java.lang.Class, java.lang.Object[], boolean) @bci=309, line=261 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String,
 java.lang.Class, java.lang.Object[]) @bci=5, line=185 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String)
 @bci=4, line=164 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(java.lang.Object,
 org.springframework.beans.factory.config.RuntimeBeanReference) @bci=92, 
line=269 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(java.lang.Object,
 java.lang.Object) @bci=15, line=104 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(java.lang.String,
 org.springframework.beans.factory.config.BeanDefinition, 
org.springframework.beans.BeanWrapper, 
org.springframework.beans.PropertyValues) @bci=217, line=1245 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(java.lang.String,
 org.springframework.beans.factory.support.AbstractBeanDefinition, 
org.springframework.beans.BeanWrapper) @bci=339, line=1010 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=224, line=472 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run()
 @bci=167, line=409 (Interpreted frame)
 - java.security.AccessController.doPrivileged(java.security.PrivilegedAction, 
java.security.AccessControlContext) @bci=0 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=18, line=380 (Interpreted frame)
 - org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject() 
@bci=16, line=264 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(java.lang.String,
 org.springframework.beans.factory.ObjectFactory) @bci=129, line=222 
(Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(java.lang.String,
 java.lang.Class, java.lang.Object[], boolean) @bci=309, line=261 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String,
 java.lang.Class, java.lang.Object[]) @bci=5, line=185 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String)
 @bci=4, line=164 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(java.lang.Object,
 org.springframework.beans.factory.config.RuntimeBeanReference) @bci=92, 
line=269 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(java.lang.Object,
 java.lang.Object) @bci=15, line=104 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(java.lang.String,
 org.springframework.beans.factory.config.BeanDefinition, 
org.springframework.beans.BeanWrapper, 
org.springframework.beans.PropertyValues) @bci=217, line=1245 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(java.lang.String,
 org.springframework.beans.factory.support.AbstractBeanDefinition, 
org.springframework.beans.BeanWrapper) @bci=339, line=1010 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=224, line=472 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run()
 @bci=167, line=409 (Interpreted frame)
 - java.security.AccessController.doPrivileged(java.security.PrivilegedAction, 
java.security.AccessControlContext) @bci=0 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=18, line=380 (Interpreted frame)
 - org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject() 
@bci=16, line=264 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(java.lang.String,
 org.springframework.beans.factory.ObjectFactory) @bci=129, line=222 
(Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(java.lang.String,
 java.lang.Class, java.lang.Object[], boolean) @bci=309, line=261 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String,
 java.lang.Class, java.lang.Object[]) @bci=5, line=185 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String)
 @bci=4, line=164 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(java.lang.Object,
 org.springframework.beans.factory.config.RuntimeBeanReference) @bci=92, 
line=269 (Interpreted frame)
 - 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(java.lang.Object,
 java.lang.Object) @bci=15, line=104 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(java.lang.String,
 org.springframework.beans.factory.config.BeanDefinition, 
org.springframework.beans.BeanWrapper, 
org.springframework.beans.PropertyValues) @bci=217, line=1245 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(java.lang.String,
 org.springframework.beans.factory.support.AbstractBeanDefinition, 
org.springframework.beans.BeanWrapper) @bci=339, line=1010 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=224, line=472 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run()
 @bci=167, line=409 (Interpreted frame)
 - java.security.AccessController.doPrivileged(java.security.PrivilegedAction, 
java.security.AccessControlContext) @bci=0 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(java.lang.String,
 org.springframework.beans.factory.support.RootBeanDefinition, 
java.lang.Object[]) @bci=18, line=380 (Interpreted frame)
 - org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject() 
@bci=16, line=264 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(java.lang.String,
 org.springframework.beans.factory.ObjectFactory) @bci=129, line=222 
(Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(java.lang.String,
 java.lang.Class, java.lang.Object[], boolean) @bci=309, line=261 (Interpreted 
frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String,
 java.lang.Class, java.lang.Object[]) @bci=5, line=185 (Interpreted frame)
 - 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(java.lang.String)
 @bci=4, line=164 (Interpreted frame)
 - 
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(java.lang.Class,
 boolean, boolean) @bci=46, line=308 (Interpreted frame)
 - 
org.springframework.context.support.AbstractApplicationContext.getBeansOfType(java.lang.Class,
 boolean, boolean) @bci=7, line=947 (Interpreted frame)
 - 
org.springframework.context.support.AbstractApplicationContext.registerListeners()
 @bci=60, line=701 (Interpreted frame)
 - org.springframework.context.support.AbstractApplicationContext.refresh() 
@bci=49, line=377 (Interpreted frame)
 - 
org.springframework.web.context.ContextLoader.createWebApplicationContext(javax.servlet.ServletContext,
 org.springframework.context.ApplicationContext) @bci=150, line=255 
(Interpreted frame)
 - 
org.springframework.web.context.ContextLoader.initWebApplicationContext(javax.servlet.ServletContext)
 @bci=67, line=199 (Interpreted frame)
 - 
org.springframework.web.context.ContextLoaderListener.contextInitialized(javax.servlet.ServletContextEvent)
 @bci=16, line=45 (Interpreted frame)
 - org.apache.catalina.core.StandardContext.listenerStart() @bci=429, line=3764 
(Interpreted frame)
 - org.apache.catalina.core.StandardContext.start() @bci=1178, line=4216 
(Interpreted frame)
 - 
org.apache.catalina.core.ContainerBase.addChildInternal(org.apache.catalina.Container)
 @bci=149, line=760 (Interpreted frame)
 - 
org.apache.catalina.core.ContainerBase.addChild(org.apache.catalina.Container) 
@bci=26, line=740 (Interpreted frame)
 - 
org.apache.catalina.core.StandardHost.addChild(org.apache.catalina.Container) 
@bci=25, line=544 (Interpreted frame)
 - org.apache.catalina.startup.HostConfig.deployDirectory(java.lang.String, 
java.io.File, java.lang.String) @bci=160, line=920 (Interpreted frame)
 - org.apache.catalina.startup.HostConfig.deployDirectories(java.io.File, 
java.lang.String[]) @bci=120, line=883 (Interpreted frame)
 - org.apache.catalina.startup.HostConfig.deployApps() @bci=34, line=492 
(Interpreted frame)
 - org.apache.catalina.startup.HostConfig.start() @bci=147, line=1138 
(Interpreted frame)
 - 
org.apache.catalina.startup.HostConfig.lifecycleEvent(org.apache.catalina.LifecycleEvent)
 @bci=132, line=311 (Interpreted frame)
 - 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(java.lang.String, 
java.lang.Object) @bci=68, line=120 (Interpreted frame)
 - org.apache.catalina.core.ContainerBase.start() @bci=306, line=1022 
(Interpreted frame)
 - org.apache.catalina.core.StandardHost.start() @bci=303, line=736 
(Interpreted frame)
 - org.apache.catalina.core.ContainerBase.start() @bci=266, line=1014 
(Interpreted frame)
 - org.apache.catalina.core.StandardEngine.start() @bci=221, line=443 
(Interpreted frame)
 - org.apache.catalina.core.StandardService.start() @bci=132, line=448 
(Interpreted frame)
 - org.apache.catalina.core.StandardServer.start() @bci=88, line=700 
(Interpreted frame)
 - org.apache.catalina.startup.Catalina.start() @bci=32, line=552 (Interpreted 
frame)
 - sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, 
java.lang.Object, java.lang.Object[]) @bci=0 (Interpreted frame)
 - sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, 
java.lang.Object[]) @bci=87, line=39 (Interpreted frame)
 - sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, 
java.lang.Object[]) @bci=6, line=25 (Interpreted frame)
 - java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) 
@bci=161, line=597 (Interpreted frame)
 - org.apache.catalina.startup.Bootstrap.start() @bci=37, line=295 (Interpreted 
frame)
 - org.apache.catalina.startup.Bootstrap.main(java.lang.String[]) @bci=158, 
line=433 (Interpreted frame)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to