Push Notification - GCM device not registered error

0
Hi there,   i am using the Mendix Push connector to send push notifications but I am running into the following issue:   step 1: open device to register with GCM -- Work fine ! step 2: send a test msg after sending the test message - the device that was registered in step 1 in removed.  the logs show the following errors - which say that the device is removed because its unregistered!!   this seems to happen in the Push notification module - any thoughts on what is happening here?   Oct 31 11:26:00.004 127.0.0.1 tr10000: DEBUG - PushNotifications: Handling queued messages. Oct 31 11:26:00.011 127.0.0.1 tr10000: INFO - PushNotifications: Attempt to send 2 messages. Oct 31 11:26:00.011 127.0.0.1 tr10000: TRACE - PushNotifications: Sent: <message id='xSJei-45'><gcm xmlns="google:mobile:data">{&quot;delay_while_idle&quot;:true,&quot;data&quot;:{&quot;embeddedMessageId&quot;:&quot;m-636ad8cd-cdef-4150-98cc-f574c01c6587&quot;,&quot;message&quot;:&quot;Vergeet de deur niet te sluiten op station: Klantstation 079.482&quot;,&quot;title&quot;:&quot;Klantstation 079.482&quot;},&quot;time_to_live&quot;:100000,&quot;message_id&quot;:&quot;m-636ad8cd-cdef-4150-98cc-f574c01c6587&quot;,&quot;to&quot;:&quot;ftomSBSrlGs:APA91bH9xrnwArAJ87aIMyfc-hzLwksvgVvoYrByMR0koQo90bF8M_KOL6W6cgp8JV-lk2LGamInGRZfkv_nfa16lTGHTQMEzv5QmtBardtjX3P4YYw8g6ZxX8tVTb78PTsBP5WCkTrL&quot;}</gcm></message> Oct 31 11:26:00.012 127.0.0.1 tr10000: INFO - PushNotifications: GCM: Successfully sent message to ftomSBSr... Oct 31 11:26:00.016 127.0.0.1 tr10000: TRACE - PushNotifications: Sent: <message id='xSJei-46'><gcm xmlns="google:mobile:data">{&quot;delay_while_idle&quot;:true,&quot;data&quot;:{&quot;embeddedMessageId&quot;:&quot;m-8d0a0ea5-74c2-46ae-82ed-3e230eb934ad&quot;,&quot;message&quot;:&quot;Vergeet de deur niet te sluiten op station: Netstation 079.062&quot;,&quot;title&quot;:&quot;Netstation 079.062&quot;},&quot;time_to_live&quot;:100000,&quot;message_id&quot;:&quot;m-8d0a0ea5-74c2-46ae-82ed-3e230eb934ad&quot;,&quot;to&quot;:&quot;ftomSBSrlGs:APA91bH9xrnwArAJ87aIMyfc-hzLwksvgVvoYrByMR0koQo90bF8M_KOL6W6cgp8JV-lk2LGamInGRZfkv_nfa16lTGHTQMEzv5QmtBardtjX3P4YYw8g6ZxX8tVTb78PTsBP5WCkTrL&quot;}</gcm></message> Oct 31 11:26:00.016 127.0.0.1 tr10000: INFO - PushNotifications: GCM: Successfully sent message to ftomSBSr... Oct 31 11:26:00.036 127.0.0.1 tr10000: INFO - PushNotifications: GCM: handleNackReceipt() from: ftomSBSr..., messageId: m-636ad8cd-cdef-4150-98cc-f574c01c6587 Oct 31 11:26:00.036 127.0.0.1 tr10000: TRACE - PushNotifications: Nack contents: {"error_description":"","message_type":"nack","from":"ftomSBSrlGs:APA91bH9xrnwArAJ87aIMyfc-hzLwksvgVvoYrByMR0koQo90bF8M_KOL6W6cgp8JV-lk2LGamInGRZfkv_nfa16lTGHTQMEzv5QmtBardtjX3P4YYw8g6ZxX8tVTb78PTsBP5WCkTrL","message_id":"m-636ad8cd-cdef-4150-98cc-f574c01c6587","error":"DEVICE_UNREGISTERED"} Oct 31 11:26:00.036 127.0.0.1 tr10000: INFO - PushNotifications: Removing device with registration ID ftomSBSr... because it's unregistered. Oct 31 11:26:00.054 127.0.0.1 tr10000: INFO - PushNotifications: GCM: handleNackReceipt() from: ftomSBSr..., messageId: m-8d0a0ea5-74c2-46ae-82ed-3e230eb934ad Oct 31 11:26:00.054 127.0.0.1 tr10000: TRACE - PushNotifications: Nack contents: {"error_description":"","message_type":"nack","from":"ftomSBSrlGs:APA91bH9xrnwArAJ87aIMyfc-hzLwksvgVvoYrByMR0koQo90bF8M_KOL6W6cgp8JV-lk2LGamInGRZfkv_nfa16lTGHTQMEzv5QmtBardtjX3P4YYw8g6ZxX8tVTb78PTsBP5WCkTrL","message_id":"m-8d0a0ea5-74c2-46ae-82ed-3e230eb934ad","error":"DEVICE_UNREGISTERED"} Oct 31 11:26:00.054 127.0.0.1 tr10000: INFO - PushNotifications: Removing device with registration ID ftomSBSr... because it's unregistered. Oct 31 11:26:00.058 127.0.0.1 tr10000: ERROR - PushNotifications: Expected to find device ftomSBSr... but not found
asked
0 answers