250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- PostgreSQL
- Core Java
- git
- SpringBoot
- IntelliJ
- STS
- 설정
- ubuntu
- maven
- Python
- jpa
- Docker
- Eclipse
- MySQL
- AJAX
- 오픈소스
- Thymeleaf
- myBatis
- MSSQL
- Open Source
- Tomcat
- JavaScript
- Exception
- Source
- oracle
- error
- Spring Boot
- JDBC
- 문서
- spring
Archives
- Today
- Total
목록FTPSClient (1)
헤르메스 LIFE
[Exception] javax.net.ssl.SSLHandshakeException .....
개발환경Weblogic 10.xcommons-net-3.3 오류 메시지javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake javax.net.ssl.sslexception: ssl peer shut down incorrectly Tomcat 환경에서는 문제없이 동작하던 프로그램이 Weblogic 으로 옮기고 나서 실행이 되지 않고 오류를 발생했습니다. 내용은 Commons-net 3.3 버젼을 사용해서 FTPClient 를 구현한 프로그램입니다. FTPSClient client = new FTPSClient();....client.connect(host, port);
Exception
2014. 1. 3. 10:09