Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

Upgrading from FDS to LCDS 2.5

Avatar

Level 2
I am attempting to upgrade from FDS to LCDS 2.5.



I replace the files in:

/WEB-INF/flex/jars

/WEB-INF/flex/libs

/WEB-INF/flex/local



copy the new jars into /WEB-INF/lib

and recompile the client.



When I run the client I get:

VerifyError: Error #1053: Illegal override of subtopic in
mx.messaging.Consumer.

at flash.display::MovieClip/nextFrame()

at
mx.managers::SystemManager/mx.managers:SystemManager::deferredNextFrame()[C:\dev\flex_201_gmc\sdk\frameworks\mx\managers\SystemManager.as:280]

at
mx.managers::SystemManager/mx.managers:SystemManager::preloader_initProgressHandler()[C:\dev\flex_201_gmc\sdk\frameworks\mx\managers\SystemManager.as:2139]

at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at
mx.preloaders::Preloader/mx.preloaders:Preloader::timerHandler()[C:\dev\flex_201_gmc\sdk\frameworks\mx\preloaders\Preloader.as:394]

at flash.utils::Timer/flash.utils:Timer::_timerDispatch()

at flash.utils::Timer/flash.utils:Timer::tick()







I searched around some for upgrade instructions but couldn't
find any. Am I missing something?



Thank you,

-Vito
1 Accepted Solution

Avatar

Correct answer by
Level 2
2 Replies

Avatar

Former Community Member
Are you using the webtier to compile or Flex Builder?



It sounds like that some of your SWCs are out of sync. You
can open up each

SWC file in WinZip and then look at the catalog.xml file for
version information.

Be sure that you're compiling against updated rpc.swc and
fds.swc files.





Avatar

Correct answer by
Level 2