I am developing an application which makes use of JSF framework (using Facelets-1.1.13 for the view-Handler and Spring Webflow-1.0.5 for enforcing navigation rules and managing application state) and hibernate for relational persistence (MYSQL 5).
On concurrent access the the application works normally for a short duration (around five minutes) after which it stops running, with the following log
[CachingMapDecorator] For key 'setupForm', returning cached value: public org.springframework.webflow.execution.Event org.springframework.webflow.action.FormAction.setu pForm(org.springframework.webflow.execution.Reques tContext) throws java.lang.Exception
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Executing setupForm
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Creating new form object with name 'productServicesInfoBean'
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Creating new instance of form object class [class com.intuit.fbi.mycorporation.dellas.otherservices. web.ProductServicesInfoBean]
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Putting form object of type [class com.intuit.fbi.mycorporation.dellas.otherservices. web.ProductServicesInfoBean] in scope Flow with name 'productServicesInfoBean'
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Creating new form errors for object with name 'productServicesInfoBean'
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] No property editor registrar set, no custom editors to register
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Putting form errors instance in scope Flash
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] Action 'UtilityAction' completed execution; result is 'success'
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.core.style.DefaultValueStyler' , returning cached value: org.springframework.core.ReflectiveVisitorHelper$C lassVisitMethods@773ac1
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.webflow.action.LocalBeanInvoki ngAction', returning cached value: java.lang.String org.springframework.core.style.DefaultValueStyler. visit(java.lang.Object)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.core.style.DefaultValueStyler' , returning cached value: org.springframework.core.ReflectiveVisitorHelper$C lassVisitMethods@773ac1
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.webflow.core.collection.LocalA ttributeMap', returning cached value: java.lang.String org.springframework.core.style.DefaultValueStyler. visit(java.lang.Object)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.core.style.DefaultValueStyler' , returning cached value: org.springframework.core.ReflectiveVisitorHelper$C lassVisitMethods@773ac1
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class java.util.HashMap', returning cached value: java.lang.String org.springframework.core.style.DefaultValueStyler. visit(java.util.Map)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [ActionExecutor] Executing start [AnnotatedAction@19b78d4 targetAction = org.springframework.webflow.action.LocalBeanInvoki ngAction@19bba3, attributes = map[[empty]]] for flow 'apostilles-flow'
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [LocalBeanInvokingAction] Action 'LocalBeanInvokingAction' beginning execution
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'getStates()', returning cached value: public java.util.List com.intuit.fbi.mycorporation.dellas.action.common. BaseAction.getStates() throws com.intuit.fbi.mycorporation.dellas.common.MycorpB aseException
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class org.springframework.core.style.DefaultValueStyler' , returning cached value: org.springframework.core.ReflectiveVisitorHelper$C lassVisitMethods@773ac1
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [CachingMapDecorator] For key 'class [Ljava.lang.Object;', returning cached value: java.lang.String org.springframework.core.style.DefaultValueStyler. visit(java.lang.Object)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [MethodInvoker] Invoking method with signature [getStates()] with arguments array<Object>[[empty]] on bean [com.intuit.fbi.mycorporation.dellas.action.otherse rvices.UtilityAction@1c6c5b7]
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [UtilityAction] start BaseAction.getStates() Method
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [SessionFactoryUtils] Opening Hibernate Session
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [SessionImpl] opened session at timestamp: 12060930493
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [QueryPlanCache] located HQL query plan in cache (select s.code, s.description from com.intuit.fbi.mycorporation.nova.common.data.mode l.ordermanagement.State as s)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [QueryPlanCache] located HQL query plan in cache (select s.code, s.description from com.intuit.fbi.mycorporation.nova.common.data.mode l.ordermanagement.State as s)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [HQLQueryPlan] find: select s.code, s.description from com.intuit.fbi.mycorporation.nova.common.data.mode l.ordermanagement.State as s
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [QueryParameters] named parameters: {}
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 6)
2008-03-21 15:20:49,356 DEBUG @http-0.0.0.0-8080-10 [ConnectionManager] opening JDBC connection
Can someone please tell me what might be the cause ?
Thanks in Advance
|