Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
5 subscribers
Views
3775 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
IFM IPC Exception ------------------------- Hi, I'm trying to upda
Simon
over 10 years ago
IFM IPC Exception
-------------------------
Hi, I'm trying to update process variables using IFM, but it's failing at the update stage with error message "An IpcException has occurred while invoking the method: setProcessVariable on process-execution2 (localhost:5024)". I know this is a permissions issue, but I am already an administrator of the process I am trying to update, so what other permissions are there?
OriginalPostID-151143
OriginalPostID-151143
Discussion posts and replies are publicly visible
Parents
0
Simon
over 10 years ago
Errors if running as process initiator or designer:
An IpcException has occurred while invoking the method: setProcessVariable on process-execution2 (localhost:5024)
at com.appiancorp.kougar.driver.KougarConnection.call(KougarConnection.java:295)
at com.appiancorp.kougar.driver.KougarConnection.call(KougarConnection.java:214)
at com.appiancorp.kougar.mapper.Mapper.request(Mapper.java:63)
at com.appiancorp.kougar.services.KougarServiceInvocationHandler$KInvocationHandler.invoke(KougarServiceInvocationHandler.java:178)
at com.appiancorp.kougar.services.KougarServiceInvocationHandler.invoke(KougarServiceInvocationHandler.java:310)
at com.appiancorp.services.ProcessKougarServiceInvocationHandler.invoke(ProcessKougarServiceInvocationHandler.java:54)
at com.sun.proxy.$Proxy46.setProcessVariable(Unknown Source)
at com.appiancorp.process.execution.service.ProcessExecutionServiceFacade.setProcessVariable(ProcessExecutionServiceFacade.java:700)
at sun.reflect.GeneratedMethodAccessor30943.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.appiancorp.util.MethodInvocationReflectionImpl.proceed(MethodInvocationReflectionImpl.java:23)
at com.appiancorp.security.authz.AuthorizationMethodInterceptor.invoke(AuthorizationMethodInterceptor.java:54)
at com.appiancorp.services.ServiceManager$ServiceInvocationHandler.invoke(ServiceManager.java:635)
at com.sun.proxy.$Proxy46.setProcessVariable(Unknown Source)
at com.appiancorp.custom.ifmm.ProcessAPI.setProcessVariableForInstance(ProcessAPI.java:385)
at com.appiancorp.custom.ifmm.ProcessAPI.setExpressionResultForInstance(ProcessAPI.java:399)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.updateInstance(IFMQueryRunner.java:212)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.runActions(IFMQueryRunner.java:185)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.run(IFMQueryRunner.java:102)
at com.appiancorp.custom.ifmm.frontend.smartservice.IFMManager.runIFM(IFMManager.java:162)
at com.appiancorp.custom.ifmm.frontend.smartservice.IFMManager.run(IFMManager.java:111)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:100)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:97)
at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:25)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor.execute(DefaultActivityExecutor.java:97)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
at com.appiancorp.process.engine.ContinuationRequest.execute(ContinuationRequest.java:80)
at com.appiancorp.mdb.UnattendedRequestHandlerBean.onMessage(UnattendedRequestHandlerBean.java:26)
at sun.reflect.GeneratedMethodAccessor935.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(Interceptor
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Simon
over 10 years ago
Errors if running as process initiator or designer:
An IpcException has occurred while invoking the method: setProcessVariable on process-execution2 (localhost:5024)
at com.appiancorp.kougar.driver.KougarConnection.call(KougarConnection.java:295)
at com.appiancorp.kougar.driver.KougarConnection.call(KougarConnection.java:214)
at com.appiancorp.kougar.mapper.Mapper.request(Mapper.java:63)
at com.appiancorp.kougar.services.KougarServiceInvocationHandler$KInvocationHandler.invoke(KougarServiceInvocationHandler.java:178)
at com.appiancorp.kougar.services.KougarServiceInvocationHandler.invoke(KougarServiceInvocationHandler.java:310)
at com.appiancorp.services.ProcessKougarServiceInvocationHandler.invoke(ProcessKougarServiceInvocationHandler.java:54)
at com.sun.proxy.$Proxy46.setProcessVariable(Unknown Source)
at com.appiancorp.process.execution.service.ProcessExecutionServiceFacade.setProcessVariable(ProcessExecutionServiceFacade.java:700)
at sun.reflect.GeneratedMethodAccessor30943.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.appiancorp.util.MethodInvocationReflectionImpl.proceed(MethodInvocationReflectionImpl.java:23)
at com.appiancorp.security.authz.AuthorizationMethodInterceptor.invoke(AuthorizationMethodInterceptor.java:54)
at com.appiancorp.services.ServiceManager$ServiceInvocationHandler.invoke(ServiceManager.java:635)
at com.sun.proxy.$Proxy46.setProcessVariable(Unknown Source)
at com.appiancorp.custom.ifmm.ProcessAPI.setProcessVariableForInstance(ProcessAPI.java:385)
at com.appiancorp.custom.ifmm.ProcessAPI.setExpressionResultForInstance(ProcessAPI.java:399)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.updateInstance(IFMQueryRunner.java:212)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.runActions(IFMQueryRunner.java:185)
at com.appiancorp.custom.ifmm.frontend.IFMQueryRunner.run(IFMQueryRunner.java:102)
at com.appiancorp.custom.ifmm.frontend.smartservice.IFMManager.runIFM(IFMManager.java:162)
at com.appiancorp.custom.ifmm.frontend.smartservice.IFMManager.run(IFMManager.java:111)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:100)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:97)
at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:25)
at com.appiancorp.process.runtime.framework.DefaultActivityExecutor.execute(DefaultActivityExecutor.java:97)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
at com.appiancorp.process.engine.ContinuationRequest.execute(ContinuationRequest.java:80)
at com.appiancorp.mdb.UnattendedRequestHandlerBean.onMessage(UnattendedRequestHandlerBean.java:26)
at sun.reflect.GeneratedMethodAccessor935.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(Interceptor
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data