Contents tagged with timeout
-
Entity Framework Timeout Bug
https://stackoverflow.com/questions/6232633/entity-framework-timeouts
https://entityframework.net/knowledge-base/36977974/set-command-timeout-in-ef-6
-
SharePoint 2010 / 2013 Product Configuration Wizard Error – Document-Conversion Services – Event ID 104 – An exception of type System.ServiceProcess.TimeoutException was thrown
Source: https://tolgaizgi.wordpress.com/2015/01/11/sharepoint-2010-2013-product-configuration-wizard-error-document-conversion-services-event-id-104-an-exception-of-type-system-serviceprocess- … more
-
JDeveloper Error: weblogic.transaction.internal.TimedOutException: Transaction timed out after <x> seconds
Try increasing the domain's JTA Timeout : open the weblogic console, go to domain, services, JTA ; Change 'Timeout Seconds' from 30 to 3000. In config.xml this should shown as:
<JTA TimeoutSeconds="3 … more