#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

Change History (1)

comment:1 by Bang Pham Huu, 12 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.