Hi all,

I have an application creating roles by default at web app startup.

I am having this error:

06:18:22.309 INFO  org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - 
Processing resource userWorkflow.bpmn20.xml
06:18:32.334 ERROR org.apache.syncope.core.sync.impl.SyncopeSyncResultHandler - 
Could not update ROLE Admin
org.apache.syncope.core.rest.controller.UnauthorizedRoleException: Missing 
entitlement for role(s) [203]
        at 
org.apache.syncope.core.rest.data.RoleDataBinder.getRoleFromId(RoleDataBinder.java:78)
 ~[RoleDataBinder.class:na]
        at 
org.apache.syncope.core.rest.data.RoleDataBinder.getRoleTO(RoleDataBinder.java:345)
 ~[RoleDataBinder.class:na]
        at 
org.apache.syncope.core.rest.data.RoleDataBinder$$FastClassByCGLIB$$75f19568.invoke(<generated>)
 ~[spring-core-3.2.3.RELEASE.jar:na]
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) 
~[spring-core-3.2.3.RELEASE.jar:3.2.3.RELEASE]
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:698)
 ~[spring-aop-3.2.3.RELEASE.jar:3.2.3.RELEASE]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
 ~[spring-aop-3.2.3.RELEASE.jar:3.2.3.RELEASE]
        at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
 ~[spring-tx-3.2.3.RELEASE.jar:3.2.3.RELEASE]
        at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
 ~[spring-


Roles are created as "admin" user. So, I imagine all entitlements are assigned 
to it.

Any idea of what gone wrong ? Could it be a known issue ? I haven't found any 
issue related to this, though.

Thanks a lot and regards,

German.



Reply via email to