I have seen on our BT 2013 Environment's event logs a lot of warnings like below
"The adapter "JNBridge JMS" raised an error message. Details "Asynchronous Batch Failed. HRESULT: C0C0162F" . "
This adapter is used to receive messages from AMQ. Have you guys encountered this error? what was the cause? and what was the impact? I have found nothing on google searching for the issue.
Related
I am using an Aurelia web application and utilize the http.fetch to call upon various Web APIs.
To help debug I log any errors on the fetch using a catch statement, so something like this:
this.http.fetch('Controller/APIFunc', mymethod).then(response => response.json()).then(info => {
//Do Stuff on success
}).catch(error => {
this.globalfuncs.HandleFetchErrors(error);
});
Occasionally I would get errors with the following messages "the network connection was lost" or "failed to fetch" or "cancelled" which I attributed to an interrupted network connection and ignored.
BUT lately (as of Nov of 2021) I started getting a new error that is coming several times a day, and I do not know what it means.
It simply states "Load Failed."
I'm trying to reproduce it but I cannot in my local environment, so I'm trying to find what it implies.
My clients are not contacting me about having any issues, but I'm still troubled by the frequency of this error (coming about 3-6 a day).
Is this yet another type of network interruption perhaps? I've searched multiple sites and threads and cannot find an explanation for this catch error "Load Failed."
Any thoughts out there would be great!
I'm getting this exception in Live Metrics Stream.
When I'm debugging locally I can't see any warning or error. Checking the Failure blad also leads to nowhere.
There is no track for this error in my logs.
AI (Internal): [Microsoft-ApplicationInsights-Data]
EventSourceException while processing event "Message":
System.Reflection.TargetException:Non-static method requires a target
This is a known bug in Application Insights. The errors can safely be ignored according to the product team. If you would like to track the status of this issue, you can do so on their Github repo: https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/850
I am facing this error since some time, it is very intermittent in nature so, unable to understand why this error and what needs t be done t fix this.
Issue:
We have a workflow 4.5 WCF service. Everything goes well, but intermittently we see suddenly that a workflow instance gets suspended with an error in the table "DurableInstancing.InstancesTable"
The error is "Keyword Not supported: 'DB Name,1433';Initial Catalog'.
Since most times this ust workd fine without any error, I do not think this problem is related to web.config entry for connectionstring. Most times the workflow completes without any error. We have verified multiple times that the connection string is proper and there is no issue with parsing the connection string.
I suspect this issue is happening while Workflow instance is being recreated from persistence storage, and because some reason it is unable to recreate , the workflow is getting suspended with this error in DB.
I really appreciate any help in getting us through this error.
Thanks,
GD
What we found was it was an issue with permission in Database. We gave "dbo" user permission to the workflow database, and after that we have not seen this problem occur again. Has the error or exception that gets logged in the table is mre informative then it would have been better.
Thanks,
GD
I have a dnn installation with 3 portals. Everything was fine for couple months.
Sites stopped working completely and all I have is 2 error messages in the logs.
[Thread:61][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Threading.Thread.Sleep(TimeSpan timeout)
at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.RunEventSchedule(EventName eventName)
[Thread:61][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): Request timed out.
So the error messages dont mean anything. Any ideas?
DotNetNuke.Services.Scheduling.Scheduler
This was the clue for me, I disabled all the scheduled task from database and site start working again. One of the task were taking so long and causing timeout.
I hope this helps someone in the future.
I'm using Access as a database in my asp.net project and I'm facing this error:
System resource exceeded.
Please guide me how to resolve this issue.
In your code somehow, connection to database keeps open and you reach the limit. Same question asked here :
OleDbException System Resources Exceeded