Expand my Community achievements bar.

SOLVED

my dev account broke (after changing my email address)

Avatar

Former Community Member
I have changed my email address in my account and then
everything broke.

now I am able to log into the account using my old or new
email addresses it lets me in, but as soon as I login I get errors
allover.and no rooms templates, url or secret code are showing.

I don't want to post email addresses here I will PM if
desired.



so, I went ahead and created new account using my work email
address, and as soon as I logged in I got my settings room,secred
key and url from my previous broken account appearing in this newly
created account :( please help )



in old account :

I am getting this at login screen:

TypeError: Error #1009: Cannot access a property or method of
a null object reference.

at com.adobe.rtc.portal.ui::Login/onAuthResult()

at com.adobe.hs.amfgateway2::AMFConnector/onResult()



when I login I get :



Error: [Event type="error" bubbles=false cancelable=false
eventPhase=2]

at com.adobe.rtc.util::AccountManager/onError()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at
com.adobe.rtc.session.sessionClasses::MeetingInfoService/onError()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/onComplete()





and when I click on place where default template must have
been I get :



Error: You must be authenticated to access the room list.

at com.adobe.rtc.util::AccountManager/requestRoomList()

at com.adobe.rtc.portal.ui::AccountInfo/getRooms()

at com.adobe.rtc.portal.ui::AccountInfo/templateSelected()

at
com.adobe.rtc.portal.ui::AccountInfo/__templateListing_itemClick()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.core::UIComponent/dispatchEvent()

at
mx.controls.listClasses::ListBase/mouseClickHandler()
1 Accepted Solution

Avatar

Correct answer by
Former Community Member
everything is working now.

thank guys.

View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member
everything is working now.

thank guys.
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] ----