Azure / App-Service-Migration-Assistant

Azure Websites Migration Assistant for Windows is a tool that allows customers to move their existing sites hosted on IIS servers into the cloud on Azure App Service. For more information check out https://appmigration.microsoft.com .
https://appmigration.microsoft.com
MIT License
74 stars 60 forks source link

Error while migrating Java application from Linux #46

Closed RavishankarST-Hexaware closed 3 years ago

RavishankarST-Hexaware commented 3 years ago

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem:

Trying to migrate a Java application, while migration we get the following error in the log

LOG: Azure Options info Starting ZipDeploy content publish {​​​​​}​​​​​ LOG: Azure Options error Migration Step Error {​​​​​"stepGroup":"CONTENT_PUBLISH","stepName":"Publish site content","message":"404 - \"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.\""}​​​​​ LOG: Azure Options error AZMigrate Step Error {​​​​​"stepGroup":"AZMIGRATE_MIGRATION_SEND","stepName":"Sending migration progress data for site content publishing","message":"StatusCodeError: 404 - \"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.\""}​​​​​ LOG: Azure Options error Error during ZipDeploy content publish {​​​​​"message":"404 - \"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.\""}​​​​​ LOG: Azure Options error PublishSiteContent failure {​​​​​"message":"specific error should be logged in another event"}​​​​​

Expected behavior

Provide a description of the expected behavior.

Actual behavior

Provide a description of the actual behavior observed.

Known workarounds

Provide a description of any known workarounds.

krolson commented 3 years ago

Hello @RavishankarST-Hexaware - this sounds like an issue that was fixed in a targeted rerelease of the Linux preview. The current version of the Linux Preview available for download is 1.0.9 - could you please try using this version and confirm if that resolves this issue for you?

RavishankarST-Hexaware commented 3 years ago

Yes 1.0.9 fixed the issue.

Thanks

RavishankarST-Hexaware commented 3 years ago

Issues resolved