Skip to main content
Participant
October 20, 2014
Question

Recent problem: clients are losing connection to AMS 5.0.1

  • October 20, 2014
  • 2 replies
  • 861 views

For the past week, since Oct 14, we've been having issues with clients losing connection to our AMS application. We have online classes that include a chat room and sometimes an audio stream from the instructor. This application and its server has been running stable for months... until last week.

One of our staff was connected to the app, getting everything set up for a class, and she started complaining of getting disconnected. I looked in the application logs and noticed that the application.onDisconnect was being triggered. However, the client didn't register that it had been disconnected  for several seconds afterward. She let me know when she got the "Diconnected" message on her screen, which comes from the NetConnection.onStatus handler.

The only other sign of a problem is that in the server's core logs we started getting the following error when we checked bandwidth:

> Invalid command message data: unexpected bw response from client 000000001D670170

The client number changes frequently, so I'm guessing that this is first happening to one person and then another. We don't think that this bandwidth check is causing the disconnects because we rolled back to a previous version that didn't have it. The disconnects still happened after using the old version. What makes it frustrating is that it hasn't happened to anyone on the dev team, regardless of which network we've connected from. Also, the code hasn't changed on the client or the server, and to my knowledge, we're still using the same configs for months.

The AMS is v5.0.1, the client is written is AS2 and targets Flash Player 11.4.

The affected Flash Players reported are 15.0.0.152 and 15.0.0.189, in browsers IE, Firefox, and Chrome, but not all installations are affected.

Is there anything else I can look at to determine what the problem is? Does anybody have any insight as to what might be suddenly affecting our AMS app?

Many thanks,

Nick

    This topic has been closed for replies.

    2 replies

    Adobe Employee
    October 20, 2014

    Do you have a support contract with Adobe...if yes, you can open an escalation can we can investigate this, but then we will have to ask you to enable additional settings in your configs generate more logging data and this may be more than few iterations back and forth.

    Adobe Employee
    October 20, 2014

    Are there simultaneous disconnects of multiple clients or is it some client getting disconnected randomly in between.

    VIN_NickAuthor
    Participant
    October 20, 2014

    It's not simultaneous, but it is very frequent. When I was monitoring it on Tuesday (the day this started) there were several a minute, but not at the same time.

    Adobe Employee
    October 20, 2014

    you seem to have said that you are seeing this even with older versions of AMS i.e AMS version < 5.

    BTW, That unexpected bw response if because of bad network but AMS does "not" terminate connection on bad bw data.

    If clients are getting terminated, it has to be some reason other than bad bw response.

    We need to isolate when and after what changes did this problem started happening.

    VIN_NickAuthor
    Participant
    October 20, 2014

    Yes, we came to the same conclusion about the unexpected bw. We realize that it is not causing the issue, but I included it because it started happening at the same time and thought that they might be caused by the same issue.

    We have been trying to come up with what changed to cause this, and aren't coming up with anything.

    • We have been on 5.0.1 for at least 5 months, no changes there.
    • We haven't updated the main.asc since 9/16.
    • The VM that runs our server is still the same, and AMS config files haven't been touched.
    • The client swf had a change 2 weeks ago, but we've reverted the change and are now using the old swf again.
    • The person who initially reported the problem was using the same computer that she's used many times to connect; she was going through her usual process to set up for the session.
    • You mentioned bad network, and that is another thing that I have been looking into, but our IT department says that we haven't seen any huge increase in bandwidth usage, and that everything looks to be within normal operating ranges

    If there are any other points that you can think of that I could check for changes, I'm open to suggestions. This problem has been ongoing for 6 days, and I have been searching for answers since it started.