본문 바로가기

오류74

심각: [51] 행 [2} 열에서 심각한 파싱 오류 발생org.xml.sax.SAXParseException; systemId: file:/Users/kim-yourim/work/springworkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Project_lee%202/WEB-INF/web.xml; lineNumber:.. 은 가장 마지막에 위치해야함 2023. 2. 14.
ERROR: com.zaxxer.hikari.HikariConfig - Failed to load driver class oracle.jdbc.driver.OracleDriver from HikariConfig class classloader ParallelWebappClassLoader context: controller delegate: false----------> Parent Classloader:java.net.URLClassLoader.. 2023. 2. 14.
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'id' not found. Available parameters are [arg1, arg0, param1, param2] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'id' not found. Available parameters are [arg1, arg0, param1, param2] Parameter는 함수 혹은 메서드 정의에서 나열되는 변수 명 Argument는 함수 혹은 메서드를 호출할 때, 전달 혹은 입력되는 실제 값 Argument의 실체는 변수이고 Argument의 실체는 값 단어번역의미 Parameter 매개변수 함수와 메서드 입력 변수(Variable) 명 Argument 전달인자, 인자 함수와 메서드의 입력 값(Value) Parameter.. 2023. 2. 11.
Duplicate local variable 소스부분 중복 선언한 부분으로 인한 에러 변수명 중복, 수정 2023. 2. 9.
git_! [rejected] main -> main (non-fast-forward) ! [rejected] main -> main (non-fast-forward) error: failed to push some refs to 'https://github.com/yourim0/SpringProject.git' 원인 : .gitignore, readme 파일로 인한 오류 해결 : push 하려는 브랜치 이름 앞에 + 붙여서 push 2023. 2. 7.
MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'id' in 'class java.lang.String'] 2월 05, 2023 4:53:12 오전 org.apache.catalina.core.StandardWrapperValve invoke심각: 경로 []의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'id' in 'class java.lang.String'.. 2023. 2. 5.