Implemented Remoting Artery TCP in Java Project in which getting below exception on the destination module.
application.conf have below configuration
artery
{
enabled=on
transport=tcp
canonical.hostname=“host-uat”
canonical.port=2551
bind.hostname=“localaddress”
bind.port=2551
}
Can anyone please explain the exception I am getting in above screenshot.
6 posts - 2 participants