Last modified by Sean Hetherington on 2021/09/10 22:40

Show last authors
1 ====== On this page ======
2
3
4
5 {{toc maxLevel="5"/}}
6
7 == Symptoms ==
8
9 The client occasionally pops up the following error message
10
11
12
13 {{noformat language="none"}}
14 Socket timeout while listening for reply form server:null
15 {{/noformat}}
16
17 == Cause ==
18
19 This error means that the client sent a request to the server and the server failed to respond to the request in a timely manner. There are several things that can cause this issue:
20
21 * The client server connection is on a network connection with more that average latency.
22 * The client server connection is experiencing socket packet loss.
23 * The server is processing to much information at the time of the request to respond in a timely manner.
24 * The server experienced an error while processing the client request and did not send a response.
25
26 == Workaround ==
27
28 If the issue is caused by unavoidable latency in the network connection or the server is processing a large amount of data you can increase the socket timeout parameters in the client connection as described in the [[doc:ISYMDOCS.Advanced Settings]].
29
30 == Resolution ==
31
32 If the issue is due to packet loss on the network connection you will have to resolve the packet loss issues.
33
34 If you are seeing errors in the server side error log when a specific request is made and the error is being display in response to this client action reliably contact support with details of the action and the error that is being logged. [[doc:ISYMDOCS.For Additional Help]].
35
36 == Related Content ==
37
38 {{expand title="Expand to see related content"}}
39 {{unmigrated-inline-wiki-markup}}
40 {dynamiccontentbylabel:showLabels=false|showSpace=false}
41 {{/unmigrated-inline-wiki-markup}}
42 {{/expand}}
iSymphony