Skip to main content
October 3, 2006
Question

Asynchronous I/O operation failed

  • October 3, 2006
  • 1 reply
  • 378 views
I have a Flex app that connects to FMS2. On one of my machines everything works just fine and I am able to connect without any problems. On the other machine I have I can't seemed to get a connection and it always throws a NetConnection.Connect.Failed message. When I look in the live server log I see the following error: "Asynchronous I/O operation failed (Failed to attach to the completion port: The parameter is incorrect. 87". The "Connections" tab on the "Manage Servers" section of the console shows a connect and disconnect for each time I try, but the application itselt shows no activity. It looks as though the connection is being immediately dropped.

The applications are identical. I have removed all anti-virus, firewall programs from the machine and I thought that they might be causing problems with connecting to that socket/port.

Does anyone have any ideas about what might be causing this problem?
    This topic has been closed for replies.

    1 reply

    October 3, 2006
    The object encoding of the NetConnection is set to AMF0, so that shouldn't be an issue...

    Thanks!
    Participant
    November 3, 2006
    could u tell me how the netConection set to AMF0?


    quote:

    Originally posted by: phelans
    The object encoding of the NetConnection is set to AMF0, so that shouldn't be an issue...

    Thanks!