log.debug(this + " failed to handle callback", e);
ServerConnectionEndpoint sce = sessionEndpoint.getConnectionEndpoint();
ConnectionManager cm = sce.getServerPeer().getConnectionManager();
cm.handleClientFailure(sce.getRemotingClientSessionID(), false);
// we're practically cut, from connection down
return null;
}