본문 바로가기

반응형

오류 노트

too Many HTTP redirects - 구글 블로그(blogspot) 접속 오류 해결 방법 too Many HTTP redirects 구글 블로그에 접속했는데 too Many HTTP redirects 오류가 발생했다. 어제까지만 해도 접속이 잘 됐는데 왜 이런 오류가 발생했을까? 영어를 해석하면 '너무 많은 다시 보내기'라는 뜻이다. 한번 클릭해서 접속했는데 너무 많은 다시 보내기? 라니 이해가 되지 않았다. 모든 문제는 해결이 가능하다. 뭔가 잘못된 것이다. 원인을 찾아보자. 상황을 정리하면, 원래 url로 접속했는데 페이지가 나오지 않았다. 해당 주소로 이동되지 않고, 다른 페이지로 이동이 됐다. 그렇다면 뭔가 조작이 있었기 때문에 다른 페이지로 이동이 된 것인데... 리디렉션(Redirection)이란 리디렉션(Redirection)은 자동으로 다른 URL 주소로 이동 시켜 주는 기술을.. 더보기
tistory.com 내용 : '이미지 업로드가 완료된 후 시도해 주세요.' 티스토리 블로그 이미지 편집 하는데 문제발생 티스토리 블로그에서 이미지 편집버튼(edit image)을 누르자 오류가 발생했습니다. "이미지 업로드가 완료된 후 시도해 주세요."라는 말만 반복하네요. 이런저런 시도를 해봤습니다. 글 발행 후 수정하기, 사진 삭제, 컴퓨터 껐다 켜기 등등 뭘 시도해도 소용이 없습니다. 이런 경우 f12를 눌러서 오류를 확인해봐야겠죠. 원인 및 해결방법 Uncaught TypeError: Cannot read properties of null (reading 'querySelector') at theme.min.js:1:547652 at HTMLDocument. (theme.min.js:1:547797) at HTMLDocument.r (post-editor.min.js?_.. 더보기
[백준] NumberFormat - java.lang.NumberFormatException 백준 문제 문제 꼬마 정민이는 이제 A + B 정도는 쉽게 계산할 수 있다. 이제 A + B + C를 계산할 차례이다! 입력 첫 번째 줄에 A, B, C (1 ≤ A, B, C ≤ 10^12)이 공백을 사이에 두고 주어진다. 출력 A+B+C의 값을 출력한다. 오류 발생 NumberFormat java.lang.NumberFormatException 숫자값의 범위가 맞지 않아서 발생하는 오류다. int가 아니라 long으로 변경하면 해결된다. int의 범위는 약 -2,147,483,648부터 2,147,483,647까지이기 때문에 이 범위를 초과하는 값을 표현할 수 없다. 해결 방법 import java.util.Scanner; public class Main { public static void main.. 더보기
[MyBatis] Error querying database java.lang.IllegalArgumentException 오류내용 9월 19, 2023 2:57:46 오후 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: 경로 [/sampleuiadapterN]의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.l.. 더보기
[Git 오류] fatal: Unable to create 'C:/workspace-spring/.git/index.lock': File exists.Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare terminated then try again. If it .. 문제상황 fatal: Unable to create 'C:/workspace-spring/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue. 평소 못 보던 에러가 났다. git add를 하려는데 위와 같은 오류 메.. 더보기
[Ajax] WARN : org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class java.util.HashMap] 오류 해결.. 문제상황 // 비동기 테스트 @RequestMapping("/ajaxView") public String ajaxView() { return "ajaxView"; } @RequestMapping("/ajaxProc") @ResponseBody public Map ajaxProc(@RequestParam Map map) { System.out.println(map); Map dataMap = new HashMap(); dataMap.put("aa", 123); dataMap.put("data1", "11111"); dataMap.put("para1", "data123"); return dataMap; } Ajax를 사용하는데 오류가 났다. WARN : org.springframework.web.servle.. 더보기
[Spring] xml 파일의 Namespaces가 보이지 않는 경우 해결 방법 mybatis 연결, root-context.xml 설정 root-context.xml을 설정하려는데 namespace 버튼이 보이지 않는다. 이런 경우 해결방법은 간단하다. 해결 방법 : Open With → Spring Config Editor 클릭 xml파일 우클릭 → Spring Config Editor 클릭 Namespaces 버튼이 생겼다. 클릭 후 필요한 Namespaces를 선택해서 사용하면 된다. 더보기
[Javascript 오류] Uncaught ReferenceError: PhoneNumberKeyUp is not defined at HTMLInputElement.onkeyup 오류의 원인 "Uncaught ReferenceError: PhoneNumberKeyUp is not defined" 오류는 JavaScript에서 해당 함수가 정의되지 않았을 때 발생한다. 오류 메시지에 따르면 이 오류는 HTMLInputElement.onkeyup 이벤트 핸들러 내에서 발생했다는 것을 알 수 있다. 원인 및 해결방법 원인은 보통 세 가지다. 1. 함수 이름을 정의하지 않음 - 'PhoneNumberKeyUp'라는 함수를 정의하지 않았거나, 오타로 인해 함수 이름이 잘못된 경우. 2. 함수가 스크립트에서 로드되지 않음 - 해당 함수를 포함하는 스크립트 파일이 로드되지 않았거나, 로드되는 순서가 잘못된 경우에도 발생할 수 있다. 3. 함수가 스코프 밖에 있음 - 함수를 선언한 위치가 이벤.. 더보기

반응형