I have download newest Shoal version (1.5.29) and included it in my
project (i am using maven for project build).
After starting application under Jetty, i am getting the following
exception each time i want to send message over shoal :
WARNING: GMS1071: damaged multicast packet discarded
java.lang.IllegalArgumentException: magic number is not valid
at
com.sun.enterprise.mgmt.transport.MessageImpl.parseHeader(MessageImpl.j
ava:172)
at
com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender$MessageProc
essTask.run(BlockingIOMulticastSender.java:364)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecut
or.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
ava:908)
at java.lang.Thread.run(Thread.java:619)
What i need to do to get this new Shoal version to work
Thanks