#Java Exception - Publishing failed with multiple errorsFile not found: ~.class
본문 바로가기
Programming/Java Exception

#Java Exception - Publishing failed with multiple errorsFile not found: ~.class

by 권가 2021. 4. 2.

svn에서 프로젝트를 Check Out 해서 Was를 띄웠는데 이런 오류가 나타나네요.

org,springframework.beans.factory.BeanCreationException: Error creating bean with name 'xxx' defined in file
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name xxx
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class xxx
Caused by: java.lang.ClassNotFoundException: xxx.EgovComnExcepHndlr

 

404가 나타나며

해결 방법!

1. 프로젝트 우 클릭 -> Maven -> Update Project...

클릭!

2. 업데이트할 메이븐 체크 후 Force Update of Snapshots/Releases 체크
OK~

3. Server 탭에서 서버 Clean...

4. 상단 Project 탭에서 Clean...

즉, Maven Update(Force...) -> Server Clean -> Project Clean 하면 끝~

댓글