500.79 Internal Server Error - The page cannot be displayed because an internal server error has occurred - azure

When running my MVC website locally it works fine - the website uses 'Cloud - Single Organization' authorization.
Once I've deployed to Azure I get an error on the homepage saying 'The page cannot be displayed because an internal server error has occurred.'
When looking at the streaming logs in Azure I can see I'm getting an 'HTTP Error 500.79 - Internal Server Error'
Under the detailed error information, I get the following information:
Module: EasyAuthModule_32bit
Notification: AuthenticateRequest
Handler: ExtensionlessUrlHandler-Integrated-4.0
Error Code: 0x80004005
Under the detailed information I get the error:
Error Failed to download OpenID configuration from 'https://localhost:44378/.well-known/openid-configuration': Unable to connect to the remote server.
Does anyone know why this is happening and how to fix it?

Related

Error while deploying app in Google App Engine with flex Environment

I am trying to deploy app in Google App Engine and I am getting following error message
ERROR: (gcloud.app.deploy) Error Response: [13] Flex operation
projects/black-tenure-213005/regions/us-east1/operations/379b4ee9-aa45-4681-bf6e-8f4fcc8b93f1
error [INTERNAL] : An internal error occurred while processing task
/appengine-flex-v1/insert_flex_deployment/flex_create_resources>2018-09-27T03:45:41.652Z2073:
500 Internal Server Error { "code" : 500, "errors" : [ {
"debugInfo" : "No backend error mapping found for errorCode: deployment.proto.DeploymentManagerErrorDomain.INTERNAL_ERROR, method:
deploymentmanager.deployments.insert, and location: null. Output will
be 500 Internal Server Error.\n/DeploymentsService.Insert to
[2002:a30:2f16::]:4118 [APPLICATION_ERROR(500)]
com.google.security.data_access. client.DataAccessException:
com.google.net.rpc3.client.RpcClientException:
APPLICATION_ERROR;security.data_access/DataAccessService.RequestTransactDat;java.security.GeneralS
ecurityException: [Policy name: deploymentmanager-transact-dat] client
\"MdbUser = cloud-dm\" is not allowed by the policy;
Please help me regarding this.
Thanks in advance.
As #DazWilkin pointed out, a general issue was affecting the Deployment Manager in GCP. Here's the incident documented in the Google Cloud Status Dashboard. By what I can see from the report, the issue has already been solved.
Errors with code 500 when deploying GAE Flex applications can be linked to the Deployment Manager experiencing issues. Given that the original issue is solved, the GAE Flex deployments should be working normally again.

how to debug error 500 Internal Server Error on an Azure App?

I got an "500 Internal Server Error - An error occurred while starting the application" after deploying my application: https://iidapp.azurewebsites.net/
I keep finding the following error message but I am unable to find out on msdn websites any information describing how I can specify the SAS URL
INFO: The app was working for a long period and I didn't have to set the SAS URL; I wonder why suddenly Azure is generating exceptions
INFO2: the app works perfectly on my local machine
Any help is welcomed as I couldn't find any solution by reading the related topics on stackoverflow
2017-04-05T18:51:32
System.ApplicationException: The trace listener AzureBlobTraceListener is disabled. ---> System.InvalidOperationException: The SAS URL for the cloud storage account is not specified. Use the environment variable 'DIAGNOSTICS_AZUREBLOBCONTAINERSASURL' to define it.
at Microsoft.WindowsAzure.WebSites.Diagnostics.AzureBlobTraceListener.RefreshConfig()
--- End of inner exception stack trace ---
An error was triggered by W3SVC-WP : {app name}02000780
I found out on eventid that the code 02000780 meant that a file was missing
I eventually found out that it was possible to log further information by enabling the stdoulog inside the web.config. Read When a .NET Core Azure App Service won’t start: 502.5 Process Failure
I opened the debug console and found out that a directory wasn't found https://{app_id}.scm.azurewebsites.net/DebugConsole
Voilà! I corrected the code and the app is up and running!

Jhipster application error "the server responded with a status of 401 (Unauthorized)"

I generate an application with jhipster generator and when I tried to run this application the execution was successful and without error but the display of the application was strange and when I inspect the home page of the application I got this error : "the server responded with a status of 401 (Unauthorized)"
I really can't understand the reasen of this error or how can I solve it

HTTP Error 500.19

I moved previously published application from IIS-6 to IIS-8 on new windows server 2012R2
new application is giving me below error.
Server Error in Application "application name"
HTTP Error 500.19 – Internal Server Error
HRESULT: 0x8007000d
Description of HRESULT
The requested page cannot be accessed because the related configuration data for the page is invalid.
can anyone guide me how to resolve this error.
I resolved this issue by changing application pool CLR version to 2.* from 4.*, as it was written in previous version of the .net framework.

Config Error on different iis version?

I am getting the this error message
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Module: IIS Web Core
Notification: Unknown
Handler: Not yet determined
Error Code: 0x800700b7
Config Error There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
I have migrated a site from one server(iis6) to another(iis7) and when running on the new server I get the error in question. I cant seem to find a solution to this anywhere? Can anyone shed some light?

Resources