Could you please try by increasing nproc limit via ulimit -u in .bashrc or modifying 90-nproc.conf /adding trafodion.conf with say:
* soft nproc 100000 * hard nproc 100000 From: 吴仕富 [mailto:[email protected]] Sent: Sunday, May 15, 2016 11:20 PM To: [email protected] Subject: 回复:RE: 答复: Initialize Trafodion Error 1. I checked the memory size which is 16G. 2. Hadoop version with Hadoop 2.6.0-cdh5.4.4, it's the local hadoop version, use command install_local_hadoop, it's a single node. 3. [centos@gyvm-4 scripts]$ ulimit -a core file size (blocks, -c) 1000000 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 267263 max locked memory (kbytes, -l) 267263 max memory size (kbytes, -m) unlimited open files (-n) 32000 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 [centos@gyvm-4 etc]$ cd /etc/security/limits.d [centos@gyvm-4 limits.d]$ ls 90-nproc.conf thanks At 2016-05-16 12:54:28, "Arvind" <[email protected] <mailto:[email protected]> > wrote: In addition to Amanda’s question, do please also check on nproc/nofile via ulimit -a, ulimit -n, ulimit -u and/or /etc/security/limits.d. Saw some pthread create errors in the logs: src/mt_adaptor.c:223: start_threads: Assertion `"pthread_create() failed for the IO thread From: Amanda Moran [mailto:[email protected] <mailto:[email protected]> ] Sent: Sunday, May 15, 2016 8:52 PM To: [email protected] <mailto:[email protected]> Subject: Re: 答复: Initialize Trafodion Error Which version of Hadoop are you using? If it's Cloudera, check your HBase role groups. You can only have one (the default group). Thanks! Sent from my iPhone On May 15, 2016, at 8:11 PM, Liu, Ming (Ming) <[email protected] <mailto:[email protected]> > wrote: Hi, The error message said : Java.lang.OutOfMemoryError So would you please check the system memory usage by free -m before try to sqstart At least there need 2G free memory to start Trafodion I guess. Thanks, Ming 发件人: 吴仕富 [mailto:[email protected]] 发送时间: 2016年5月16日 10:59 收件人: [email protected] <mailto:[email protected]> 主题: Initialize Trafodion Error Hi, Attached all log info, please check it out if you try to go through this error. The error is posted during initializing Trafodion, the HBase’s interface create() can’t be invoked, please focus on the following log info. <image001.png> I go to check the idle process HMaster whether run or not, the following is my attached figure. <image002.png> Go through this file, HBase is running correctly. So I try to “initialize trafodion, drop” and go to reinitialize trafodion, it still can’t pass with this error, and try many times. Please give some advice if you guys solve this problem. Thanks Swayer
