Re: [hibernate-dev] Hibernate ORM 5.0 test failures

2017-06-13 Thread Sanne Grinovero
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

Re: [hibernate-dev] Hibernate ORM 5.0 test failures

2017-06-12 Thread Vlad Mihalcea
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