Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Websocket error after upgrading to EPiServer.CMS.UI 9.4.0

Vote:
 

After an upgrade to EPiServer.CMS.UI 9.4.0 I get the following error message in edit mode.

A real-time connection could not be established with the server. This may be caused by incorrect configuration. Please see the User interface section in the user guide for further information.

The console shows the following error:

WebSocket connection to 'ws://moderna.local/EPiServer/Shell/socket/endpoint/' failed: Error during WebSocket handshake: Unexpected response code: 200

I have followed the steps explained here to no avail: http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/User-interface/websocket-support/

#144962
Feb 23, 2016 12:22
Vote:
 

WebSocket Protocol was not activated for IIS.

So in case you have the same problem the just go to "Turn Windows features on or off" and activate "WebSocket Protocol" under "Internet Information Services/World Wide Web Services/Application Development Features"

#144965
Feb 23, 2016 12:30
Vote:
 

Hi,

I've updated the WebSocket support document you mentioned and included a part how to install WebSockets protocol. 

Thanks for pointing that out.  

#144993
Feb 23, 2016 15:55
Vote:
 
#145230
Feb 29, 2016 18:49
Vote:
 
<p>I've upgraded recently past this version to EPi 9.6+. We&nbsp;updated the WebSockets setting in Azure, but currently we're getting our logs spammed with this error:</p> <p></p> <p>"Error when sending WebSocket message to &lt;omitted client name&gt;&nbsp;System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Web.WebSockets.AspNetWebSocket'"</p> <p></p> <p><img src="http://prntscr.com/b82csy" alt="" /></p> <p></p> <p>Any idea if this is related?</p>
#148847
May 25, 2016 1:38
Vote:
 

Hi Chris,

I've looked at the exception description you posed and it seems like an infrastructure issue (WebSockets settings in Azure) not a code related bug.
My guess is the connected client (an editor) is either disconnected or become unreachable (a sudden refresh of the page) but server is still holding down her reference. 

Can you confirm that the WebSockets and EPiServer real-time communcation had been working for you till you upgraded to 9.6+? Or is that this is the first time you upgraded to WebSockets? 

#148851
May 25, 2016 10:44
Vote:
 

Khurram,

I do in fact have the WebSockets setting enabled in Azure. To provide additional information, these errors are *caused* by a user that only has access to a new EPiServer Service API endpoint. The service API method is making changes to Commerce content within the site. Knowing that EPiServer 9.X+ uses WebSockets to send real-time messages to users in the editing interface regarding changes, I assume the commerce changes being made are causing notifications to attempt to be sent to users in the editing interface. Why there are failing I cannot determine, as no other Web Socket errors are being thrown aside from ones generated by the Service API user.

#149054
May 25, 2016 16:43
Vote:
 

Hi Chris, 

I tested commerce solution with EPiServer Service API endpoint and couldn't see any exceptions/logs which you're having for WebSockets. I also found that until you specifically request the Realtime store (../socket/endpoint), the Service API client doesn't connected to WebSockets at all. So i'm curious how your client gets hooked up with WebSockets, is it possible for you to send me code which has Service API end point? 

The only way for a user (client) to get connected to WebSockets is via edit mode (since we've realtime stores which request socket endpoint). There is also a bug created for this and you can have a look at it. 

#150191
Jun 13, 2016 17:04
Vote:
 

Khurram,

To clarify, there's no connection between the service API user with WebSockets.

The issues appears to be when an actual editor is subscribed to changes via WebSockets inside edit mode while a background Service API user is making changes. The reason I believe this is: The editor has accessed/edited the commerce file before, and the error (in Elmah) is logged under the Service API user's name. 

Recap:

  • The user is logged into the commerce panel and likely viewing/editing products
  • The service API is changing products in the background all day
  • The errors are logged under the Service API user's name, meaning the errors are thrown somewhere in the request to the service API or afterwards. I believe it is likely a change that the Service API made triggering EPiServer to send updates via WebSockets to an actual editor who needs them.
#150193
Jun 13, 2016 17:39
Vote:
 

Chris, 

The bug has been created for this issue and the fix is in review now. Once its shipped in coming weeks, you've to test the scenario and let me know if that fixes the issues you've.

#150327
Jun 16, 2016 10:19
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.