Problem:
shipping out a shipment for UPS we are getting "error in shipping".
Solution:
For this error there might be many reasons, one reason we mentioned below
We are hearing issues with UPS Shipments since few days from our customers and this issue is related to the connectivity with UPS server.
The typical error observed here is - UPS will through an error saying 503 Service unavailable or sometimes we only see Error in Shipping when tried to Ship with UPS in the Shipping page.
We have identified this issue is due to some cyphers which are not supported by the java versions prior to Jre1.8.0_202, installing the Jre1.8.0_202 in the Linux environment and where the Tomcat is present, resolved the issue.
If the instance doesn't have jre1.8.0_202 version of Java, please download the java tar file from Oracle official site and port it in aasc or aasc/Java folder in the instance based on the folder structure and extract it using the below command. Once it is installed, restart the Tomcat using the jre1.8.0_202
tar -xf jre-8u202-linux-x64.tar.gz
https://www.oracle.com/in/java/technologies/javase/javase8-archive-downloads.html
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article