Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible incompatibility with MS SQL Server JTDS #76

Closed
kingdamian42 opened this issue Aug 5, 2013 · 1 comment
Closed

Possible incompatibility with MS SQL Server JTDS #76

kingdamian42 opened this issue Aug 5, 2013 · 1 comment

Comments

@kingdamian42
Copy link

This plugin worked great with MySQL, but the change to MSSQL(with jtds) broke my application. I now get a [RuntimeException: java.lang.ExceptionInInitializerError] whenever I try to access my db. The bottom of my stack trace says

Caused by: play.api.Configuration$$anon$1: Configuration error[Slick error : Unknown jdbc driver found in application.conf: [net.sourceforge.jtds.jdbc.Driver]]
    at play.api.Configuration$.play$api$Configuration$$configError(Configuration.scala:80) ~[play_2.10.jar:2.1.1]
    at play.api.Configuration.reportError(Configuration.scala:558) ~[play_2.10.jar:2.1.1]
    at play.api.db.slick.Config$.driver(Config.scala:21) ~[play-slick_2.10-0.3.3.jar:0.3.3]
    at play.api.db.slick.Config$.driver$lzycompute(Config.scala:7) ~[play-slick_2.10-0.3.3.jar:0.3.3]
    at play.api.db.slick.Config$.driver(Config.scala:7) ~[play-slick_2.10-0.3.3.jar:0.3.3]

Using version 0.3.3 of the plugin.

More info here

@freekh
Copy link
Contributor

freekh commented Aug 5, 2013

Closed by #76

@freekh freekh closed this as completed Aug 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants