"Asset not found" exception when deploying a MQ virtual service.
search cancel

"Asset not found" exception when deploying a MQ virtual service.

book

Article ID: 7334

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder)

Issue/Introduction

Some MQ virtual services were throwing the error "asset not found" when all the assets files were available under the virtual service project.

Environment

All supported DevTest releases and platforms.

Cause

The issue was happening because the queue manager asset didn't have a queue manager name under the "Queue Manager:" field.

When looking at the asset file with a text editor we could see the following:

<QueueManager>

<PayloadInfo type="java.lang.String"></PayloadInfo>

<String>

</String>

</QueueManager>

When the queue manager field is properly filled, the asset file will contain the following:

<QueueManager>Queue Manager</QueueManager>

Resolution

Provide the proper Queue Manager name under the "Queue Manager" field for the Queue Manager asset.