unsubscribe On Fri, Jan 8, 2021 at 6:24 AM Anchal Sharma2 - [email protected] < [email protected]> wrote:
> Hi Martin , > > > We are using IBM java version 1.8.0_261. > > > > ________________________________ > From: Martin Gainty <[email protected]> > Sent: 08 January 2021 19:28:49 > To: [email protected] > Subject: [EXTERNAL] Re: Problem starting zookeeper 3.5.8 on AIX machine > > Hi Anchal > > which version IBM JVM are you implementing? > > ________________________________ > From: Anchal Sharma2 - [email protected] <[email protected]> > Sent: Friday, January 8, 2021 4:10 AM > To: Damien Diederen <[email protected]> > Cc: [email protected] <[email protected]> > Subject: RE: Problem starting zookeeper 3.5.8 on AIX machine > > > Hi Damien, > > > Thanks for your reply.I have attached the trace log.Please have a look. > > > ________________________________ > From: Damien Diederen <[email protected]> > Sent: 07 January 2021 16:05:59 > To: Anchal Sharma2 - [email protected] > Cc: [email protected] > Subject: [EXTERNAL] Re: Problem starting zookeeper 3.5.8 on AIX machine > > > Hi Anchal, > > "Anchal Sharma2 - [email protected]" <[email protected]> writes: > > We are using zookeeper version 3.5.8 on linux environments .And > > recently wanted to install same on an AIX machine. > > Okay. As far as I can tell, ZooKeeper releases are not being tested on > AIX nowadays. Your assistance in this matter would be very welcome! > > > But on starting the zookeper ,we get this message on terminal and no > > error is shown in log (despite enabling debug). > > It may have failed before starting the JVM. Or while trying to > determine the PID. > > > JVMFLAGS="-Dzookeeper.root.logger=DEBUG,CONSOLE,ROLLINGFILE > > -Dzookeeper.console.threshold=DEBUG" bin/zkServer.sh start > > ZooKeeper JMX enabled by default > > Using config: > > /opt/epricer-solr-v8/apache-zookeeper-3.5.8-bin/bin/../conf/zoo.cfg > > Starting zookeeper ... FAILED TO START > > > > > > Could someone please suggest ?Any help would be much appreciated. > > Could you try again with Bash tracing enabled: > > bash -x bin/zkServer.sh start 2>&1 | tee trace.log > > and attach the resulting 'trace.log'? > > Best, -D >
