일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- git
- 설정
- Source
- Docker
- Open Source
- Exception
- myBatis
- maven
- Eclipse
- JDBC
- oracle
- STS
- MSSQL
- spring
- JavaScript
- AJAX
- PostgreSQL
- Thymeleaf
- Tomcat
- MySQL
- jpa
- Python
- 문서
- error
- ubuntu
- SpringBoot
- Spring Boot
- Core Java
- IntelliJ
- 오픈소스
- Today
- Total
목록Exception (114)
헤르메스 LIFE
개발환경 JDK : Zulu JDK 17.0.10 SpringBoot 3.2.3 SpringBoot Eureka Client ( 현재 최신 버전 :4.1.0 ) Build Tools : Gradle 다음과 같은 오류가 발생하였습니다. com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-2.0.1.jar:2.0.1] at com.net..
개발환경 Spring Boot Spring Security Postman 으로 테스트 중 아래와 같은 오류가 발생하였습니다. { "timestamp": "2024-01-11T04:36:31.888+00:00", "status": 415, "error": "Unsupported Media Type", "trace": "org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=--------------------------321477590261569848450837;charset=UTF-8' not supported\r\n\tat org.springframework.web.servl..
간만의 테스트 아래와 같은 오류가 발생되었습니다. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle ..
Docker 에 Oracle XE 를 설치 하였습니다. 평소에는 사용할 일이 없지만, 테스트용으로 간간이 사용합니다. 이번에도 테스트를 위해 Oracle Docker 서버를 시작했는데, 아래와 같은 오류가 발생했습니다. Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden by its access permissio..
다음과 같은 WARN 도 발생되었습니다. 내용은 " layout:fragment/data-layout-fragment 속성을 header.html 이렇게 개발되어 있던 Source 였습니다. 아래와 같이 변경합니다. basic.html header.html 파일은 삭제했습니다. header.html 파일의 아래 구문도 삭제합니다. 이 구문은 아래의 Source와 매칭될 내용이 였습니다. 리스트 페이지 ... 생략... 이 내용은 아래와 같이 변경됩니다. ... 생략 ... 오류의 내용을 번역한 바를 다시 확인 해 보겠습니다. " layout:fragment/data-layout-fragment 속성을 basic.html 영역에 이 추가된 내용이 확인 되실겁니다. "자동으로 복사된다" 라는 의미로 생각됩니다.
Thymeleaf 화면에서 아래와 같은 WARN 이 발생되었습니다. " 'layout/basic' 라는 표현식이 Thymeleaf 3 표현식에 맞지 않는다. 이전 버전과의 호환성을 위해 ~{...} 로 변경해라"라는 내용으로 보여집니다. 친절하게 이슈를 처리할 수 있는 issues 페이지 링크를 보여주기까지 하는군요. WARN 23-06-17 23:04:010[http-nio-9999-exec-1] [1;35m[▶ nz.net.ultraq.thymeleaf.expressionprocessor.ExpressionProcessor.fromCache ◀][0;39m[318]: - Fragment expression "layout/basic" is being wrapped as a Thymeleaf 3 fr..
JPA 에서 NativeQuery를 실행해서 DTO Mapping 을 시도 했지만, 아래와 같은 오류가 발생했습니다. could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 오류의 발생 - 첫번째 시도 CommentRepository.java package octopus.bbs.comment.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; ..
Github 에 신규 프로젝트를 등록하면서 아래와 같은 오류가 발생 했습니다. $ git push -u origin main remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/hermeswing/sample-spring-webapp.git/' remote: Invalid username or password. Github의 연결이 끊어졌으니, 아이디 / 패스워드를 다시 넣어라 .. 뭐.. 그런 뜻 인것 같습니다. 이런 경우 일단 origin의 연결을 끊습니다. $ git remote remove origin 그리고, 다시 origin 을 연결합니다. $ git remote add origin ..
개발환경 Spring 5.3.24 myBatis 3.5.11 myBatis Spring 3.0.1 다음과 같은 환경에서 셋팅하던 중 아래와 같은 오류가 발생하였습니다. DEBUG UiApplicationContextUtils:85 - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@1c571162] WARN XmlWebApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.s..
아래와 같은 오류가 발생했습니다. The return type is incompatible with Persistable.getId() 내용은 getId() 의 ID 의 Return Type이 String 이기 때문에 발생하는 오류입니다. ( ID의 Type은 Long 형입니다. ) Persistable 는 Spring Data JPA 구현 시 Merge 가 발생하는 문제를 해결하기 위해 사용하는 방법입니다. https://hermeslog.tistory.com/693 [JPA] JPA Data Save 시 Select 쿼리가 먼저 실행 된다. 요즘 JPA를 공부하고 있습니다. MyBatis 만 하다가, 개인적으로 공부를 진행하고 있습니다. 하다보니 막히고, 이해가 안되는 부분이 많네요. 그때마다 검색과..