로그인에러
- 작성자 :
- 정*경
- 작성일 :
- 2012-11-15 13:29:24
- 조회수 :
- 1,346
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
로그인할때 에러가 나서 문의 드립니다.
2012-11-15 13:19:49,863 DEBUG [org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl] getReachableGrantedAuthorities() - From the roles [ROLE_USER] one can reach [ROLE_USER, ROLE_ANONYMOUS, IS_AUTHENTICATED_FULLY, ROLE_RESTRICTED, IS_AUTHENTICATED_ANONYMOUSLY, IS_AUTHENTICATED_REMEMBERED] in zero or more steps.
2012-11-15 13:19:49,876 DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Updated SecurityContextHolder to contain null Authentication
2012-11-15 13:19:49,876 DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Authentication request failed: org.springframework.security.BadCredentialsException: Bad credentials
이와 같이 인증실패가 나오고 있습니다.
회사 규정상 파일 첨부할수 없어 간단하게 문의 드립니다.
혹시 COMVNUSERMASTER VIEW 가 없어서 에러가 뜨는것인지요? 저희는 COMVNUSERMASTER 가 필요하지 않을거 같아 생성을 하지 않았습니다.
혹 COMVNUSERMASTER 가 없어서 나는 에러라면요 어디에서 쓰이는지요?
2012-11-15 13:19:49,863 DEBUG [org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl] getReachableGrantedAuthorities() - From the roles [ROLE_USER] one can reach [ROLE_USER, ROLE_ANONYMOUS, IS_AUTHENTICATED_FULLY, ROLE_RESTRICTED, IS_AUTHENTICATED_ANONYMOUSLY, IS_AUTHENTICATED_REMEMBERED] in zero or more steps.
2012-11-15 13:19:49,876 DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Updated SecurityContextHolder to contain null Authentication
2012-11-15 13:19:49,876 DEBUG [org.springframework.security.ui.webapp.AuthenticationProcessingFilter] Authentication request failed: org.springframework.security.BadCredentialsException: Bad credentials
이와 같이 인증실패가 나오고 있습니다.
회사 규정상 파일 첨부할수 없어 간단하게 문의 드립니다.
혹시 COMVNUSERMASTER VIEW 가 없어서 에러가 뜨는것인지요? 저희는 COMVNUSERMASTER 가 필요하지 않을거 같아 생성을 하지 않았습니다.
혹 COMVNUSERMASTER 가 없어서 나는 에러라면요 어디에서 쓰이는지요?
A
안녕하세요. 정미경님
COMVNUSERMASTER 테이블은 일반사용자, 기업사용자, 업무사용자에 대한 테이블을 view로 보여주는 것으로 COMVNUSERMASTER 테이블을 쿼리해와서 인증정보를 가져오고 있습니다.
고맙습니다.
COMVNUSERMASTER 테이블은 일반사용자, 기업사용자, 업무사용자에 대한 테이블을 view로 보여주는 것으로 COMVNUSERMASTER 테이블을 쿼리해와서 인증정보를 가져오고 있습니다.
고맙습니다.