• Welcome to KonaKart Community Forum. Please login or sign up.
 

SSL/HTTPS Error when Checking Out

Started by Soundstrue, August 01, 2008, 10:39:40 pm

Previous topic - Next topic

Soundstrue

Just completed an install of KonaKart on a CentOS 5 build with current builds of Apache and Tomcat.  During testing when we have someone checkout instead of the standard authorization screen we get the error listed below.  I did rename the computer, not sure if that busted anything in Apache ssl module, but did add the previous name in the hosts file.  Tried to do some research, but none of the items correlated to what I am seeing.  Any help would be greatly appreicated.



Exception Name = java.net.UnknownHostException
Exception Message = secure.authorize.net:443
Exception Stack Trace =
at gnu.java.net.PlainSocketImpl.connect(libgcj.so.7rh)
at java.net.Socket.connect(libgcj.so.7rh)
at java.net.Socket.connect(libgcj.so.7rh)
at gnu.java.net.protocol.http.HTTPConnection.getSocket(libgcj.so.7rh)
at gnu.java.net.protocol.http.HTTPConnection.getOutputStream(libgcj.so.7rh)
at gnu.java.net.protocol.http.Request.dispatch(libgcj.so.7rh)
at gnu.java.net.protocol.http.HTTPURLConnection.connect(libgcj.so.7rh)
at gnu.java.net.protocol.http.HTTPURLConnection.getInputStream(libgcj.so.7rh)
at com.konakart.actions.gateways.BaseGatewayAction.postData(Unknown Source)
at com.konakart.actions.gateways.AuthorizenetAction.execute(Unknown Source)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
at javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationDispatcher.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationDispatcher.doForward(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationDispatcher.forward(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
at javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.sor8vrxm.so)
at com.soundstrue.konakart.setSessionObjFilter.doFilter(setSessionObjFilter.java:36)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.StandardWrapperValve.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.StandardContextValve.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.StandardHostValve.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.core.StandardEngineValve.invoke(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.23.jar.sor8vrxm.so)
at org.apache.coyote.http11.Http11Processor.process(tomcat-http-5.5.23.jar.so)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(tomcat-http-5.5.23.jar.so)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(tomcat-util-5.5.23.jar.so)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(tomcat-util-5.5.23.jar.so)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.23.jar.so)
at java.lang.Thread.run(libgcj.so.7rh)

ming

Hi,

"unknown host" ??     I can ping secure.authorize.net -- can you?

Perhaps your firewall rules are blocking your access to that host?  or maybe your DNS setup?

Ming

Soundstrue

Thanks for the help.  Had to adjust our DNS for our test environment and that did the trick.  Again thanks,

Soundstrue