ContributionsMost RecentMost LikesSolutionsRe: Unable to shut down ReadyAPI 2.6.0 Thank you for response. Everything in task manager looks normal. Terminating other process and reboot do not help. Unable to shut down ReadyAPI 2.6.0 Hi, I have a problem with exiting ReadyAPI 2.6.0. Problem occures last few days (have no idea why). If i try to shut down application, message "Exit ReadyAPI? Yes/No" pop up. After selection Yes, application still running and is able to run really long time (whole night). In application is not open anny project. I am able to shut down application only by task manager. Some ideas what should be wrong? Edit: "Exit without saving" is working well. But if i want to exit application correctly, it is not working. Thank you for your help! Re: Git - Uncommited changes - Unable to pull from repo Then is button "Discard Changes" totally useless. It is present only to make users angry. Re: Rest API service disappears from project explorer after commit to Git repository 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: https://community.smartbear.com/t5/SoapUI-Pro/Resolved-Malformed-UTF-8-character-0xf8-0x67-0x65-0x6b/td-p/38603 Everything works correctly after adding "-Dfile.encoding=UTF8" line to ReadyAPI.vmoptions in ProgramFiles. 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 rename of the new swagger definition. Everithing works correctly, but after "Save and Share Project" and successfull commit, imported definition disappears from project explorer. Other things I've tried: Behavior was the same even though I did not change the name of definition. Delete folder with api definitions from repository manually and remove appropriate items from "element.order" and "project.content". Import project from VCS was successfull, but behavior was same like below (definitions still missing). ReadyAPI log says me: "WARN: The service 'name_before_rename' was not found in the project 'xzy'." and "WARN: The file has not been loaded, because the project does not contain it: C:\name_after_rename.xml" (this last message is weird, because this files are regularry available in correct folder - on local and on git repository) Thank you very much for your help. Using ReadyAPI 2.5.0, SoapUI pro , Git plugin Solved