Opened 18 months ago
Closed 18 months ago
#2725 closed defect (fixed)
FIX - make petascope work with H2 database
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Currently, it failed with unknown error
insert into nil_value (reason, value, nil_value_id) values (?, ?, ?) [42122-200]
with these settings in petascope.properties
spring.datasource.url=jdbc:h2:file:///home/rasdaman/petascopedb.db spring.datasource.username=petauser spring.datasource.password=petapasswd spring.datasource.jdbc_jar_path=/home/rasdaman/h2-1.4.200.jar
Note:
See TracTickets
for help on using tickets.