EntityManager가 닫힙니다.
[Doctrine\ORM\ORMException] The EntityManager is closed. 데이터를 삽입 할 때 DBAL 예외가 발생하면 EntityManager가 닫히고 다시 연결할 수 없습니다. 이렇게 시도했지만 연결이되지 않았습니다. $this->em->close(); $this->set('doctrine.orm.entity_manager', null); $this->set('doctrine.orm.default_entity_manager', null); $this->get('doctrine')->resetEntityManager(); $this->em = $this->get('doctrine')->getEntityManager(); 누구든지 다시 연결하는 방법을 알고 계십니까?