mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

http-bio-9999-exec-18, handling exception: java.net.SocketTimeoutException: Read timed out #160

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: HsinPing...@gmail.com (December 26, 2012 06:30:39)

What steps will reproduce the problem? 1.Run on apache Tomcat server with Eclipse in windows platform

  1. server port is 9999
  2. My iPad device does not get push notification message

What is the expected output? What do you see instead? Encounter socketTimeoutException

What version of the product are you using? On what operating system? win7 64bit, Eclipse 3.80, Tomcat 7.0.33

Please provide any additional information below. please see line 1185 of the attatched file

Original issue: http://code.google.com/p/javapns/issues/detail?id=160

mwkirk commented 11 years ago

From sype...@gmail.com on January 06, 2013 22:32:52 The java.net.SocketTimeoutException on line 1185 is normal behavior, it simply means that there was no more data to read from the socket when JavaPNS attempted to read a response from the server. Your trouble is elsewhere it seems...

mwkirk commented 11 years ago

From sype...@gmail.com on February 05, 2013 19:20:47 One month without feedback, closing.