-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Main back-end mechanisms (Worker, Logging, etc.)
-
Critical
-
Solves the problem where the message bus did not have the rights to synchronize the session.
Problem
The error with the following stack trace happens when the message bus trys to sync the session:
Exception: ZfExtended_NoAccessExceptionException: ZfExtended_NoAccessExceptionLevel: ERRORErrorcode: E1352Message: No access to requested URL - check ACL configuration or usageDomain: coreVersion: 5.2.6File (Line): /webs/xxx.translate5.net/library/ZfExtended/Controllers/helpers/Access.php (136)User: xxxxxRequest: POST /editor/session/ar693nl1q9439lcaj5nr6ita1s/resync/operationTrace: #0 /webs/xxx.translate5.net/library/ZfExtended/Controllers/helpers/Access.php(82): ZfExtended_Controller_Helper_Access->accessDenied()#1 /webs/xxx.translate5.net/library/ZfExtended/Controllers/Plugins/Access.php(50): ZfExtended_Controller_Helper_Access->isAuthenticated()#2 /webs/shared-translate5-instance-files/vendor/shardj/zf1-future/library/Zend/Controller/Plugin/Broker.php(260): ZfExtended_Controllers_Plugins_Access->RouteShutdown()#3 /webs/shared-translate5-instance-files/vendor/shardj/zf1-future/library/Zend/Controller/Front.php(923): Zend_Controller_Plugin_Broker->routeShutdown()#4 /webs/shared-translate5-instance-files/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()#5 /webs/shared-translate5-instance-files/vendor/shardj/zf1-future/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()#6 /webs/xxx.translate5.net/library/ZfExtended/Application.php(47): Zend_Application->run()#7 /webs/xxx.translate5.net/library/ZfExtended/BaseIndex.php(149): ZfExtended_Application->run()#8 /webs/xxx.translate5.net/public/index.php(35): ZfExtended_BaseIndex->startApplication()
The problem is that there is missing acl for editor_session -> resyncOperation