org.hibernate.HibernateException: Unable to access lob stream August 24, 2023 by Tarik Try adding @Transactional over the service method where you are trying to access lob field object. It worked for me.