Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgre DB default LATIN1 encoding leads to "Failure to deploy war" #85

Open
wildriff66 opened this issue Sep 10, 2023 · 1 comment
Open

Comments

@wildriff66
Copy link

OS: Ubuntu 18.04 LTS - with Tomcat8 installed

This issues is not really an issue, but only annoying.

Issue:
After a fresh OS installation and everything set up correctly, it still threw "Failure to deploy error". I tried a few times the install script, still the same error. But after checking the catalina.out log, I've noticed the app requires to have a database encoded with UTF8 and not with the LATIN1 default encoding.

Solved by:
I've changed the encoding of "hmdm" database to UTF8 from LATIN 1 and the installation and deployment worked.

@h-mdm
Copy link
Owner

h-mdm commented Sep 10, 2023

You are right, Headwind MDM requires UTF-8 database encoding which is currently a standard encoding on most PostgreSQL installations (apparently beginning with Ubuntu 20.04).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants