티스토리 뷰
기본에러코드
400 - 파라미터 값 db 이름 확인
Exception 관련
Dependency 에러
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect cannot find
- spring-aspect depency 추가
jdbc dependecy 에러
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>${org.springframework-version}</version> </dependency>
DB관련
Account Lock
- 일정 오류 초과 및 비번틀릴 경우 계정이 잠김
ALTER USER 계정명 ACCOUNT UNLOCK;
한글깨짐
- DB IDE 환경설정 -> 인코딩 -> UTF-8
- web.xml 인코딩 필터 적용
<filter>
<filter-name>encodingFilter</filter-name>
<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>encodingFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
TOMCAT 톰캣 에러
CMD로 현재 포트 제거방법
- http://dololak.tistory.com/152
화면단 에러
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
- 정적파일 경로 맨앞에 / (슬래쉬) 붙이기
잡 에러
JAR 파일 실행 안될시
- cmd
- cd 다운로드된 파일 경로
- java -jar 파일명.jar
.m2 repository 삭제가 필요한 에러
- zip에러 validation
'▶ 오류 모음' 카테고리의 다른 글
- Total
- Today
- Yesterday
- tomcat 오류
- 오류
- org.apache.tomcat.util.bcel.classfile.ClassFormatException
- 웹
- 아파치
- Apache와 Tomcat
- mybatis
- mapper
- 톰캣
- DTO
- Spring
- Entitiy
- 스프링 시큐리티
- java
- internet
- tomcat
- world wide web
- Vo
- 스프링
- WWW
- 인터넷
- 자바 오류
- Apache
- 서버
- 마틴 파울러
- spring security
- 인터넷이란
- Web
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |