Code Monkey home page Code Monkey logo

app-service-migration-assistant's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

app-service-migration-assistant's Issues

Give option to allow multiple site assessment in single tool or different instance of the tool

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version :
  • OS Version:

Repro steps

Provide the steps required to reproduce the problem:

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.

Session fced34c0-533f-4bed-8d9d-5c08c4baaeed. GETTING CONFIG: Object reference not set to an instance of an object.

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 1.0.1
  • OS Version: Windows Server 2012 R2 Standard

Repro steps

Provide the steps required to reproduce the problem:

Edited the applicationHost.config to remove a Location Tag.
When I removed the tag and re-ran the Migration Assistant I get the error.
I have to close and reopen Migration Assistant to get it to work again.
When I put the location tag back in the Assistant works but shows an error saying that a Location tag exists.

Expected behavior

Provide a description of the expected behavior.

That the Migration Assistant completes without error.

Actual behavior

Provide a description of the actual behavior observed.

See repro steps

Known workarounds

Provide a description of any known workarounds.

No work around

Is it possible to assess a individual application under default website in IIS.

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version :
  • OS Version:

Repro steps

Provide the steps required to reproduce the problem:

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.

Exception opening application

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem: happens immediately on startup

Expected behavior

Provide a description of the expected behavior.
The application doesn't error

Actual behavior

Provide a description of the actual behavior observed.
Exception thrown -
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Repos\Data.AfLookup\Data.AfLookup\Data.AfLookup'.
at System.IO.Enumeration.FileSystemEnumerator1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator1..ctor(String directory, EnumerationOptions options)
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at migcheck.BuildApplicationMap.InitializeApplication(Site Site, Application Application) in D:\a\1\s\src\MigrationTool\migcheck\BuildApplicationMap.cs:line 93
at migcheck.BuildSiteMap.InitializeSite(Site Site) in D:\a\1\s\src\MigrationTool\migcheck\BuildSiteMap.cs:line 152
at migcheck.BuildServerMap.InitializeServerMap() in D:\a\1\s\src\MigrationTool\migcheck\BuildServerMap.cs:line 67
at migcheck.Program.Main(String[] args) in D:\a\1\s\src\MigrationTool\migcheck\Program.cs:line 123

I'm not sure where it's picking this folder up from, it contains my repos which are largely not Git.

This error appears to be different to issue #6

Known workarounds

Provide a description of any known workarounds.
none found

App Migration Assistant Installer not launching

I have downloaded the App Service Migration Assistant installer. When I launch the installer, a "Please wait..." status message pops up quickly then goes away. After this, no other windows open showing any installation of this program. I have tried this several times. Is this a known issue? Running on Windows 10.

Assessment timeout

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 1.0.6
  • OS Version: Windows Server 2016

Repro steps

Provide the steps required to reproduce the problem:

  1. Run the assessment

Expected behavior

Provide a description of the expected behavior.

Successful assessment

Actual behavior

We're sorry, there has been an error. To get help, please use the Help > Report Issues menu option and include the following information: Session c2996d3e-c250-400f-ae7d-b8085c700f03. timed out

Known workarounds

Provide a description of any known workarounds.

TypeError: Cannot read property 'split' of undefined

Investigative information

Please provide the following:

  • UTC Timestamp: Oct. 23 2019 23:38:30
  • Migration Tool App version: 0.1.2
  • OS Version: Windows Server 2012 R2 Standard

Repro steps

  1. Download MSI
  2. Install with admin priveledges on dev web server
  3. Open via desktop shortcut with admin priviledges

Expected behavior

According to screenshots it's supposed to list my existing sites.

Actual behavior

Error: TypeError: Cannot read property 'split' of undefined

Screen Shot 2019-10-23 at 4 42 45 PM

Known workarounds

None.

option to migrate despite errors

Something like the authentication type being WindowsAuthentication should not block the migration. For production it is not an option to disable this without a service window. Using something else like AAD auth in the web app would also require some code changes which one possibly will want to do on the migrated app.

Would be great if it is an option to "continue at own risk"

Assesment timed out

Assesment is timing out on 5 different servers.

image

I was using version 0.0.7 yesterday which was able to assess most of the sites. I installed v. 1.0 today and just about every site is timing out in the assessment.

Is there any logs I can look into?

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 1.0
  • OS Version: 2008 R2, 2012 R2

Repro steps

Asses any site

Expected behavior

The assessment completes at some point

Actual behavior

The assessment never completes and eventually times out

Known workarounds

N/A

'Newtonsoft.Json.JsonWriter' threw an exception.

The Assistant fails when running the basic checks. with the following error:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'Newtonsoft.Json.JsonWriter' threw an exception. ---> System.IO.FileLoadException
at Newtonsoft.Json.Utilities.EnumUtils.InitializeValuesAndNames(StructMultiKey2 key) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func`2 valueFactory)
at Newtonsoft.Json.Utilities.EnumUtils.GetEnumValuesAndNames(Type enumType)
at Newtonsoft.Json.JsonWriter.BuildStateArray()
at Newtonsoft.Json.JsonWriter..cctor()
--- End of inner exception stack trace ---
at Newtonsoft.Json.JsonWriter..ctor()
at Newtonsoft.Json.JsonTextWriter..ctor(TextWriter textWriter)
at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Formatting formatting)
at iisConfigAssistant.Program.Main(String[] args)
Aasms error
All server are Windows Server 2012 R2
This happens on all servers in this cluster.

Error while migrating Java application from Linux

Investigative information

Please provide the following:

  • UTC Timestamp: 09:28:00:0000
  • Migration Tool App version :1.0.8
  • OS Version: CentOS 7

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.

net standard version2.0

Hi when running the preview of the migration tool I see the attached error instead of being able to select a site, if i run the GA tool it works, but i have Virtual Directories i would like to migrate, thanks.

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : Preview
  • OS Version: 2012R2

Repro steps

Just open the app
-->

Expected behavior

Provide a description of the expected behavior.

Actual behavior

See attached

appmigprev

The following unsupported global filters were detected: WSMan

When Running IIS to App Migration tool on server I am getting an error for global filters check..

Investigative information

Please provide the following:

  • UTC Timestamp: 10:07PM 4/1/21
  • Migration Tool App version : 1.0.8
  • OS Version: Windows Server 2012 R2

Repro steps

Provide the steps required to reproduce the problem:

  1. Run App Migration Assessment

Expected behavior

  • After complete assessment expect to be able to migrate

Actual behavior

When run i get an error preventing migration but cannot find enough detail to resolve the error

Exported report details for failed check:

"CheckPassed": false,
"CheckName": "GlobalModuleCheck",
"DisplayMessage": "The following unsupported global filters were detected: WSMan",
"Status": "Block",
"DisplayTitle": "Global Modules",
"CheckDescription": "Checks for global modules not standard in App Service.",
"MoreInfoLink": "https://go.microsoft.com/fwlink/?linkid=2100816",
"logFriendlyMessage": "The following unsupported global filters were detected: WSMan"

Source code?

I was under the impression that this tool is open source? Is there any source code to take a look at?

Unhandled Exception: System.NullReferenceException - Unable to complete "Assessment Report"

After starting the "Azure App Service Migration Assistant (Preview)" tool to analyse my IIS configuration, once a website has been selected and the tool runs for a while the following message is provided.

"We're sorry, there has been an error. To get help, please use the Help > Report Issues menu option and include the following information: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at iisConfigHelper.AnonymousString.op_Implicit(AnonymousString s)
at iisConfigHelper.system_webServer__security__authentication__anonymousAuthentication.SetAnonymous(Boolean IsAnonymous)
at iisConfigHelper.IisConfiguration.SetAnonymous(Boolean IsAnonymous)
at iisConfigAssistant.Program.DoGetSiteAssessmentData(String[] args) in D:\a\1\s\src\IisConfigurationHelper\iisConfigAssistant\Program.cs:line 259
at iisConfigAssistant.Program.Main(String[] args) in D:\a\1\s\src\IisConfigurationHelper\iisConfigAssistant\Program.cs:line 39"

image

Investigative information

Please provide the following:

  • UTC Timestamp: "Wed, 28 Aug 2019 08:06:47"
  • Migration Tool App version : 0.1.0
  • OS Version: Microsoft Windows [Version 10.0.17763.678]

Repro steps

  1. Start Tool
  2. Select Website to Assess
  3. Wait
  4. Tool presents error message

Expected behaviour

After I choose a website to asses the expected behaviour is a report for the website is produced.

Actual behaviour

An error message is presented and the tool does not continue the assessment.

Known workarounds

None :(

Successful assessment and migration, still got 500 status codes

We disabled the AppWarmupModule for our application, and the assessment finally passed. One of our systems team did the migration, and I started testing.
I was surprised to get 500.19 errors.

On investigation, the web.config file was declaring some configuration settings, which no longer need to be defined (this is a really old application).

This might be worth checking for (or possibly not, can't be that many vintage apps hanging around).

Config error on Windows 2008 R2 SP1

Investigative information

  • UTC Timestamp: 1/03/2019 11:48pm
  • Migration Tool App version :0.0.1.59773
  • OS Version:2008 R2 Sp1 with all updates

Repro steps

  1. Installation successful
  2. Ran tool as an administrator
  3. Selected simple site
  4. Unable to proceed past 3 configuration errors XML excerpt below:
    { "CheckName": "ConfigError(/)", "Result": false, "Status": "Block", "Title": "Configuration Error", "Description": "Appears if the site contains invalid configuration.", "DisplayMessage": "Error parsing 'webSockets' section (hresult: 80070490), configuration path /", "LearnMoreLink": "" }, { "CheckName": "ConfigError(/)", "Result": false, "Status": "Block", "Title": "Configuration Error", "Description": "Appears if the site contains invalid configuration.", "DisplayMessage": "Unable to read ipSecurity collection (hresult: 80004003), configuration path /", "LearnMoreLink": "" }, { "CheckName": "ConfigError(Views/)", "Result": false, "Status": "Block", "Title": "Configuration Error", "Description": "Appears if the site contains invalid configuration.", "DisplayMessage": "Unable to read ipSecurity collection (hresult: 80004003), configuration path Views/", "LearnMoreLink": "" },

Expected behaviour

After step 4 no errors received using old Migration tool and successful.

Actual behavior

Unable to continue to migrate.

Known workarounds

Unable to configure Websockets as not supported in IIS7.0, as per:
https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-support

Enabled IPSecurity by following but still error persists:
https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/ipsecurity/

Cannot see the details of the assessment report on the portal

After uploading the assessment report to the Azure migrate project, we are not able to view the details of the report especially the migration blockers and warnings.

It's needed to view the data on Azure to share it with the dev team who need to work on fixing those blockers.

Screenshot 2020-10-14 093336

Web App Migration hangs at 10% in portal. White page on web server app migration tool

Hang

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version :
  • OS Version:

Repro steps

Provide the steps required to reproduce the problem:

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.

Error: Error getting site list from IIS configuration tool output: IIS was not detected on this computer

Unable to find the site that is running locally. I already tried restarting the application as that appeared to be an issue in earlier versions of the migration assistant.

My version of IIS is 10.0.04403:
image
There is a website running in IIS at the moment:
image

Please provide the following:

  • UTC Timestamp: 2020-09-16T08:42:28Z
  • Migration Tool App version : 1.0.6
  • OS Version: Windows 10, version 1909

Repro steps

Provide the steps required to reproduce the problem:

  1. Install the windows App-Service-Migration-Assistant
  2. Have a website running on IIS Express locally
  3. Start the App-Service-Migration-Assistant and receive this error notification:
    image

Expected behavior

I expect to see the site that is running and to be able to start the assessment report.

Actual behavior

I receive an error notification:
image

Cannot login to Azure on 2008 R2

Unable to login to Azure, the button is greyed out.

image

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 0.0.7
  • OS Version: 2008 R2

Repro steps

try to migrate a site

Expected behavior

Able to login to Azure

Actual behavior

Not able to login to Azure

Known workarounds

Unknown

Unable to launch app service migration assistant tool in CentOS 8.1

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 1.0.5
  • OS Version: 8.1

Repro steps

Provide the steps required to reproduce the problem:

Install on Linux
1.Download the azure-appService-migrationAssistant.tar.gz file to the machine
2.Confirm the file SHA matches the release notes SHA using command like: sha256sum azure-appService-migrationAssistant.tar.gz
3.Create (or pick) a directory where you want to place the tool, such as: mkdir DirectoryName
4.Unzip the file into that directory: tar -xzf azure-appService-migrationAssistant.tar.gz -C DirectoryName
5.Cd into the folder where you unzipped the tar.gz and launch the Migration Assistant using a command like: sudo azure-appService-migrationAssistant-1.0.5/azure-appservice-migrationassistant --no-sandbox

Expected behavior

The app mig tool ui is supposed to open. Not sure never used it for linux distribution.

Actual behavior

After I performed the last step and ran the command it's asking for certain libraries "error while loading shared libraries: libX11-xcb.so.1 cannot open shared object file: No such file or directory"

Known workarounds

Tried installing all the required libraries. Please, provide me information whether this tool can be used for linux distribution effortlessly or not. Since, this is in yet in preview.
Capture

IIS was not detected on this computer

Hello,

After starting the "Azure App Service Migration Assistant 1.0.2 (also true with 1.0.1) tool to analyse my IIS configuration the following error appears :
Error getting site list from iis configuration tool ouput: IIS was not detected on this computer

error

Same behavior with the commandline: iisconfigassistant.exe GetSiteList
IIS version 10.0.14393.0
4 sites, 20 AppPools and 300App
I am adminitrator of this server.

Investigative information

Please provide the following:

  • UTC Timestamp: 15:00 2020-03-31
  • Migration Tool App version : 1.0.2 (also preview and 1.0.1)
  • OS Version: Windows server 2016 standard

Repro steps

1-Start Tool

Expected behavior

After starting the tool, next step will be select the site for scan

Actual behavior

After starting the tool : Error getting site list from iis configuration tool ouput: IIS was not detected on this computer

Known workarounds

None

missing the option for App Service plan

Investigative information

Please provide the following:

  • 2019-05-23 - 12:54:
  • Migration Tool App version : Latest
  • OS Version:2008 R2

Repro steps

Provide the steps required to reproduce the problem:

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.

Cannot move past assessment report

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version :1.0.6
  • OS Version: Windows Server 2008 R2 Standard

Repro steps

Provide the steps required to reproduce the problem:

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.

I have run the tool and fixed any issues that it has flagged, but it ends with an error of session timed out.
is there way of modifying this?

MigCheck.exe was not found

Investigative information

Please provide the following:

  • UTC Timestamp: 8:25 PM UTC October 1, 2019
  • Migration Tool App version : Unable to determine
  • OS Version: Windows 10 Enterprise

Repro steps

Download Azure App Service Migration Assistant and run MSI install.
Run AppServiceMigrationAssistant.exe with elevated permissions (we have an enterprise tool that controls permissions we execute applications)

Expected behavior

Application runs without error

Actual behavior

Error below in red at top. Restarting app does not help.
Migcheck.exe was not found. If this is the first time launching the Azure App Service Migration Assistant it may help to close and restart it, otherwise please use the Help menu option to report an issue.

Known workarounds

Provide a description of any known workarounds.

Unable to install on Windows 2003 R2 SP2

Investigative information

  • UTC Timestamp: 1/03/2019 11:48pm
  • Migration Tool App version : 0.0.1.59773
  • OS Version: 2003 R2 SP2 with all latest Updates.

Repro steps

  1. Install MSI
  2. Error message on install: This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

Expected behavior

After I perform step A, the installer should complete.

Actual behavior

Error on screen:
This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

Known workarounds

Nil available.

The tool hang on Running Administrator check, gathering local IIS information

Investigative information

  • UTC Timestamp: Monday, December 14, 2020 4:05:10 AM
  • Migration Tool App version : 1.0.6
  • OS Version: Windows Server 2008 R2 Enterprise SP1
  • .Net Framework: 4.8

Repro steps

Just run the Azure App Service Migration Assistant Tool

Expected behavior

I should be able to see the websites within the IIS and move to the next step which is the Assessment Report

Actual behavior

The tool keeps running forever on the page shown in the attached screenshot
Screenshot 2020-12-14 070851

Session 293ff55f-ccfc-4b23-b0f9-3428fd9450ba. CONNECTION STRING CHECKS: Object reference not set to an instance of an object.

Investigative information

Please provide the following:

  • UTC Timestamp: 2020-08-28
  • Migration Tool App version : 1.0.6
  • OS Version: Microsoft Windows server 2016 10.0.14393 build 14393

Repro steps

  1. Start the tool locally on the internal server
  2. select the web app , then everything looks ok, other than that message

We're sorry, there has been an error. To get help, please use the Help > Report Issues menu option and include the following information: Session 293ff55f-ccfc-4b23-b0f9-3428fd9450ba. CONNECTION STRING CHECKS: Object reference not set to an instance of an object.

image

Expected behavior

How can i fix this problem?

Session c4cbdecc-a3e0-4062-b3e8-d5837ae92e38. Object reference not set to an instance of an object.

Investigative information

Please provide the following:

UTC Timestamp: 14:30 2020-01-08
Migration Tool App version : Azure App Service Migration Tool V. 1.0.1
OS Version: Windows Server 2016 Essentials

Repro steps

After I choose a site, the system cannot generate assessment report for web site. I attached the json report. Please tell me what is wrong?
AnonAssessmentInfo.json.txt
AnonAssessmentInfo.json.txt

Provide the steps required to reproduce the problem:
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.

The system cannot find the path specified.

Hi,

I have an issue, I'm on a 2008 R2 with plesk, and when i try to launch the Azure App service migration assistant, I have this error :
image

By default my website are on c:\inetpub\vhosts

How I can specify where is the folder for the website ?

Thank you

PHP Framework Block

Investigative information

Please provide the following:

  • UTC Timestamp: Thu, 11 Apr 2019 00:57:10
  • Migration Tool App version : 0.0.3.19032901
  • OS Version: Server 2008R2 SP 1

Repro steps

Provide the steps required to reproduce the problem:

  1. Open App Service Migration Tool as Admin on Shared IIS Server with PHP installed
  2. Select simple HTML site for migration not using PHP
  3. Receive Error advising PHP Configuration Detected

Expected behavior

Provide a description of the expected behavior.

I would think that if the actual selected site isn't using PHP then it would be valid for migration, seems to be picking up on PHP installed on the server, there is no reference to PHP in the sites web.config

Actual behavior

Provide a description of the actual behavior observed.

Receive error that PHP Configuration Detected
{"CheckName":"Frameworks","Result":false,"Status":"Block","Title":"Frameworks","Description":"Checks if the site is using unsupported frameworks.","DisplayMessage":"PHP configuration detected","LearnMoreLink":"https://go.microsoft.com/fwlink/?linkid=2084295"},

Known workarounds

Provide a description of any known workarounds.

Uninstall PHP from server? Not viable when running 20 sites on single server

Session 88e5eab8-83cb-4991-8281-5037d07a45e7. Object reference not set to an instance of an object.

Investigative information

Please provide the following:

  • UTC Timestamp: 15:30 PM 2020-01-06
  • Migration Tool App version : Azure App Service Migration Tool V. 1.0.1
  • OS Version: Windows Server 2008 R2 Standard

Repro steps

After I choose a site, the system cannot generate assessment report for web site. I attached the json report. Please tell me what is wrong?
AnonAssessmentInfo.json.txt

Provide the steps required to reproduce the problem:

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.

Unable to proceed (Next) past Login to Azure after devicelogin

Running the App Migration tool locally, discovered a web app (IIS) and resolved all Errors, allowing me to progress to the "Login to Azure" step. I then authenticate successfully (using https://microsoft.com/DeviceLogin) and close the browser window as instructed. At this point, the "Next" button in the App Migration tool is not enabled, and I cannot proceed any further in the process.

Investigative information

Please provide the following:

  • UTC Timestamp: 6:30 PM UTC
  • Migration Tool App version : 1.0.2
  • OS Version: Windows Server, version 1809

Repro steps

Provide the steps required to reproduce the problem:

  1. Install the App Migration tool locally
  2. Run tool
  3. Select web app to assess and run assessment
  4. Click "Next"
  5. Authenticate with Azure via https://microsoft.com/DeviceLogin
  6. After authentication, the "Next" button on this page is NOT ENABLED

Expected behavior

Provide a description of the expected behavior.

After I authenticate, the "Next" button on the "Login to Azure" page should be enabled.

Actual behavior

Provide a description of the actual behavior observed.

After I authenticate, the "Next" button on the "Login to Azure" page IS NOT enabled, blocking further progress.

Known workarounds

Provide a description of any known workarounds.

N/A

Problems with IIS Module detection

We are trying to migrate an ASP.Net app from IIS 7.5 on Server 2008R2 up to Azure. The initial run of the assistant gave us three errors, two of which I could clear myself, one we cannot clear.

It is detecting the AppWarmupModule installed in the application (it was originally installed). To clear this error I have:

  • Removed the module from the app and restarted the server, no success
  • Removed the module from IIS totally, and restarted the server, no success

I came here hoping there would be code so that I could see what it was being triggered by.

We are currently working with John Scott (from Microsoft AZURE team) on the migration, and he is trying to reach out.

Any help would be appreciated.

App Services Migration Assistant not working - looking for outbound connection!!

Investigative information

Please provide the following:

  • UTC Timestamp: GMT + 5:30
  • Migration Tool App version : 1.0.6
  • OS Version: Win 10

Repro steps

Provide the steps required to reproduce the problem:

Step 1: Install App Services Migration Assistant in a Windows 10 machine
Step 2: Use IIS default site to run it

Expected behavior

Provide a description of the expected behavior.

The tool should run without any problem and create assessment report.

Actual behavior

Provide a description of the actual behavior observed.

Tool fails and says some outbound connections must be allowed.

Known workarounds

Provide a description of any known workarounds.

Tool fails to analyze multiple sites on consolidate server

Using the latest version 1.0.0 on Windows 2012 R2. After installation, opened the app, and selected a site for analysis. It’s a HelloWorld sample site, but I can recreate the error with any sites hosted. During the analysis the tool stops reporting the following error:

We're sorry, there has been an error. To get help, please use the Help > Report Issues menu option and include the following information: Session 443e48b4-dfd4-4258-9f6e-cba2e2513f23, GETTING CONFIG: Unexpected output for GetSiteAssessmentData, error was: SyntaxError: Unexpected token { in JSON at position 256235

AppService Migration Assistant displays empty white page during migration

Investigative information

Please provide the following:

  • UTC Timestamp: 11:03 PM
  • Migration Tool App version : 1.0.6
  • OS Version: Windows 2012 R2

Repro steps

I assume it's not easily reproducible and specific to my system. After I started migration it's switches to image below after around 10%

Expected behavior

Shall show progress/error etc

Actual behavior

Showing screen like below
image
Portal is stuck at 10%.
image

Error while generating assessment report using Azure App Service Migration assistant

We're sorry, there has been an error. To get help, please use the Help > Report Issues menu option and include the following information: Session c5289cae-986e-403a-855a-c264ff284887. timed out

Investigative information

Please provide the following:

  • UTC Timestamp:
  • Migration Tool App version : 1.0.2
  • OS Version:

Repro steps

Provide the steps required to reproduce the problem:

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.

Unhandled Exception: Choose a site

Investigative information

Please provide the following:

  • UTC Timestamp: 11:45 PM
  • Migration Tool App version :
  • OS Version: Windows 2008 R2 SP1

Repro steps

Provide the steps required to reproduce the problem:
Installed the tool and tried to run but getting the error message on the first screen.

image

Unhandled Exception: System.ArgumentException: An item with the same key has already been added. Key: sharepoint web services\c:\program files\microsoft office servers\14.0\webservices\shared\accessdataserver
at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)
at migcheck.BuildApplicationMap.InitializePathToApplicationMapper(Site Site) in D:\a\1\s\src\MigrationTool\migcheck\BuildApplicationMap.cs:line 22
at migcheck.BuildSiteMap.InitializeSite(Site Site) in D:\a\1\s\src\MigrationTool\migcheck\BuildSiteMap.cs:line 148
at migcheck.BuildServerMap.InitializeServerMap() in D:\a\1\s\src\MigrationTool\migcheck\BuildServerMap.cs:line 67
at migcheck.Program.Main(String[] args) in D:\a\1\s\src\MigrationTool\migcheck\Program.cs:line 123

unable to start the assessment tool

After Starting the program on the iis server
nothing happens shows 0 Site found .
and it is not possible to start the assessment .
all the options are disabled , and the list of the web site is empty
p1

this issue prevents us to continue the migration of our web applications to the azure

Investigative information

Please provide the following:

  • UTC Timestamp:09:19
  • Migration Tool App version :latest version
  • OS Version: windows 2012

Repro steps

download , install the App Service Migration tool (preview)
run the program as Administrator

Provide the steps required to reproduce the problem:

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.

Error occurred: "Too many instances of <Connector> element"

I am getting the error message like Error occurred: "Too many instances of element" in choose a site page after selecting Tomcat Server radio button. please help me to resolve this issue to select a site.

Investigative information

Please provide the following:

  • UTC Timestamp: 06:14:11 UTC
  • Migration Tool App version : 1.0.8.0
  • OS Version: Windows 10 Enterprise

Repro steps

Provide the steps required to reproduce the problem:

Step 1: Open the Azure app service migration assistant tool
Step 2: select the server type is Tomcat Server

Expected behavior

After I perform step 2 the actual list of sites should be listed.

Actual behavior

Step 2 actually giving an error - (Error occurred: "Too many instances of element") and zero sites found.

Known workarounds

List of sites should be shown to see an assessment

azureappservice

A site cannot be evaluated by App-Service-Migration-Assistant-site

Can the site with the following configurations be evaluated using "https://appmigratation.microsoft.com/"?

OS : Red Hat Enterprise Linux (Azure VM)
LB/Web Server : Apache,mod_jk
AP Server : OpenJDK , Tomcat
DB Server : PostgreSQL etc

Investigative information

  • UTC Timestamp: 2021/1/13 2:00
  • Migration Tool App version : n/a
  • OS Version: n/a

Repro steps

  1. Access "https://appmigratation.microsoft.com/".
  2. Enter "https://mig-apgw.japaneast.cloudapp.azure.com/terasoluna-tourreservation-web/".

Now this site is stopped. If it is necessary to start the site for your verification, please contact us.

Expected behavior

After I perform step 2, the following message is output.
"Your site's framework and hosting model is fully supported for migrating over to Azure App Services. Start your migration process by downloading the migration assistant and following the steps to migrate your app."

Actual behavior

After I perform step 2, the following message is output.
"Cannot find any information for the site. Please try another site."

Known workarounds

We could not find the workaround,

App migration tool goes blank with no error message

Hey I just see a blank screen after going through the steps and choosing skip database connections.
Does anyone have an idea of what is happening? if not where can I see if there if there is an error message in the background?

  • UTC Timestamp: 14:00
  • Migration Tool App version :1.0.2
  • OS Version: Windows Server 2012 R2
  1. Prompted me to choose website App from IIS
  2. It automatically checked if the app was ok. Everything pass apart from-> 1 warning (local database)
  3. Started migration process. Was going through the process then just went blank.

AzureAppMigration showing empty space

1.0.0: GETTING CONFIG: Unexpected output for GetSiteAssessmentData

Investigative information

Please provide the following:

  • UTC Timestamp: 20191114
  • Migration Tool App version : 1.0.0
  • OS Version: Windows 2008R2

Repro steps

Provide the steps required to reproduce the problem:

  1. Log to Windows 2008R2, .Net 4.7.2
  2. Launch against IIS with multiple sites and multiple web apps (>10, >30 web apps total)
  3. Choose a site
  4. Soon after, you receive the error
    Session 2afa2654-57ff-4d1a-bdc6-009fab2d060c, GETTING CONFIG: Unexpected output for GetSiteAssessmentData, error was: SyntaxError: Unexpected token { in JSON at position 224030)

Expected behavior

Provide a description of the expected behavior.
I should be able to migrate

Actual behavior

I receive an error

Known workarounds

Provide a description of any known workarounds.
Not found yet.

Undocumented Error

Investigative information

I get this blocking error when analyzing the site:

        "CheckName": "VirtualDirectoryCheckPassed",
        "Result": false,
        "Status": "Block",
        "Title": "Virtual Directories",
        "Description": "Checks if the site is using virtual directory paths.",
        "DisplayMessage": "Virtual Directory detected at path '/' in application 'bablabla/ws1'\nVirtual Directory detected at path '/' in application 'blablabla/ws2\n",
        "LearnMoreLink": "https://go.microsoft.com/fwlink/?linkid=2084727"

Physically the ws are hosted at C:\Inetpub\wwwroot\ws1 and C:\Inetpub\wwwroot\ws2.

Virtual paths can be configured in the web app through the azure portal, I can't understand why it is a problem for the migration, please explain it!

Repro steps

Navigate to LearnMoreLink

Expected behavior

Error documented

Actual behavior

Error not documented

Known workarounds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.