Expand my Community achievements bar.

cocomo bug reporting

Avatar

Level 4

hey guys

i realise this stuff is in beta so i'm not surprised that as i work through it i come across little bugs. i would like a way of sharing these with you without having to come and post them on the forum in a bitchy way. is there a place i can put them? or should i email them to you directly? if you wanna send me anything privately you can DM me on Twitter, my username is richtextformat.

3 Replies

Avatar

Former Community Member

Personally, I like reporting in public - no need to post in a bitchy way, but we don't mind being transparent, so that if anyone else is experiencing the same issues, they can see why. Of course, you can feel free to DM me on twitter too. In general, our policy has been a one-beta-drop turnaround time on any bug reports, so if you're finding stuff, please do let us know, because we're definitely listening.

nigel

Avatar

Level 4

cool. well heres something that happened earlier today:


roster null property bug on UserManager.removeUser


1. programmatically create ConnectSession and AdobeHSAuthenticator
2. auth and login
3. programmatically create SimpleChat & Roster
4. call ConnectSession.userManager.removeUser(someUser)
5. this error occurs:


TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.adobe.rtc.pods::Roster/onSynchronizationChange()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/pods/Roster.as:623]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedManagers::UserManager/onSynchronizationChange()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/sharedManagers/UserManager.as:825]
    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::setIsSynchronized()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/sharedModel/CollectionNode.as:665]
    at com.adobe.rtc.messaging.manager::MessageManager/onDisconnect()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/messaging/manager/MessageManager.as:763]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.session.managers::SessionManagerBase/http://www.adobe.com/2006/connect/cocomo/session/internal::disconnect()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/managers/SessionManagerBase.as:111]
    at com.adobe.rtc.session.managers::SessionManagerFMS/onFmsConnectorDisconnect()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/managers/SessionManagerFMS.as:252]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.session.sessionClasses::FMSConnector/disconnect()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/sessionClasses/FMSConnector.as:391]
    at com.adobe.rtc.session.managers::SessionManagerFMS/http://www.adobe.com/2006/connect/cocomo/session/internal::logout()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/managers/SessionManagerFMS.as:316]
    at com.adobe.rtc.session.managers::SessionManagerAdobeHostedServices/http://www.adobe.com/2006/connect/cocomo/session/internal::logout()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/managers/SessionManagerAdobeHostedServices.as:138]
    at com.adobe.rtc.session::ConnectSession/logout()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/ConnectSession.as:421]
    at com.adobe.rtc.session::ConnectSession/onUserBooted()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/ConnectSession.as:457]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedManagers::UserManager/onItemRetract()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/sharedManagers/UserManager.as:949]
    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::receiveItemRetraction()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/sharedModel/CollectionNode.as:755]
    at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItemRetraction()[/Users/myrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/messaging/manager/MessageManager.as:679]
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveItemRetraction()[/Users/myrealnamemyrealnamemyrealname/Documents/Flex Builder 3/CocomoSDK_0.92/src/com/adobe/rtc/session/managers/SessionManagerBase.as:341]

Avatar

Former Community Member

Hi,

Thanks for reporting. I will try running it on my machine. It will be good if you can also attach a simplified code of what you are doing that reproduces this issue. Otherwise I might have to write the things all over again.

Thanks

Hironmay Basu