What would cause these errors/alerts in the Server Output window?

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

What would cause these errors/alerts in the Server Output window?

Post by Jaymer »

LoginListener: Exception thrown handling socket.
java.net.SocketException: Connection reset
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.base/java.io.InputStreamReader.read(InputStreamReader.java:185)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
at java.base/java.io.LineNumberReader.readLine(LineNumberReader.java:203)
at com.bas.basserver.bsmanager.K$_A.run(Unknown Source)
at java.base/java.lang.Thread.run(Thread.java:835)
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
ACDC
Posts: 1138
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Re: What would cause these errors/alerts in the Server Output window?

Post by ACDC »

This is a long shot guess

If a users internet connection goes away/disconnects .
I have seen something similar, on the client side bad intermittent disconnects that show up on the server
Post Reply