Standard Flavor Installation SQL Error: 1366, SQLState: HY000

Hello XWikiers,

I trying to install XWiki as Docker container on a Debian 11 Server using the docker-compose.yml file.
When starting XWiki in the Webbrowser (Arch Linux distro running Gnome Web 42.4) it does the initial steps but giving me some problems at Step 2 Flavors. Trying to run Demo Flavor shows me an error in Could not find artifact org.xwiki.contrib:macro-jwplayer:xar:2.1.8 in maven-xwiki (Index of /groups/public)
When trying to install the Standard Flavor it SQL Error 1366 when it has to do something with Translations.
Installing document [Home » Templates » Translations]
SQL Error: 1366, SQLState: HY000
Incorrect string value: ‘\xD0\xA1\xD1\x82\xD0\xB0…’ for column ‘XWD_CONTENT’ at row 1
Incorrect string value: ‘\xD0\xA1\xD1\x82\xD0\xB0…’ for column ‘XWD_CONTENT’ at row 1

I can click on Continue and it jumps right to Step 6 with the report shown a long list from AnnotionCode - XWiki. I can unfold a folder and see related details allowing me to remove it by clicking on the red x

This is that possible problem. more to follow in a seperate Topic.

See Problem installing Demo Flavor - #6 by vmassol

You need to be able to view nexus.xwiki.org with your network setup first.

Hello vmassol,

thanks for the information. the curl -Is http:// nexus .xwiki .org/ returns a HTTP/1.1 302 Found, but the firewall is not blocking anything for this or another server in a different network.
actually I am also getting the HTTP/1.1 302 Found when running on my VPS at the datacenter provider.

Same when I try the curl test with https://. I can open the website on my laptop, but curl returns also the 302.

I’ve tested with curl -v https://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/contrib/macro-jwplayer/2.1.8/ and I get a 200. So you need to find out what’s the problem. Try with -v maybe.

Hello vmassol,

thanks for the information. when I try your command it works for me too.