Forum Discussion

Alan_Abangan's avatar
Alan_Abangan
Occasional Contributor
14 years ago

Unable to create Test Suite Report

We have several Testsuites that we run, all of them except one I am able to generate the Test Suite Report. The one I can't generate is our largest test suite, over 500 test cases.

Is there a limit I can configure to allow this to work?

We are running SoapUI Pro 4.0, Build dist-131-2011-06-14, Build Date 2011/06/14 10:23.

Running on Windows Vista, Service Pack 2 with 4GB RAM

Any help appreciated. Thanks

David O'Brien
  • Hi,

    Are you getting anything in the soapUI error log when this happens? It might be related to memory usage, hopefully an error can give us some more clues.

    Regards,
    Dain
    SmartBear Sweden
  • Alan_Abangan's avatar
    Alan_Abangan
    Occasional Contributor
    You are correct, I see
    ERROR:java.lang.OutOfMemoryError: PermGen space
  • Alan_Abangan's avatar
    Alan_Abangan
    Occasional Contributor
    I tried some of the fixes I found in other threads dealing with Memory. Unfortunately none of them worked. Any other ideas or is this something I just have to work around?
  • Hello,

    what options did you try ?

    Have you tried this -> please change the -XX:MaxPermSize in your soapui-pro.bat or .vmoptions file to 256m.

    Hope this helps!
    Regards,
    Vladimir
    SmartBear Sweden
  • Alan_Abangan's avatar
    Alan_Abangan
    Occasional Contributor
    Thank you, that worked. Neither the .bat or .voptions had either of those values, so I added them and they worked. Thanks again.