Background Image

FORUM

조회 수 1291 추천 수 0 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

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

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
Linux CentOS 64bit
CUBRID Ver.
CUBRID 10.2 (10.2.1.8849-de852d6) (64bit release build for Linux) (May 28 2020 15:55:52)
CUBRID TOOL Ver.
[도움말]-[버전정보] 확인
응용 환경(API)
JAVA

* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------


Spring quartz+job batch 를 돌리는 중 해당 오류가 발생되어 문의드립니다.


2020-07-26 22:08:57,031 DEBUG [com.mchange.v2.c3p0.impl.NewPooledConnection] com.mchange.v2.c3p0.impl.NewPooledConnection@1bc209a handling a throwable. []

cubrid.jdbc.driver.CUBRIDException: Request timed out[CAS INFO-100.1.221.207:30000,5,27926],[SESSION-3048855],[URL-jdbc:cubrid:100.1.221.207:30000:cloud:dba:********:].

at cubrid.jdbc.jci.UStatement.reset(UStatement.java:944)

at cubrid.jdbc.jci.UStatement.execute(UStatement.java:891)

at cubrid.jdbc.driver.CUBRIDStatement.executeCoreInternal(CUBRIDStatement.java:906)

at cubrid.jdbc.driver.CUBRIDStatement.executeCore(CUBRIDStatement.java:871)

at cubrid.jdbc.driver.CUBRIDPreparedStatement.executeQuery(CUBRIDPreparedStatement.java:114)

at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:379)

at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTriggerToAcquire(StdJDBCDelegate.java:2613)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2844)

at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)

at org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)

at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)


매번 그러는건 아니고 운영도중 한번씩 Request timed out이 발생하는데 문의드려요

  • ?
    오명환 2020.08.04 08:54
    설치시 설정값 중 session_timeout의 기본값이 300초로 설정되어 있습니다. 이 값을 변경해보세요.
    변경 방법후 broker를 restart해주세요.

    $> vi $CUBRID/conf/cubrid_broker.conf
    [%query_editor]
    ...
    BROKER_PORT = 30000
    ...
    SESSION_TIMEOUT = 300 <-- 변경
    ...

    [%BROKER1]
    ...
    BROKER_PORT = 33000
    ...
    SESSION_TIMEOUT = 300 <-- 변경
    ...

    $> cubrid broker restart
  • ?
    권호일 2021.01.13 17:32
    WAS에서 설정 한 connection pool 개수가 DB에 설정 한 CAS 개수보다 커서 발생 한 현상일 수 있습니다.
    DB에는 접속 할 connection이 모두 소진되었고, 추가적으로 connection을 맺을려고 요청하고 대기하다가 에러가 나는 현상 일 수 있습니다.
    $> vi $CUBRID/conf/cubrid_broker.conf
    ...
    max_clients=100 <-- 변경 ( 아래 MAX_NUM_APPL_SERVER의 합계 + 10 으로 설정 )
    ..

    cubrid server restart DB명



    $> vi $CUBRID/conf/cubrid_broker.conf
    [%query_editor]
    ...
    BROKER_PORT = 30000
    ...
    MAX_NUM_APPL_SERVER = 40 <-- 변경
    ...

    [%BROKER1]
    ...
    BROKER_PORT = 33000
    ...
    MAX_NUM_APPL_SERVER = 40 <-- 변경
    ...

    $> cubrid broker restart

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

    Date2020.04.09 Byadmin Views4246
    read more
  2. PHP-CUBRID 연결: 콘솔에서는 되는데 웹브라우저에서는 실패

    Date2020.08.12 Bycubrid1234 Views190
    Read More
  3. Cubrid manager가 Hang이 걸립니다.

    Date2020.08.12 Bypassik89 Views140
    Read More
  4. Cubrid db 연결이 끊어집니다.

    Date2020.08.11 Bypassik89 Views205
    Read More
  5. 오류번호 -677

    Date2020.08.11 Bybchlim Views355
    Read More
  6. 한 번에 여러 컬럼 추가 하는 SQL문

    Date2020.08.10 Byohgeumjin Views565
    Read More
  7. 큐브리드 10.2 오프라인에서 볼수있는 매뉴얼 없나요? 아주 예전에 다운받은거 같은데 안보여서요

    Date2020.08.10 By덴드로비움 Views133
    Read More
  8. PHP-Cubrid 연동 오류 (Error: CCI, -16, Cannot connect to CUBRID CAS)

    Date2020.08.10 Bycubrid1234 Views345
    Read More
  9. 브로커 질문 드립니다.

    Date2020.08.10 By덴드로비움 Views83
    Read More
  10. 특정 테이블 조회시 에러 가 납니다? 용량 문제 인가요?? 다른테이블은 조회가 잘되요

    Date2020.08.07 By덴드로비움 Views671
    Read More
  11. 큐브리드 매니저 엑셀저장 기능을 질의결과를 보지 않고 저장하는 방법은 없나요?

    Date2020.08.05 By봉보로봉봉 Views223
    Read More
  12. cubrid manager 데이터베이스 용량 확인

    Date2020.08.04 Byohgeumjin Views1444
    Read More
  13. 그냥 URL post로 쿼리넘기면 안됨? 로그인세션 만들어서로그인하고

    Date2020.08.02 By이방원 Views144
    Read More
  14. 파이썬에서 튜토리얼대로 했는데 안됩니다.

    Date2020.08.02 By이방원 Views252
    Read More
  15. 큐브리드 버전 업데이트 관련 문의

    Date2020.07.30 By윤현선 Views184
    Read More
  16. Cubrid 사용중 Request timed out오류가 나는데요

    Date2020.07.30 Bypoodinge Views1291
    Read More
  17. CUBRID-PHP-10.2-latest.tar.gz 설치 ../src/cci/cci_util.c:53:34: error: libregex38a/regex38a.h: No such file or directory

    Date2020.07.29 By함마칙스 Views518
    Read More
  18. 큐브리드 db 전체용량 쿼리

    Date2020.07.29 Bysky741492 Views1324
    Read More
  19. cubrid manager 컬럼 데이터 합치기

    Date2020.07.28 Byohgeumjin Views419
    Read More
  20. alter table add constraint foreign key 문의

    Date2020.07.28 Bydasomoh Views1478
    Read More
  21. 뷰 소스

    Date2020.07.27 Bybchlim Views88
    Read More
Board Pagination Prev 1 ... 33 34 35 36 37 38 39 40 41 42 ... 199 Next
/ 199

Contact Cubrid

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