기록126 [Eclipse/Tomcat] 톰캣 추가 안 되는 오류 문제 : 톰캣 추가 시 서버 이름 입력 및 Next 버튼이 비활성화 되는 문제 해결 방법 : 이클립스 종료 후 아래 경로에서 해당 파일 삭제 경로 : 워크스페이스/.metadata/.plugins/org.eclipse.core.runtime/.settings 삭제 파일 : org.eclipse.wst.server.core.prefs / org.eclipse.jst.server.tomcat.core.prefs 생명의 은인 : https://niceman.tistory.com/46 [Eclipse] 이클립스 - Tomcat(톰캣) 서버 추가 오류 해결 방법 이클립스 - Tomcat 추가 오류 해결 방법 (1).기본 설명 * 이클립스 개발 시 서버 추가가 되지 않는 버그가 있다. * 서버 이름 입력 및 Nex.. 2022. 6. 2. [Eclipse] 메이븐 다운로드 오류 Error code 501, HTTPS Required 오류 코드 : ArtifactTransferException: Failure to transfer (...) was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact (...) Failed to transfer http://repo.maven.apache.org/maven2/ (..) Error code 501, HTTPS Required 원인 : 보안 때문에 https로 다운 받아야 하는 거였음 해결 방법 : pom.xml에 아래.. 2022. 6. 2. [Eclipse] handshake_failure 오류 256비트 암호화되어있는 걸 복호화하는데 실패해서 발생하는 증상 Java 8인 경우 아래 링크에서 jar 파일을 다운로드 받은 뒤에, {JAVA_HOME}/jre/lib/security 폴더 안에 넣어 덮어 쓰기 해줍니다. http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html 생명의 은인 : https://jhrun.tistory.com/233 [Eclipse] handshake_failure 오류 해결하기 Eclipse에서 새로운 플러그인을 설치하려 할 때 ProvisionException 오류가 뜨면서 handshake에 실패했다는 오류가 발생하는 경우가 있습니다. 이는 256비트 암호화되어있는 걸 복호화하.. 2022. 6. 2. 메이븐 정리글 + https://jeong-pro.tistory.com/168 메이븐(Maven)은 알고 스프링(Spring)을 쓰는가? (pom.xml 분석하며 가볍게 정리하는 빌드 툴, Maven) 메이븐(Maven)은 알고 스프링(Spring)을 쓰는가? 제목과 같은 질문에 필자는 제대로 답변할 수 없었다. 단순하게는 maven repository에서 dependency 추가해서 필요한 라이브러리 쓰는 정도? 무엇을 위해 jeong-pro.tistory.com 2022. 6. 2. [Java/Eclipse/Spring] 자바 버젼 업그레이드 시 오류 ASM ClassReader failed to parse class file JDK1.7 -> JDK1.8 업그레이드 Spring 버젼 3.2.3.RELEASE 오류 메시지 : ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet 원인 : 스프링 버젼이 낮아 1.8 버젼의 클래스 파일을 파싱해주지 못함. 해결방법 : 스프링 버젼을 4.x로 업그레이드 if you want run your code with Java 8, you need to use a recent Spring 4.0 version. https://stackoverflow.com/questions/22730801/java-se-spring-data-hibernate.. 2022. 6. 2. 이전 1 ··· 14 15 16 17 18 19 20 ··· 26 다음