tadeubas Posted March 4, 2021 Posted March 4, 2021 Hi, I am Tadeu from Brazil and I would like to thanks for the opportunity to test my Java app on Helios Host! I've tried to deploy a war app on johnny.heliohost.org for http://tadeubas.heliohost.us/It says Java deployment failed with errors. For further information please contact support. How can I check the log files? Best regards,Tadeu
wolstech Posted March 4, 2021 Posted March 4, 2021 Krydos has to get them for you. While you wait for him to get logs, I'd suggest making sure your database settings are correct if your app uses a database. One of the most common failures we see is MySQL Access Denied errors due to people forgetting to put in database credentials (e.g. the app is trying to log into the database as root with no password, which is a common configuration on a dev machine but obviously is not going to work on a shared production server).
tadeubas Posted March 4, 2021 Author Posted March 4, 2021 It was exactly the problem!!! thx a lot Close this request plz
Recommended Posts