Hi, Radu, Typically when I saw this error is due to the ulimit setting. Once properly installed, the ulimit setting of 'trafodion' user ID should look like this: trafodion soft core unlimited trafodion hard core unlimited trafodion soft memlock unlimited trafodion hard memlock unlimited trafodion soft nofile 32768 trafodion hard nofile 65536 trafodion soft nproc 100000 trafodion hard nproc 100000 trafodion soft nofile 8192 trafodion hard nofile 65535
Would you please check this first?If ulimit is not properly set, there must be some issue during the installation. Since both log4cxx install and ulimit setting were done in traf_setup, there may be some issue in that script, I will check your installation log asap. As workaround, if ulimit is not properly set, you can set it by hand.Either change the /etc/security/limits.conf directlyor add a new traf.conf under /etc/security/limits.d/ Thanks,Ming ----- Original Message ----- From: Radu Marias <[email protected]> To: dev <[email protected]> Subject: Re: sqstart error YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6) Date: 2015-09-01 11:13 Any thoughts on this? On Mon, Aug 31, 2015, 18:12 Radu Marias <[email protected]> wrote: > The linux kernel is *2.6.32-042stab103.6* > #uname -a > Linux node1 2.6.32-042stab103.6 #1 SMP Wed Jan 21 13:07:39 MSK 2015 x86_64 > x86_64 x86_64 GNU/Linux > > > On Mon, Aug 31, 2015 at 6:05 PM, Radu Marias <[email protected]> wrote: > >> Hi Amanda, >> >> It's *installer-20150828_0830*, I didn't created the trafodion user id. >> >> Noticed an error somewhere in logs similar to missing *log4cxx* on >> *sqstart*, so assumed the installer didn't installed it and I manually >> installed it. >> Also performed *trafodion_uninstaller* after that and installed on clean >> again. >> >> On Mon, Aug 31, 2015 at 5:58 PM, Amanda Moran <[email protected]> >> wrote: >> >>> Hi there Radu- >>> >>> There is a bug I just found in the installer with regards to the >>> dcs-site.xml file, I will be checking in that fix soon. Glad you knew how >>> to fix it on your own! Great work! >>> >>> log4cxx wasn't installed by the installer? Had you already created the >>> trafodion user id? What version of the installer are you using? >>> >>> >>> Thanks! >>> >>> On Mon, Aug 31, 2015 at 7:54 AM, Radu Marias <[email protected]> >>> wrote: >>> >>> > Hi. >>> > >>> > I have 5 virtual machines with: >>> > *Centos 6.5* >>> > *Ambari 2.1* >>> > *HDP 2.2* >>> > >>> > Installation of *trafodion-20150828_0830* is ok but it fails on >>> *sqstart*. >>> > >>> > After installation the *dcs-site.xml* file was empty. I created one >>> with >>> > the content attached, in short: >>> > >>> > *<name>dcs.zookeeper.quorum</name>* >>> > *<value>node2,node1,node3</value>* >>> > >>> > *<name>dcs.dns.interface</name>* >>> > *<value>venet0</value>* >>> > >>> > Also *log4cxx* wasn't installed by trafodion installer, I installed it >>> > manually on all nodes. >>> > >>> > When running *sqstart* it fails, attached are the logs. >>> > One that seems relevant to me is in *monitor.mpirun.out*, seems that >>> the >>> > monitor is not starting: >>> > >>> > *YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)* >>> > *This typically refers to a problem with your application.* >>> > *Please see the FAQ page for debugging suggestions* >>> > >>> > -- >>> > And in the end, it's not the years in your life that count. It's the >>> life >>> > in your years. >>> > >>> >>> >>> >>> -- >>> Thanks, >>> >>> Amanda Moran >>> >> >> >> >> -- >> And in the end, it's not the years in your life that count. It's the life >> in your years. >> > > > > -- > And in the end, it's not the years in your life that count. It's the life > in your years. >
