Open irriss opened 4 years ago
Actually, this morning I found even more files stuck in that folder. Not all of them contain that exception.
Is there a way to get additional logs/output to figure out why the files were not processed/deleted?
Now I have many errors like this
ApplicationInsights:Sender [ 'Ingestion endpoint could not be reached 55 consecutive times. There may be resulting telemetry loss. Most recent error:',
{ Error: getaddrinfo ENOTFOUND dc.services.visualstudio.com dc.services.visualstudio.com:443
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26)
errno: 'ENOTFOUND',
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dc.services.visualstudio.com',
host: 'dc.services.visualstudio.com',
port: 443 } ]
But only in one instance of IIS app. Another instance has same app code the only difference is AppInsight key and it do not have any issues with sending events.
Hi there,
I am using ApplicationInsights-node with iisnode and noticed that some *.ai files stuck in TEMP\appInsights-key folder forever and nothing is written in stderr or stdout.
The last event in *.ai file is always this exception:
I have a staging environment with exacty the same code and same exception is sent well to another instance of AI (with different key).
Please help figure out what could be the problem.