FrameNetBrasil / webtool

FrameNet Brasil Web Annotation Tool
GNU General Public License v3.0
7 stars 6 forks source link

Problem with initial setup : Looks like DB issue but too less info #22

Open jinulee-v opened 1 year ago

jinulee-v commented 1 year ago

Thank you for this great repository with such a kind installation guide. However, I am facing some serious issues...

I have installed webtool as mentioned in README without any notable error messages. However, as I accessed to the web page, I get: image (pressing Home does nothing.)

The error message seems to blame the DB settings, but there aren't any more information provided within the error page. I assume that there are no log files generated either.

In detail:

riccardotommasini commented 8 months ago

i managed to fix the database connection, the db needs to be in the same network of the dockercompose containers.

you can do this manually or by extending the docker compose.

elymatos commented 8 months ago

I'm glad you have fixed the database connection, but actually it shouldn't be an issue...we are using different servers for the app and the database at FNBr. Maybe, the issue is about MariaDb/MySQL conf where it must be allowed external connections. https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/ Ely