-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Unable to deploy. Repeated attempts. Stopped, stopped ASE, restated, re-deployed. All failures.
Please see trace below.
Versions:
Azure Functions Core Tools (2.0.1-beta.39)
Function Runtime Version: 2.0.12095.0
<azure.functions.maven.plugin.version>1.0.0-beta-6-SNAPSHOT</azure.functions.maven.plugin.version>
<azure.functions.java.library.version>1.0.0-beta-5</azure.functions.java.library.version>
Snippet:
2018-09-18T07:47:52 An error has occurred during web site deployment.
2018-09-18T07:47:52 Error: Failed to change file that is currently being used "D:\home\site\wwwroot\api_companyview-1.0-SNAPSHOT.jar"
D:\Program Files (x86)\SiteExtensions\Kudu\77.10830.3542\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd"
2018-09-18T07:47:52 Error occurred, type: error, text: Error: Failed to change file that is currently being used "D:\home\site\wwwroot\api_companyview-1.0-SNAPSHOT.jar"
D:\Program Files (x86)\SiteExtensions\Kudu\77.10830.3542\bin\Scripts\starter.cmd "D:\home\site\deployments\tools\deploy.cmd", stackTrace: at Kudu.Core.Infrastructure.Executable.ExecuteInternal(ITracer tracer, Func2 onWriteOutput, Func2 onWriteError, Encoding encoding, String arguments, Object[] args) in C:\Kudu Files\Private\src\master\Kudu.Core\Infrastructure\Executable.cs:line 235
at Kudu.Core.Infrastructure.Executable.ExecuteWithProgressWriter(ILogger logger, ITracer tracer, String arguments, Object[] args) in C:\Kudu Files\Private\src\master\Kudu.Core\Infrastructure\Executable.cs:line 137
Investigative information
Please provide the following:
- Timestamp: 2018-09-18T07:45:27
- Function App name: emb-api-dev-20180917
- Function name(s) (as appropriate): many
- Invocation ID:
- Region: West Europre
Repro steps
Provide the steps required to reproduce the problem:
deploy using
mvn clean package azure-functions:deploy
Expected behavior
Provide a description of the expected behavior.
Deployment and function operating correctly.
Actual behavior
Provide a description of the actual behavior observed.
Unable to deploy or start the function.
Attached trace file
logtrace3.txt