Rasilio
13 years agoNew Contributor
JDBC drivers not loading
I'm trying to create a JDBC connection test step and things are not going so well.
The database is Postgres 9.1 and I am running SoapUI 4.5.1 Pro
When I configure the connection I get the following error message...
After googling around I've validated that the drivers are in the /bin/ext directory, however it appears that they are not being added to the classpath when SoapUI loads as I do not see any message in the SoapUI log indicating that they are. Here is the log immediately following launch...
Does anyone have any clue what I need to do to get the drivers to load to the classpath?
The database is Postgres 9.1 and I am running SoapUI 4.5.1 Pro
When I configure the connection I get the following error message...
Wed Apr 03 15:12:02 EDT 2013:ERROR:An error occured [No suitable driver], see error log for details
After googling around I've validated that the drivers are in the /bin/ext directory, however it appears that they are not being added to the classpath when SoapUI loads as I do not see any message in the SoapUI log indicating that they are. Here is the log immediately following launch...
Wed Apr 03 15:02:31 EDT 2013:INFO:initialized soapui-settings from [C:\Users\scollins\soapui-settings.xml]
Wed Apr 03 15:02:31 EDT 2013:INFO:Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
Wed Apr 03 15:02:31 EDT 2013:INFO:Adding listeners from [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\listeners\demo-listeners.xml]
Wed Apr 03 15:02:32 EDT 2013:INFO:Loading workspace from [C:\Users\scollins\default-soapui-workspace.xml]
Wed Apr 03 15:02:32 EDT 2013:INFO:Loaded project from [file:/C:/Users/scollins/Documents/Market-Maker-Sim-soapui-project.xml]
Wed Apr 03 15:02:32 EDT 2013:INFO:Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
Wed Apr 03 15:02:33 EDT 2013:INFO:Loaded project from [file:/C:/Users/scollins/soapUI-Tutorials/sample-soapui-project.xml]
Wed Apr 03 15:02:33 EDT 2013:INFO:Loaded project from [file:/C:/Users/scollins/Documents/QARegistration-soapui-project.xml]
Wed Apr 03 15:02:33 EDT 2013:INFO:Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
Wed Apr 03 15:02:33 EDT 2013:INFO:Loaded project from [file:/C:/Users/scollins/Documents/ExchLogin-soapui-project.xml]
Wed Apr 03 15:02:33 EDT 2013:INFO:Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
Wed Apr 03 15:02:33 EDT 2013:INFO:Used java version: 1.7.0_02
Scheduling garbage collection every 60 seconds
Wed Apr 03 15:02:34 EDT 2013:INFO:Adding actions from [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\actions\demo-actions.xml]
The cajo server is running on localhost:1198/soapuiIntegration
Does anyone have any clue what I need to do to get the drivers to load to the classpath?