ContributionsMost RecentMost LikesSolutionsRe: how to close mongodb connectionHi, I think you need to call MongoClient.close(). http://api.mongodb.com/java/2.10.0/com/mongodb/Mongo.html#close%28%29Re: How to deal with the errors while installing the ReadyAPIIt looks like you don't have sufficient access rights to store things in Program Files. What if you run the installer as a local administrator?Re: ReadyAPI 2.1.0 GUI not displaying text on Centos 7 Hi, I have seen this happen when the dashboard database is corrupt. Try to move/remove the files ~/.readyapi/db/dashboard.* It shouldn't destroy anything, except the setup of your current dashboard (which I guess you don't have anyway if you haven't managed to start 2.1.0). keanesean wrote: Hi, We have installed ReadyAPI 2.1.0 on Centos 7 server. However, when we launch the GUI we cannot see any text - the GUI launches but appears blank. Re: An interesting infinite loop test execution maybe a bug!You probably generated so many events on the internal eventbus sending messages to the toolbar that it took some time for it to catch up. It cannot clear the message bus when done because it is a shared bus for many UI events. I'd call it a side effect of keeping the single threaded UI responsive even when performing a lot of work rather than a bug.Re: How do I install SoapUI without JavaIt is not the preferred way (if you don't mind having the bundled JRE installed, the installer version is a better choice even when you are using an external Java) but that is how windows and bat files work. It is possible to get around it by calling start instead of just the bat file but I think you will still get a console window.Re: How do I install SoapUI without Java WFSIToperations wrote: How do I go about installing this program without an installer? You don't need to run an installer. You download it, unzip it somewhere and run soapui.bat from the bin directory. Make sure you have JAVA_HOME setup to point to the java you want to use. Re: why does save not work as expected?It is almost impossible to say without knowing more about it but I suggest downloading the latest maintenance build of 2.0 and see if it works better for you. If not, I suggest contacting support.Re: why does save not work as expected?If you are using 2.0 I think there is a maintenance build available with a fix for this problem.Re: how to access testRunner from the TearDown of TestSuite? com.eviware.soapui.model.testsuite is a package name, import expects a class or a wildcard. Try "import com.eviware.soapui.model.testsuite.*" instead The next line will probably also fail but I am not sure what you want to do there so I have no suggestions on how to fix it. Re: Route request to live url if it has certain Data .........Hi, Take a look at Conditional Routing, https://support.smartbear.com/readyapi/docs/servicev/routing/conditional.html