org.springframework.web.util.NestedServletException:Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: Direct buffer memory 파일을 읽어 ByteArray 형식으로 리턴 할때 문제가 발생 하였다. 내가 코드를 사용한 곳은 주로 첨부파일 다운로드나, 특정 경로의 이미지 파일을 mime type 에 맞게 내려 주는 부분 이라 파일 다운로드도 안되고 이미지도 디스플레이가 되지 않았다. 1. Files.readAllBytes() 사용시 주로 발생. 2. 명령행 옵션으로 -XX:MaxDirectMemorySize=500m 과 같이 주어도 어느 정도 시간이 지나면 다시 발생. 3...
출처 : http://kanetami.tistory.com @Component("scheduler")public class SchedulerController{ @Scheduled(cron="*/10 * * * * *") public void schedulerTest1(){ System.out.println("10초 마다 실행 되는 스케쥴러 입니다."); } @Scheduled(cron="*/20 * * * * *") public void schedulerTest2(){ System.out.println("20초 마다 실행 되는 스케쥴러 입니다."); }} 기존에 작성된 표현 방식이 잘못된 것으로 판단된다. 스케쥴러 cron 양식 초 0-59 , - * / 분 0-59 , - * / 시 0-23 , - ..
- Total
- Today
- Yesterday
- Android
- samba
- 맛집
- Linux
- place
- springboot
- dart
- json parse
- web
- HTTP
- TIP
- Compile
- 엘리스센터
- Review
- JavaScript
- gpkiapi
- devel
- kotlin
- Security
- Java
- Mobile
- Spring
- Flutter
- ssh
- food
- MySQL
- devtools
- development
- Fun
- SSL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |