Forum Discussion

triinum's avatar
triinum
Occasional Visitor
9 years ago
Solved

Mock service memory leakage using war

We run out of memory each time we are testing mock service with war files, how to disable logging when using .war files? We haven't been able to find "disable" button in deplyed war file. Currently the online solution we have is to click "clear" during the entire test execution... 

 

Thanks in advance!

  • One thing I ran into and I've seen as a common problem is that the license has to be installed as the same user as that the accessing program runs as. For example, Jenkins tends to run as a "jenkins" user. As such, the license has to be installed as that user.

     

    Bamboo may be similar, but you would have to check the documentation on how it runs and if it runs as a user account.

1 Reply

  • What you mean by run out of memory - is disc running out of space? If that is the case, use of "memory leakage using war" is inappropriate.

    You may clarify otherwise.

    Logging is important and that allows you what is happening in the application.

    If you think log file are flooded, then change the logging level to INFO or ERROR so that, you can see the minimum log. In order to do this, check the soapui-log4j.xml file.

    By the way, can have the logs pruned as well either manual or automatic.