Data-driven virtual service is not responding as expected after migrating to DevTest SV to 10.8.4
search cancel

Data-driven virtual service is not responding as expected after migrating to DevTest SV to 10.8.4

book

Article ID: 410892

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Migrated from DevTest 10.7.2 to 10.8.4,  Data Driven services are giving  the following errors.

 

Failed to create Excel/CSV data set. Production test invoke url is 'http://0.0.0.0:1505'. 'lisa.webserver.host'='0.0.0.0'. The exception is 'Failed to connect to /0.0.0.0:1505'

 INFO  com.itko.lisa.test.TestCase    - Error doing destroy() on Step VS Image Response Selection: Cannot invoke "com.ca.sv.dataset.client.DataSetBean.getDataSetId()" because "this.dataSetBean" is null
java.lang.NullPointerException: Cannot invoke "com.ca.sv.dataset.client.DataSetBean.getDataSetId()" because "this.dataSetBean" is null
    at com.ca.sv.dataset.client.DataSetClientRestImpl.cleanup(DataSetClientRestImpl.java:258) ~[lisa-virtualize-10.8.4.jar:?]

java.util.concurrent.FutureTask@78ee5049[Not completed, task = com.ca.sv.dataset.client.DataSetClientRestImpl$RowMatcher@4ef8b818] rejected from java.util.concurrent.ThreadPoolExecutor@3e81c3e8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 29]

 

 

Environment

DevTest 10.8.4

Cause

VSE services are on a different Host than the Registry Service.

It's trying to connect to the Webserver host  on '0.0.0.0' or localhost and giving this message :  'Failed to connect to /0.0.0.0:1505'

 

Resolution

Add the below property in the local.properties file on the VSE server. 
 
lisa.webserver.host=<Registry_server_hostname_or_FQDN_NAME>

Restart the VSE's 

 

This should resolve the issue.