| Issue 10: | Client eventually becomes unable to see new messages. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Login 2. Leave client idle for an extended amount of time 3. Unable to see new messages What is the expected output? What do you see instead? expected output is being able to see new messages, instead no messages are seen
May 23, 2012
Project Member
#1
parke...@gmail.com
Status:
New
May 26, 2012
trying to locate the source of this annoying bug. Was unable to duplicate the problem while testing. I'm now suspicious that it may be related to ubuntu 12.03
May 26, 2012
Unable to duplicate closing issue for now.
Status:
Done
May 26, 2012
issue has occured again with no evidence as to what the cause is... whatever is happening is causing the program to exit without any exceptions occuring.
Status:
New
May 27, 2012
Found the exception that was occuring apparently it is : java.net.SocketException: Software caused connection abort: recv failed ... not sure how to remedy this yet.
Status:
Accepted
May 27, 2012
Can't find a direct way to fix this issue so working on a work around. Raised priority to high.
Labels:
-Priority-Medium Priority-High
Jun 11, 2012
Socket Closed: false InputFailure: false Connected:true System exiting... main exception has occured : java.lang.NullPointerException main exception has occured : java.net.SocketException: Connection reset java.lang.NullPointerException at net.dreamersnet.ChatServer.Client.main(Client.java:61) at net.dreamersnet.ChatServer.Client.repair(Client.java:89) at net.dreamersnet.ChatServer.Client.main(Client.java:71) at net.dreamersnet.ChatServer.Client.repair(Client.java:89) at net.dreamersnet.ChatServer.Client.main(Client.java:71) at net.dreamersnet.ChatServer.Client.repair(Client.java:89) at net.dreamersnet.ChatServer.Client.main(Client.java:71) java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.BufferedReader.fill(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at net.dreamersnet.ChatServer.Client.main(Client.java:61) at net.dreamersnet.ChatServer.Client.repair(Client.java:89) at net.dreamersnet.ChatServer.Client.main(Client.java:71) at net.dreamersnet.ChatServer.Client.repair(Client.java:89) at net.dreamersnet.ChatServer.Client.main(Client.java:71)
Jun 11, 2012
1339426674771>> ThreadHandler exception occured : java.net.SocketException: Software caused connection abort: recv failed java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.BufferedReader.fill(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) Closing socket at net.dreamersnet.ChatServer.ThreadHandler.run(Server.java:77) |