• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 12:11:07 pm

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.

Topics - sunshiva

1
Hello all

I've an online ecommerce store implemented successfully with Konakart ver 2.2.2.0. My site is live currently but i keep getting occasional exceptions which i believe could be fatal

Here are some of the error messages that are reported frequently (about 5-6 times a day)

INFO   | jvm 1    | 2008/04/26 19:49:31 | SEVERE: Servlet.service() for servlet jsp threw exception
INFO   | jvm 1    | 2008/04/26 19:49:31 | javax.servlet.jsp.JspException: Define tag cannot set a null value for bean with id: currentTopCat
INFO   | jvm 1    | 2008/04/26 02:26:49 | javax.servlet.jsp.JspException: Cannot find bean: "konakartKey" in any scope

Since this is a live (production) environment, i'd like to mention that there were no outages on the database server.

I'd appreciate any help from folks who might have come across a similar problem and if they ever found a resolution to this issue

Please help

Warm regards

Shiva
2
Installation of KonaKart / Checkout error
January 06, 2008, 11:12:43 pm
Hello All

I get a malfunction error during the checkout process and the only error message i notice in the browser is (screenshot attached)

"This application is out of date, please click the refresh button on your browser"

I set the log level to DEBUG and there are no errors logged in the log files

Please help

I'm currently using version 2.2.0.7

Thank you

Shiva



3
Hello

How do i change the default checkout action? The installation checkout action is /EditCartSubmit.do. I need to change this to point to the Google checkout URL. I changed the EditCartBody.jsp to include the following form action

   <html:form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/xxxxxxxx/checkout">;

but it seems to break the site and i notice the following error in the Tomcat logs

31-Oct 12:20:35 ERROR (InsertTag.java:doEndTag:922) ServletException in '/WEB-INF/jsp/EditCartBody.jsp': javax.servlet.jsp.JspException: Cannot retrieve mapping for action /https://sandbox.google.com/checkout/cws/v2/Merchant/643237515230848/checkout
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/EditCartBody.jsp at line 33

30:
31: <% boolean outOfStock=false; %>   
32: <table border="0" width="100%" cellspacing="0" cellpadding="0">
33:    <html:form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/xxxxxxxx/checkout">;
34:   
35:
36:    <html:hidden name="EditCartForm" property="goToCheckout" value=""/>


I believe there are some changes required in the struts-config.xml file and/or updates to the forms code.

Please advise

Regards

Shiva