Advertisement
nutus

xxx

Aug 25th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.86 KB | None | 0 0
  1. Server Error in '/test' Application.
  2.  
  3. ORA-12609: TNS: Receive timeout occurred
  4.  
  5. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  6.  
  7. Exception Details: Oracle.DataAccess.Client.OracleException: ORA-12609: TNS: Receive timeout occurred
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [OracleException (0x80004005): ORA-12609: TNS: Receive timeout occurred]
  17.    Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck, Int32 isRecoverable) +1506
  18.    Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, Boolean bCheck) +50
  19.    Oracle.DataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior) +4782
  20.    Oracle.DataAccess.Client.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior) +42
  21.    System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) +10
  22.    System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) +427
  23.  
  24. [EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details.]
  25.    System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) +497
  26.    System.Data.EntityClient.EntityCommandDefinition.Execute(EntityCommand entityCommand, CommandBehavior behavior) +53
  27.    System.Data.EntityClient.EntityCommand.ExecuteReader(CommandBehavior behavior) +44
  28.    System.Data.EntityClient.EntityCommand.ExecuteScalar(Func`2 resultSelector) +35
  29.    System.Data.EntityClient.EntityCommand.ExecuteNonQuery() +91
  30.    System.Data.Objects.ObjectContext.ExecuteFunction(String functionName, ObjectParameter[] parameters) +236
  31.    Zags.Models.Core.Oracle.Version2.OracleEntities.ReserveNumber(Nullable`1 v_ID_ZAGS, Nullable`1 v_ID_TYPE, Byte[] v_ID_USER, Nullable`1 v_DATE, ObjectParameter v_NUM, ObjectParameter v_DATE_REC, ObjectParameter v_ERROR, ObjectParameter rESULT) +507
  32.    Zags.Logics.Acts.Repositories.NumeratorRepository.ReserveNumber(Numerator numerator, Int32 zagsId, DateTime date) +851
  33.  
  34. [NumberReservationException: Failed to reserve number for: ActBirth]
  35.    Zags.Logics.Acts.Repositories.NumeratorRepository.ReserveNumber(Numerator numerator, Int32 zagsId, DateTime date) +962
  36.    Zags.Service.Stages.ReserveService.ReserveActNumber(Int64 zagsId, DateTime date) +153
  37.    Zags.Service.Stages.ReserveService.ReserveActNumber(Int64 zagsId) +45
  38.    Zags.Service.Stages.StageInfoService`1.InitBirthActData(T model, SubType subType, Declarant declarant) +4158
  39.    Zags.Service.Stages.<>c__DisplayClassf.<GetBirthActSubTypesData>b__e(T model) +16
  40.    Zags.Service.Stages.StageInfoService`1.InitializeModel(T model, SubType subType, Declarant declarant) +37
  41.    Zags.Service.Stages.RegistrationService`1.GetDefaultModelForStage(StageInfo stageInfo, String declarant) +98
  42.    zags.Areas.Registration.Controllers.BirthController.Index(String type, String stage, String declarant, Nullable`1 actId, String showReserveDialog) +180
  43.    lambda_method(Closure , ControllerBase , Object[] ) +311
  44.    System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14
  45.    System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +156
  46.    System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  47.    System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +22
  48.    System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +29
  49.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49
  50.    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +32
  51.    System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +50
  52.    System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +225
  53.    System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +225
  54.    System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +10
  55.    System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10
  56.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49
  57.    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34
  58.    System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +26
  59.    System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +100
  60.    System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10
  61.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49
  62.    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
  63.    System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13
  64.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +36
  65.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +54
  66.    System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +39
  67.    System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +12
  68.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +28
  69.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +54
  70.    System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
  71.    System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  72.    System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +21
  73.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +36
  74.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +54
  75.    System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +31
  76.    System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  77.    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9651116
  78.    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement