Dev_Log 81

[SourceTree] Support for password authentication was removed on

-소스트리에서 작업수행시 에러 발생 [에러 로그] remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. [번역] 원격: 비밀번호 인증 지원이 2021년 8월 13일에 제거되었습니다. 대신 개인 액세스 토큰을 사용하십시오. ✔ Solution 번역을 보면 알수있듯이 비밀번호 인증지원이 2021년 08월 13일에 중지됐다고 한다. 개인 엑세스 토큰을 사용하라고 한다. 이전에 Git Bash로 작업수행시 개인 토큰을 사용하여 정상수행 되도록 했었는데 SourceTree에서 기존 비밀번호로 계속 시도를 하고있어서 구글링을 했다 이번에는 SourceTre..

Dev_Log 2021.09.07

[Git] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead

-계정/비밀번호 맞게 입력해도 계속해서 에러가 발생 [에러 로그] remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. [번역] 원격: 비밀번호 인증 지원이 2021년 8월 13일에 제거되었습니다. 대신 개인 액세스 토큰을 사용하십시오. ✔ Solution 번역을 보면 알수있듯이 비밀번호 인증지원이 2021년 08월 13일에 중지됐다고 한다. 개인 엑세스 토큰을 사용하라고 한다. 1. 계정 클릭후 ➡ Settings 페이지로 이동한다 2. Settings 페이지에서 보이는 메뉴중 Developer settings 메뉴를 클릭한다 3. Person..

Dev_Log 2021.08.31

[Eclipse] 이클립스 자바 소스 변경사항 적용안될때

[이클립스에서 자바소스를 수정해도 적용이 되지 않는 문제 발생] -JSP, JS파일은 적용이 되지만 JAVA파일은 적용되지 않음 -따라서 class파일 빌드가 되지 않는것으로 추정 -console에 해당 문제에 대한 에러는 전혀 뜨지 않음 ✔ Solution 프로젝트가 참조하고있는 라이브러리의 경로가 잘못되어있는것이 존재했음 경로가 잘못된 라이브러리를 모두 수정해주면 해결된다 1. 프로젝트의 라이브러리를 체크한다 2. 잘못 참조되고 있는 라이브러리를 찾는다 -박스안의 내용을 보면 잘못 참조되고있는것을 볼 수 있다 -Remove 버튼을 눌러 지운다 3. 삭제한 라이브러리를 해당 프로젝트의 상대경로로 추가한다 4. 해당 프로젝트 내부의 라이브러리 경로로 이동후 선택하고 OK를 눌러준다 5. 상대경로로 라이브..

Dev_Log 2021.07.28

[VSCode] FullyQualifiedErrorId : UnauthorizedAccess

[에러 로그] create-react-app : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\Administrator\AppData\Roaming\npm\create-react-app.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. 위치 줄:1 문자:1 + create-react-app -V + ~~~~~~~~~~~~~~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess [에러발생 상황] create-react-app..

Dev_Log 2021.07.20

[MyBatis] java.sql.SQLException: 부적합한 열 유형: 1111

[에러 로그] Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER. Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111 [구글번역] 원인 : org.apache.ibatis.type.TypeException : JdbcType OTHER로 파라미터 # 1에 대해 null 설정 오류. 이 매개 변수에 대해 다른 JdbcType을 설정하거나 다른 jdbcTypeF..

Dev_Log 2021.06.23

[Chrome] Mixed Content: The site at was loaded over a secure connection

[에러 로그] Mixed Content: The site at '다운로드 요청을 시도한 url' was loaded over a secure connection, but the file at '해당 다운로드url' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details. [구글 번역] 혼합 내용 : '다운로드 요청을 시도한 URL'의 사이트는 보안 연결을 통해로드되었지만 파일은 '해당 다운로..

Dev_Log 2021.06.19

[Maven] Missing artifact oracle:ojdbc6:jar:11.2.0.3

Missing artifact oracle:ojdbc6:jar:11.2.0.3 [에러 발생 상황] -pom.xml에 ojdbc6 dependency를 추가중에 에러 발생 ✔ Solution 구글링을 한다 Oracle JDBC ojdbc6 Jar as a Maven Dependency I cannot seem to get Maven to bundle the ojdbc6.jar file into my project's war file. I have it working within the POM file when specifying a dependency directly for Hibernate tools. But it won't ... stackoverflow.com 위 스택오버플로우 페이지에 가보면 pom..

Dev_Log 2021.06.17
728x90
반응형