Hello All,
Iam getting this following error " rolled back in cleanup of unresolved LocalTransactionContainment." Based on the research it looks like related to the websphere user transaction issue. Iam having thse transactionAttributes
PROPAGATION_REQUIRED,readOnly (get)
ROPAGATION_REQUIRED,readOnly (find)
PROPAGATION_REQUIRED,readOnly (load)
PROPAGATION_REQUIRED (store)
Kindly help.
thanks
Jayant
[8/20/04 11:14:29:469 PDT] 7e40d720 DefaultListab I org.springframework.beans.factory.support.DefaultL istableBeanFactory Creating shared instance of singleton bean 'transactionManager'
[8/20/04 11:14:29:563 PDT] 7e40d720 DefaultListab I org.springframework.beans.factory.support.DefaultL istableBeanFactory Creating shared instance of singleton bean 'websphereTransactionManager'
[8/20/04 11:14:29:563 PDT] 7e40d720 WebSphereTran I org.springframework.transaction.jta.WebSphereTrans actionManagerFactoryBean Found WebSphere 5.1: com.ibm.ws.Transaction.TransactionManagerFactory
[8/20/04 11:14:29:594 PDT] 7e40d720 JtaTransactio I org.springframework.transaction.jta.JtaTransaction Manager Using JTA UserTransaction [com.ibm.ws.Transaction.JTA.UserTransactionImpl@2be 59728] from JNDI location [java:comp/UserTransaction]
[8/20/04 11:14:29:594 PDT] 7e40d720 DefaultListab I org.springframework.beans.factory.support.DefaultL istableBeanFactory Creating shared instance of singleton bean 'ivrProvisioning'
[8/20/04 11:14:29:672 PDT] 7e40d720 DefaultListab I org.springframework.beans.factory.support.DefaultL istableBeanFactory Creating shared instance of singleton bean 'ivrProvisioningTarget'
[8/20/04 11:14:30:282 PDT] 7e40d720 ContextLoader I org.springframework.web.context.ContextLoader Using context class [org.springframework.web.context.support.XmlWebAppl icationContext] for root WebApplicationContext
[8/20/04 11:14:30:297 PDT] 7e40d720 ContextLoader I org.springframework.web.context.ContextLoader Published root WebApplicationContext [org.springframework.web.context.support.XmlWebAppl icationContext: displayName=[Root XmlWebApplicationContext]; startup date=[Fri Aug 20 11:14:19 PDT 2004]; root of ApplicationContext hierarchy; config locations=[/WEB-INF/applicationContext-hibernate.xml]; ] as ServletContext attribute with name [interface org.springframework.web.context.WebApplicationCont ext.ROOT]
[8/20/04 11:14:30:328 PDT] 7e40d720 LocalTranCoor E WLTC0033E: Resource jdbc/cctpDB rolled back in cleanup of unresolved LocalTransactionContainment.
[8/20/04 11:14:30:766 PDT] 7e40d720 LocalTranCoor E WLTC0032E: One or more resources rolled back. An unresolved LocalTransactionContainment had an unresolved action of rollback.
[8/20/04 11:14:30:797 PDT] 7e40d720 WebAppTransac E WTRN0043I: LocalTransaction rolled-back due to setRollbackOnly.
[8/20/04 11:14:30:797 PDT] 7e40d720 WebGroup E SRVE0020E: [Servlet Error]-[context]: Failed to load servlet: com.ibm.ws.LocalTransaction.RolledbackException
at com.ibm.ws.LocalTransaction.LocalTranCoordImpl.cle anup(LocalTranCoordImpl.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppTransactionCo llaborator.postInvoke(WebAppTransactionCollaborato r.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppServletManage r.addServlet(WebAppServletManager.java:885)
at com.ibm.ws.webcontainer.webapp.WebAppServletManage r.loadServlet(WebAppServletManager.java:224)
at com.ibm.ws.webcontainer.webapp.WebAppServletManage r.loadAutoLoadServlets(WebAppServletManager.java:5 42)
at com.ibm.ws.webcontainer.webapp.WebApp.loadServletM anager(WebApp.java:1277)
at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp. java:283)
at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(We bGroup.java:387)
at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup .java:209)
at com.ibm.ws.webcontainer.WebContainer.addWebApplica tion(WebContainer.java:987)
at com.ibm.ws.runtime.component.WebContainerImpl.inst all(WebContainerImpl.java:136)
at com.ibm.ws.runtime.component.WebContainerImpl.star t(WebContainerImpl.java:356)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st art(ApplicationMgrImpl.java:418)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.fireDeployedObjectStart(DeployedApplicationImpl .java:787)
at com.ibm.ws.runtime.component.DeployedModuleImpl.st art(DeployedModuleImpl.java:354)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:575)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:271)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:488)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compil ed Code))
at com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInv oker.java:46)
at com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperati on(MMBInvoker.java:115)
at com.tivoli.jmx.modelmbean.DynamicModelMBeanSup


Reply With Quote