It's all about the answers!

Ask a question

External Data source(MySQL) for reporting using BIRT for RTC


vijayakumar ramesh (1173560) | asked Jul 28 '15, 9:20 a.m.
 I have have developed a Reportdesign using BIRT application over the external data source , when i deploy this report design in the RTC report . I am getting below error please suggest solutions to it.

The following items have errors:

Table (id = 76):
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.
 

One answer



permanent link
Donald Nong (14.5k414) | answered Jul 29 '15, 2:53 a.m.
It's complaining about the lack of MySQL JDBC driver. You need to add the JDBC driver to your application server's library path.

Comments
vijayakumar ramesh commented Jul 29 '15, 2:59 a.m. | edited Jul 29 '15, 3:18 a.m.

 @Donald Nong Should it be tomcat lib folder you mean ?

Your answer


Register or to post your answer.