webspoon通过tomcat来运行的,可能会因为编码问题出现下列问题。
报错 Unexpected error reading step information from the repository Invalid byte 1 of 1-byte UTF-8 sequence.
打开转换时提示【一个数据库错误发生在从资源库文件读取转换时 Unexpected error reading step information from the repository Invalid byte 1 of 1-byte UTF-8 sequence.】
这个问题一般发生在Windows系统,
通过以下几步解决问题:不保证哪一步可以完全解决,但是通过以下三步是已经解决,建议每一步都操作一下进行更改后再重启。
1.修改Spoon.bat中JVM参数【-Dfile.encoding=UTF-8】,
重启,发现不起作用
2、修改conf/server.xml文件
再次重启,也不用。
3、修改bin目录下的catalina.bat
set "JAVA_OPTS=%JAVA_OPTS% %JSSE_OPTS% -Dfile.encoding=UTF-8"
最后重启,再打开转换错误解决。