org.jdiameter.api.RouteException: Unable to find valid connection to peer[172.17.13.31] in realm[exchange.example.org]
at org.jdiameter.client.impl.router.RouterImpl.getPeer(RouterImpl.java:381)
at org.jdiameter.client.impl.controller.PeerTableImpl.sendMessage(PeerTableImpl.java:200)
at org.jdiameter.client.impl.StackImpl.sendMessage(StackImpl.java:471)
at org.jdiameter.client.impl.BaseSessionImpl.genericSend(BaseSessionImpl.java:202)
at org.jdiameter.client.impl.BaseSessionImpl.genericSend(BaseSessionImpl.java:168)
at org.jdiameter.client.impl.SessionImpl.send(SessionImpl.java:110)
I used the Jdiameter of a client of Windows and tried to connect the server's Jdiameter of Linux,but I failed. The Jdiameter's port of Linux is open, I can use the telent to access it, but I cannot use the client to connect it.