Moving a CF/Flex app from CF7 to CF9
I should start by saying that I know nothing about Flex, or Flash, so am probably missing something very basic.
I have inherited an application on a CF7 server which has to be migrated to a CF9 server. It uses Flex extensively. Both servers are Windows and IIS (though slightly different versions - I can look up details if it's relevant).
Migration strategy has been "default installation of eveyrthing, copy it all across, try it out and hope that it works." This has mostly been successful: I had to alter a lot of CFCs from access="public" to access="remote", and a non-default “Enable Remote Adobe LiveCycle Data Management access” in CF ADmin, but I have one niggling problem.
The first time (and only the first time) a user tries to use the app, they get an error:
Fault[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error Invalid URL url: 'http:// (my url) /flex2gateway/'"]
If they refresh, this message goes away.
I could in theory tell them to hit refresh, as everything works fine after that, but it's not exactly a clean solution, and in any case, I'd like to understand what's going on. I've found a few descriptions of people with similar problems, but not quite the same, and too many of them refer to editing configuration files that I can't even find.
Any hints? It may well be something veyr basic and obviosu, because as I say, I know nothing of Flex.
