Vault Basic 2023 Test for System Readiness Failed

Vault Basic 2023 Test for System Readiness Failed

ryohn
Explorer Explorer
1,401 Views
19 Replies
Message 1 of 20

Vault Basic 2023 Test for System Readiness Failed

ryohn
Explorer
Explorer

We had an issue with Autodesk Vault failing after an update last night.  We went to reinstall the program after removing it and when it runs the Test for System Readiness I am getting a failure that says:  Checking ASP Status:  ASPX file failed to run at URL http://localhost:80/TestASP/TestASPNet.aspx.  When I look at the Tool Log file it tells me that the failure is "Accessing a static file through the HTTP protocol has passed. ASPX file failed to run at URL:http://localhost:80/TestASP/TestASPNet.aspx.The remote server returned an error: (500) Internal Server Error."

 

I have tried everything I could find online to correct the issue but I can't seem to get past this issue.  I did notice that once I close the installer the TestASP disappears from IIS and will reappear once I start the installation again.  Not sure if that is normal or not.

 

Thanks for your assistance.

 

Rick

0 Likes
1,402 Views
19 Replies
Replies (19)
Message 2 of 20

JonathanKruger
Collaborator
Collaborator

I realize that this post may be too late as you have probably found a workaround already.

 

I assume you have a valid backup that you are going to restore from? I would Remove IIS from windows components and restart the PC, then when you re-start the installation, it will automatically reinstall and configure IIS how it wants it to be and should resolve your issue.

 

If this solves your issue please mark this posting with the "ACCEPT SOLUTION".
If you like something that was said or if it was helpful, Likes are appreciated. Thanks!
0 Likes
Message 3 of 20

ryohn
Explorer
Explorer

Just getting back to this.  The removal and reinstall of IIS didn't help.  I ready numerous articles and still not having any luck.  Any other suggestions would be appreciated.

 

Thanks


Rick

0 Likes
Message 4 of 20

JonathanKruger
Collaborator
Collaborator

Did you remove IIS and reboot and then let the installer put IIS back on? May need to see more steps. 

 

If this solves your issue please mark this posting with the "ACCEPT SOLUTION".
If you like something that was said or if it was helpful, Likes are appreciated. Thanks!
0 Likes
Message 5 of 20

ryohn
Explorer
Explorer

Yes, i did that.  But i still get the same message after the reboot and the installer put IIS back on.

 

0 Likes
Message 6 of 20

GunnarNilsson
Collaborator
Collaborator

Which OS do you have on your vault server?

0 Likes
Message 7 of 20

ryohn
Explorer
Explorer

Windows 10 Pro 64 bit

0 Likes
Message 8 of 20

GunnarNilsson
Collaborator
Collaborator

Check that you get IIS start screen when you browse to http://localhost/iisstart.htm.

If not, go into Control Panel/Administrative Tools/IIS Manager and verify that Default web site and all Application Pools are started.


0 Likes
Message 9 of 20

ryohn
Explorer
Explorer
Yes, the IIS Start page loads correctly.
Rick
0 Likes
Message 10 of 20

GunnarNilsson
Collaborator
Collaborator

Ok. Install "C:\VBS2023_ENU_64bit_dlm\en-us\edmPrechecks\TestASPNet.msi" and see if you can browse to http://localhost/TestASP/TestASPNetStatic.txt, http://localhost/TestASP/TestASPNet.asmx and http://localhost/TestASP/TestASPNet.aspx (just a blank page if ok)

0 Likes
Message 11 of 20

ryohn
Explorer
Explorer

I get an error when trying to run that file. 

 

"there is a problem with this windows installer package. A program run as part of the setup did not finish as expected.  Contact your support personnel or package vendor."

0 Likes
Message 12 of 20

GunnarNilsson
Collaborator
Collaborator

Ok, you need to run the installer, choose to run self test to let the installer set up the test files. Then you can try to browse.

0 Likes
Message 13 of 20

ryohn
Explorer
Explorer

Where do I find the self-test?  When I run the installer I have the Run Pre-Test option, but that's where I get the original error message.  I still get the same error but now I also get a warning that says " Check permissions of the account used by ASP.NET." 

0 Likes
Message 14 of 20

ryohn
Explorer
Explorer

I was able to clear the warning but I am back to the ASPX File that failed to run at URL http://localhost:80/TestASP/TestASPNet.aspx

0 Likes
Message 15 of 20

ryohn
Explorer
Explorer
0 Likes
Message 16 of 20

GunnarNilsson
Collaborator
Collaborator

In IIS Manager, Application Pools. have you checked AutodeskTestDMPool that it runs .Net 4 in integrated mode?

  • Check AutodeskTestDMPool (.NET Framework version and Managed pipeline mode settings).
    1. Launch IIS Manager.
    2. In the IIS Manager window, expand local computer and select Application Pools.
    3. Right click on AutodeskTestDMPool and select Basic Settings.
    4. Select .NET Framework v4.0.30319 and Integrated pipeline mode.
    5. Click OK.
0 Likes
Message 17 of 20

ryohn
Explorer
Explorer

Those are the settings I have currently on the IIS AutodeskTestDMPool.

0 Likes
Message 18 of 20

GunnarNilsson
Collaborator
Collaborator

Try this then:

  • Check that IIS ASP .NET Application Development feature is enabled.

    On Windows 8, 8.1, 10, Server 2012, and Server 2012 R2

    1. Launch the administrative command prompt.
    2. Run command %windir%\system32\DISM.exe /Online /Enable-Feature /FeatureName:IIS-ASPNET45 /All /quiet /NoRestart

About the error message, is HTTP Error 404.3 - Not Found all you get?

0 Likes
Message 19 of 20

ryohn
Explorer
Explorer

Ran the command and still same issue.

 

Here is the 403 error i get:

 

Server Error in '/' Application.
Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Stack Trace:


[FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Web.Compilation.MultiTargetingUtil.InitializeKnownAndLatestFrameworkNames() +0
System.Web.Compilation.MultiTargetingUtil.EnsureFrameworkNamesInitialized() +161
System.Web.Compilation.BuildManager.Initialize() +364
System.Web.Compilation.BuildManager.InitializeBuildManager() +392
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +504

[HttpException (0x80004005): Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +737

0 Likes
Message 20 of 20

GunnarNilsson
Collaborator
Collaborator

You can try this to see what file or assembly it's looking for:

 

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

0 Likes