Large VSI Transaction Response gives java.rmi.RemoteException: Timeout exception
search cancel

Large VSI Transaction Response gives java.rmi.RemoteException: Timeout exception

book

Article ID: 122820

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

Have a 5MB of Json response in a VSI but when trying to test against this, its throws a Timeout Error. 


java.rmi.RemoteException: Timeout (45,000 ms, actual wait 45,004 ms) on server object tcp://myserver-abcd535:2013/VSE on method addService 

Environment

All supported DevTest releases.

Cause

Large response over the network. 

Resolution

Add the below property to your Workstations, local.properties file and restart the Workstation. 

lisa.net.vse.longer.timeout.ms=90000 

This property is for Workstation to handle this error: 

java.rmi.RemoteException: Timeout (45,000 ms, actual wait 45,004 ms) on server object tcp://myserver-abcd535:2013/VSE on method addService