V
Vimalkumar Selvaraj
Guest
Hi Jorrit, These errors usually thrown from Servlet when your client abort the socket connection, in this case client is browser. So here are the causes for these error The user closed the browser before the page loaded. Their Internet connection failed during loading. They went to another page before the page loaded. Ideally this doesn't cause any issues, it just get logged ..From your trace I can understand when we make ajax call to get Listview page data you are aborting the connection by doing anyone of above listed action.. I guess you don't need to worry about this error unless you have noticed any problem in the Rollbase UI .. Please let us know if you are facing any issue in the UI when this error is thrown, and Sample Application to reproduce this problem, so that we can investigate further. Hope this helps, Thanks, Vimal.
Continue reading...
Continue reading...