-
Notifications
You must be signed in to change notification settings - Fork 116
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
Elastic Search Error - Invalid UTF-8 byte (demo data) #498
Comments
I assume this error happens since the input string is not converted to UTF-8. If there is content which does not contain UTF-8 (e.g. windows-1252, ISO8859-1) than the parser in ES will fail because it can only handle UTF-8. Possible options:
|
@patrickhoefer I was not able to reproduce the issue. Can you please POST a request (incl. headers) that produces the issue? |
Not reproducible. |
Text fields with Turkish characters due to elastic search integration. Os: Java: Run: Reproduce: Error:
POST data: (To show that the posted data is in proper UTF-8 format)
|
@kaplanke Thanks for your feedback. I reopened the issue. |
As a workaround you may provide
option while starting mesh. E.g.
|
The issue has been fixed. The fix will be included in the next release. |
Fix has been released with 0.36.2 |
Gentics Mesh Version, operating system, or hardware.
Operating System
JVM
Problem
Elastic Search error while indexing some documents containing strange characters.
Exception:
Reproducer
start mesh-demo.jar and check logs
The text was updated successfully, but these errors were encountered: