javapns-jdk16 icon indicating copy to clipboard operation
javapns-jdk16 copied to clipboard

Communication exception: java.net.SocketException: Network is unreachable

Open prasenraj opened this issue 7 years ago • 0 comments

javapns working fine in the local system, but when I upload this file to virtual machine getting an error.

javapns.communication.exceptions.CommunicationException: Communication exception: java.net.SocketException: Network is unreachable at javapns.communication.ConnectionToAppleServer.getSSLSocket(ConnectionToAppleServer.java:156) at javapns.notification.PushNotificationManager.initializeConnection(PushNotificationManager.java:106) at javapns.Push.sendPayload(Push.java:171) at javapns.Push.payload(Push.java:149) at apnPushNotification.processRequest(apnPushNotification.java:97) at apnPushNotification.doGet(apnPushNotification.java:138) at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)

prasenraj avatar Mar 19 '18 14:03 prasenraj