Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 웹 플랫폼 설치 관리자
- SSL
- html
- 한글
- 문자열
- php
- maven
- json
- spring form tag
- 전자정부 표준프레임워크
- exception
- switch
- RADIO
- 오라클
- 호환성
- checbox
- @RequestBody
- DB
- 톰캣
- java
- 스크립트
- Oracle
- MYSQL
- 이클립스
- HTML5
- 날짜
- jquery
- 네이버스마트 에디터
- JSTL
- null
Archives
- Today
- Total
개인적인 정리
Received fatal alert: protocol_version 본문
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1] [ERROR]
와 같은 오류가 발생하였다.
아래와 같이 하여 해결.
1. maven repository 주소를 https로 바꾸는 방법
https://web-obj.tistory.com/449
2. jdk 버전을 1.8 이상으로 올리는 방법
이 있다고 함.
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
json 데이타 출력시 한글이 깨지는 경우 (0) | 2021.02.08 |
---|---|
Keystore was tampered with, or password was incorrect (0) | 2021.01.26 |
Cannot paste the clipboard contents into the selected elements. (0) | 2020.09.19 |
org.apache.maven.plugins:maven-resources-plugin:jar:2.6 (0) | 2020.08.25 |
501 HTTPS Required. (0) | 2020.08.25 |
'com.mysql.jdbc.Driver'. This is deprecated (0) | 2020.02.17 |
The import com.mysql cannot be resolved (0) | 2020.02.17 |
Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 (0) | 2019.03.15 |
Comments