[Tomcat] SE[VERE: IOException while loading persisted sessions: java.io.EOFException
젠킨스를 이용하여 자동빌드를 하던 도중 갑자기 connection refuse 에러가 발생. 카탈리나 로그를 확인해 보니 아래와 같은 에러가 발생하며 배포가 되지 않았다. SEVERE: IOException while loading persisted sessions: java.io.EOFException Tomcat 디렉토리를 clean 해주지 못하는 경우 발생. 문제가 발생한 app 경로를 찾아가 SESSION.ser 파일을 삭제해주면 깔끔하게 해결된다. ${catalina.home}/work/Catalina/localhost/<app>/SESSION.ser 나의 경우는 ${catalina.home}/work/Catalina/localhost/manager에 있는 SESSION.ser 파일을 삭제해 주어 해결하였다. refs : http://stackoverflow.com/questions/12348170/what-is-wrong-with-my-config-severe-ioexception-while-loading-persisted-sessio