Flash Remoting Gateway not working properly

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Flash Remoting Gateway not working properly

    Basic configuration info:

    Windows 2000 server running IIS
    Coldfusion MX7 with hotfix 2

    Here is the issue. On my production server data will not load in cfgrid.
    The grid renders but all I get is the clock with spinning hands that
    will go on into perpetuity if I do not close the browser.

    I get page not found when I go to [url]http://mysite.com/flashservices/gateway/[/url]

    Mike Nimer at MM recommended rerunning the IIS connectors. I did this
    and the problem still persisted. I then decided to do a complete
    re-install of Coldfusion MX7. I uninstalled CFMX and made sure there
    were no residual registry entries. I re-installed and still no luck.

    I do not get any errors in the log files. I wrote some really simple
    test code that works fine on my development server.

    I'm completely stumped here. Does anyone have any insight?

    Thanks,

    Ray
    Ray Buechler Guest

  2. Similar Questions and Discussions

    1. Flash Remoting not Working
      Flash Remoting not Working on other domains on same machine. Flash Remoting does work under the default domain in which I installed Cold Fusion...
    2. CFMX7 and Remoting (/flashservices/gateway) Help
      I have CFMX7 Standard and I can't seem to get flash remoting to work. When I browse /flashservices/gateway I get a 404 instead of a blank page...
    3. ColdFusion and Flash Remoting Gateway problem
      Ok here is the setup: FlashMX2004 (not pro) Doing a very simple test run of remoting. I am working only localy so there is not actual server...
    4. Macromedia Flash Player installed and working properly suddenlys stops working..
      No idea what has caused the Flash player to stop working. This is not my machine but a relatives who has asked for help over the T'giving...
    5. CFMX 7 Flash remoting is not working.
      On CFMX 7 J2EE, We cannot get flash remoting to run. Whenever we run http://xxx.xxx.xxx.xxx/flashservices/gateway we get a 404 error in IIS. On...
  3. #2

    Default Re: Flash Remoting Gateway not working properly

    I'm thinking I saw something about the flashservices/gateway is not supposed to
    work in CF 7.

    Make sure in your actionscript you changed the http: info from the name of
    your development site to the production site.

    MW

    mattw Guest

  4. #3

    Default Re: Flash Remoting Gateway not working properly

    [url]http://mysite.com/flashservices/gateway/[/url] will not return a page, as it is
    disabled due to security now in 7.

    You will also need to edit the gateway-config.xml file to allow it:

    Uncomment <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter> under the
    <service-adapters>

    Abinidi Guest

  5. #4

    Default Re: Flash Remoting Gateway not working properly

    I was under the impression that if the remoting gateway was working
    correctly that you got a blank page and if it was not working correctly
    that you got a page not found error message.

    This is all done in cf using cfform and cfgrid. There is no actionscript
    other than what CFMX7 generates behind the scenes.

    I have uncommented <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>

    Still no dice.

    Thanks for the help guys.

    Ray

    mattw wrote:
    > I'm thinking I saw something about the flashservices/gateway is not supposed to
    > work in CF 7.
    >
    > Make sure in your actionscript you changed the http: info from the name of
    > your development site to the production site.
    >
    > MW
    >
    Ray Buechler Guest

  6. #5

    Default Re: Flash Remoting Gateway not working properly

    Open IIS, expand your websites, expand the specific website you are working with. Do you see CFID mapped here? If not, you need to have CFID mapped under the domain for cfgrid to work.
    Neo Rye Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139