I'm in the process of setting up the Verivo Push Service. I have installed the service, created and configured proper polling, subscription and destination screens etc. I can see multiple records in tmpsys_PushChange and tmpsys_PushUserStatus. However in tmpsys_PushLog I can see that stage 3 fails giving the following error log entry.
ERROR: Exception in Stage 3 Android processing: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at AndroidPushLib.AuthenticateAccount.GetAuthToken(String password) at AndroidPushLib.PushManager..ctor(String account, String password, mPLogger mppslog, mPDB mpdb) at mPPSlib.mPPSlib.AndroidPush(EventLog lgPushEvent, mPPSLogger mppslog, mPDB mpdb, PushManager& androidPushManager) at mPPSlib.mPPSlib.mPPSRunStage3(NotificationService& APNService, PushManager& androidPushManager)
Immediately afterwards there's another entry stating
ERROR: The remote server returned an error: (407) Proxy Authentication Required.
How can I fix this? No proxies are specified for the data source in AppStudio or in system.
8 Comments