Attribute rAttr12=Attributes.empty(at12);
GoodHandlerEntry.removeAttribute(rAttr8, null);
GoodHandlerEntry.removeAttribute(rAttr9, null);
GoodHandlerEntry.removeAttribute(rAttr10, null);
GoodHandlerEntry.removeAttribute(rAttr11, null);
GoodHandlerEntry.removeAttribute(rAttr12, null);
//Make new AttrTypes with different values
long newPort=getFreePort();
Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(newPort));
//uncomment if want to test listen address
// Attribute a3=new Attribute(ATTR_LISTEN_ADDRESS, "localhost");