Hello,
I had it working for almost a weak and suddenly something went wrong.
When I logged in today all german umlaut appeared as a question mark (?).
To complete my personal documentation I uninstalled everything, deleted the database and started over. But now I can not get it work without errors and I’m out of ideas.
I use ubuntu 22.04, installed openjdk-17-jre-headless manually and have a seperated mariadb database cluster running version 11.4.
The database is created with utf8mb4 encoding and the user has all privileges on xwiki.*
I installed xwiki (16.6.0) using the .deb packages: xwiki-xjetty-common and edited the hibernate.cfg.xml to connect to the database.
Now I can run the xwiki setup and install the standard flavor. But when it comes to the installation of the default extentions may errors appear. All of them are like the following and have something to do with translated pages:
Installing document [Home » XWiki » AttachmentSelectorTranslations]
Error: 1366-22007: Incorrect string value: '\x94\xEA\xBE\xB8\xEA\xB8...' for column `xwiki`.`xwikidoc`.`XWD_CONTENT` at row 1
SQL Error: 1366, SQLState: 22007
(conn=116) Incorrect string value: '\x94\xEA\xBE\xB8\xEA\xB8...' for column `xwiki`.`xwikidoc`.`XWD_CONTENT` at row 1
could not execute statement
At this point I can continue and go to the final wiki, where some things are not shown correctly and translations are not complete. E.G.: the right top corner shows “help.tipsPanel.title” instead of the actual panel.
Can someone give me a hint how to debug this? I have no idea what logfiles could give me the right information. I just do not understand the problem.