I can't authenticate into Azure Portal on my home desktop (Windows 10 Home). It just hangs with the following icon until I eventually get redirected to the error timeout page.
Interestingly I can still log into Office 365 and Azure DevOps, and I can also log in to the Azure Portal on my laptop. This makes me think it's related to my comp and not my Azure account.
I've tried the following:
Clearing cache, cookies, etc (in Chrome - latest version - Version 92.0.4515.107)
incognito mode (in Chrome)
different browsers - Edge/Opera
flushing dns
turning comp on/off
If I check the browser console in Chrome, there's a bunch of errors when trying to open the Azure portal e.g.
first couple errors in the console are:
MsPortalFx.Base.Diagnostics.ErrorReporter 1 MsPortalFx.Base.Diagnostics.ErrorReporter: {"message":"Request Error","responseHeaders":"cache-control: no-cache\r\ncontent-type: application/json; charset=utf-8\r\ndate: Sun, 25 Jul 2021 23:13:32 GMT\r\nexpires: -1\r\nnel: {\"report_to\":\"network-errors\",\"max_age\":86400,\"success_fraction\":0.001,\"failure_fraction\":1.0}\r\npragma: no-cache\r\nreport-to: {\"group\":\"network-errors\",\"max_age\":86400,\"endpoints\":[{\"url\":\"https://eafc.nelreports.net/api/report?cat=aportal\"}]}\r\nstrict-transport-security: max-age=31536000; includeSubDomains\r\nx-content-type-options: nosniff\r\nx-ms-version: 8.75.0.5 (production#6db687bbc5.210712-1125) Signed\r\nx-ua-compatible: IE=edge\r\nx-xss-protection: 1; mode=block\r\n","responseText":"{\"Message\":\"There was an error processing your request. Please try again in a few moments.\",\"HttpStatusCode\":\"InternalServerError\",\"XMsServerRequestId\":null,\"StackTrace\":null}","status":500,"statusText":"","uri":"/api/Portal/GetEarlyUserData?feature.internalgraphapiversion=true&feature.iris=true&feature.irismessagelimit=1&feature.showservicehealthalerts=true"}
MsPortalImpl/Services/Services.Settings 1 Services.Settings: _errorData: undefined
_sourceErrorLevel: undefined
baseTypes: ["MsPortalFx.Errors.Error"]
code: undefined
data: undefined
errorLevel: 2
extension: fx
handled: undefined
innerErrors: ["message: {\"message\":\"Request Error\",\"responseHeaders\":\"cache-control: no-cache\\r\\ncontent-type: application/json; charset=utf-8\\r\\ndate: Sun, 25 Jul 2021 23:13:32 GMT\\r\\nexpires: -1\\r\\nnel: {\\\"report_to\\\":\\\"network-errors\\\",\\\"max_age\\\":86400,\\\"success_fraction\\\":0.001,\\\"failure_fraction\\\":1.0}\\r\\npragma: no-cache\\r\\nreport-to: {\\\"group\\\":\\\"network-errors\\\",\\\"max_age\\\":86400,\\\"endpoints\\\":[{\\\"url\\\":\\\"https://eafc.nelreports.net/api/report?cat=aportal\\\"}]}\\r\\nstrict-transport-security: max-age=31536000; includeSubDomains\\r\\nx-content-type-options: nosniff\\r\\nx-ms-version: 8.75.0.5 (production#6db687bbc5.210712-1125) Signed\\r\\nx-ua-compatible: IE=edge\\r\\nx-xss-protection: 1; mode=block\\r\\n\",\"responseText\":\"{\\\"Message\\\":\\\"There was an error processing your request. Please try again in a few moments.\\\",\\\"HttpStatusCode\\\":\\\"InternalServerError\\\",\\\"XMsServerRequestId\\\":null,\\\"StackTrace\\\":null}\",\"status\":500,\"statusText\":\"\",\"uri\":\"/api/Portal/GetEarlyUserData?feature.internalgraphapiversion=true&feature.iris=true&feature.irismessagelimit=1&feature.showservicehealthalerts=true\"}\r\nstack: Error: {\"message\":\"Request Error\",\"responseHeaders\":\"cache-control: no-cache\\r\\ncontent-type: application/json; charset=utf-8\\r\\ndate: Sun, 25 Jul 2021 23:13:32 GMT\\r\\nexpires: -1\\r\\nnel: {\\\"report_to\\\":\\\"network-errors\\\",\\\"max_age\\\":86400,\\\"success_fraction\\\":0.001,\\\"failure_fraction\\\":1.0}\\r\\npragma: no-cache\\r\\nreport-to: {\\\"group\\\":\\\"network-errors\\\",\\\"max_age\\\":86400,\\\"endpoints\\\":[{\\\"url\\\":\\\"https://eafc.nelreports.net/api/report?cat=aportal\\\"}]}\\r\\nstrict-transport-security: max-age=31536000; includeSubDomains\\r\\nx-content-type-options: nosniff\\r\\nx-ms-version: 8.75.0.5 (production#6db687bbc5.210712-1125) Signed\\r\\nx-ua-compatible: IE=edge\\r\\nx-xss-protection: 1; mode=block\\r\\n\",\"responseText\":\"{\\\"Message\\\":\\\"There was an error processing your request. Please try again in a few moments.\\\",\\\"HttpStatusCode\\\":\\\"InternalServerError\\\",\\\"XMsServerRequestId\\\":null,\\\"StackTrace\\\":null}\",\"status\":500,\"statusText\":\"\",\"uri\":\"/api/Portal/GetEarlyUserData?feature.internalgraphapiversion=true&feature.iris=true&feature.irismessagelimit=1&feature.showservicehealthalerts=true\"}\n at XMLHttpRequest.<anonymous> (https://portal.azure.com/?bundlingKind=DefaultPartitioner&configHash=3HVigcPjEhD-&env=portal&helppanenewdesign=true&helppanevmproblemcards=false&l=en.en-us&moveresourcesreact=true&pageVersion=8.75.0.566875.210712-1125:12:363)\r\n"]
message: Early Failed to preload stores.
name: Error
source: undefined
stack: Error: Early Failed to preload stores.
at new t (https://portal.azure.com/Content/Dynamic/LIXabXGijvQo.js:83:882)
at https://portal.azure.com/Content/Dynamic/IUr50ifbdDUb.js:62:6538
timestamp: 734.0999999642372
type: MsPortalFx.Errors.Error
I am having the same issue and have figured out what was causing it. My antivirus, I use Free BitDefender. When I disable the protection I can then access azure.
As a temporary workaround, use Brave browser. Chrome, Edge, Firefox or Opera have the problem.
I'm experiencing exactly the same thing. I can log in fine on other computers and my mobile
Running https://portal.azure.com/selfhelp can possibly help you diagnose issues that would cause an issue like this.
I want to integrate automatic digital signature capabilities in my application. I signed-up for DocuSign sandbox account and tried to build and run example code from https://github.com/docusign/docusign-signature-appliance-api-recipes/tree/master/dsa-rest/Hello-World-examples
While running java hello-world example I am getting error as
Feb 09, 2021 9:01:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://prime-dsa-devctr.docusign.net:8081: Connection reset by peer: socket write error
Feb 09, 2021 9:01:00 AM org.apache.http.impl.execchain.RetryExec execute
I tried running C# code also , but get similar error in calling REST Endpoint "https://prime-dsa-devctr.docusign.net:8081/sapiws/v1/digital_signature"
The underlying connection was closed: An unexpected error occurred on a receive
am I missing something here? I tried changing user credential used in code, but still error does not change.
Update: the issue should be resolved now.
The DSA team is working on this, this is not your issue. It's down at least when I'm typing this answer. I'll update it as soon as it's back up.
I have an Azure IoT Device in an IoT Central application.
We don't want it to execute offline commands. Is there any way to switch off this offline commands execution capability.
Based on my test (sync command), the behavior of executing "offline command" is working well. In the case, when the device is disconnected from Azure IoT Central App, the error Not Found is returned back after 30 seconds, see my example:
{
"error": {
"code": "NotFound",
"message": "Could not connect to device in order to send command. You can contact support at https://aka.ms/iotcentral-support. Please include the following information. Request ID: cic9xs38, Time: Sun, 09 Aug 2020 05:08:00 GMT.",
"requestId": "cic9xs38",
"time": "Sun, 09 Aug 2020 05:08:00 GMT"
}
}
and the following screen snippet shows a command history in the IoT Central App:
Note, that in the present version there is no feature such as re-executing (retrying) a sync or async command on the re-connected device. If the device is not connected, the command is completed with a failed status = NotFound, in other words, the command is invoking in the sync manner, see more details here.
I am running Liferay 6.2 on WebLogic 12c server.
Out of nowhere it just stopped working.
This is the last thing I see before it throws a flurry of exceptions
<Jan 10, 2014 2:53:28 PM EST> <Notice> <LoggingService> <BEA-320400> <The log fi
le C:\Oracle_2\Middleware\user_projects\domains\liferay\servers\AdminServer\logs
\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. Th
is can happen on some platforms, such as Windows.>
<Jan 10, 2014 2:53:28 PM EST> <Notice> <LoggingService> <BEA-320401> <The log fi
le has been rotated to C:\Oracle_2\Middleware\user_projects\domains\liferay\serv
ers\AdminServer\logs\AdminServer.log00369. Log messages will continue to be logg
ed in C:\Oracle_2\Middleware\user_projects\domains\liferay\servers\AdminServer\l
ogs\AdminServer.log.>
The errors are shown here http://www.pastebin.ca/2532946
Anyone have any ideas on this?
As you can see in the log files (see below excerpt of your log file), Liferay is not able to either get a handle to the HSQL database or the HSQL db might be corrupted when you updated it.
13:11:16,769 WARN [C3P0PooledConnectionPoolManager[identityToken->uArzPQ2m]-HelperThread-#4][BasicResourcePool:1851] com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask#933b16 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (3). Last acquisition attempt exception:
java.sql.SQLException: error in script file line: 15 unexpected token: AVG
So you need to answer below questions:
Did you use any Client tool to make changes to your HSQL db?
If yes, did you close the connection to HSQL database before starting Liferay?
If not, Liferay won't be able to acquire lock on your db and fail to start.
If not, did you make DB changes directly in the HSQL db file?
This is NOT Recommended. Rollback your changes and try to use HSQL client to make your db changes
HTH!
P.S. Is this issue duplicate of: https://stackoverflow.com/questions/21052236/weblogic-wont-start. If so, please delete that one.
I developed a application site where one facility is FAQ in which user can post text data without any limit.
I hv two server to run the application whenever a single field (question or answer) size is huge (like one page long) one of the server is giving service unavailable. I checked in log the error detail is
-------------------
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 1/23/2012
Time: 3:29:49 PM
User: N/A
Computer: BA5SWWW006
Description:
Application pool 'pool_name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
--------------------
AND ALSO
-------------------
Event Type: Error
Event Source: VsJITDebugger
Event Category: None
Event ID: 4096
Date: 1/23/2012
Time: 3:29:44 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: BA5SWWW006
Description:
An unhandled win32 exception occurred in w3wp.exe [10896]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.
Check the documentation index for 'Just-in-time debugging, errors' for more information.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 02 00 5c 80 ..\
------------------------
but the other server is working fine. i check all d basic setting of both is same.
and also there no such logged in error for any other module.
Even error wont occur for same module if the text in question or answer is less.
when this occur it ask for enter the user credentials i couldn't understand why it prompt for such?????
i use my-sql with longtext field to store question or answer.
May be best to try the IIS Debug Diagnostics Tool to further diagnose the problem.
This SO question has plenty of other suggestions: How to diagnose IIS fatal communication error problem