aspose file tools
The moose likes Object Relational Mapping and the fly likes org.springframework.jdbc.UncategorizedSQLException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "org.springframework.jdbc.UncategorizedSQLException" Watch "org.springframework.jdbc.UncategorizedSQLException" New topic
Author

org.springframework.jdbc.UncategorizedSQLException

Vinney Shanmugam
Ranch Hand

Joined: Aug 27, 2008
Posts: 104
When i am trying to connect hibernate with spring framework the following exception thrown. Please reply me anybody have a solution

org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [08001]; error code [0]; No suitable driver; nested exception is java.sql.SQLException: No suitable driver
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Sounds like you're trying to use a driver that doesn't exist, or won't work.

I'm not sure how you expect us to help, though; you didn't TellTheDetails -- we have zero idea what driver you're trying to use, how you've configured it, what DB you're using, etc.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: org.springframework.jdbc.UncategorizedSQLException
 
Similar Threads
jdbc connection to ms sql (urgent)
Deploying Hibernate 3 application in Jboss 4.0.2
SQL Exception No suitable driver
No suitable driver Exception for sql server 2000
File Upload using html:file tag