KonaKart Logo Known Problems FAQ
Search

Known Problems in KonaKart v 2.2.0.7

Cannot run the Admin App with Oracle or DB2
Import/Export example script fails on Windows


Cannot run the Admin App with Oracle or DB2


There was an error in the database loading scripts for Oracle and DB2 that caused the role-based security to be set up incorrectly making it impossible to log in to the Admin App.

The solution is to execute the appropriate upgrade script for your database (only necessary on Oracle or DB2).

For Oracle, download and execute this:  corrected_Oracle_upgrade_2.2.0.6_to_2.2.0.7.sql
For DB2, download and execute this:  corrected_DB2_upgrade_2.2.0.6_to_2.2.0.7.sql


Import/export example script fails on Windows


The classpath is not set up correctly in import_export\setClasspath.bat under the KonaKart installation directory.   (It has a reference to a jar that has been moved).

To solve, change line 34 in the setClasspath.bat file, which was:

set IMP_EXP_CLASSPATH=%IMP_EXP_CLASSPATH%;.\lib\log4j-1.2.12.jar                                 

to this:

set IMP_EXP_CLASSPATH=%IMP_EXP_CLASSPATH%;..\webapps\konakartadmin\WEB-INF\lib\log4j-1.2.12.jar