I am having issues with updating my application on production. every time i make changes in production and re upload the war files, it gives the “Please contact system administrator” error which is cleared by dropping all the tables in the database so the application can create the tables itself (which make me lose all the data that was in the database)… what could be the problem?
When you meet errors on production server, e.g. when server fails to start - you always should be looking into CUBA logs and application server logs first.
hi, when i set the cuba.automaticDatabaseUpdate = true application property, it gives me the error but when i set it to false it works just fine but it is not updating the database of course