Error Staging Long Test: Timeout - on method stageModelArchive - Version 9.5.1
book
Article ID: 106833
calendar_today
Updated On:
Products
CA Application TestService VirtualizationCA Continuous Application Insight (PathFinder)CA Service Virtualization (DevTest / LISA / VSE / Application Test)
Issue/Introduction
When staging a long test that reads data from EXCEL Workbook it times out I am able to run it from ITR and doing a quick stage locally but not on the remote server. Getting the below error while staging. java.rmi.RemoteException: Timeout (60,000 ms, actual wait 60,019 ms) on server object tcp://ABC.com:2011/15E78E6B0A9D11E8A61CFA163ECE9063 on method startTest at com.itko.lisa.net.Transactor.transact(Transactor.java:109) at com.itko.lisa.net.ClientBase.transact(ClientBase.java:361)
Cause
By default, a data set is global. the coordinator server is responsible for providing data to all the test steps. Global data sets are created once and shared by all simulators. If simulator server is on a different machine and with Dataset set to default ( Global), it would cause a lot of overhead on the Simulator trying to retrieve data from the Coordinator and also face network latencies
Environment
All supported DevTest Environments.
Resolution
You can make the data set local by selecting the Local check box while building the data set.