16-Jan-2018 06:07:52.635 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/tomcat/webapps/ecb-webapp.war] has finished in [155,043] ms
2018-01-16 06:08:48,916 [http-nio-8080-exec-7] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Connections could not be acquired from the underlying database!
that’s from the server logs. the credentials i provided was correct, so i don’tknow what am missing here. Any assistance?
just to clear some doubt, I have ubuntu installed with the postgres installed on it.
so the sql server name mentioned will be the localhost?
i changed localhost to postgres when as a way to troubleshoot the connection issue.
@itvix i tried the localhost configuration and i still had the same error.
@beuss i did issue the same command createdb and createuser . the DB and the user were different names. could that be the issue? will purge the postgres sql and start the configure all over.
Did you try the psql command line example we gave you ? You’ll have a more meaningful error message and could test quickly (instead of modifying & restarting)
@beuss i tried the "psql -h localhost -d erp -U username -W " and it worked.
reconfigured the application.properties, run ./gradlew war, deployed on the tomcat webserver and i got same error.
ok, thanks. it wasn’t loading fully, but i loads all good.
any material to explain the modules, models, objects, permissions etc… and how i can fully configure them all?