• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 28, 2024, 05:12:48 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.

Messages - shirin

1
Thanks Ryan.
2
Hi,

How can i enable/disable Repeat Button on Application from Admin panel ?

Thanks.
3
Hi ming,

Actually i m facing error of OutOfMemory. It's due to PermGen space. I increased the space. But it's not a proper solution. It will jst delay Application crashing. But not prevent application crashing. And as i searched (googled) Jetty not having any issues like above so i want to try it on Linux server.

I am not sure this will solved the issue but it may that if i changed both JVM and Server than it will be helpful for managing the above issue.

It's just trial and error.

One's it completed i will notify u.

BTW, Thanks for your assistant.

4
Hi, Konakart,


Is konakart application supported all the server for running like Jetty, Resin rather than Tomcat or JBoss and other JDK like JRockit of Bea. ?


Thanks for your further assistant.


5
Hi,

can any one guide me for above issue?
6
Hi,

I added new Notification_en.vm to Admin classes where other vm/properties files resides with content:

Hi, this is test message.

Bu i am getting following error while sending the mail from Admin app.

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
   at java.lang.String.substring(String.java:1938)
   at com.konakartadmin.bl.AdminEmailMgr.sendTemplateEmail(Unknown Source)
   at com.konakartadmin.bl.AdminTemplateEmailSender.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)





7
Hi Ryan,

I am not able to find any details for that. Can u give me more detail for same.

And should i need to use SendTemplateEmailToCustomers.java or other files to perform the task.

Thanks
8
Hi ryan,

Thanks for your prompt reply.

But can u told me what type of variable i can use in eMail Tempate.

Suppose if i want to use like :

Dear <customer name>,
      This mail regards to the notification of product <product name>

      Follwing changes applied on product:
            <list of changes>

==================

Thanks for your further assistant.



9
Hi konakart,

When a customer checks this feature, what happens then? Does the store Admin get a list of those
who clicked this function?.


Thanks

10
Hi ming,

I googled for this issue and found one of solution provided by u.

But I also found some good issues., Like we can put Required JAR in tomcat/lib instead of our application/lib.
Also the DB connection if we done using JNDI than it will help to solve the above issue.

I tried to change the application lib jar to tomcat lib but i faced error.

So, can u put light on this issue.

Thanks for your further reply.


11
Programming of KonaKart / Password Issue ??
June 25, 2008, 07:01:07 am
Hello Konakart,

Suppose i have thousand customer record existing in my current application. And i want to use Konakart application for all of them. I mapped all the record according to Konakart DB Structure. But having problem for login to any customer.

It seems problem of Password encryption. Can you guide me what type of logic/algorithm u used for password encryption in to DB.

Thanks
12
Configuration of KonaKart / Repeat button issue?
June 25, 2008, 06:54:37 am
Hi Konakart,

I have two konakart application deployed at my local sever. And both are using different DB.

One application having Repeat Button against my order at My Account Page.
And one application having only View Button.

How can i enable Repeat Button to second application. ?

And how can i check the onepage checkout is enable for myapplication?

Thanks
Shirin.
13
Hi ming,

Thanks for your  quick reply. I applied your suggested setting and hope it will work.

Again thanks.

14
Hi,

My konakart Admin and Client frequently crashed with normal operation. I am using Tomcat 6.0 and JDK 1.6.

I found Errors dialog at Konakart Admin :
java.lang.ClassCastException: java.lang.OutOfMemoryError cannot be cast to java.lang.Exception


And then after not able to login into system
It will just give me error message at admin login window as below:
The Call failed on the server; see server log for details

I fill that this errors due to PermGen Error. Heap Size.

So, can you guide me how i can solve this.

Thanks

15
Programming of KonaKart / Re: Repeat button issue?
June 16, 2008, 05:47:25 am
Hi konakart,

Sorry for wasting your precious time. I solved the Repeat Button issue, Actually i not updated the BaseAction so it's with out the method isOnePageCheckout and not added the RepeatOrderAction also, so it not working.


Thanks for all of your support.,