Hi Everyone,
I'm having problems getting shipping quote to process on my Eclipse (IDE) environment. When I choose the Cart Items.do, during the debug/run, it shows the following exception messages below.
Does anyone know how to resolve this issue? Is it related to SSL? We are currently customizing the Konakart client and this is the only issue we have before we roll it out to production. Our localhost is port 8080 which is open.
Thanks
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18-Jan 15:10:44 ERROR (OrderTotalMgr.java:refreshConfigs:182) Could not instantiate the OrderTotal Module com.konakart.bl.modules.ordertotal.taxcloud.TaxCloudin order to refresh its configuration.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.konakart.bl.modules.ordertotal.OrderTotalMgr.getOrderTotalModuleForName(OrderTotalMgr.java:474)
at com.konakart.bl.modules.ordertotal.OrderTotalMgr.refreshConfigs(OrderTotalMgr.java:178)
at com.konakart.bl.modules.ordertotal.OrderTotalMgr.<init>(OrderTotalMgr.java:115)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.konakart.bl.MgrFactory.instantiateOrderTotalMgr(MgrFactory.java:829)
at com.konakart.bl.MgrFactory.getOrderTotalMgr(MgrFactory.java:813)
at com.konakart.app.KKEng.updateCachedConfigurations(KKEng.java:915)
at com.konakart.bl.EngineConfigCacheUpdater.updateConfigs(EngineConfigCacheUpdater.java:243)
at com.konakart.bl.EngineConfigCacheUpdater.run(EngineConfigCacheUpdater.java:179)
Caused by: com.konakart.app.KKException: The store address could not be verified using the USPS verification service probably due to a communications problem.
at com.konakart.bl.modules.ordertotal.taxcloud.TaxCloud.setStaticVariables(Unknown Source)
at com.konakart.bl.modules.ordertotal.taxcloud.TaxCloud.<init>(Unknown Source)