Author | Message |
---|---|
Vanquish39
Posts: 134
|
Posted 00:03 Sep 27, 2011 |
Hi professor, I'm having a some setup issues.
3) org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'jdbc:postgresql://localhost:5432/csns2'
Odd thing is, the postgresql driver exists in pom.xml. The database is up and running and the users that i have created in build.properties exist in the database server.
|
cysun
Posts: 2935
|
Posted 08:17 Sep 27, 2011 |
I ran into that error a few times myself. Just stop server (in the Servers view, select the server then click the red square stop button) then run the project again, and the error should go away. |
Vanquish39
Posts: 134
|
Posted 09:57 Sep 27, 2011 |
I'll try that when I get home today. Thanks Professor. |