• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 05, 2024, 09:33:45 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 - sirth

1
@ming,
I forgot to mention that this happened http://www.konakart.com/forum/index.php/topic,1921.0.html when installing silently, and I had to manually run the /database/mysql/konakart_demo.sql .
2
From http://www.konakart.com/docs/KonaKart_User_Guide.pdf :
QuoteNote that if the GUI or silent installers do not work on your platform you should download the zip version
of KonaKart and follow the manual installation instructions.

As I understand I am using the silent installer from http://www.konakart.com/downloads/community_edition.  I downloaded the installer that is assigned to "64′ Linux/Unix".

So, since the silent installer is better than the zip (guessing it's the "Multi-platform zip package" from http://www.konakart.com/downloads/community_edition), why isn't it working? How can I check what is wrong with it?
3
ming, thanks for the response.

The following properties are available in [konakart_home]/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties:
torque.database.default                         = store1

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 = konakart

torque.dsfactory.store1.pool.validationQuery=SELECT 1


I cannot use the GUI installer since I am accessing the remote ubuntu server through putty.
"at installation time the DB connection is tested"
As I mentioned I already tested it with mysql workbench - everything seems to be working.

Any other idea?


4
Installation of KonaKart / load db is not working
March 19, 2014, 02:30:20 pm
Hi,

I am trying to install konakart 7.2.0.0 on ubuntu and running
sudo ./KonaKart-7.2.0.0-Linux-Install-64 -S \
                  -DDatabaseType mysql \
                  -DDatabaseUrl jdbc:mysql://localhost:3306/konakart?zeroDateTimeBehavior=convertToNull \
                  -DDatabaseUsername konakart \
                  -DDatabasePassword konakart \
                  -DDatabaseDriver com.mysql.jdbc.Driver \
                  -DInstallationDir ~/konakart \
                  -DLoadDB 1 \
                  -DJavaJRE /usr/local/java/jdk1.7.0_51 \
                  -DPortNumber 8780 \
                  -DHTTPSPortNumber 8783


in "SetLocalConfigResult-mysql.log" gives me
QuoteWARN  (?:initTorque:?) Database Connection Test FAILED - (dbName = store1)


When I check the database, its empty. Why can't konakart connect to the mysql database?
Btw, the database is available - I can connect to it with mysql workbench.

Regards,
sirth
5
@ming I have the same issue (getting "Unable to connect to the Database called null" while starting the application) and the properties you mentioned in [konakart_home]/webapps/konakart/WEB-INF/classes/konakart.properties are available.
Is there another file where konakart reads database from?
Regards,
sirth