• 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 - bharatkasodariya

31
It was due to konakart-m. I missed to put custom module jar in konakart-m lib:( . mobile version from 7.1. So Need to add jar in konakart-m as well.
32
still getting the error though jar is in class path. Copied module same as paypal


INFO: Deploying web application directory konakartadmin
02-Oct 23:36:08 ERROR (?:refreshConfigs:?) Could not instantiate the Payment Mod
ule com.konakart.bl.modules.payment.creditcard.Creditcard in order to refresh it
s configuration.
java.lang.ClassNotFoundException: com.konakart.bl.modules.payment.creditcard.Cre
ditcard
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1678)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1523)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at com.konakart.bl.modules.payment.PaymentMgr.getPaymentModuleForName(Un
known Source)
        at com.konakart.bl.modules.payment.PaymentMgr.refreshConfigs(Unknown Sou
rce)
        at com.konakart.bl.modules.payment.PaymentMgr.<init>(Unknown Source)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at com.konakart.bl.MgrFactory.instantiatePaymentMgr(Unknown Source)
        at com.konakart.bl.MgrFactory.getPaymentMgr(Unknown Source)
        at com.konakart.app.KKEng.updateCachedConfigurations(Unknown Source)
        at com.konakart.bl.EngineConfigCacheUpdater.updateConfigs(Unknown Source
)
33
Programming of KonaKart / Tier price on frontend
October 02, 2013, 01:32:24 pm
I configured tier price for the product on demo store. Where can I find it on frontend?
34
getting error in version version 7.1.1 for custom payment module when starting the tomcat . Class is there in class path

INFO: Deploying web application directory konakartadmin
01-Oct 14:46:18 ERROR (?:refreshConfigs:?) Could not instantiate the Payment Mod
ule com.konakart.bl.modules.payment.sofort.Sofort in order to refresh its config
uration.
java.lang.ClassNotFoundException: com.konakart.bl.modules.payment.sofort.Sofort
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1678)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1523)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at com.konakart.bl.modules.payment.PaymentMgr.getPaymentModuleForName(Un
known Source)
        at com.konakart.bl.modules.payment.PaymentMgr.refreshConfigs(Unknown Sou
rce)
        at com.konakart.bl.modules.payment.PaymentMgr.<init>(Unknown Source)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
35
Yes, When I open list page first time its returning kkEng.getSessionId() is null. And throws exception of session for the related product call.
If I open product detail page(directly) before it. And try to open list page then it works. It seems it creates session in product detail page.
36
I tried. It doesn't work. Its throwing invalid session error as there is not session id in engine.
Is there any option.
38
kkEng.getEng().getRelatedProducts(kkEng.getSessionId(), null,
                           kkEng.getProductMgr().getSelectedProduct().getId(),
                           com.konakart.bl.ProductMgr.CUSTOM_RELATIONSHIP_1,
                           kkEng.getLangId());
is it possible to get data without session id.
39
Programming of KonaKart / Re: 6.5.1 to 7.1.1 upgrade
September 22, 2013, 08:18:20 am
Also not able to run report from admin after version merge in my project. 

showing warning on console
22-Sep 12:40:08 WARN  (?:__authenticate:?) Session 'e78e182934ab2e46e70c4b8a56f1fba5' does not exist for cust '2' on store 'store1'

It seems like its trying to find session with store but cant get due to store check. I checked session table in db, it has the same store key record but without store id 'store1'.  so for that I think either to set store1 in session creation or to remove store check on the report creation. how to fix it.

Thanks
40
Programming of KonaKart / Re: 6.5.1 to 7.1.1 upgrade
September 22, 2013, 06:16:17 am
Yes, I have run the below scripts fro the upgradation steps.
upgrade_6.5.1.0_to_6.6.0.0.sql
upgrade_6.6.0.0_to_7.0.0.0.sql
upgrade_7.0.0.0_to_7.1.0.0.sql
still getting the warning.

41
Programming of KonaKart / 6.5.1 to 7.1.1 upgrade
September 21, 2013, 03:48:53 pm
Upgraded konakart version 6.5.1 to 7.1.1. When tomcat is started it shows warning message " KonaKart code does not appear to be compatible with the database"

How that warning can be resolved?

42
Programming of KonaKart / apply multiple shipping on order
September 19, 2013, 09:59:36 am
Is it possible to apply multiple shipping in order. I have to provide option for express delivery with zone based shipping. If express delivery is selected then it should add some amount to zone based shipping.
In order total, want to show it individual rate as zone based shipping charge and express charge.

Thanks,
Bharat
43
how to remove tags from taggroup in konakaratadmin.
I can insert with insertTagGroupToTags. Couldn't find method for removing tags from taggroup.
44
getting below error while downloading invoice with special char product name 'groß'

ERROR:  'The entity "szlig" was referenced, but not declared.'
16-Sep 12:48:57 WARN  (?:createPDFFromHTML:?) Can't load the XML resource (using TRaX transformer). org.xml.sax.SAXParseException: The entity "szlig" was referenced, but not declared. : javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: The entity "szlig" was referenced, but not declared.
16-Sep 12:48:57 WARN  (?:getPdf:?) Problem creating PDF file : Can't load the XML resource (using TRaX transformer). org.xml.sax.SAXParseException: The entity "szlig" was referenced, but not declared.
org.xhtmlrenderer.util.XRRuntimeException: Can't load the XML resource (using TRaX transformer). org.xml.sax.SAXParseException: The entity "szlig" was referenced, but not declared.
   at org.xhtmlrenderer.resource.XMLResource$XMLResourceBuilder.createXMLResource(XMLResource.java:191)
45
Programming of KonaKart / Re: New Shipping Module
September 13, 2013, 06:14:57 am
To get shipping related value from the order on frontend, can use below code
OrderTotalIf[] ot=kkAppEng.getOrderMgr().getCheckoutOrder().getOrderTotals();

find element from the array with class name "ot_shipping"