[INFO] [talledLocalContainer] 19.03.2019 18:43:36 ERROR http-nio-8080-exec-10 [HstFilter.doFilter:47] The HST Container Services are not initialized yet.
Hi,
that means that site application either still needs to start, or something went wrong and site is not starting up properly (mostly some repository related issue). Could you check if there are any other errors in log files? Those errors might not be visible in your terminal, so you should check error logs in: target/tomcat8x/logs directory (or might be target/tomcat9x/logs in your case.
Thank you machak for quick reply.
I found the error in logs. before I did not give attention as errors were shown with INFO logging. My problem got solved when I added following dependencies in pom.xml (in all).