Background Image

FORUM

조회 수 134 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄


* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.

OS
Linux 64bit 
CUBRID Ver.
CUBRID 11.2 (11.2.1.0677-82f461a) (64bit release build for Linux)
CUBRID TOOL Ver.
CUBRID Admin 11.1.1.0002  (64bit)
응용 환경(API)
java


* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.

 

에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------
- 개발환경 : spring boot + cubrid 11.2 + logback 1.2.3 + cubrid-jdbc 11.1.1.0028

- 오류내용 : 어플리케이션에는 아무 내용이 없고, 단지 spring boot기동시에 아래와같이 오류가 납니다.(getGeneratedKeys 메소드를 지원하지 않는다는 오류)

                   아래 로그상으로는 cubrid는 logback의 DBAppender를 사용못한다는 내용같은데 

                   cubrid문서를 찾아보면 지원한다고 나오는데....무슨 이유일까요??

 

ERROR in ch.qos.logback.core.joran.spi.Interpreter@75:16 - RuntimeException in Action for tag [appender] java.lang.IllegalStateException: DBAppender cannot function if the JDBC driver does not support getGeneratedKeys method *and* without a specific SQL dialect
    at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:169)
    at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(AbstractLoggingSystem.java:80)
    at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:60)
    at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:118)
    at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:306)
    at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:281)
    at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:239)
    at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:216)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
    at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:80)
    at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
    at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)

 

  • ?
    airnet 2022.09.21 15:17
    안녕하세요
    큐브리드를 이용해 주셔서 감사합니다.

    현재 GeneratedKeys() method는 지원하고 있으나, supportsGetGeneratedKeys() 에서 false를 리턴 하여 지원하지 않는 method로 처리되고 있습니다.
    빠른 시일내에 수정된 버전을 배포 하도록 하겠습니다.

  1. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4444
    read more
  2. SQLGate에서 서버오류 발생합니다

    Date2022.10.09 By두듀두듀듀 Views103
    Read More
  3. 백업파일명에 접미어(_년월일) 삽입 할 수 있는 방법을 알고 싶습니다

    Date2022.10.05 Bygidoree Views128
    Read More
  4. ERWIN Reverse Engineering 관련 문의드립니다.

    Date2022.10.05 By초코초코초 Views327
    Read More
  5. 메타 데이터 수집 관련하여 사용자 계정 추가생성

    Date2022.09.30 By장천 Views101
    Read More
  6. 다른 스키마의 테이블을 조회할수 없나요?

    Date2022.09.28 By엘L Views494
    Read More
  7. 자바 저장 프로시저 서버 기동 문의

    Date2022.09.27 By준88 Views72
    Read More
  8. jni 사용시 windows server 2012에서 다중세션에서 하나의 세션을 제외하고 나머지 세션에서 "java.lang.UnsatisfiedLinkError" 오류 발생

    Date2022.09.26 By두목원슝 Views123
    Read More
  9. table schema 관련 정보 얻기

    Date2022.09.23 Bysmilena Views68
    Read More
  10. ODBC Error 관련

    Date2022.09.22 By땜쟁이 Views240
    Read More
  11. 안녕하세요. cubrid 셋팅값 질문입니다.

    Date2022.09.21 By우유악마 Views92
    Read More
  12. Cubrid 11.2 연결시 677 오류.

    Date2022.09.21 By엘L Views124
    Read More
  13. Cubrid 11.2 JDBC는 어디서 받을 수 있나요?

    Date2022.09.21 By엘L Views206
    Read More
  14. Cubrid 11.2 logback DBAppender 지원문의

    Date2022.09.19 Bytomato Views134
    Read More
  15. 로컬 접속 오류

    Date2022.09.16 By정프로 Views214
    Read More
  16. Docker Image 배포 문의

    Date2022.09.15 Byted Views310
    Read More
  17. 부여된 권한조회

    Date2022.09.15 By준88 Views120
    Read More
  18. 특수문자 컬럽값 관련 Python 오류 (*추가 - 증상재현 관련)

    Date2022.09.15 By오수범 Views109
    Read More
  19. 공백 제외 조건 조회 시 오류?

    Date2022.09.15 By코크 Views366
    Read More
  20. list함수 관련 질문입니다

    Date2022.09.15 By리에레이 Views133
    Read More
  21. 간헐적인 JDBC 에러 코드(-21024) 이슈

    Date2022.09.13 Bytndus Views347
    Read More
Board Pagination Prev 1 ... 10 11 12 13 14 15 16 17 18 19 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales