sclavellOccasional ContributorJoined 10 years ago18 Posts4 LikesLikes received4 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: SoapUI Pro/Ready API 1.7.0 crashes frequently Support came through with a solution. https://support.smartbear.com/downloads/readyapi/nightly-builds/ In your Ready API installation folder, in the Contents directory, please find the vmoptions file and open it in a text editor. Add/edit these lines in the file: Set Xms128m and -Xmx to 4000 if your ram is 4GB or 8000 if its 8GB -XX:MaxPermSize=128m -XX:MinHeapFreeRatio=40 -XX:MaxHeapFreeRatio=70 -Dsoapui.jxbrowser.disable=true -Dtest.history.disabled=true I've been running a few days now without a crash. Re: SoapUI Pro/Ready API 1.7.0 crashes frequently I tried the suggestions in that article (most were already in place) and still have the problem. The problem still persists in version 1.9.0. Re: JDBC response changes everything to upper case with 1.9.0 Okay - I looked more closely at what your script is doing and realized there is now a checkbox in the JDBC test step for converting responses to upper case. I hadn't noticed that was there. I can go through each test and uncheck that box. I appreciate your trying to automate that for me. Thanks, Re: JDBC response changes everything to upper case with 1.9.0 Thanks for the response. I tried what you suggest and got the following error: groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.panels.support.MockProjectRunContext.getTestCase() is applicable for argument types: () values: [] Possible solutions: getTestRunner(), getMetaClass() I tried changing it to context.getTestRunner().getTestCase()... but got the same error. JDBC response changes everything to upper case with 1.9.0 I have many, many tests that get data from JDBC test steps to use as parameters in other test steps or for assertions. Prior to release 1.9.0 these JDBC results returned column names in the same case as they are in the database. Now with 1.9.0 they are converted to all upper case. All of my tests - months of development work - are broken and have to be reworked for this change. PLEASE tell me there is a way to make JDBC test steps return data as it is found in the database, or make GetData references so they are not case sensitive. - NOT happy. SolvedRe: testrunner.bat not returning error code in 1.7.0 It appears the problem was fixed in 1.8.0. Re: How do I access the transaction log to write the contents to a database? Thanks Tanya, That showed me where the log files are located, but I don't see anything from the Transaction Log in those files. However, I did find the History tab and learned how to backup and restore history databases. I think that will solve what I'm trying to do. Thanks, How do I access the transaction log to write the contents to a database? I'm looking to write test case status and response times to a database so I can track them over time. The transaction log has what I need. Is there a way to access that log programatically to write them data to my database? Thanks, Re: SoapUI Pro/Ready API 1.7.0 crashes frequently The problem persists in version 1.8.0 as well. It happens to me daily, and often multiple times per day, both when actively using the program or not. I'm running on Windows 10. It doesn't seem to matter what project I'm working on. Does Smartbear test for memory leaks? Seems to be the most likely cause. Re: Error: Could not build an auth manager panel The problem is still there in 1.8.0.