Home > database >  PG data into data error
PG data into data error

Time:03-10

An error log is as follows:
 # # # Error updating the database. The Cause: org. Postgresql. Util. PSQLException: Error: insufficient data left in the message 
# # # The error may involve defaultParameterMap
# # # The error occurred while setting The parameters
# # # SQL: insert into sqltext values (210500003, '2021-03-09 17:05:28. 687000', '0 x020000007cdd473871aa03d39a8a9df0291022e6d8d96c2f', 'FETCH API_CURSOR000000000115C10C')
# # # Cause: org. Postgresql. Util. PSQLException: ERROR: insufficient data left in the message
Org. Apache. Ibatis. Exceptions. PersistenceException:
# # # Error updating the database. Cause: org. Postgresql. Util. PSQLException: Error: insufficient data left in the message
# # # The error may involve defaultParameterMap
# # # The error occurred while setting The parameters
# # # SQL: insert into sqltext values (210500003, '2021-03-09 17:05:28. 687000', '0 x020000007cdd473871aa03d39a8a9df0291022e6d8d96c2f', 'FETCH API_CURSOR000000000115C10C')
# # # Cause: org. Postgresql. Util. PSQLException: ERROR: insufficient data left in the message
The at org. Apache. Ibatis. Exceptions. ExceptionFactory. WrapException (ExceptionFactory. Java: 26)
The at org. Apache. Ibatis. Session. Defaults. DefaultSqlSession. Update (DefaultSqlSession. Java: 154)
The at org. Apache. Ibatis. Session. Defaults. DefaultSqlSession. Insert (141) DefaultSqlSession. Java:
The at org. Apache. Ibatis. Binding. MapperMethod. Execute (MapperMethod. Java: 51)
The at org. Apache. Ibatis. Binding. MapperProxy. Invoke (MapperProxy. Java: 52)
At com. Sun. Proxy. $Proxy97. Insert2table (Unknown Source)
At com.dfc.util.Com monUtils. InsertTable (CommonUtils. Java: 131)
At com. DFC. ScriptExecutor. DcV1. Parsejson (DcV1. Java: 51)
At com. DFC. ScriptExecutor. DcV1. Check (DcV1. Java: 32)
At com. DFC. ScriptExecutor. DcExecutor. Analyse (DcExecutor. Java: 56)
At com. DFC. ScriptExecutor. DcExecutor. Execute (DcExecutor. Java: 22)
At sun. Reflect. GeneratedMethodAccessor202. Invoke (Unknown Source)
At sun. Reflect. DelegatingMethodAccessorImpl. Invoke (43) DelegatingMethodAccessorImpl. Java:
The at Java. Lang. Reflect. Method. Invoke (483) Method. The Java:
At com. Rt. Job. Executor. Service. Jobhandler. GeneralRtScriptJobs. GeneralRtScriptHandler. Execute (55) GeneralRtScriptHandler. Java:
At com. Rt. Job. Core. Thread. JobThread. Run (75) JobThread. Java:
At com. Rt. Job. Core. Thread. NormalJobThread. Run (NormalJobThread. Java: 23)
Under Caused by: org. Postgresql. Util. PSQLException: ERROR: insufficient data left in the message
The at org. Postgresql. Core. The v3. QueryExecutorImpl. ReceiveErrorResponse (QueryExecutorImpl. Java: 2433)
The at org. Postgresql. Core. The v3. QueryExecutorImpl. ProcessResults (QueryExecutorImpl. Java: 2178)
The at org. Postgresql. Core. The v3. QueryExecutorImpl. Execute (QueryExecutorImpl. Java: 306)
The at org. Postgresql. JDBC. PgStatement. ExecuteInternal (PgStatement. Java: 441)
The at org. Postgresql. JDBC. PgStatement. Execute (PgStatement. Java: 365)
The at org. Postgresql. JDBC. PgPreparedStatement. ExecuteWithFlags (PgPreparedStatement. Java: 155)
The at org. Postgresql. JDBC. PgPreparedStatement. Execute (PgPreparedStatement. Java: 144)
The at org. Apache. Ibatis. Executor. Statement. PreparedStatementHandler. Update (PreparedStatementHandler. Java: 44)
The at org. Apache. Ibatis. Executor. Statement. RoutingStatementHandler. Update (RoutingStatementHandler. Java: 69)
The at org. Apache. Ibatis. Executor. SimpleExecutor. DoUpdate (SimpleExecutor. Java: 48)
The at org. Apache. Ibatis. Executor. BaseExecutor. Update (BaseExecutor. Java: 105)
The at org. Apache. Ibatis. Executor. CachingExecutor. Update (CachingExecutor. Java: 71)
The at org. Apache. Ibatis. Session. Defaults. DefaultSqlSession. Update (DefaultSqlSession. Java: 152)
... 15 more
  • Related