cancel
Showing results for 
Search instead for 
Did you mean: 

error when using Russian

freegeeks
Champ in-the-making
Champ in-the-making
I can not upload a new version of a file when setting my browser in Russian, I get the following errors, no problem with other languages (tried Dutch, and English)
initial file upload works (using share). The same for offline edit, I get the same sql error messages

<code>Caused by: org.alfresco.service.cmr.repository.DuplicateChildNodeNameException: Duplicate child name not allowed: 28af0300-9b89-4c30-98a8-7db5a7608a1e
### Error updating database.  Cause: java.sql.SQLException: Incorrect string value: '\xD0\xA0\xD0\xB0\xD0\xB1…' for column 'qname_localname' at row 1
### The error may involve alfresco.node.insert.insert_ChildAssoc-Inline
### The error occurred while setting parameters
### Cause: java.sql.SQLException: Incorrect string value: '\xD0\xA0\xD0\xB0\xD0\xB1…' for column 'qname_localname' at row 1
; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1366]; Incorrect string value: '\xD0\xA0\xD0\xB0\xD0\xB1…' for column 'qname_localname' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xD0\xA0\xD0\xB0\xD0\xB1…' for column 'qname_localname' at row 1<code>
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

this does not appear to be an issue with the language per se, rather with the encoding of characters used in that language. Have you made sure all your system components use proper UTF-8 encoding? Database, JDBC, Tomcat and the server filesystem need to be able to handle UTF-8 in identifiers and content.

Regards
Axel

freegeeks
Champ in-the-making
Champ in-the-making
thx, that fixed it, my database was created with default latin1