Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Randomly thrown "insufficient permissions to create node"

Avatar

Level 2

I am creating a simple video chat app using Adobe LCCS and it was working properly for both guest and host for the last 2 weeks. We were  getting role as 100 for host and 50 for guest.

But now suddenly the same application with same LCCS account is throwing error. The guest is automatically assigned role as 5. We have removed all the unrelated code and only have bare mimimum video chat. The auto-promote is set to true in room console. Occasionally we get the role 50 for the guest but mostly 5. It is very random.

Here is the stack trace:

Error: MessageManager.createNode : insufficient permissions to create node

atcom.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::createNod e()[/Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branche s/connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/messaging/manager/Me ssageManager.as:273]
    atcom.adobe.rtc.sharedModel::CollectionNode/createNode()[/Users/arun/ Work/aponnusa_theoden.corp.adobe.com_1666/depot/branches/connect/1010/ cocomoPlayer10.1/src/com/adobe/rtc/sharedModel/CollectionNode.as:379]
    atcom.adobe.rtc.sharedModel::SharedProperty/onSynchronizationChange() [/Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branches/ connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/sharedModel/SharedProp erty.as:571]
    atflash.events::EventDispatcher/dispatchEventFunction()
    atflash.events::EventDispatcher/dispatchEvent()
    atcom.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::setIsSync hronized()[/Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branche s/connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/sharedModel/Collecti onNode.as:700]
    atcom.adobe.rtc.messaging.manager::MessageManager/receiveAllSynchData ()[/Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branche s/connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/messaging/manager/Me ssageManager.as:871]
    atcom.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveIt ems()[/Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branche s/connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/messaging/manager/Me ssageManager.as:616]
    atcom.adobe.rtc.session.managers::SessionManagerBase/receiveItems()[/ Users/arun/Work/aponnusa_theoden.corp.adobe.com_1666/depot/branches/co nnect/1010/cocomoPlayer10.1/src/com/adobe/rtc/session/managers/Session ManagerBase.as:458]

4 Replies

Avatar

Employee

If you send us the room URL we can check if we see anything strange in your room. Logs for a session where permissions are correct and a session where permissions are wrong would also be helpful.

Avatar

Level 2

It happenned with our orignial/main LCCS account so we opened a new one. The new account worked for little bit and started behaving the same as the original account. I PMed you the detailed logs and account name.

Avatar

Former Community Member

In either case, it sounds as though you are creating new rooms and

encountering this issue, correct? Are you creating them from a template with

the required nodes and autoPromote=true? What it looks like to me is that

you're creating a new room, and trying to use a client app which worked

against a room where you logged in as a developer, but which fails when

connecting to a new room, which is not populated with the required nodes or

room settings.

For more info, please see the second videotutorial in the SDK Navigator

around Roles and Permissions.

nigel