Skip to content

Instantly share code, notes, and snippets.

@delalis
Created May 27, 2015 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delalis/3338a2801d8aa1298eb0 to your computer and use it in GitHub Desktop.
Save delalis/3338a2801d8aa1298eb0 to your computer and use it in GitHub Desktop.
aerogear UPS 1.0.3 - PUSH NOTIFICATIONS DONT SHOW UP ON DEVICES
2015-05-27 13:30:00,353 INFO [JPAPushMessageInformationDao] (EJB default - 9) Processing send request with '[alert=DERNIÈRES NOUVELLES : Chris Pushtest 100, criteria=[aliases=null, deviceTypes=null, categories=null, variants=[df1b6b2e-d40a-4e3b-b92e-5ece9b2545ab, a66184aa-9095-4bcb-918b-4c92a029b2aa]], time-to-live=-1]' payload
2015-05-27 13:30:00,369 INFO [GCMPushNotificationSender] (EJB default - 9) Sending payload for [1] devices to GCM
2015-05-27 13:30:00,540 INFO [GCMPushNotificationSender] (EJB default - 9) Message to GCM has been submitted
2015-05-27 13:30:01,026 INFO [ClientInstallationServiceImpl] (EJB default - 8) Message to APNs has been submitted
2015-05-27 13:30:01,104 INFO [ClientInstallationServiceImpl] (EJB default - 9) Message to APNs has been submitted
2015-05-27 13:30:01,653 INFO [GCMPushNotificationSender] (EJB default - 8) Sending payload for [1] devices to GCM
2015-05-27 13:30:01,746 INFO [GCMPushNotificationSender] (EJB default - 8) Message to GCM has been submitted
2015-05-27 13:32:42,668 WARN [org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-15) HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
2015-05-27 13:47:00,168 INFO [ClientInstallationServiceImpl] (default task-6) Deleting metadata Installation
2015-05-27 13:49:13,990 INFO [PushNotificationSenderEndpoint] (default task-4) Message submitted to PushNetworks for further processing
2015-05-27 13:49:14,026 INFO [JPAPushMessageInformationDao] (EJB default - 3) Processing send request with '[alert=TEST FRENCH CHRIS, criteria=[aliases=null, deviceTypes=null, categories=null, variants=[df1b6b2e-d40a-4e3b-b92e-5ece9b2545ab]], time-to-live=-1]' payload
2015-05-27 13:49:14,674 INFO [APNsPushNotificationSender] (EJB default - 3) Message to APNs has been submitted
@delalis
Copy link
Author

delalis commented May 27, 2015

looks good to me, no idea why the registered devices arent receiving the pushes...not sure how to debug further at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment