Problem creating new data source for mysql-connector-java-3.1.7-bin.jar - where are the logs? [message #41894] |
Wed, 01 June 2005 00:50  |
Eclipse User |
|
|
|
I am attempting to create a new data source for a report using this
driver. I can use manage drivers to identify the jar, and then I can see
the driver class in the "New Data Source" dialog, but attempts to test
the connection result in the error:
No Suitable Driver
Reason:
java.sql.SQLException occurred
Details:
No suitable driver
I have tried a number of connect Strings in the URL space. The database
is on 10.10.10.224 on my local network (mysql client connects to it fine
on the command line with the same user name and password), and I have
tried strings like:
10.10.10.224
mysql:10.10.10.224
jdbc:mysql:10.10.10.224
jdbc:mysql:10.10.10.224:3306
jdbc:mysql:10.10.10.224:3306/dbname
etc. Am I missing something about the connection string?
I would normally troubleshoot driver connection problems myself, but I
cannot seem to drag any further information out of Eclipse?BIRT about
the exception, in particular the Exception message and stack trace. I
can't find them in the log. Where does BIRT log errors and Exceptions?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03901 seconds