이로

spring 문제(error)해결 모음 본문

컴퓨터/Spring

spring 문제(error)해결 모음

利路 2019. 7. 19. 14:06
반응형

19.08.12

Caused by: org.hsqldb.HsqlException: data exception: invalid character value for cast

데이터를 넣을 때 밸류값과 그에 따른 데이터 타입이 일치해야하는데 그렇지 않을 경우 나타난다.

 

19.08.12

Caused by: java.sql.SQLSyntaxErrorException: row column count mismatch

Caused by: org.hsqldb.HsqlException: row column count mismatch

데이터를 넣을 때 주로 발생하는 에러

 컬럼에 맞게 인서트문을 작성하지 않아서 나는 에러이다.

 

 

 

 

심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListene

애플리케이션 리스너를 설정하는 중 오류 발생

http://myblog.opendocs.co.kr/archives/1657

 

 

심각: org.apache.ibatis.binding.BindingException

인텔리 제이에서 resources파일 내에 xml파일을 컴파일하지 못해서 생기는 오류

maven일때

http://blog.iotinfra.net/?p=363

 

 

 

 

심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListenerorg.springframework.web.context.ContextLoaderListener

 

http://myblog.opendocs.co.kr/archives/1657

 

 

org.hsqldb.HsqlException: user lacks privilege or object not found: (컬럼명)

 컬럼이 없기 때문에 발생하는 에러

반응형
Comments