Skip to content
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

[IntelliJ][ReportedByUser] MS Azure Explorer - Error Loading Web Apps #2975

Closed
anishpanthi opened this issue Apr 3, 2019 · 1 comment · Fixed by #4628
Closed

[IntelliJ][ReportedByUser] MS Azure Explorer - Error Loading Web Apps #2975

anishpanthi opened this issue Apr 3, 2019 · 1 comment · Fixed by #4628

Comments

@anishpanthi
Copy link

IntelliJ build version: 2019.1 IU-191.6183.87
OS: Windows 7
JDK: JetBrains s.r.o 1.8.0_202-release
Plugin version: 3.20.0-2019.1
Error message:

java.lang.RuntimeException: java.net.SocketTimeoutException: timeout
	at rx.exceptions.Exceptions.propagate(Exceptions.java:57)
	at rx.observables.BlockingObservable.subscribe(BlockingObservable.java:497)
	at com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.loadConvertedList(PagedListConverter.java:100)
	at com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.convert(PagedListConverter.java:66)
	at com.microsoft.azure.management.appservice.implementation.WebAppsImpl.wrapList(WebAppsImpl.java:96)
	at com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl.list(TopLevelModifiableResourcesImpl.java:118)
	at com.microsoft.azuretools.core.mvp.model.webapp.AzureWebAppMvpModel.listWebApps(AzureWebAppMvpModel.java:555)
	at com.microsoft.azuretools.core.mvp.model.webapp.AzureWebAppMvpModel.listAllWebApps(AzureWebAppMvpModel.java:518)
	at com.microsoft.tooling.msservices.serviceexplorer.azure.webapp.WebAppModulePresenter.onModuleRefresh(WebAppModulePresenter.java:15)
	at com.microsoft.tooling.msservices.serviceexplorer.azure.webapp.WebAppModule.refreshItems(WebAppModule.java:63)
	at com.microsoft.tooling.msservices.serviceexplorer.RefreshableNode.refreshItems(RefreshableNod
@andxu
Copy link
Contributor

andxu commented Jul 8, 2020

@anishpanthi, apologize for the bad performance of listing web apps, it is an api from another team, we are in the progressing of keeping them changing this bad api.

@andxu andxu added this to the V3.45.0 milestone Sep 21, 2020
@andxu andxu assigned shenqianjin and unassigned andxu Sep 21, 2020
@shenqianjin shenqianjin linked a pull request Sep 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment