오류

기혁씨의 삽질표류기

NumberFormatException

Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: "null" 다음과 같은 에러 메시지를 직면했다. 'MethodArgumentTypeMismatchException'을 보아하니 파라미터의 타입이 맞지 않는다고 짐작했다. 오류에 대한 원인을 알아 본 결과 위의 오류 메시지는 숫자가 아닌 값을 숫자로 변환하려고 할 때 발생하는 'Number..

기혁씨의 삽질표류기

[스프링 웹프로젝트] java.sql.SQLException 오류

등록 입력 페이지를 만들고 등록 처리를 하기 위해 'Submit Buttom'을 눌렀다 그런데 아뿔사 오류가 떴다. 500 서버오류 내가 코딩을 잘못했다는 오류였다. 또 다시 '하아~' 한숨을 한번 쉬고 로그를 읽어봤다. ---------------------------------------------- INFO: 서버가 [4248] 밀리초 내에 시작되었습니다. INFO : org.zerock.controller.HomeController - Welcome home! The client locale is ko_KR. INFO : org.zerock.controller.BoardController - board: BoardVO(bno=null, title=test 한글, content=test í•..

기혁씨의 삽질표류기

[스프링웹프로젝트] 톰캣 오류

평소에 잘 작동하던 톰캣이 오류가 생겼다. ------------------------------------------- 8월 15, 2021 4:12:37 오후 org.apache.catalina.startup.VersionLoggerListener log INFO: 서버 버전 이름: Apache Tomcat/9.0.52 8월 15, 2021 4:12:37 오후 org.apache.catalina.startup.VersionLoggerListener log INFO: Server 빌드 시각: Jul 31 2021 04:12:17 UTC 8월 15, 2021 4:12:37 오후 org.apache.catalina.startup.VersionLoggerListener log INFO: Server 버전 번..

기혁씨의 삽질표류기

[오라클]ORA-12505 오류해결 Listener refused the connection with the following error : ORA-12505, TNS: listener does not currently know of SID given in connect descriptor

오라클을 쓰기위해 힘들게 오라클을 다운받고 sql developer를 설치했다. 설치에 성공하고 접속하려는데 오류가 떴다. 젠장. Listener refused the connection with the following error : ORA-12505, TNS: listener does not currently know of SID given in connect descriptor SID가 정확하지 않다는 오류였다. 처음 겪는 오류라서 즉시 구글링을 했고 문제점을 해결할 수 있었다. SID의 정확한 값을 알아 sql deveploer에 입력해줘야 하는데 SID값을 확인하기 위해선 프롬프트를 이용해야한다. 시작->검색->cmd 입력 위의 경로를 따라가면 프럼프트가 작동한다. SID의 값을 알기위해 프롬프..

각시탈코더
'오류' 태그의 글 목록