Expand my Community achievements bar.

SOLVED

Throwing error on UserDescriptor class after the upgrade.

Avatar

Level 3

I downloaded and complied and I'm getting this error.

ReferenceError: Error #1056: Cannot create property isPeer on com.adobe.rtc.sharedManagers.descriptors.UserDescriptor.

at com.adobe.rtc.sharedManagers.descriptors::UserDescriptor/readValueObject()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/sharedManagers/descriptors/UserDescriptor.as:155]

at com.adobe.rtc.sharedManagers::UserManager/readUserDesc()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/sharedManagers/UserManager.as:1071]

at com.adobe.rtc.sharedManagers::UserManager/userReceivedOrEdited()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/sharedManagers/UserManager.as:898]

at com.adobe.rtc.sharedManagers::UserManager/onItemReceive()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/sharedManagers/UserManager.as:809]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/sharedModel/CollectionNode.as:745]

at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/messaging/manager/MessageManager.as:662]

at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItems()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/messaging/manager/MessageManager.as:537]

at com.adobe.rtc.session.managers::SessionManagerBase/receiveItems()[/Applications/Adobe Flex Builder 3/plugins/com.adobe.afcs/src/com/adobe/rtc/session/managers/SessionManagerBase.as:373]

Any idea?
Thanks,
BaBo,

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi,

This is an error that takes place when you have different instances in a room running on player 9 and on player 10 at the same time. By any means , do you have apps based on player 9 and on player 10 running at the same time ?

This error has been fixed on our side, and will be updated soon in a sdk drop.

Thanks

Hironmay Basu

View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member

Hi,

This is an error that takes place when you have different instances in a room running on player 9 and on player 10 at the same time. By any means , do you have apps based on player 9 and on player 10 running at the same time ?

This error has been fixed on our side, and will be updated soon in a sdk drop.

Thanks

Hironmay Basu

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----