question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ServiceBus] [(Potentially)Preparers] Address "Resource does not exist" preparer errors.

See original GitHub issue

Occasionally a Preparer will fail during livetest run because the resource it relies on does not appear to exist, despite that creation method having successfully returned. See the failure below:

                    _logger.error(msg)
>                   raise Exception(msg)
E                   Exception: Preparer failure when creating resource ServiceBusQueueAuthorizationRulePreparer for test test_sb_client_incorrect_queue_conn_str (test_sb_client.ServiceBusClientTests): Operation returned an invalid status code 'Not Found'
E                   Detailed error message: The requested resource servicebustest_qtwofk7xh does not exist. CorrelationId: c8258c67-85f5-40d8-a5eb-e73d69aca731

.tox/whl/lib/python3.5/site-packages/azure_devtools/scenario_tests/preparers.py:82: Exception
------------------------------ Captured log call -------------------------------
ERROR    azure_devtools.scenario_tests.preparers:preparers.py:81 Preparer failure when creating resource ServiceBusQueueAuthorizationRulePreparer for test test_sb_client_incorrect_queue_conn_str (test_sb_client.ServiceBusClientTests): Operation returned an invalid status code 'Not Found'
Detailed error message: The requested resource servicebustest_qtwofk7xh does not exist. CorrelationId: c8258c67-85f5-40d8-a5eb-e73d69aca731

This has been observed at all levels, including RG, so may require centralized preparer fix, although lately has most been occurring as seen for AuthRules beneath ServiceBus, so focusing on that repro.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chlowellcommented, Sep 11, 2020
0reactions
rakshith91commented, Jan 26, 2021

moving this to march milestone

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Service Bus Resource Manager exceptions
The namespace doesn't exist within your Azure subscription. To resolve this error: Ensure that the Azure Subscription is correct.
Read more >
Introducing Queues and Topics in Azure Service Bus
Note: This article is not an introduction to Service Bus or Relay Messaging as it is already a well-established product that includes key ......
Read more >
43 OSB-75050 to OSB-2032402 - Oracle Help Center
Cause: Destination URI does not exist. Action: Destination URI does not exist in the target resource. Level: 1. Type: ERROR.
Read more >
Citrix Fixes and Known Issues – Citrix Cloud - JGSpiers.com
The Citrix Cloud Connector being installed does not trust the ... that turn on or off MCS Image Preparation steps, Citrix must do...
Read more >
QRadar DSM Configuration Guide - IBM
DSMs are available on the IBM App Exchange, but are not documented here. Intended audience. System administrators must have QRadar access, knowledge of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found