Failed to obtain JDBC Connection / Failed do update dashboard db?
I asked question earlier Re: Failed to import a definition / no subject alt... - SmartBear Community
Briefly description: I try to make a API call via HTTPS, the definition of URL couldn't import and parsed successfully.
The testing environment, both the web service server and testtool client are within private network.
I followed some suggestion to enable log (cmd > ready-api.bat>C:\log.txt 2>&1)
And found there are several ERROR related to DB as the following.
What's the dashboad db?
Should I setup a JDBC connection before call API?
I thought JDBC connection is only for DataSource purpose, am I wrong?
Are those ERRORS the causes that I always get the invalid responses?
ERROR [DashboardSchemaChecker] Failed do update dashboard db.
ERROR [SoapUI] An error occurred [Failed to obtain JDBC Connection; nested
exception is org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database
may be already in use: "Locked by another process:
C:/Users/Administrator/.readyapi/db/dashboard.lock.db". Possible solutions:
close all other connection(s); use the server mode [90020-200]], see error
log for details
08:56:14,969 ERROR [errorlog]
org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain
JDBC Connection; nested exception is
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database may be already
in use: "Locked by another process:
C:/Users/Administrator/.readyapi/db/dashboard.lock.db". Possible solutions:
close all other connection(s); use the server mode [90020-200]
org. springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain
JDBC Connection; nested exception is
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database may be already
in use: "Locked by another process:
C:/Users/Administrator/.readyapi/db/dashboard.lock.db". Possible solutions:
close all other connection(s); use the server mode [90020-200]
ERROR [MixpanelCustomEngine] analytics01.smartbear.com