XML message is not displayed in the Portal Inspection View
search cancel

XML message is not displayed in the Portal Inspection View

book

Article ID: 265295

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

We are not able to see the full XML response message in the Portal Inspection View.

Environment

Release : 10.7.2

Resolution

There is a patch that may help. Open a support case, and let the Support Engineer know you would like a copy of the "phoenix-10.7.2-DE543071.war" patch.

The steps to apply the patch are as follows:

  1. Stop Portal Service Alone
  2. Download the patch file "phoenix-10.7.2-DE543071.war" from the support case.
  3. Delete any existing folder and files starting with 'phoenix' from LISA_HOME/webserver/patches folder
  4. Place the file downloaded in Step 2 in LISA_HOME/webserver/patches folder
  5. Start Portal Service

If you see the XML message getting truncated in the Portal Inspection View:

  1. Stop VSE Service
  2. Open the VirtualServiceEnvironmentService.vmoptions file in the text editor of your choice, and add the following parameter:
    -Dlisa.testexec.lite.longMsgLen=15000
  3. Save the file
  4. Start VSE Service

If, by chance, you are still seeing the message getting truncated, it could be the buffers for the events are set too low. To adjust the buffer size:

  1. Locate the local.properties file on the VSE host
  2. Add the following two parameters:
    • lisa.vse.match.event.buffer.size=500
    • lisa.vse.request.event.set.buffer.size=500
  3. Save the changes to the local.properties file
  4. Restart all the DevTest services running on the VSE machine.