azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

[BUG] Exception links to a page that cannot be found - http://go.microsoft.com/fwlink/?LinkId=761101

Open larskristianhaga opened this issue 7 months ago • 6 comments

Describe the bug When getting an exception it refers you to this link http://go.microsoft.com/fwlink/?LinkId=761101, but the link does not contain any useful information. Just this:

We are sorry, the page cannot be found
The words may be misspelled or the page you are looking for is no longer available.

Suggest that you add some information to the page, change the page link, or remove the link completely.

To Reproduce

  • Go to url: http://go.microsoft.com/fwlink/?LinkId=761101
  • See that it does not contain any information about the exception.

Expected behavior Expected to get some information about the exception, or something similar.

Screenshots

Image

larskristianhaga avatar May 22 '25 15:05 larskristianhaga

Thanks for reporting this issue, @larskristianhaga. @conniey can you take a look ASAP

joshfree avatar May 22 '25 16:05 joshfree

Which package are you using when you get this exception?

conniey avatar May 23 '25 17:05 conniey

This one:

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-starter-servicebus</artifactId>
    <version>5.22.0</version>
</dependency>

And here is the relevant stacktrace on there the URL is printed:

		... 5 common frames omitted
        Caused by: reactor.core.Exceptions$RetryExhaustedException: Retries exhausted: 3/3
        at reactor.core.Exceptions.retryExhausted(Exceptions.java:308)
        at reactor.util.retry.RetryBackoffSpec.lambda$static$0(RetryBackoffSpec.java:68)
        at reactor.util.retry.RetryBackoffSpec.lambda$generateCompanion$4(RetryBackoffSpec.java:608)
        at reactor.core.publisher.FluxConcatMapNoPrefetch$FluxConcatMapNoPrefetchSubscriber.onNext(FluxConcatMapNoPrefetch.java:183)
	... 26 common frames omitted
        Caused by: com.azure.core.amqp.exception.AmqpException: The service was unable to process the request; please retry the operation. For more information on exception types and proper exception handling, please refer to http://go.microsoft.com/fwlink/?LinkId=761101 [REMOVED]
        at com.azure.core.amqp.implementation.ExceptionUtil.toException(ExceptionUtil.java:90)
        at com.azure.core.amqp.implementation.handler.LinkHandler.handleRemoteLinkClosed(LinkHandler.java:120)
        at com.azure.core.amqp.implementation.handler.LinkHandler.onLinkRemoteClose(LinkHandler.java:63)
        at com.azure.core.amqp.implementation.handler.SendLinkHandler.onLinkRemoteClose(SendLinkHandler.java:37)
        at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:176)
        at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
        at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
        at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
        at com.azure.core.amqp.implementation.ReactorExecutor.run(ReactorExecutor.java:91)
	... 7 common frames omitted

larskristianhaga avatar May 26 '25 06:05 larskristianhaga

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @EldertGrootenboer.

github-actions[bot] avatar May 27 '25 23:05 github-actions[bot]

Hello @EldertGrootenboer, it seems the error message returned from the service The service was unable to process the request; please retry the operation. For more information on exception types and proper exception handling, please refer to http://go.microsoft.com/fwlink/?LinkId=761101 contains a 404-link.

anuchandy avatar May 27 '25 23:05 anuchandy

Thank you for your feedback. We have opened an investigation task for this in our backlog, and will update this issue when we have more information.

EldertGrootenboer avatar Jun 20 '25 16:06 EldertGrootenboer