You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run tests I get this error:
Could not create ServerSocket on address xxxx
at org.apache.thrift.transport.TNonblockingServerSocket.(TNonblockingServerSocket.java:89)
at org.apache.thrift.transport.TNonblockingServerSocket.(TNonblockingServerSocket.java:72)
at com.thinkaurelius.thrift.AbstractDisruptorTest.prepareTest (AbstractDisruptorTest.java:66)
at com.thinkaurelius.thrift.AbstractDisruptorTest.prepareTest (AbstractDisruptorTest.java:61)
at com.thinkaurelius.thrift.OffHeapMultiConnectionTest.prepareTest (OffHeapMultiConnectionTest.java:30)
The text was updated successfully, but these errors were encountered:
When I try to run tests I get this error:
Could not create ServerSocket on address xxxx
at org.apache.thrift.transport.TNonblockingServerSocket.(TNonblockingServerSocket.java:89)
at org.apache.thrift.transport.TNonblockingServerSocket.(TNonblockingServerSocket.java:72)
at com.thinkaurelius.thrift.AbstractDisruptorTest.prepareTest (AbstractDisruptorTest.java:66)
at com.thinkaurelius.thrift.AbstractDisruptorTest.prepareTest (AbstractDisruptorTest.java:61)
at com.thinkaurelius.thrift.OffHeapMultiConnectionTest.prepareTest (OffHeapMultiConnectionTest.java:30)
The text was updated successfully, but these errors were encountered: