• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 20, 2024, 06:01:32 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 - sildar12777

1
Hi!

Im use
postgresql
liferay 6.2.3 (ga4)


       
  • Download KonaKart-8.0.0.0.zip (Multi-platform zip package)

  •    
  • .\bin\kkant make_liferay_portlet_war, make_admin_liferay_portlet_war -DLR623=true -DnoAXIS=true (All OK)

  •    
  • copy konakart.war to deploy

  •        

  • QuoteCopying 1397 files to F:\bundles\tomcat-7.0.42\webapps\konakart
    ноя 26, 2015 9:57:25 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory F:\bundles\tomcat-7.0.42\webapps\konakart
      Copied 235 empty directories to 1 empty directory under F:\bundles\tomcat-7.0.42\webapps\konakart
      Copying 1 file to F:\bundles\tomcat-7.0.42\webapps\konakart
      Deleting directory F:\bundles\tomcat-7.0.42\temp\20151126095713432
    09:57:32,971 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:91] Portlets for F:\bundles\deploy\konakart.war copied successfully. Deployment will start in a few seconds.


  • Here, the process stops. SQL scripts is not run. OK. Reboot the liferay server, the deploy continues

  • Quote26-ноя 10:12:46 WARN  (?:getConnection:?) Database Connection Failed : java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    Exception:java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
    Problem Initialising Torque : Unable to connect to the Database called null. Ensure that the database is running
    and if so, check the database connection parameters in the konakart.properties file under WEB-INF/classes.
    26-ноя 10:12:46 ERROR (?:init:?) Exception attempting to start the KonaKart Client Engine from a servlet
    java.lang.reflect.InvocationTargetException
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
       at com.konakart.al.KKAppEng.getAServerEngineInstance(Unknown Source)

  • I looked this konakart.properties file. There is a  MySQL database connection

  • Now I have a question. It is necessary to konakart separate database? Do not use liferay pool?