Problems invoking processes when it was once working

480 views
Skip to first unread message

billy

unread,
Sep 28, 2012, 2:19:56 PM9/28/12
to live...@googlegroups.com
Hi all, i've had this issue come up a couple of times with my applications where out of the blue i'll no longer be able to invoke a process. I'm running ES2 in on a weblogic linux server. Has anyone ever encountered something like this before? i get this error back.

When I've had it before i've had to go as far as recreate the whole application from scratch :(

ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCreateApplicationContext(NamingRegistryImpl.java:227)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createApplicationContext(NamingRegistryImpl.java:141)
at com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(InvocationContextImpl.java:91)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.getRepositoryURI(DocumentPropertyVO.java:101)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.convert(DocumentPropertyVO.java:139)
at com.adobe.workflow.datatype.runtime.impl.document.DocumentRuntimeHandler.initValue(DocumentRuntimeHandler.java:112)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:292)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doRequiresNew(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:457)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiver.java:329)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint.java:139)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java:81)
at sun.reflect.GeneratedMethodAccessor432.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.loadApplicationContext(NamingRegistryImpl.java:248)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCreateApplicationContext(NamingRegistryImpl.java:198)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createApplicationContext(NamingRegistryImpl.java:141)
at com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(InvocationContextImpl.java:91)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.getRepositoryURI(DocumentPropertyVO.java:101)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.convert(DocumentPropertyVO.java:139)
at com.adobe.workflow.datatype.runtime.impl.document.DocumentRuntimeHandler.initValue(DocumentRuntimeHandler.java:112)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:292)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doRequiresNew(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:457)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiver.java:329)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint.java:139)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java:81)
at sun.reflect.GeneratedMethodAccessor432.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:33)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:85)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:700)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:42)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
... 6 more
Caused by: javax.ejb.TransactionRolledbackLocalException: EJB Exception: ; nested exception is: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 119 seconds 
BEA1-00CCC570D73C66A65630]'. No further JDBC access is allowed within this transaction.
at weblogic.ejb.container.internal.EJBRuntimeUtils.throwTransactionRolledbackLocal(EJBRuntimeUtils.java:238)
at weblogic.ejb.container.internal.BaseLocalObject.handleSystemException(BaseLocalObject.java:864)
at weblogic.ejb.container.internal.BaseLocalObject.handleSystemException(BaseLocalObject.java:791)
at weblogic.ejb.container.internal.BaseLocalObject.postInvoke1(BaseLocalObject.java:486)
at weblogic.ejb.container.internal.BaseLocalObject.postInvokeTxRetry(BaseLocalObject.java:424)
at com.adobe.pof.omapi.POFObjectManagerLocalBean_j8d0wl_ELOImpl.retrieveObjectSet(POFObjectManagerLocalBean_j8d0wl_ELOImpl.java:1658)
at com.adobe.pof.omapi.POFObjectManagerLocalEJBAdapter.retrieveObjectSet(POFObjectManagerLocalEJBAdapter.java:115)
at com.adobe.pof.omapi.POFObjectManagerAbstractAdapter.retrieveObjectSet(POFObjectManagerAbstractAdapter.java:481)
at com.adobe.pof.omapi.POFObjectManagerAbstractAdapter.retrieveBOIObjects(POFObjectManagerAbstractAdapter.java:404)
at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getApplicationConfigurationBOI(ApplicationStoreImpl.java:588)
at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getApplicationConfiguration(ApplicationStoreImpl.java:531)
at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getApplicationConfiguration(ApplicationStoreImpl.java:560)
at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.getApplicationConfiguration(ApplicationRegistryImpl.java:932)
at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.getTLOConfiguration(ApplicationRegistryImpl.java:1756)
at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.populateApplicationContext(ApplicationRegistryImpl.java:1837)
at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.populateApplicationContext(ApplicationInvoker.java:65)
at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.invoke(ApplicationInvoker.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.loadApplicationContext(NamingRegistryImpl.java:248)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCreateApplicationContext(NamingRegistryImpl.java:198)
at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createApplicationContext(NamingRegistryImpl.java:141)
at com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(InvocationContextImpl.java:91)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.getRepositoryURI(DocumentPropertyVO.java:101)
at com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.convert(DocumentPropertyVO.java:139)
at com.adobe.workflow.datatype.runtime.impl.document.DocumentRuntimeHandler.initValue(DocumentRuntimeHandler.java:112)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:292)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doRequiresNew(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:457)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiver.java:329)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint.java:139)
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java:81)
at sun.reflect.GeneratedMethodAccessor432.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
... 6 more
Caused by: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 119 seconds 
BEA1-00CCC570D73C66A65630]'. No further JDBC access is allowed within this transaction.
at com.adobe.pof.adapter.oracle.Oracle9iAdapter.retrieveObjectSet(Oracle9iAdapter.java:1162)
at com.adobe.pof.adapter.oracle.Oracle9iAdapter.retrieveObjectSet(Oracle9iAdapter.java:874)
at com.adobe.pof.omapi.POFObjectManagerImpl.retrieveObjectSet(POFObjectManagerImpl.java:148)
at com.adobe.pof.omapi.POFObjectManagerRemoteBean.retrieveObjectSet(POFObjectManagerRemoteBean.java:228)
at com.adobe.pof.omapi.POFObjectManagerLocalBean_j8d0wl_ELOImpl.retrieveObjectSet(POFObjectManagerLocalBean_j8d0wl_ELOImpl.java:1643)
... 80 more
 

Brooks, Craig

unread,
Sep 28, 2012, 2:49:03 PM9/28/12
to live...@googlegroups.com
Billy,

At first blush, it looks like something in the process is hung or taking an unusual amount of time to execute. A key to analyzing the logs is to look for culprits at the "Caused by" lines on the thread dump.

A couple of questions.

-Is it long-lived? If so, do you get an invocation ID?

-Can you invoke any other processes without error.

-If it's getting past the process entry point, ie. watched folder, workspace, etc, then you might try using the var logger component to help you troubleshoot the issue.

Regards,

Craig


From: live...@googlegroups.com [live...@googlegroups.com] on behalf of billy [bil....@gmail.com]
Sent: Friday, September 28, 2012 1:19 PM
To: live...@googlegroups.com
Subject: Problems invoking processes when it was once working

--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/livecycle/-/-D4IW0zgbwcJ.
To post to this group, send email to live...@googlegroups.com.
To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.

billy

unread,
Sep 28, 2012, 3:53:23 PM9/28/12
to live...@googlegroups.com
Thanks Craig, its a short lived process and doesn't even get through the process entry point. Like i said, this was working at one time (last i tried was probably 4 months ago). I can run other processes in the same application as well, all being invoked through workbench. I checked to see if the wsdl is up, and it is.

After further investigation i saw that it was actually a subprocess that seems to be causing the issue. When i try to invoke that subprocess (through workbench), the error i get says that it cannot find the process even though i see it listed in the services through adminui :S

ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: /CRC/1.0/Process/CRCEmail.process not found.
at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImpl.java:1088)
at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(ServiceRegistryImpl.java:939)
at com.adobe.workflow.engine.PEUtil.getOnFaultAction(PEUtil.java:382)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:364)

Bilen Imam

unread,
Oct 1, 2012, 10:24:54 AM10/1/12
to live...@googlegroups.com
Thanks Vineet, i went to AdminUI - > Process Management - > Services
and the service in question is shown as Running. I tried stopping and
starting the service but still same result :(

On Sun, Sep 30, 2012 at 2:54 PM, vineet sood <vinee...@gmail.com> wrote:
> Hi Billy,
>
> To resolve the service not found exception, go to AdminUI - > Process
> Management - > Services. Find your email service here. Its status should be
> not started or inactive. Select it and then click on Start. Rerun your
> stalled process or inititate a new process invocation. It should work.
>
> Then, find the email service.
> https://groups.google.com/d/msg/livecycle/-/TcD-qP1m01sJ.

Brooks, Craig

unread,
Oct 1, 2012, 10:30:35 AM10/1/12
to live...@googlegroups.com
Billy,

If it ran 4 mos ago and doesn't now, something has either changed in your environment or the application. You might go back to work bench, sync to make sure you have the latest and greatest and then look for any potential errors in the validation report.

If there are no apparent problems with the app, then a required dependency is now missing or inaccessible on your server. Without knowing any specifics, it's hard to give you any precise information.

I would walk through each step of the app to make sure that what you're trying to invoke is available to call. You might also think back on any platform changes you've made. Short of having a copy of your .LCA to troubleshoot, you're going to get a lot of general advice, and right now, it sounds like you need specifics.

If you want to chat a bit more off-line, please contact me via my email: craig....@okdhs.org.

Good luck,
Craig
>>> java:1406) at
>>> weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
>>> at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>>> Caused by: java.lang.reflect.InvocationTargetException
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
>>> .java:39)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
>>> ssorImpl.java:25) at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.loadApplic
>>> ationContext(NamingRegistryImpl.java:248)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCr
>>> eateApplicationContext(NamingRegistryImpl.java:198)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createAppl
>>> icationContext(NamingRegistryImpl.java:141)
>>> at
>>> com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(I
>>> nvocationContextImpl.java:91)
>>> at
>>> com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.getReposi
>>> toryURI(DocumentPropertyVO.java:101)
>>> at
>>> com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.convert(D
>>> ocumentPropertyVO.java:139)
>>> at
>>> com.adobe.workflow.datatype.runtime.impl.document.DocumentRuntimeHan
>>> dler.initValue(DocumentRuntimeHandler.java:112)
>>> at
>>> com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvok
>>> e(WorkflowDSCInvoker.java:292)
>>> at
>>> com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(Workflo
>>> wDSCInvoker.java:158)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(I
>>> nvocationInterceptor.java:140)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.in
>>> tercept(DocumentPassivationInterceptor.java:53)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.d
>>> oInTransaction(TransactionInterceptor.java:74)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdap
>>> terBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdap
>>> ter_z73hg_ELOImpl.doRequiresNew(EjbTransactionCMTAdapter_z73hg_ELOIm
>>> pl.java:457)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execut
>>> e(EjbTransactionProvider.java:143)
>>> at
>>> com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.int
>>> ercept(TransactionInterceptor.java:72)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.int
>>> ercept(InvocationStrategyInterceptor.java:55)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept
>>> (InvalidStateInterceptor.java:37)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercep
>>> t(AuthorizationInterceptor.java:188)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInter
>>> ceptor.java:48)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngine
>>> gy.java:33) at
>>> org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
>>> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:85)
>>> at
>>> org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:45
>>> 4) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
>>> at
>>> org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:7
>>> 00) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>> at
>>> org.apache.axis.transport.http.AxisServletBase.service(AxisServletBa
>>> ssorImpl.java:25) at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.loadApplic
>>> ationContext(NamingRegistryImpl.java:248)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCr
>>> eateApplicationContext(NamingRegistryImpl.java:198)
>>> at
>>> com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createAppl
>>> icationContext(NamingRegistryImpl.java:141)
>>> at
>>> com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(I
>>> nvocationContextImpl.java:91)
>>> at
>>> com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.getReposi
>>> toryURI(DocumentPropertyVO.java:101)
>>> at
>>> com.adobe.idp.dsc.propertyeditor.system.DocumentPropertyVO.convert(D
>>> ocumentPropertyVO.java:139)
>>> at
>>> com.adobe.workflow.datatype.runtime.impl.document.DocumentRuntimeHan
>>> dler.initValue(DocumentRuntimeHandler.java:112)
>>> at
>>> com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvok
>>> e(WorkflowDSCInvoker.java:292)
>>> at
>>> com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(Workflo
>>> wDSCInvoker.java:158)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(I
>>> nvocationInterceptor.java:140)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.in
>>> tercept(DocumentPassivationInterceptor.java:53)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.d
>>> oInTransaction(TransactionInterceptor.java:74)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdap
>>> terBean.execute(EjbTransactionCMTAdapterBean.java:357)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdap
>>> terBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdap
>>> ter_z73hg_ELOImpl.doRequiresNew(EjbTransactionCMTAdapter_z73hg_ELOIm
>>> pl.java:457)
>>> at
>>> com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execut
>>> e(EjbTransactionProvider.java:143)
>>> at
>>> com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.int
>>> ercept(TransactionInterceptor.java:72)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.int
>>> ercept(InvocationStrategyInterceptor.java:55)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept
>>> (InvalidStateInterceptor.java:37)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercep
>>> t(AuthorizationInterceptor.java:188)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInter
>>> ceptor.java:48)
>>> at
>>> com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proce
>>> ed(RequestInterceptorChainImpl.java:60)
>>> at
>>> com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngine
Reply all
Reply to author
Forward
0 new messages