• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 07, 2024, 12:51:56 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.

Messages - Andreas

1
Miscellaneous / New Release
May 06, 2024, 10:18:00 am
Hi,

are the any plans for a new Release, Roadmap?

Regards
Andreas
2
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
3
Thanks for the fast reply. That was my guess, but i wanted to go for sure.
4
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
5
*hmpf* I just found the file, no glue why the search did not work...
6
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
7
Installation of KonaKart / Re: Picture Upload
February 26, 2018, 02:58:02 pm
 :-[ OMG, thanks for the answer, is was a typo error

Konakartadmin != konakartadmin

in the IMG_SERVLET_URL.
8
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
9
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:25:31 am
Thanks, sorry, i just saw it on the website...
10
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:02:51 am
Thanks for the answer, the patch is needed until which version, also the latest 8.7.0.0?
11
Miscellaneous / Apache Struts vulnerability
October 05, 2017, 03:22:25 pm
How is KonaKart affected from the Struts vulnerability CVE-2017-5638?
12
PropertyFileFinder.findPropertiesURL() Could not find AdminMessages_de_DE.properties

Please correct this to AdminMessages_de.properties
13
Thanks for that hint. It is a mariadb-5.5.45-10.1.x86_64.

I mixed the db config with mariadb and mysql, in torque.dsfactory.store1.connection.url was mariadb instead of mysql.
14
The SQL command

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

is wrong (if the statement is correct logged):

select * from orders_status_history 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'.

Next issue could be that the milliseconds are not save correctly, if i do the insert by hand and do the select command, it shows no entry.

SELECT * FROM orders_status_history WHERE orders_status_id=1 AND updated_by_id=5 AND orders_id=2 AND customer_notified=1 AND comments=''

Shows the last entry.
15
I did:

torque.database.store1.adapter              = mysql
torque.dsfactory.store1.connection.driver   = com.mysql.jdbc.Driver
torque.dsfactory.store1.connection.url      = jdbc:mysql://localhost:3306/konakart?zeroDateTimeBehavior=convertToNull
torque.dsfactory.store1.connection.user     = konakart
torque.dsfactory.store1.connection.password = ...