You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the error changed to the next:
18:07:07.296 [default-nioEventLoopGroup-1-12] ERROR i.m.h.s.netty.RoutingInBoundHandler - Unexpected error occurred: I/O error occurred during serialization: io.micronaut.discovery.eureka.EurekaServiceInstance
io.micronaut.core.serialize.exceptions.SerializationException: I/O error occurred during serialization: io.micronaut.discovery.eureka.EurekaServiceInstance
at io.micronaut.core.serialize.JdkSerializer.serialize(JdkSerializer.java:63)
I do not which key and value i should to add to serializate the object correctly
Steps To Reproduce
No response
Environment Information
Windows 10
JDK 11
Example Application
No response
Version
2.3.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
Connect to eureka and get client id to call the api rest
Actual Behaviour
I received and error when i run the tests.
first, i received the next error:
i.m.h.s.netty.RoutingInBoundHandler - Unexpected error occurred: No cache configured for name: discovery-client
i activated the cache and change the cache to cafffeine and the error is the same.
second, i change the cache to redis cache including the next sentences in the properties.
redis:
caches:
discovery-client:
expire-after-access: 60s
and the error changed to the next:
18:07:07.296 [default-nioEventLoopGroup-1-12] ERROR i.m.h.s.netty.RoutingInBoundHandler - Unexpected error occurred: I/O error occurred during serialization: io.micronaut.discovery.eureka.EurekaServiceInstance
io.micronaut.core.serialize.exceptions.SerializationException: I/O error occurred during serialization: io.micronaut.discovery.eureka.EurekaServiceInstance
at io.micronaut.core.serialize.JdkSerializer.serialize(JdkSerializer.java:63)
I do not which key and value i should to add to serializate the object correctly
Steps To Reproduce
No response
Environment Information
Windows 10
JDK 11
Example Application
No response
Version
2.3.0
The text was updated successfully, but these errors were encountered: