iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
======== fetch error =========== Code, Status, Details 400 Bad Request { "ClassName": "System.Reflection.TargetInvocationException", "Message": "Exception has been thrown by the target of an invocation.", "Data": null, "InnerException": { "ClassName": "Microsoft.Data.SqlClient.SqlException", "Message": "Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=6; handshake=14; [Login] initialization=0; authentication=3; [Post-Login] complete=29584; ", "Data": { "helpLink.ProdName": "Microsoft SQL Server", "helpLink.EvtSrc": "MSSQLServer", "helpLink.EvtID": "-2", "helpLink.BaseHelpUrl": "https://go.microsoft.com/fwlink", "helpLink.LinkId": "20476", "sqlError 1": "Microsoft.Data.SqlClient.SqlError: Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=6; handshake=14; [Login] initialization=0; authentication=3; [Post-Login] complete=29584; " }, "InnerException": { "ClassName": "System.ComponentModel.Win32Exception", "Message": "The wait operation timed out.", "Data": null, "InnerException": null, "HelpURL": null, "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2147467259, "Source": null, "WatsonBuckets": null, "NativeErrorCode": 258 }, "HelpURL": null, "StackTraceString": " at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)\r\n at Microsoft.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)\r\n at Microsoft.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()\r\n at Microsoft.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()\r\n at Microsoft.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()\r\n at Microsoft.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value)\r\n at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)\r\n at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)\r\n at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)\r\n at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)\r\n at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)\r\n at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)\r\n at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool)\r\n at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)\r\n at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)\r\n at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)\r\n at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)\r\n at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)\r\n at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass28_0`2.<Execute>b__0(DbContext context, TState state)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementation[TState,TResult](Func`3 operation, Func`3 verifySucceeded, TState state)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()\r\n at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)\r\n at lambda_method1619(Closure, QueryContext)\r\n at InvokeStub_QueryCompiler.Execute(Object, Object, IntPtr*)\r\n at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146232060, "Source": "Core Microsoft SqlClient Data Provider", "WatsonBuckets": null, "Errors": null, "ClientConnectionId": "6ee6ebe3-11f0-48b9-a5c2-70e581aa69fc" }, "HelpURL": null, "StackTraceString": " at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)\r\n at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute(Expression expression)\r\n at System.Linq.Dynamic.Core.DynamicQueryableExtensions.Execute[TResult](MethodInfo operatorMethodInfo, IQueryable source)\r\n at Helper.Services.PagedList`1.create(IQueryable query, Type entityType, Int32 pageNum, Int32 pageSize, String shape) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Helper\\Services\\PagedList.cs:line 41\r\n at Helper.extensions.IQueryableExtension.ToListAsync(IQueryable source, Type entityType, DataExtractParameters extract) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Helper\\extensions\\IQueryableExtension.cs:line 619\r\n at Curious.API.Controllers.ContractController.getEntityResult(String contract, Nullable`1 id, DataExtractParameters parameters, String struct_cache_key) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Curious.API\\Controllers\\ContractController.cs:line 343", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146232828, "Source": "System.Private.CoreLib", "WatsonBuckets": null } ======== fetch error =========== Code, Status, Details 400 Bad Request { "ClassName": "System.Reflection.TargetInvocationException", "Message": "Exception has been thrown by the target of an invocation.", "Data": null, "InnerException": { "ClassName": "Microsoft.Data.SqlClient.SqlException", "Message": "Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=6; handshake=5; [Login] initialization=0; authentication=3; [Post-Login] complete=29531; ", "Data": { "helpLink.ProdName": "Microsoft SQL Server", "helpLink.EvtSrc": "MSSQLServer", "helpLink.EvtID": "-2", "helpLink.BaseHelpUrl": "https://go.microsoft.com/fwlink", "helpLink.LinkId": "20476", "sqlError 1": "Microsoft.Data.SqlClient.SqlError: Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=6; handshake=5; [Login] initialization=0; authentication=3; [Post-Login] complete=29531; " }, "InnerException": { "ClassName": "System.ComponentModel.Win32Exception", "Message": "The wait operation timed out.", "Data": null, "InnerException": null, "HelpURL": null, "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2147467259, "Source": null, "WatsonBuckets": null, "NativeErrorCode": 258 }, "HelpURL": null, "StackTraceString": " at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)\r\n at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)\r\n at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass28_0`2.<Execute>b__0(DbContext context, TState state)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementation[TState,TResult](Func`3 operation, Func`3 verifySucceeded, TState state)\r\n at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()\r\n at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)\r\n at lambda_method591(Closure, QueryContext)\r\n at InvokeStub_QueryCompiler.Execute(Object, Object, IntPtr*)\r\n at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146232060, "Source": "Core Microsoft SqlClient Data Provider", "WatsonBuckets": null, "Errors": null, "ClientConnectionId": "bfa0986b-51ad-4140-9046-a0f779e85bb9" }, "HelpURL": null, "StackTraceString": " at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)\r\n at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\r\n at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute(Expression expression)\r\n at System.Linq.Dynamic.Core.DynamicQueryableExtensions.Execute[TResult](MethodInfo operatorMethodInfo, IQueryable source)\r\n at Helper.Services.PagedList`1.create(IQueryable query, Type entityType, Int32 pageNum, Int32 pageSize, String shape) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Helper\\Services\\PagedList.cs:line 41\r\n at Helper.extensions.IQueryableExtension.ToListAsync(IQueryable source, Type entityType, DataExtractParameters extract) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Helper\\extensions\\IQueryableExtension.cs:line 619\r\n at Curious.API.Controllers.ContractController.getEntityResult(String contract, Nullable`1 id, DataExtractParameters parameters, String struct_cache_key) in C:\\_tfs_ws\\secondaryvtfs.visualstudio.com_WS\\Casilia\\Planarium\\Curious.API\\Controllers\\ContractController.cs:line 343", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146232828, "Source": "System.Private.CoreLib", "WatsonBuckets": null } Application has thrown an uncaught exception and is terminated: TypeError: Cannot read properties of undefined (reading 'payload') at eval (C:\www\Production\portal.adastra.public\dist\server\entry.server.mjs:1574:25) at Array.forEach (<anonymous>) at fetchTranslations (C:\www\Production\portal.adastra.public\dist\server\entry.server.mjs:1571:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at eval (C:\www\Production\portal.adastra.public\dist\server\entry.server.mjs:11018:78)