Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Push Notification service error

OS X 10.14.2 - macOS Server 5.7.1 - 200 iPads


I am not more able to reach iPads from mdm server: the activities remains "suspended" and in the log I can see the following errors:


0:: [247] [2019/01/07 18:48:13.018] +++ Received Push Notification service error Error Domain=com.apple.APSProvider Code=13 "Service not responding" UserInfo={NSLocalizedDescription=Service not responding}

1:: [247] [2019/01/07 18:48:13.018] EXCEPTION: NilPtr <-[DMDevicemgrd activateAPNS] (DMDevicemgrd.m:498): "'((_apnsp))' is nil">

0:: [247] [2019/01/07 18:48:13.019] -[DMDevicemgrd _activateAPNSOnThread]: Unable to activate APNS. -[DMDevicemgrd activateAPNS] (DMDevicemgrd.m:498): "'((_apnsp))' is nil"


OR


1:: [247] [2019/01/07 18:46:30.503] EXCEPTION: NilPtr <-[DMDevicemgrd activateAPNS] (DMDevicemgrd.m:498): "'((_apnsp))' is nil">

0:: [247] [2019/01/07 18:46:30.504] -[DMDevicemgrd _activateAPNSOnThread]: Unable to activate APNS. -[DMDevicemgrd activateAPNS] (DMDevicemgrd.m:498): "'((_apnsp))' is nil"

1:: [247] [2019/01/07 18:47:13.011] -[DMDevicemgrd sendPendingPushNotifications]: APNS hasn't been initialized yet, unable to send push notifications


Thank you

Posted on Jan 7, 2019 9:51 AM

Reply
Question marked as Best reply

Posted on Jan 25, 2019 7:05 AM

Ok, open Activity Monitor and look at Memory panel, and search for "apspd" process: in my case it used almost 70GB of RAM.


I resolved with these steps (on Mojave 10.14.2 with macOS Server 5.7.1):

  1. stop the Device-Manager: (in terminal) "serveradmin stop devicemgr"
  2. in Activity Monitor, quit "apspd" process
  3. move all the plist file of push manager service sudo mv /Library/Preferences/ApplePushServiceProvider/com.apple.apspd.plist* /tmp
  4. restart the service "serveradmin stop devicemgr"


cfr https://discussions.apple.com/thread/6536842


Can you elaborate your answer? We have the same problem but dont understand your solution.

Similar questions

4 replies
Question marked as Best reply

Jan 25, 2019 7:05 AM in response to osite2019

Ok, open Activity Monitor and look at Memory panel, and search for "apspd" process: in my case it used almost 70GB of RAM.


I resolved with these steps (on Mojave 10.14.2 with macOS Server 5.7.1):

  1. stop the Device-Manager: (in terminal) "serveradmin stop devicemgr"
  2. in Activity Monitor, quit "apspd" process
  3. move all the plist file of push manager service sudo mv /Library/Preferences/ApplePushServiceProvider/com.apple.apspd.plist* /tmp
  4. restart the service "serveradmin stop devicemgr"


cfr https://discussions.apple.com/thread/6536842


Can you elaborate your answer? We have the same problem but dont understand your solution.

Push Notification service error

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.