My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 10: Client eventually becomes unable to see new messages.
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by parke...@gmail.com, May 23, 2012
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
changing to new status
Status: New
May 26, 2012
Project Member #2 parke...@gmail.com
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
Project Member #3 parke...@gmail.com
Unable to duplicate closing issue for now.
Status: Done
May 26, 2012
Project Member #4 parke...@gmail.com
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
Project Member #5 parke...@gmail.com
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
Project Member #6 parke...@gmail.com
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
Project Member #7 parke...@gmail.com
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)

Client.java
3.9 KB   View   Download
Jun 11, 2012
Project Member #8 parke...@gmail.com
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)

Server.java
13.7 KB   View   Download

Powered by Google Project Hosting