Service Virtualization

  • 1.  My virtual service stops automatically after 3 error counts

    Posted Mar 27, 2017 08:05 AM

    Hi

    I created a virtual service in DevTest 9.1 and found that as the error count of the service exceeds 3,the service stops. Do we have any configuration which can be made to avoid the auto stop  of the virtual service??



  • 2.  Re: My virtual service stops automatically after 3 error counts
    Best Answer

    Posted Mar 27, 2017 12:10 PM

    lisa.vse.max.hard.errors

    This property lets you configure the number of errors  that cause a VSE service to stop.

    Add this property to your local.properties file on the VSE server and restart your server.   

    eg: 

    lisa.vse.max.hard.errors=100



  • 3.  Re: My virtual service stops automatically after 3 error counts

    Posted Mar 27, 2017 02:42 PM

    AnnaRamadoss is correct.  However, if the service is stopping regularly, setting max hard errors is only solving a symptom not the root cause. It would be better to determine why the service is stopping is fix that issue.  



  • 4.  Re: My virtual service stops automatically after 3 error counts

    Posted Mar 29, 2017 11:27 AM

    it always good practice to use the error count set to less number (example not more than 10) , also for better performance



  • 5.  Re: My virtual service stops automatically after 3 error counts

    Posted Mar 29, 2017 09:47 PM

    Set the property to

    lisa.vse.max.hard.errors=-1 in local.properties,

    which will never let the VSE service to stop due to erroors