Invalid byte sequence for encoding error #2981
Unanswered
adarshasp87
asked this question in
Error / Help
Replies: 2 comments 1 reply
-
See #1769 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does it work now for you ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Encountering the following error when making an API call to obtain a token. Any assistance would be greatly appreciated
2024-07-29T12:55:34.277527502Z stderr F 29-Jul-2024 12:55:34.277 INFO [http-nio-8080-exec-8] brave.Tracing$LogSpanHandler.end {"traceId":"895b755049ed66a6a7383cded0b28184","parentId":"a7383cded0b28184","id":"fc1c1ddf409f739b","kind":"SERVER","name":"POST","timestamp":1722257734271882,"duration":5215,"localEndpoint":{"serviceName":"uaa"},"remoteEndpoint":{"ipv4":""},"tags":{"http.method":"POST","http.path":"/oauth/token","http.status_code":"503","error":"PreparedStatementCallback; SQL [SELECT S.PRIMARY_ID, S.SESSION_ID, S.CREATION_TIME, S.LAST_ACCESS_TIME, S.MAX_INACTIVE_INTERVAL, SA.ATTRIBUTE_NAME, SA.ATTRIBUTE_BYTES FROM SPRING_SESSION S LEFT JOIN SPRING_SESSION_ATTRIBUTES SA ON S.PRIMARY_ID = SA.SESSION_PRIMARY_ID WHERE S.SESSION_ID = ?]; ERROR: invalid byte sequence for encoding "UTF8": 0x00\n Where: unnamed portal parameter $1; nested exception is org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00\n Where: unnamed portal parameter $1"},"shared":true}
Beta Was this translation helpful? Give feedback.
All reactions