100101102103104105106107108109110
} if (isNewHttpSession) { entryPoint.start(uiContext); } else { entryPoint.restart(uiContext); } txn.commit(); } catch (final Throwable e) { log.error("Cannot send instructions to the browser, Session ID #" + session.getId(), e); txn.rollback();