KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sureshbabubv on April 14, 2010, 06:01:39 am

Title: BirtViewer Issue
Post by: sureshbabubv on April 14, 2010, 06:01:39 am
Dear All,

I am getting the following exception in the birtviewer reports of Admin Panel





Cannot load JDBC Driver class: not found.

exception.error ( 1 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing. Please see the following message for details:
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.
Cannot load JDBC Driver class: not found.






Where I am doing wrong?

Thanks & Regards,
B.V.Suresh Babu

Title: Re: BirtViewer Issue
Post by: Sony George on April 23, 2010, 07:09:22 am

did u copy birt folder from default installation of konakart to your app server ???

if yes then go to the file <your_appserver_path>webapps\birtviewer\reports\lib\konakart.rptlibrary

in that file you should see a the following value
var dbPropsFile = "C:/Program Files/KonaKart/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties";

change the konakartadmin.properties file dbPropsFile value to suite your current path of the app

regards