Expand my Community achievements bar.

FDS samples not working.

Avatar

Former Community Member
I installed CFMX 7.0.2 developer edition in the multiserver
configuration. This created the cfusion instance of JRun. I then
installed FDS 2 express following the install instructions from
this Tech Note:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4f079a4d&pss=rss_flex_4f079a4d

I merged the web.xml files from CF and Flex following the
forum post found here:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583&threadid=1168104&enterthread=...

CF works and the Flex samples will open but they don't do
anything. The dashboard sample displays this error: [MessagingError
message='Unknown destination 'dashboard_feed_control'.']



Please help.
1 Reply

Avatar

Level 3
The first link says "Combining these two web applications
into a single .war file is an unsupported configuration and is not
recommended due to known issues and conflicts".



Do you really need to combine these web applications?



Can you try to get it to work without combining them?



This isn't really enough information for me to diagnose the
issue, but if the error is raised by the client, then it may not be
able to find the services-config.xml. Perhaps ColdFusion doesn't
call it this and you'd need to tell the message broker servlet and
the webtier compiler (if compiling from a .mxml based URL instead
of deploying a precompiled SWF) where to find the correct config
file.