I get the following error when testing smslib

Aug 25, 2009 2:44:49 PM org.smslib.helper.Logger logError
SEVERE: SMSServer: Database Interface: error!
java.sql.SQLException: No suitable driver found for jdbc:mysql://
localhost:3306/smslib?autoReconnect=true
at java.sql.DriverManager.getConnection(DriverManager.java:602)
........

My database interface is
interface.0=db1, Database
db1.type=mysql
db1.url=jdbc:mysql://localhost:3306/smslib?autoReconnect=true
db1.driver=com.mysql.jdbc.Driver
db1.username=smslib
db1.password=smslib
db1.tables.sms_in= smsserver_in
db1.tables.sms_out= smsserver_out
db1.tables.calls= smsserver_calls
db1.batch_size=50
db1.retries=2
db1.update_outbound_on_statusreport=yes

The error suggests that it can not find the driver. I have the mysql-
connector-java-5.1.6.jar in  dist/lib where it think it is supposed to
be.

The mysql server database is also configured with the needed tables,
appropriate username and password.

Please help.

Where should I place the driver so that smslib can locate it?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to