I got the following problem

In Eclipse, in the Report Design Perspective , when I try to preview I get the following error:

" Chart NewChart: + 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. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot load JDBC Driver class: com.mysql.jdbc.Driver. "

I also checked in eclipse in the folder org.eclipse.birt.report.data.oda.jdbc/drivers and it was empty. Should it be ? I checked the externalLibs directory, and there I have mysql-connector.jar and I do not know what to check for next.

Thank you.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Your JDBC driver must be copied to that directory, see also http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php#install_jdbc

HTH Tom

link|improve this answer
So... i can not view the report neither in eclipse, nor in jboss. I copied the mysql-connector-java-5.1.11-bin.jar to for eclipse - eclipse\eclipse 3.5.2 RCP+JEE\plugins\org.eclipse.birt.report.data.oda.jdbc_2.5.2.v20100205\drivers and eclipse\eclipse 3.5.2 RCP+JEE\plugins\org.eclipse.birt.report.viewer_2.5.2.v20091210\birt\WEB-INF\plug‌​ins\org.eclipse.birt.report.data.oda.jdbc_2.5.2.v20100205\drivers and for jboss deploy\birt.war\WEB-INF\platform\plugins\org.eclipse.birt.report.data.oda.jdbc_2‌​.6.1.v20100909\drivers – Mara Feb 16 '11 at 19:27
for eclipse - 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. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot load JDBC Driver class: com.mysql.jdbc.Driver. for jboss - for jboss List (id = 997): - Can not load the report query: 997. Errors occurred when generating the report document for the report element with ID 997. – Mara Feb 16 '11 at 19:29
any ideas ? thank you – Mara Feb 16 '11 at 19:30
Open your DataSource by double-click in the BIRT Designer and click on the "Manage Drivers..." Button. There are listed the drivers found in the drivers directory. Please check if the MySQL driver is present in that view, otherwise add the driver and check if the report is running properly in the BIRT designer – Tom Seidel Feb 17 '11 at 9:28
oki, solved the problem. thanks – Mara Mar 1 '11 at 16:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.