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
Exceptions within the initialize method (caused in e.g. ConnectionFactory.getConnection()) can escape into the caller without being set into the returned future. This causes invalid state transitions and can leave the container in an invalid state.