Forum Discussion

swati1's avatar
swati1
Occasional Contributor
5 years ago

Error getting response; java.lang.StackOverflowError

Hi ,

i m usung Soap UI 5.0.0 and when i send my request getting "Error getting response; java.lang.StackOverflowError".

I tried with all previous solution like " JVM was running out of memory,set the stack memory size to 512m" and edit the batch file:

At the top change 

if exist "%SOAPUI_HOME%..\jre\bin" goto SET_BUNDLED_JAVA

if exist "%JAVA_HOME%" goto SET_SYSTEM_JAVA

to 

rem if exist "%SOAPUI_HOME%..\jre\bin" goto SET_BUNDLED_JAVA

if exist "%JAVA_HOME%" goto SET_SYSTEM_JAVA

Also

4 Replies

  • JHunt's avatar
    JHunt
    Community Hero

    Does this happen on all requests or just one in particular?

    Is it SOAP or REST?

    Are you running the request directly or is it a TestStep?

    Are you running any scripts or assertions?

    What is the content type of the reply?

    What is the endpoint?

    Is the endpoint working for others? It could be endlessly redirecting.

    Do you have the same problem when you use the same interface but mock the response?

    Can you upgrade your version of SoapUI?

    What version of JRE are you using?

    • swati1's avatar
      swati1
      Occasional Contributor

      Right now i have  created single request and it's not working , for rest of the requests i will be needing token which i wil get from first request response.

      it's a REST API and running directly , No assertion, No script.

      i am geeting that error at the below of the page

      endpoint: https://pam.uhc.com(this will work on VM only) and i m working on VM with this endpoint and soap ui Batch file.

       the endpoint working for me if i use this on browsers.

      Can you upgrade your version of SoapUI? : i m using Soap UI 5.0.0 (how can i upgrade it ?)

      What version of JRE are you using? jre1.8.0_51