javapns-jdk16
javapns-jdk16 copied to clipboard
Communication exception: java.net.SocketException: Network is unreachable
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)