Background Image

FORUM

조회 수 12075 추천 수 0 댓글 3
?

단축키

Prev이전 문서

Next다음 문서

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

java stored procedure를 사용하기 위해서 cubrid.conf화일에 java_stored_procedure=yes를 추가하고 server를 제구동하면 다음과 같은 에러가 발생하고 server가 정상적으로 구동이 되지 않네요. 

------------------------------------------------------------------------------

@ cubrid server start: HCDB


This may take a long time depending on the amount of recovery works to do.


CUBRID 2008 R4.0


Cannot create enough threads for 'max_clients=100'.

++ cubrid server start: fail

------------------------------------------------------------------------------
위의 설정을 막고 다시 구동하면 정상적으로 구동이 됩니다.

------------------------------------------------------------------------------
@ cubrid server start: HCDB

This may take a long time depending on the amount of recovery works to do.

CUBRID 2008 R4.0

++ cubrid server start: success
------------------------------------------------------------------------------

확인 부탁합니다.

  • ?
    정만영 2012.02.24 19:44

    안녕하세요.

    큐브리드를 설치한 유저 로그인 후 아래와 같이 환경정보를 확인해 주세요.

    1, 큐브리드 설치 bit

    $> cubrid_rel

    CUBRID 2008 R4.0 (8.4.0.2027) (32bit release build for linux_gnu)

    2, 큐브리드 cubrid.conf 환경정보

    $>vi $CUBRID/conf/cubrid.conf

    data_buffer_pages=25000

    3, ulimit 정보

    전체 내용..

  • ?
    gtpark 2012.02.24 21:24

    * cubrid_rel

    CUBRID 2008 R4.0 (8.4.0.2027) (32bit release build for linux_gnu) (Oct 25 2011 16:12:21)

    * cubrid.conf
    data_buffer_size=512M

    # Size of log buffer are using K, M, G, T unit
    log_buffer_size=4M

    # Size of sort buffer are using K, M, G, T unit
    # The sort buffer should be allocated per thread.
    # So, the max size of the sort buffer is sort_buffer_size * max_clients.
    sort_buffer_size=2M

    # The maximum number of concurrent client connections the server will accept.
    # This value also means the total # of concurrent transactions.
    max_clients=100

    # TCP port id for the CUBRID programs (used by all clients).
    cubrid_port_id=1523

    # The createdb and addvoldb create a volume file of 'db_volume_size' size
    # if don't have any options about size.
    db_volume_size=512M

    # The createdb creates a log volume file of 'log_volume_size' size
    # if don't have any options about size.
    log_volume_size=512M

    java_stored_procedure=yes

    * ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 31290
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 1024
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited


    이상이 요청하신 정보입니다.

  • ?
    seongjoon 2012.02.25 02:50

    안녕하세요. 질문하신 내용에 대해 답변 드립니다.

    내부에서 테스트를 해본 결과 32bit에서는 메모리 사용의 한계에 따라 위와 같은 문제가 발생할 수 있습니다.

    CUBRID 버젼을 32bit가 아닌 64bit버젼을 사용하시거나, ulimit -s 5120과 같이 stack size를 줄이시면 될 것 같습니다. 

    아니면 max_clients의 값을 줄이는 방법을 통해 해당 문제를 해결하실 수 있습니다.


  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views128
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4476
    read more
  3. 큐브리드 매니터 질의 편집기 관련

    Date2012.03.26 By하루야 Views7377
    Read More
  4. PHP 인스톨 중 에러입니다.

    Date2012.03.26 By들뿔 Views9924
    Read More
  5. Connect By Level 구문에 대해 문의 드립니다.

    Date2012.03.23 By깨달음 Views11274
    Read More
  6. 큐브리드 매니저 connect timed out. 오류

    Date2012.03.23 By아이쿠두야 Views10925
    Read More
  7. Warning: Error: CAS, -1003, Cannot receive data from client 에러 발생

    Date2012.03.23 BygPdnjs Views9259
    Read More
  8. Cubrid iBatis Cursor 예제좀 부탁드립니다.

    Date2012.03.21 By깨달음 Views16250
    Read More
  9. ODBC 에러 물어보겟습니다.

    Date2012.03.21 By세스카 Views10253
    Read More
  10. ADO.net 또는 ODBC에 대한 질문입니다.

    Date2012.03.20 By세스카 Views13378
    Read More
  11. win 2008 (x64)에서 apm으로 큐브리드 연동 질문

    Date2012.03.16 Byhwani012 Views7666
    Read More
  12. 윈도우용 큐브리드 문의

    Date2012.03.13 Byzino Views6355
    Read More
  13. 큐브리드상에서 한글을 깨지지 않고 자르는 방법이 있을까요?

    Date2012.03.13 By안지민 Views9326
    Read More
  14. 8.2.2 HA 구성 중 네트워크 장애 복귀 시 role 전환 문제

    Date2012.03.09 Byfreemir Views13431
    Read More
  15. 설치 문의 드립니다.

    Date2012.03.06 Bycuins Views7532
    Read More
  16. php 모듈 관련 문제좀여...

    Date2012.03.01 By눈뜨면아침 Views7126
    Read More
  17. HA 구성 하에서 RO 브로커 연결 시 SELECT 값이 다릅니다.

    Date2012.02.24 Byfreemir Views22375
    Read More
  18. server start시 error 발생 관련

    Date2012.02.24 Byflypig Views12075
    Read More
  19. 질문입니다.

    Date2012.02.22 By세스카 Views7109
    Read More
  20. 큐브리드 매니져에서만 오류메시지가 깨집니다.

    Date2012.02.21 By안지민 Views9712
    Read More
  21. 트리거 조건문 질문.

    Date2012.02.19 By기린종인 Views8709
    Read More
  22. 잦은 트랜잭션으로 인한 마스터서버의 다운 문제.

    Date2012.02.16 By노랑배 Views14666
    Read More
Board Pagination Prev 1 ... 137 138 139 140 141 142 143 144 145 146 ... 201 Next
/ 201

Contact Cubrid

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