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의 값을 줄이는 방법을 통해 해당 문제를 해결하실 수 있습니다.


List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 CUBRID 사용자를 위한 DBeaver 도구 출시 안내 admin 2024.04.23 65
공지 SQLGate for CUBRID 영구 무료 라이선스 제공 file admin 2020.04.09 4465
1199 질의 자동화 질문입니다. 3 기린종인 2012.04.27 10417
1198 릴리즈명과 파일명을 구분하는 이유가? 1 머리아파 2012.04.26 9131
1197 쿼리 작성에 관한 문의 드립니다. 2 prometheus 2012.04.25 8447
1196 다른 서버에 데이터베이스 복원중 오류 메시지 17 종이 2012.04.21 13468
1195 C++ Embedded SQL에서 호스트 변수로 클래스 데이터 선언 가능 여부 문의 1 리겔 2012.04.20 9983
1194 데이터베이스 사용량 1 secret 나일등 2012.04.12 13
1193 질문드립니다.. 1 dgehrs 2012.04.11 8202
1192 큐브리드에서 장고(django)지원 계획이 있는지요? 1 지니보이 2012.04.10 9819
1191 안녕하세요, 교육일정문의드립니다. 1 초지일관YES 2012.04.05 7070
1190 natural order 기능 1 크림빵돌이 2012.04.05 6960
1189 자바_큐브리드 쿼리에 대한 질문입니다. 2 file 존케이 2012.04.05 7505
1188 필드 크기 변경 계획에 대한 질문 3 유니콘 2012.04.04 7447
1187 큐브리드 매니저 질의 결과 보고 문의 3 file 유니콘 2012.04.04 6399
1186 varchar 형식 insert 문의 4 file 유니콘 2012.04.04 12778
1185 Python Driver가 있는지요 1 decoro 2012.03.30 7478
1184 큐브리드 매니저 접속 문제 10 secret 종이 2012.03.27 18
1183 큐브리드 매니터 질의 편집기 관련 1 하루야 2012.03.26 7377
1182 PHP 인스톨 중 에러입니다. 6 들뿔 2012.03.26 9924
1181 Connect By Level 구문에 대해 문의 드립니다. 1 깨달음 2012.03.23 11274
1180 큐브리드 매니저 connect timed out. 오류 1 아이쿠두야 2012.03.23 10924
Board Pagination Prev 1 ... 136 137 138 139 140 141 142 143 144 145 ... 200 Next
/ 200

Contact Cubrid

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