nestea08 Posted May 20, 2020 Posted May 20, 2020 Hello, I was trying to deploy a .war file using cPanel and reveived an error: "Java deployment failed with errors. For further information please contact support."Account: nestea08War: breakeven-point-0.0.1-SNAPSHOT.warSo, what could I do to fix this?
wolstech Posted May 20, 2020 Posted May 20, 2020 Usually it means your code is broken and wouldn't start. Krydos can get the logs for you so you can figure out what happened.
Krydos Posted May 22, 2020 Posted May 22, 2020 java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) You can't connect to mysql with the root account on a shared server. Please use a mysql user that you created through cpanel.
Recommended Posts