Request and response transactions during recording with java agent were empty.
search cancel

Request and response transactions during recording with java agent were empty.

book

Article ID: 191184

calendar_today

Updated On:

Products

CA Cloud Test Mobile CA Application Test

Issue/Introduction

While using Java Agent to capture classes, methods with Interface as Exchange is always null where as it is  evident from the logs that the Exchange are getting populated. Request and response recorded during recording seems to be empty.
In agent_XXX.log file, there is an error message like:
"Caused by: java.lang.IllegalStateException: Writer capacity as set by lisa.agent.transaction.max.graph.size or lisa.agent.virtualize.max.graph.size (1000000) exceeded"

 

Environment

Release : 10.6

Component : CA Service Virtualization

Resolution

To increase the sizes of lisa.agent.transaction.max.graph.size and lisa.agent.virtualize.max.graph.size solved the problem.

From DevTest Portal, the value of lisa.agent.transaction.max.graph.size can be changed at "Transactions" part in the Settings tab for the agent  like below:
 
and the value of lisa.agent.virtualize.max.graph.size can be changed at "VSE" part in the Settings tab for the agent  like below:
 

Attachments