error when using Russian

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2013 12:02 PM
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>
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>
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2013 08:51 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2013 12:18 PM
thx, that fixed it, my database was created with default latin1
