microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
151 stars 95 forks source link

Upgrading plugin to 1.162.2 in Rider breaks Settings/Plugins dialog #567

Closed kevkov closed 1 year ago

kevkov commented 1 year ago

Dialog does not display. Logs have this

2023-09-11 18:48:18,928 [  52887] SEVERE - #c.i.o.o.e.ConfigurableWrapper - JetBrains Rider 2023.2.1  Build #RD-232.9559.61
2023-09-11 18:48:18,928 [  52887] SEVERE - #c.i.o.o.e.ConfigurableWrapper - JDK: 17.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-09-11 18:48:18,928 [  52887] SEVERE - #c.i.o.o.e.ConfigurableWrapper - OS: Mac OS X
2023-09-11 18:48:18,929 [  52888] SEVERE - #c.i.o.o.e.ConfigurableWrapper - Plugin to blame: Azure Toolkit for Rider version: 3.50.0.1678-2023.2
2023-09-11 18:48:18,974 [  52933] SEVERE - #c.i.i.a.ShowSettingsUtilImpl - null
java.lang.NullPointerException
    at java.base/java.io.File.<init>(File.java:278)
    at com.microsoft.intellij.configuration.AzureRiderSettings.getAzuriteExecutable(AzureRiderSettings.kt:140)
    at org.jetbrains.plugins.azure.storage.azurite.AzuriteConfigurationPanel$createPanel$1$1$1.invoke(AzuriteConfigurationPanel.kt:59)
    at org.jetbrains.plugins.azure.storage.azurite.AzuriteConfigurationPanel$createPanel$1$1$1.invoke(AzuriteConfigurationPanel.kt:58)
    at com.intellij.ui.dsl.builder.impl.PanelImpl.row(PanelImpl.kt:58)
    at com.intellij.ui.dsl.builder.impl.PanelImpl.row(PanelImpl.kt:45)
    at com.intellij.ui.dsl.builder.impl.PanelImpl.row(PanelImpl.kt:20)
    at org.jetbrains.plugins.azure.storage.azurite.AzuriteConfigurationPanel$createPanel$1$1.invoke(AzuriteConfigurationPanel.kt:58)
    at org.jetbrains.plugins.azure.storage.azurite.AzuriteConfigurationPanel$createPanel$1$1.invoke(AzuriteConfigurationPanel.kt:57)
    at com.intellij.ui.dsl.builder.impl.PanelImpl.indent(PanelImpl.kt:398)

Disabling the plugin fixes the issue.

MacOS Ventura 13.5.2

ForNeVeR commented 1 year ago

This is seemingly an issue of the Azure Toolkit for Rider, not Azure DevOps. Please report there (unfortunately, I have no permission to transfer the issue there myself).

kevkov commented 1 year ago

Apologies, got distracted and clicked the wrong link.