Byteman needs to open a socket into the JVM to inject its magic: you
can't otherwise rewrite the bytecode of any class.
Since various tools we use, like Byteman, Arquillian, Infinispan,
WildFly, JGroups, and probably some others I'm forgetting require
network ports we normally run CI build jobs in
This error:
"unexpected exception opening server socket java.net.BindException: Address
already in use (Bind failed)"
I only got it when NVidia driver was stealing the Wildfly port, but that
was never for CriteriaLockingTest.
It's also curious why the Byteman agent tries to open a socket connec