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

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Soundstrue

1
Installation of KonaKart / Clustering help needed
August 11, 2008, 10:48:47 pm
I am trying to get a production environment setup with KK running on CentOS 5 in a clustered environment.  I have seen the previous article from 12-21-07, http://www.konakart.com/forum/index.php/topic,248.0.html and its diagram, but I am at a loss as how to proceed.

I am trying to setup a redundancy between two web servers, two app servers, and a MySQL cluster.  I have Konakart working and functional on a single server, but do not know how to set it up as detailed in the diagram.  Links or a detailed HOWTO would be most beneficial.

Thanks,

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

Soundstrue
3
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)