My application is based on Spring Boot + Java 19 + PostgreSQL + Axon Framework. For event sourcing / storing I’m taking the help of Axon Framework, as per the code. The earlier version with 4.6.0, and h2 - database, the application’s Axon framework is running fine, but not updating the database. But for my latest requirements I need to use PostgreSQL, so I switched over to it. But here in this set-up the Tomcat service is starting fine, but couldn’t recognize the Axon Server (running) only.
It shows:
Connection to Axon Server node failed : gRPC status runtime exception : UNKNOWN
With so many trail and error methods, couldn’t solve this issue. Please help.
Thanks,
Madhuusudan S D.