-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not write JSON: Failed making field 'java.time.Instant#seconds' accessible on /info endpoint #5257
Comments
可以提供下服务器的报错堆栈信息 |
|
是什么场景触发的?从堆栈中看不到相关信息 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apollo 2.2.0
{
"exception": "org.springframework.http.converter.HttpMessageNotWritableException",
"message": "Could not write JSON: Failed making field 'java.time.Instant#seconds' accessible; either increase its visibility or write a custom TypeAdapter for its declaring type.; nested exception is com.google.gson.JsonIOException: Failed making field 'java.time.Instant#seconds' accessible; either increase its visibility or write a custom TypeAdapter for its declaring type.",
"status": 500,
"timestamp": "2024-10-22T03:35:33.863586699"
}
The text was updated successfully, but these errors were encountered: