Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
provided I2B2 VM (i2b2vmware-1708b.zip)
-
PostgreSQL
Description
Hello,
we are trying to send messages to following endpoint:
/i2b2/services/QueryToolService/publishDataRequest
Sadly these messages generating given error message:<status type="ERROR">org.springframework.dao.InvalidDataAccessApiUsageException: Property 'sql' is required
using the provided i2b2 VM in version 1.7.08b
More information available at the given screenshot.
The problem might result from not initialised sql property in method UploadStatusInsert(DataSource ds, String schemaName,
DataSourceLookup dataSourceLookup) in edu.harvard.i2b2.crc/src/server/edu/harvard/i2b2/crc/loader/dao/UploadStatusDAO.java
Is this a know error?
we are trying to send messages to following endpoint:
/i2b2/services/QueryToolService/publishDataRequest
Sadly these messages generating given error message:<status type="ERROR">org.springframework.dao.InvalidDataAccessApiUsageException: Property 'sql' is required
using the provided i2b2 VM in version 1.7.08b
More information available at the given screenshot.
The problem might result from not initialised sql property in method UploadStatusInsert(DataSource ds, String schemaName,
DataSourceLookup dataSourceLookup) in edu.harvard.i2b2.crc/src/server/edu/harvard/i2b2/crc/loader/dao/UploadStatusDAO.java
Is this a know error?