HTTP Error 500.30 - ASP.NET Core app failed to Start

Test manager installed successfully and after installation we trying to open web application.
Its not opening and it shows HTTP Error 500.30 - ASP.NET Core app failed to Start

Hi @Ragunathan46

can you show the error message in “Event Viewer”?

EventViewer => Windows Logs => Application => There should be an error message with a “red error sign” in column “Level”. Can you please post the message?

image

Application ‘/LM/W3SVC/3/ROOT’ with physical root 'C:\Program Files (x86)\UiPath\TestManager' hit unexpected managed exception, exception code = ‘0xe0434352’. First 30KB characters of captured stdout and stderr logs: Failed to start UiPath Test Manager. Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user

Application ‘/LM/W3SVC/3/ROOT’ with physical root 'C:\Program Files (x86)\UiPath\TestManager' failed to load coreclr. Exception message: CLR worker thread exited prematurely

I used Windows authentication while installing Uipath test manager

@Ragunathan46

Thanks. Looks like your user cannot access SQL DB.

Any chance to test the SQL DB User?

Please try SSMS and login directly to SQL DB with given credentials. Then we can check oft this works.

You can get it here: Download SQL Server Management Studio (SSMS) - SQL Server Management Studio (SSMS) | Microsoft Learn

Same user I used for installation and uipath test manager database created successfully.
same server used for Orchestrator and Orchestrator database also same server.
Uipath Orchestrator working as expected.

I am using Windows authentication for all installation like Orchestrator and Uipath test manager

Issue fixed, In application pool identy changed default to domain/username.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.