Julien Eberle
Julien Eberle
Hi Andrea, The first error, which could be actually a warning, is just because some configuration files are missing in the gsn-core project, and it is using the default parameters,...
oh, my bad. The "conf" folder is at the root in the repository. the path should be then: gsn.location="/home/ubuntu/Desktop/gsn-master/"
This looks like an error of the gsn-services. The default database is an H2 file in /tmp/GsnAuthDb. It should be initialized and all tables created with the evolution scripts. Maybe...
I remember I already had this issue. The evolution scripts in gsn-services/conf/evolutions/default/ were automatically re-generated according to the database driver that was selected in the application.conf . But at some...
Yes, the syntax is slightly different between the DB systems. In this case, you can also manually edit the file 1.sql to fix it. (I remember postgres had issue with...
I think if you remove the comments at the beginning of the file it would stop rewriting it. To be tested
well the security_role table should be correct with 2 columns: https://github.com/LSIR/gsn/blob/master/gsn-services/conf/evolutions/default/1.sql#L75. I'm not really sure that the 1.sql really created everything then.
1.sql evolution does create the tables and 2.sql populates them with some initial users and clients. If a table is missing, it is most likely that 1.sql failed somewhere at...
And which modifications did you do in 1.sql?
Hi Andrea, sorry for the delay. So I managed to run it locally on my new laptop (configuring everything from scratch). For the evolution to work you have to edit...