Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Flash Builder beta2 compatibility issues?

Avatar

Level 2

Hi,

I was trying out the external authentication with Flash Builder beta2 and php, in which I made a simple login panel, which switches to a new state with some ALCS-components (a SharedWhiteboard and a Roster). Altough the login proces works (I get a token returned) and I get into the new state with the shared components, I get an error from the moment I want to interact with them, eg when I want to draw something on the SharedWhiteboard. The error looks like:

Error #1053: Illegal override of NullSwatchPanel in com.adobe.coreUI.controls.nullColorPickerClasses.NullSwatchPanel.

Is this due to the switch to Flex 4? Should I report this as a bug somewhere?

Best regards,

Hans

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi,

Please follow this link , http://forums.adobe.com/message/2317657#2317657 . It was fixed in player 9 swc in the earlier release but not in player 10 swc. It has been fixed already and is coming in our next update within next few days. So, if you are using flash builder beta 2 with player 10 swc , just hold on for few days, else you can use player 9 swc.

Thanks

Hironmay Basu

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

Hi,

Please follow this link , http://forums.adobe.com/message/2317657#2317657 . It was fixed in player 9 swc in the earlier release but not in player 10 swc. It has been fixed already and is coming in our next update within next few days. So, if you are using flash builder beta 2 with player 10 swc , just hold on for few days, else you can use player 9 swc.

Thanks

Hironmay Basu

Avatar

Level 2

Thanks for the - again - quick response Hironmay! It keeps surprising me how fast problems are solved on this forum!

Keep up the good work,

Hans

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] ----