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

31
Hi

I just installed the newest release of KonaKart -- I am getting the following exception at checkout when prompted to enter my email address... after I click submit:

23-Jul 03:16:24 ERROR (?:log:?) Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract boolean com.konakart.client.KKGWTServiceIf.isEmailValid(java.lang.String) throws com.konakart.client.util.KKGWTException' threw an unexpected exception: java.lang.NoClassDefFoundError: com.konakart.bl.Emailer
   at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:361)
   at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:547)
   at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
   at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
   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.sopo4rsg.so)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.core.StandardWrapperValve.invoke(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.core.StandardContextValve.invoke(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.core.StandardHostValve.invoke(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.core.StandardEngineValve.invoke(catalina-5.5.23.jar.sopo4rsg.so)
   at org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.23.jar.sopo4rsg.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)
Caused by: java.lang.NoClassDefFoundError: com.konakart.bl.Emailer
   at java.lang.Class.initializeClass(libgcj.so.7rh)
   at com.konakart.bl.EmailMgr.isEmailValid(Unknown Source)
   at com.konakart.app.KKEng.isEmailValid(Unknown Source)
   at com.konakart.server.KKGWTServiceImpl.isEmailValid(Unknown Source)
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)
   at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:528)

I haven't seen this before and cannot find com.konakart.bl.Emailer or any information on it.

Any ideas as to what may be causing this?
Thank you very much!
32
Hello,

We would like to change the authorize.net payment module from how it currently functions.  Allowing a "mixed good basket" of soft goods and hard goods is a great feature of KonaKart and is user friendly, but our business process and legal requirements state that we not settle payment for hard goods until time of shipment (unlike soft goods where it makes sense to process payment immediately).  Hence, ideally we would like to have the flexibility to configure the payment module for a MIXED GOOD BASKET (containing both hard goods and soft goods) to ONE of the following three options:

1.      Only authorize both hard goods and soft goods in Konakart (ie NO SETTLEMENT for any items)
2.      authorize and settle soft goods BUT ONLY authorize hard goods (ie no settlement for hard goods)
3.      authorize and settle soft goods but DO NOTHING for hard goods (we would 

Can you please speak to the possible implications of doing this?  Has this ever been done before?  Are there any plans to cater for this in future releases of KonaKart?

Thanks for your help
33
why is the admin code not being made available...isn't this the whole purpose of being open source?  just being frank, this seems quite customer unfriendly and makes you less attractive than other solutions out there as being open source is the primary reason we chose konakart in the first place so that we don't have to be dependent on a vendor everytime we need to make a change.  we are going to have ongoing enhancements so it is a pain to have to wait for someone else to develop it, especially if there is a critical business need to do so.

I would appreciate it if you would rethink your stance on this or at least explain why you have taken this position.

thx
34
Are there plans to make this open-source --if so, is there a timeframe? If not, is the source available to your customers who have paid for support?

Just curious as to why this part of the product is not open-source, as we need to do some significant modifications.

Best,
Ryan
35
Programming of KonaKart / Adding to Admin Tool
May 06, 2008, 12:25:20 am
Hi There -
We have created some additional functionality to KonaKart that we would like to manage through the KonaKart Admin tool -- is there anyway to add to the Admin tool or is this not possible?
Best,
Ryan
36
Programming of KonaKart / Maven POM for Konakart
April 26, 2008, 12:09:06 am
Hi there -

We need to build Konakart with Maven 2. Does anyone have a POM file for the current release. We are concerned that if we create this file, it will be invalidated by future releases. We searched the Maven Repo, but were unable to find anything from Konakart.

Thank you very much
-Ryan
37
fixed: Konakart database must be set to "oscommerce" not "konakart" in Torque.
38
Hi there -- Hopefully someone can provide me with the correct way to do this.

I have created two additional tables in the konakart database. I have also generated the associated Torque files to access this data via Torque. I have tested this outside of konakart and it works. However, when I attempt to package the Torque files in a jar and load them into Konakart, I get a NullPointerException on the Torque files that I generated. This leads me to believe that they are unable to connect to the konakart database. Are there any parameters that I need to set to get this to work.. or perhaps a better way to do this... any help would be greatly appreciated.

Thank you very much
-Ryan
39
Thanks for the response. It turns out that you send a test mode transaction to Authorize.net, there is usually a separate Transaction Key (assuming your Authorize.net account is in live mode) you'll need to use --hopefully this will save someone else the frustration!
40
Configuration of KonaKart / Authorize.net Problems
April 09, 2008, 01:33:01 am
Hello
I am getting the following error when I try to test Authorize.net:
There has been a problem processing your card : This transaction cannot be accepted.

Here is the callback:
Response Code=3
Response Subcode=1
Response Reason Code=103
Response Reason Text=(TESTMODE) This transaction cannot be accepted.
Approval Code=000000
AVS Result Code=P
Transaction ID=0
...

I suspect this might be because in my Authorize.net Merchant Interface, I have my Transaction Version set to 3.0 (which I believe is SIM and not AIM) instead of 3.1 (AIM) -- my question is: will KonaKart override the transaction to AIM regardless of what I have the default set to in Merchant Interface? And if so, any other ideas as to why this might be happening?
41
Thanks for the reply, but unfortunately that would not fulfill our requirements. We would like to give our customers the ability to choose which format they want after the purchase.
Thanks!
-Ryan
42
Hi there -
I am hoping someone can kindly tell me the best way to do this. I need to have the ability to include multiple files and multiple content types in a single digital download. For example, I might have an audio download product, but I want the customer to be able to choose which format they want to download the file in (mp3, m4b,etc) --many of the digital downloads might also include a Table of Contents in PDF. My question is how difficult will it be to extent KonaKart to include this functionality and how should I go about doing it?
Any help would be really great.
Thanks,
Ryan
43
Programming of KonaKart / customers_basket table
April 04, 2008, 03:56:23 am
Hi there -
Can someone kindly tell me which class populates the customers_basket table. I would like to extend this class and populate the Custom1 field. I have been successful in setting (CustomerIf cust = kkAppEng.getCustomerMgr().getCurrentCustomer();) setCustom1 value, however the set value does not populate in the database. Any help would be great!