Could we help you? Please click the banners. We are young and desperately need the money
We found out that on some Linux systems the Synametrics Syncrify service starts with a wrong parameter set which leads to Java not loading the charset properly.
Edit the file
/opt/Syncrify/run.sh
Uncomment (or delete) this line:
jre/bin/java -server -Xmx512m -cp $CP -DLoggingConfigFile=logconfig.xml com.synametrics.sradef.BootLoader &
and the following instead:
jre/bin/java -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8 -server -Xmx512m -cp $CP -DLoggingConfigFile=logconfig.xml com.synametrics.sradef.BootLoader &