Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views2 pages

Store Error 1

The document logs a connection opened at a specific time and indicates a total of 117 connections. An error occurred while reading a record count for a specific signal ID due to 'out of shared memory', suggesting a need to increase 'max_locks_per_transaction'. Multiple stack traces are provided, showing the flow of the error in the application code.

Uploaded by

kumarcscs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Store Error 1

The document logs a connection opened at a specific time and indicates a total of 117 connections. An error occurred while reading a record count for a specific signal ID due to 'out of shared memory', suggesting a need to increase 'max_locks_per_transaction'. Multiple stack traces are provided, showing the flow of the error in the application code.

Uploaded by

kumarcscs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Connection Opened at time: 2025-03-05 06:17:34.

2514Total connections opened=117


2025-03-05 06:17:34,474 [29] DEBUG VegamSignalStore.TimeScaleHelper - After
Fetching Data from DB and Before Processing Time: 2025-03-05 06:17:34.4746
2025-03-05 06:17:34,499 [29] DEBUG VegamSignalStore.TimeScaleHelper - After
Processing Data from DB Time: 2025-03-05 06:17:34.4996
2025-03-05 06:17:34,536 [29] ERROR VegamSignalStoreHandler.TimescaleDAL - Error
while reading record count for signalid : 81482
Npgsql.PostgresException (0x80004005): 53200: out of shared memory
at Npgsql.Internal.NpgsqlConnector.<ReadMessageLong>d__231.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
at System.Threading.Tasks.ValueTask`1.get_Result()
at Npgsql.NpgsqlDataReader.<NextResult>d__52.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Npgsql.NpgsqlDataReader.<NextResult>d__52.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
at Npgsql.NpgsqlDataReader.NextResult()
at Npgsql.NpgsqlCommand.<ExecuteReader>d__119.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Npgsql.NpgsqlCommand.<ExecuteReader>d__119.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
at Npgsql.NpgsqlCommand.<ExecuteScalar>d__110.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
at Npgsql.NpgsqlCommand.ExecuteScalar()
at
VegamSignalStoreHandler.TimescaleDAL.GetNumberOfRecordsForSignalInDuration(Int32
signalId, Int64 fromTime, Int64 toTime, String tableName, NpgsqlConnection
connection)
Exception data:
Severity: ERROR
SqlState: 53200
MessageText: out of shared memory
Hint: You might need to increase max_locks_per_transaction.
File: lock.c
Line: 1033
Routine: LockAcquireExtended
2025-03-05 06:17:34,537 [29] ERROR VegamSignalStore.SignalDataController - Error
while Getting HistoricalDataResponseList:
Npgsql.PostgresException (0x80004005): 53200: out of shared memory
at
VegamSignalStoreHandler.TimescaleDAL.GetNumberOfRecordsForSignalInDuration(Int32
signalId, Int64 fromTime, Int64 toTime, String tableName, NpgsqlConnection
connection)
at VegamSignalStore.SignalDataController.GetRecordsFromDB_TimeScale(List`1
historyDataParamter, Dictionary`2 signalDataTypes, NpgsqlConnection connection)
Exception data:
Severity: ERROR
SqlState: 53200
MessageText: out of shared memory
Hint: You might need to increase max_locks_per_transaction.
File: lock.c
Line: 1033
Routine: LockAcquireExtended

You might also like