• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 24, 2024, 09:59:20 am

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 - Andreas

1
Hi,

since a short time i got this error sending mails:

  30-Jan. 16:43:50 WARN  (EmailSender.java:run:52) Problem Sending email (subject: Email From Tachyon Online) to info@tachyon-online.de
com.konakart.app.KKException: Error sending email: class io.jenkins.plugins.javax.activation.DelegatingCommandMap cannot be cast to class javax.activation.MailcapCommandMap (io.jenkins.plugins.javax.activation.DelegatingCommandMap is in unnamed module of loader jenkins.util.AntClassLoader @502ebe1a; javax.activation.MailcapCommandMap is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @40fa700)
        at com.konakart.bl.Emailer.send(Emailer.java:998)
        at com.konakart.bl.EmailSender.run(EmailSender.java:49)
        at java.base/java.lang.Thread.run(Thread.java:829)

If i undeploy Jenkins 2.332 on Payara 5.2021.10 this error don't appear.

Anybody also this strange issue.

Thx
Andreas
2
Hi,

is KonaKart affected by this vulnerability, i am using 8.8.0.0 at the moment. And what is with 8.8.0.1 and 8.9.0.0?

https://cwiki.apache.org/confluence/display/WW/S2-057

Thanks
Andy
3
Hi,

i am just testing the shop, and got this error:

com.konakart.app.KKException: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/opt/payara/payara-4.1.2.174/glassfish/d
omains/domain1/applications/Konakart/WEB-INF/templates/store1/ExceptionNotification_de.vm'

But i did not found any ExceptionNotification template. Do you have any template with grabbing the exception?

Thanks
Andy
4
Installation of KonaKart / Picture Upload
November 03, 2017, 11:47:33 am
Hi,

i have a test shop and try to upload a picture, i get this error:

Es gab ein Problem beim Upload (error.upload)
<h1>HTTP Status 404 - Not Found</h1><hr><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr><h3>Payara Server  4.1.2.173 #badassfish</h3>

The path is correct, the picture are shown in store.

This does not help log4j.logger.com.konakartadmin = DEBUG. It is nothing in the logs.

Regards
Andy
5
Miscellaneous / Apache Struts vulnerability
October 05, 2017, 03:22:25 pm
How is KonaKart affected from the Struts vulnerability CVE-2017-5638?
6
PropertyFileFinder.findPropertiesURL() Could not find AdminMessages_de_DE.properties

Please correct this to AdminMessages_de.properties
7
Hi,

i did a fresh 8.0.0.0 installation, and did a checkout, after confirming the order, this error shown up:

[#|2015-10-11T19:01:10.656+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=167;_ThreadName=Thread-2;|11-Okt 19:01:10 WARN  (?:logInsertFailure:?) Problem during INSERT : java.sql.SQLExce
ption: Could not convert [] to -1 SQL>
INSERT INTO orders_status_history (comments, customer_notified, updated_by_id, orders_status_id, orders_id, date_added) VALUES ('', 1, 7, 1, 2, '2015-10-11 19:01:10.649');
|#]
[#|2015-10-11T19:01:10.755+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=167;_ThreadName=Thread-2;|11-Okt 19:01:10 WARN  (?:saveOrder:?) Exception saving an order: Query details:
Criteria:: SELECT  FROM  WHERE orders_status_id=1 AND updated_by_id=7 AND orders_id=2 AND customer_notified=1 AND comments='' AND date_added=2015-10-11 19:01:10.649
|#]

[#|2015-10-11T19:01:10.764+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=167;_ThreadName=Thread-2;|11-Okt 19:01:10 ERROR (?:handleException:?) A customer has received the following exc
eption ( ref: 1444582870755 )
com.konakart.app.KKException: org.apache.torque.TorqueException: java.sql.SQLException: Could not convert [] to -1
        at com.konakart.app.KKEng.manageThrowable(Unknown Source)
        at com.konakart.app.KKEng.saveOrder(Unknown Source)
        at com.konakart.al.OrderMgr.saveOrder(Unknown Source)
        at com.konakart.actions.CheckoutConfirmationSubmitAction.execute(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)

KonaKart V8.0.0.0-C0 () built 10:27AM 7-Sep-2015 BST [DB: 8.0.0.0 MySQL]
java version "1.7.0_75" on openSuse 13.1
GlassFish 3.1.2

8
Hi,

where is this script? Or should i start with upgrade_2.2.0.0_to_2.2.0.1.sql?

Andreas