This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Understanding Java Stack trace error log -could not send push notification

Happy New Year Folks,

Looking for some guidance understanding a java  stack trace log.

I am running SMC 3.6.

The first part of  error message says:

Message:

could not send push notification

Stacktrace:

com.smartphone_solutions.smartman.data.bo.exception.ApplePushNotificationServiceException: Could not send app apns push notification

                at com.smartphone_solutions.smartman.communication.applepns.APNSConnectionManagerForApp.sendAppPushNotification(APNSConnectionManagerForApp.java:345)

I have attached the full log to this post

My Questions are

What would cause this ?

Is it affecting only 1 or 2 devices or all ?

How do i fix it, if it can be fixed ?

Thanks in Advance

Jason

:55261


This thread was automatically locked due to age.
Parents
  • Hi Jason,

    happy new year to you as well :-)

    Looking at your provided log, it seems as if your SMC server could not connect to "services.sophosmc.com"

    This is one of our servers which is used e.g. for sending SMS to devices but also to send notifications to the SMC iOS app.

    Maybe the connection to this URL is blocked by your firewalls? The server uses the IP 85.22.154.49.

    An app apns push notification is used to:

    - Send messages to the iOS app displayed in the "Messages" section

    - Send informations regarding compliance violations to the app

    - Send synchronization requests to the app

    So if the connection to that server is not possible, then all iOS devices are affected.

    Please not that other iOS related functionality like installing profiles or installing are not affected by this issue as this is done direclty via the connection to the Apple APNS gateway.

    Best regards

    Stefan

    :55279
Reply
  • Hi Jason,

    happy new year to you as well :-)

    Looking at your provided log, it seems as if your SMC server could not connect to "services.sophosmc.com"

    This is one of our servers which is used e.g. for sending SMS to devices but also to send notifications to the SMC iOS app.

    Maybe the connection to this URL is blocked by your firewalls? The server uses the IP 85.22.154.49.

    An app apns push notification is used to:

    - Send messages to the iOS app displayed in the "Messages" section

    - Send informations regarding compliance violations to the app

    - Send synchronization requests to the app

    So if the connection to that server is not possible, then all iOS devices are affected.

    Please not that other iOS related functionality like installing profiles or installing are not affected by this issue as this is done direclty via the connection to the Apple APNS gateway.

    Best regards

    Stefan

    :55279
Children
No Data