I’m newbie to erlang. I’m trying to connect simple erlang server with java using JInterface. I followed this stackoverflow answer to run the server. The server runs fine with no problems, however, when a client try to connect to the server using the java code, it Keep saying : Connection attempt from node AAAAAA@AAAAAAA’ rejected since it cannot handle [“BIG_CREATION”] . I’m run the erlang server this way:
erl -sname server -setcookie java
Any help please ?