some problems for startup!
linsheng9731 opened this issue · 1 comments
linsheng9731 commented
hi, i have encountered some problem when i tried to install this app.
- can't connect the url:
'jdbc:h2:tcp://localhost:9092/skalholt;' - when run the skalholt-ui shell got stuck in
'[main] INFO c.z.h.HikariDataSource - HikariCP pool HikariPool-0 is starting.'
i have no idea how to go on ~~ help
yugolf commented
Did you try connect the url: 'jdbc:h2:tcp://localhost:9092/skalholt;' via web browser which was started by execute "h2-browser" ?
You need to access to H2Database via the following url.
jdbc:h2:tcp://localhost:9092/./skalholt;