Hi all,
I'm using version service to delete the version.
I'm getting the error:
org.alfresco.repo.security.permissions.AccessDeniedException: 11270200 Access Denied. The system is currently in read-only mode.
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:57)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:225)
….
If the system is in read-only mode, why I can create the document, create the new version, delete the document…. but not for delete version.
The alfresco version is 3.4.0 (and 4.0 community)
Thanks