LeMi
7 years agoOccasional Contributor
Rest API service disappears from project explorer after commit to Git repository
Hello,
I have problem after committing project to Git repository. I want to replace Swagger definition in project explorer, so i remove old rest api service definition. Next step was import and ren...
- 7 years ago
After little invetigation in Logs, problem is solved.
I found this error message:
ERROR: java.io.CharConversionException: Malformed UTF-8 character: 0xc3 0x3f
and solution was found here:
Everything works correctly after adding "-Dfile.encoding=UTF8" line to ReadyAPI.vmoptions in ProgramFiles.