• Welcome to KonaKart Community Forum. Please login or sign up.
 

BirtViewer Issue

Started by sureshbabubv, April 14, 2010, 06:01:39 am

Previous topic - Next topic

sureshbabubv

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


Sony George


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