Closed GoogleCodeExporter closed 8 years ago
sorry I thought I could see a preview. The following code is a servlet and it
simply stops sending messages. I have no idea why
Original comment by oli...@crowdplayce.com
on 26 Apr 2012 at 8:03
Got this from the log, but nothing? IS this Apple?
2012-04-26 13:07:31,481 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Building Raw message from
deviceToken and payload
2012-04-26 13:07:31,481 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Built raw message ID
33554433 of total length 122
2012-04-26 13:07:31,481 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Attempting to send
notification: {"aps":{"sound":"Gun.wav","alert":"Hello World from
Middy","badge":2},"pt":0}
2012-04-26 13:07:31,481 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- to device:
6658077df0c0bd42d34a81b171b73f6c7e7b36e4869d9a63b5d2d8b80591f380
2012-04-26 13:07:31,487 [JavaPNS grouped notification thread in QUEUE mode]
INFO javapns.notification.PushNotificationManager- Attempt failed (Remote host
closed connection during handshake)... trying again
2012-04-26 13:07:31,487 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.communication.ConnectionToAppleServer- Creating SSLSocket to
gateway.sandbox.push.apple.com:2195
2012-04-26 13:07:31,583 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Attempting to send
notification: {"aps":{"sound":"Gun.wav","alert":"Hello World from
Middy","badge":2},"pt":0}
2012-04-26 13:07:31,583 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- to device:
6658077df0c0bd42d34a81b171b73f6c7e7b36e4869d9a63b5d2d8b80591f380
2012-04-26 13:07:31,866 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Flushing
2012-04-26 13:07:31,866 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- At this point, the entire
122-bytes message has been streamed out successfully through the SSL connection
2012-04-26 13:07:31,866 [JavaPNS grouped notification thread in QUEUE mode]
DEBUG javapns.notification.PushNotificationManager- Notification sent on second
attempt
Original comment by oli...@crowdplayce.com
on 26 Apr 2012 at 1:12
Closing as duplicate of issue #115. Please provide requested information
(stack trace dump) in the other issue report.
Original comment by sype...@gmail.com
on 26 Apr 2012 at 9:49
Original issue reported on code.google.com by
oli...@crowdplayce.com
on 26 Apr 2012 at 8:01