microsoft / microsoft/azure-tools-for-java

[IntelliJ][ReportedByUser] Uncaught Exception Operator called default onErrorDropped com.microsoft.azure.toolkit.lib.common.operation.OperationException: deploy to Azure Web App(ulc-db-connector-dt) with resource creation or updating

Open
#8,066 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Module: App Service need more info Tool: IntelliJ Type: Bug
Dominant language
Java
Stars
262
Forks
185
Avg merge
2d 21h
Merged PRs (30d)
1

Description

IntelliJ build version: 2021.3 IC-213.5744.223
OS: Windows 10
JDK: JetBrains s.r.o. 11.0.13
Plugin version: 3.81.1-2021.3
Additional Info: None
Parent component:

com.intellij.openapi.wm.impl.IdeRootPane[,8,8,1921x1040,layout=com.intellij.openapi.wm.impl.IdeRootPane$MyRootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=449,maximumSize=,minimumSize=,preferredSize=]

Error message:

IdeaLoggingEvent[message=Operator called default onErrorDropped, throwable=com.microsoft.azure.toolkit.lib.common.operation.OperationException: deploy to Azure Web App(ulc-db-connector-dt) with resource creation or updating
	at com.microsoft.azure.toolkit.lib.common.operation.AzureOperationAspect.afterThrowing(AzureOperationAspect.java:93)
	at com.microsoft.azure.toolkit.lib.common.operation.AzureOperationAspect.afterThrowing(AzureOperationAspect.java:43)
	at com.microsoft.azure.toolkit.lib.appservice.task.DeployWebAppTask.doExecute(DeployWebAppTask.java:91)
	at com.microsoft.azuretools.core.mvp.model.webapp.AzureWebAppMvpModel.deployArtifactsToWebApp(AzureWebAppMvpModel.java:215)
	at com.microsoft.azure.toolkit.intellij.legacy.webapp.runner.webappconfig.WebAppRunState.executeSteps(WebAppRunState.java:98)
	at 

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at DeployWebAppTask.doExecute and AzureWebAppMvpModel.deployArtifactsToWebApp, the entry points named in the stack trace. Inspect how the Azure Web App deployment exception reaches AzureOperationAspect.afterThrowing, then try to reproduce the deployment with the reported IntelliJ and plugin versions. Done means identifying the cause of the uncaught onErrorDropped error and documenting or implementing the appropriate handling.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, java
Domain
cloud, devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.