[BUG] Exception links to a page that cannot be found - http://go.microsoft.com/fwlink/?LinkId=761101
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
Thanks for reporting this issue, @larskristianhaga. @conniey can you take a look ASAP
Which package are you using when you get this exception?
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
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @EldertGrootenboer.
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.
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.