-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUERY] java.lang.IllegalAccessError: tried to access class reactor.core.publisher.FluxReplay$ReplaySubscription from class reactor.core.publisher.ReplayProcessor #15580
Comments
Thanks for filing this issue @abmo-x. @vcolin7 could you please follow up? /cc @jianghaolu as this relates to Azure Synapse |
No problem, I will look into this. |
I tried to get a token directly and ran into the same error from identity client:
|
I was able to resolve the issue by relocating azure sdk and reactor dependencies in my shaded jar as:
The error was very confusing and i was not able to guess that a version conflict was causing it. |
Hi @abmo-x, I'm glad you were able to find a solution. Usually when an |
Web ant94 2021 02 01 attempt 2 (Azure#15548) * Adds base for updating Microsoft.Web from version stable/2021-01-15 to version 2021-02-01 * Updates readme * Updates API version in new specs and examples * Changes for api-version 2012-02-01 (Azure#15545) * Address PR comments - AppServiceCertificateOrders (Azure#15561) * Changes for api-version 2012-02-01 * Address PR comments - AppServiceCertificatesOrder * Fix spelling issue * Fix summary+description for GET siteseal * Add reseller to custom words * Make DedicatedHostCount R/W (Azure#15580) Co-authored-by: Chris Chen <[email protected]>
Query/Question
Error initilaizing key vault client with access token. running into below error
Why is this not a Bug or a feature Request?
Running into this issue ONLY when running on Azure Synapse. Works fine locally.
I am initializing the client as:
Setup (please complete the following information if applicable):
The text was updated successfully, but these errors were encountered: