There is a problem with Annis finding the directory for the database in application.properties. If I leave the default values
annis.webservice-config=${user.home}/.annis/service.toml
spring.datasource.url=jdbc:h2:file:${user.home}/.annis/v4/frontend_data.h2
Annis starts, but no database is shown. In fact, my system user/group is annis, and therefore I guess there may be a problem with the value of ${user.home}, because the database is in /home/celano/.annis ...
If I try to substitute ${user.home} with /home/celano/, then I get the error:
java.net.ConnectException: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:5711
There is a problem with Annis finding the directory for the database in
application.properties. If I leave the default valuesannis.webservice-config=${user.home}/.annis/service.tomlspring.datasource.url=jdbc:h2:file:${user.home}/.annis/v4/frontend_data.h2Annis starts, but no database is shown. In fact, my system user/group is
annis, and therefore I guess there may be a problem with the value of${user.home}, because the database is in/home/celano/.annis ...If I try to substitute
${user.home}with/home/celano/, then I get the error:java.net.ConnectException: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:5711