How To Fix “trustAnchors parameter must be non-empty”

Author: , January 8th, 2011

Install the latest Sun version of the JDK and set $JAVA_HOME to it. # wget -O jdk-6u23-linux-i586-rpm.bin ‘http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u23-linux-i586-rpm.bin?BundledLineItemUUID=6vKJ_hCvsgsAAAEtIlQpGGh0&OrderID=oFmJ_hCvw1AAAAEtFVQpGGh0&ProductID=QhOJ_hCw.dUAAAEsFIMcKluK&FileName=/jdk-6u23-linux-i586-rpm.bin’ # sh ./jdk-6u23-linux-i586-rpm.bin # export JAVA_HOME=/usr/java/latest