You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IdeaLoggingEvent[message=null, throwable=java.lang.NullPointerException
at java.desktop/javax.swing.text.DefaultStyledDocument$ElementBuffer.create(DefaultStyledDocument.java:1469)
at com.microsoft.intellij.runner.functions.deploy.ui.FunctionDeploymentPanel.fillFunctionApps(FunctionDeploymentPanel.java:141)
at com.microsoft.intellij.runner.functions.deploy.ui.FunctionDeployViewPresenter.lambda$null$2(FunctionDeployViewPresenter.java:50)
at com.microsoft.intellij.actions.functions.DeployFunctionAction.runConfiguration(DeployFunctionAction.java:81)
at com.microsoft.intellij.actions.functions.DeployFunctionAction.lambda$onActionPerformed$0(DeployFunctionAction.java:62)
The text was updated successfully, but these errors were encountered:
It actually happened randomly. I was not even using the azure plugin at that time. I will try to pay more attention to what I am doing when the IDE signals the problem and come back with more data.
It might be related to the fact that at some time I tried to deploy one azure function project. I right clicked the module, selected Deploy > Deploy to azure functions and then I saw an error message: Failed to list function apps. As a result, the Function field in the ui remained empty. At that point I only managed to deploy with the maven plugin directly (mvn clean package azure-functions:deploy). I hope this helps!
IntelliJ build version: 2020.1.1 IC-201.7223.91
OS: Mac OS X
JDK: JetBrains s.r.o 11.0.6
Plugin version: 3.36.0-2020.1
Additional Info: None
Parent component:
Error message:
The text was updated successfully, but these errors were encountered: