FlowNodeNotFoundException in Bonita 7.3.1

1
0
-1

I want to use bonita ui forms in BonitaBPMCommuntiy-7.3.1-tomcat-7.0.67. I have added permissions profile|User=[flownode_visualization] in custom-permissions-mapping.properties but i am still getting following error. what should i do now?

016-12-15 13:33:48.994 +0500 WARNING: org.restlet.Component.BonitaRestletApplication Exception or error caught in server resource
org.bonitasoft.web.toolkit.client.common.exception.api.APIException: org.bonitasoft.engine.bpm.data.DataNotFoundException: USERNAME=me_user | org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeNotFoundException: Flow node instance with id 4001 not found
at org.bonitasoft.web.rest.server.api.bpm.flownode.ActivityVariableResource.getTaskVariable(ActivityVariableResource.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)

Caused by: org.bonitasoft.engine.bpm.data.DataNotFoundException: USERNAME=media_mngr | org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeNotFoundException: Flow node instance with id 4007 not found
at org.bonitasoft.engine.api.impl.ProcessAPIImpl.getActivityDataInstance(ProcessAPIImpl.java:2455)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeAPI(ServerAPIImpl.java:462)
at org.bonitasoft.engine.api.impl.ServerAPIImpl$2.call(ServerAPIImpl.java:431)
at org.bonitasoft.engine.transaction.JTATransactionServiceImpl.executeInTransaction(JTATransactionServiceImpl.java:312)
at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeAPIInTransaction(ServerAPIImpl.java:438)
at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeAPI(ServerAPIImpl.java:272)
at org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeMethod(ServerAPIImpl.java:124)
at org.bonitasoft.engine.api.impl.ClientInterceptor.invoke(ClientInterceptor.java:86)
at com.sun.proxy.$Proxy59.getActivityDataInstance(Unknown Source)
at org.bonitasoft.web.rest.server.api.bpm.flownode.ActivityVariableResource.getTaskVariableInstance(ActivityVariableResource.java:34)
at org.bonitasoft.web.rest.server.api.bpm.flownode.ActivityVariableResource.getTaskVariable(ActivityVariableResource.java:26)
... 96 more
Caused by: org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeNotFoundException: Flow node instance with id 4007 not found
at org.bonitasoft.engine.core.process.instance.impl.FlowNodeInstancesServiceImpl.getFlowNodeInstance(FlowNodeInstancesServiceImpl.java:257)
at org.bonitasoft.engine.api.impl.ProcessAPIImpl.getActivityDataInstance(ProcessAPIImpl.java:2446)
... 109 more

My .bos file/ project is http://uplool.com/v888p7fiw1xa.html

1 answer

1
0
-1
This one is the BEST answer!

Hi,

I don't think it's an authorization issue. It seems that the flow node instance that you're trying to access doesn't exist: - Flow node instance with id 4001 not found - Flow node instance with id 4007 not found

Can you share with us a sample of your call?

Lio

Comments

Submitted by lee.chang223 on Sat, 12/17/2016 - 22:18
Notifications