• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 28, 2024, 09:22:41 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 - 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
Thanks for the fast reply. That was my guess, but i wanted to go for sure.
3
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
4
*hmpf* I just found the file, no glue why the search did not work...
5
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
6
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.
7
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
8
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:25:31 am
Thanks, sorry, i just saw it on the website...
9
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?
10
Miscellaneous / Apache Struts vulnerability
October 05, 2017, 03:22:25 pm
How is KonaKart affected from the Struts vulnerability CVE-2017-5638?
11
PropertyFileFinder.findPropertiesURL() Could not find AdminMessages_de_DE.properties

Please correct this to AdminMessages_de.properties
12
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.
13
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.
14
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 = ...
15
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