Service Virtualization

  • 1.  No Logs in VSE when Live System not responding with timeout period ?

    Posted Jul 10, 2017 06:30 PM

    I have issue when DevTest pass through the request to live system and system not responding with x time, then we are not seeing any log from DevTest tool. How we can see the logs when live system not responding in certain time out? How we can increase the live system timeout ?



  • 2.  Re: No Logs in VSE when Live System not responding with timeout period ?
    Best Answer

    Broadcom Employee
    Posted Jul 11, 2017 04:51 PM

    You should be able to see the exception in the logs.  One suggestion would be to turn on  DEBUG in DEVTEST-HOME/logging.properties file  

    log4j.logger.VSE=DEBUG, VSEAPP

     

    You can increasing timeout using the below property in your local.properties file.  

    lisa.vse.session.timeout.ms=120000   ( the default value is 2mins)

     

    Thanks

     

    Shiney.