ContributionsMost RecentMost LikesSolutionsError: Could not create the Java Virtual Machine. Hi, I run my api tests using testrunner.bat commands by the cmd.exe, but I always get the following error in the tests. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Invalid maximum heap size: -Xmx Does anyone have the same problem? Thanks, Best regards SolvedReady Api v2.5.0 changes the decimal places of the responses I am making requests to a rest web api and I checked that web api return me the decimals with two decimal places, but in Ready Api V2.5 in the response I have 6 decimal places. Then I tested with Ready Api V2.2 and checked that the tool had an correct response has the two decimal places. Is there any configuration in versions 2.3, 2.4 and 2.5? Thanks. Best Regards. Ready Api v2.4.0 changes the decimal places of the responses I am making requests to a rest web api and I checked that web api return me the decimals with two decimal places, but in Ready Api V2.4 in the response I have 6 decimal places. Then I tested with Ready Api V2.2 and checked that the tool had an correct response has the two decimal places. Is there any configuration in versions 2.3 and 2.4? Thanks. Best Regards. Publishes TestComplete test results to TFS failed - JavaScript heap out of memory Hi there, I publishes TestComplete test results to TFS using "Publish TestComplete" task, but my TestComplete logs are large (about 40MB) and my TFS task return the following error: "FATAL ERROR: MarkCompactCollector: semi-space copy, fallback in old gen Allocation failed - JavaScript heap out of memory". Does anyone have any suggestions? Can I send large logs to TFS ? Thanks, Best regards. Note: print screen of attached error. Re: Run TestComplete tests into tfs builds Error Hello Robert, I running TestComplete tests by using Visual Studio Test Task. Do I need to authenticate the user session with an activw desktop. Thanks. Best Regards. Run TestComplete tests into tfs builds Error Hello there, When I run TestComplete tests into Build Tfs 2017 I have this error: I did this tutorial : https://support.smartbear.com/testcomplete/docs/working-with/integration/ms-vs/alm/team-builds/definitions/vnext.html Anyone have suggestion ? Thanks =) Best Regards SolvedError while running tests by testrunner.bat Hello, I have a test that does a post to an APi and receives in response a GUID for example "08fa1f5c-f5c6-473c-a7b2-a7a892944db2". When I do the test by the application editor I do not have any errors, but when I do the "Testrunner.bat" I get the following error [errorlog] java.lang.IllegalArgumentException: Invalid JSON: "08fa1f5c-f5c6-473c-a7b2-a7a892944db2" java.lang.IllegalArgumentException: Invalid JSON: "08fa1f5c-f5c6-473c-a7b2-a7a892944db2" at com.eviware.soapui.support.JsonPathFacade.<init>(JsonPathFacade.java:61) at com.eviware.soapui.model.propertyexpansion.resolvers.ResolverUtils.extractXPathPropertyValue(ResolverUtils.java:106) at com.eviware.soapui.model.propertyexpansion.resolvers.ModelItemPropertyResolver.resolveProperty(ModelItemPropertyResolver.java:100) at com.eviware.soapui.model.propertyexpansion.PropertyExpander.expand(PropertyExpander.java:212) at com.eviware.soapui.model.propertyexpansion.PropertyExpander.expand(PropertyExpander.java:155) at com.eviware.soapui.model.propertyexpansion.PropertyExpander.expand(PropertyExpander.java:151) at com.eviware.soapui.model.propertyexpansion.PropertyExpander.expandProperties(PropertyExpander.java:130) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext.expand(WsdlTestRunContext.java:150) at com.eviware.soapui.model.testsuite.TestRunContext$expand.call(Unknown Source) at Script1.run(Script1.groovy:3) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:98) at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SoapUIProGroovyScriptEngineFactory.java:79) at com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.run(WsdlGroovyScriptTestStep.java:164) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:256) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:50) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:166) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:1) at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:128) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Any suggestions for me to solve this? Thanks. Best Regards