일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 요구사항확인
- jQuery
- mybatis
- backend
- 1단원
- mapper
- 정처기
- Linux
- 통합구현
- 제이쿼리
- 정처기실기
- 데이터베이스
- 4단원
- 정보처리기사실기
- javascript
- 5단원
- 자바스크립트
- Database
- spring
- Java
- 인터페이스구현
- 정보처리기사
- 실기
- 정처기필기
- 스프링
- 자바
- 정보처리기사필기
- 리눅스
- DB
- 오라클
- Today
- Total
목록Error (4)
세라공원
situation : .bash_profile에서 export PATH 경로 수정 이후 ifconfig command가 사용되지 않음. [root@oracle /]# ifconfig bash: ifconfig: command not found solution 1) yum install net-tools → 이미 설치되어 있는 상황 [root@oracle /]# yum install net-tools Loaded plugins: fastestmirror Determining fastest mirrors * base: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * updates: ftp.iij.ad.jp base | 3.6 kB 00:00 extras | 2.9 kB 00:00 up..
자바 jdk 깔고 vi /etc/profile에서 export 경로 지정하고 source /etc/profile 했는데 커맨드가 아예 먹지 않는 상황. -bash: command not found 해결 : 커맨드 창에 다음과 같이 입력. PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:" 커맨드가 다시 출력된다. 참고 : https://aspopark.tistory.com/13 /etc/profile 수정후 명령어 실행이 되지 않을 경우 /etc/profile 수정하고 나서 Command not found 가 떳다 난감하다... 아래와 같이 적용하고 PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/ga..
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): 경로 1) Mapper 인터페이스와 Mapper xml에 오타가 있을 때 ex) Mapper 인터페이스 함수와 Mapper xml의 id가 일치하지 않을 때 2) Mapper xml 경로가 잘못된 경우 (main/resources/디렉토리명) -> 디렉토리가 여러개면 정확한 위치를 찾지 못하는 경우가 있기 때문에 한 개의 디렉토리씩만 만드는 것이 좋다. 해결 : namespace에 경로 지정을 잘못함. mapper 인터페..
java.lang.IllegalStateException: Failed to load ApplicationContext ERROR: org.springframework.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@598067a5] to prepare test instance [com.community.sera.ReplyMapperTest@2101b44a] java.lang.IllegalStateException: Failed to load ApplicationContext 해..