vishnuvardhanp4 opened a new issue #9830:
URL: https://github.com/apache/pulsar/issues/9830


   08:16:54.952 [main] INFO  org.apache.bookkeeper.proto.BookieNettyServer - 
Binding bookie-rpc endpoint to 0.0.0.0/0.0.0.0:3181
   08:16:55.057 [main] INFO  org.apache.bookkeeper.meta.MetadataDrivers - 
BookKeeper metadata driver manager initialized
   08:16:55.061 [main] INFO  org.apache.bookkeeper.meta.zk.ZKMetadataDriverBase 
- Initialize zookeeper metadata driver at metadata service uri 
zk+null://127.0.0.1:2181/ledgers : zkServers = 127.0.0.1:2181, ledgersRootPath 
= /ledgers.
   08:16:55.064 [main] INFO  org.apache.zookeeper.ZooKeeper - Initiating client 
connection, connectString=127.0.0.1:2181 sessionTimeout=10000 
watcher=org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase@74170687
   08:16:55.065 [main] INFO  org.apache.zookeeper.ClientCnxnSocket - 
jute.maxbuffer value is 10485760 Bytes
   08:16:55.065 [main] INFO  org.apache.zookeeper.ClientCnxn - 
zookeeper.request.timeout value is 0. feature enabled=
   08:16:55.071 [main-SendThread(127.0.0.1:2181)] INFO  
org.apache.zookeeper.ClientCnxn - Opening socket connection to server 
localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown 
error)
   08:16:55.072 [main-SendThread(127.0.0.1:2181)] INFO  
org.apache.zookeeper.ClientCnxn - Socket connection established, initiating 
session, client: /127.0.0.1:37354, server: localhost/127.0.0.1:2181
   08:16:55.079 [main-SendThread(127.0.0.1:2181)] INFO  
org.apache.zookeeper.ClientCnxn - Session establishment complete on server 
localhost/127.0.0.1:2181, sessionid = 0x100002a28ef0001, negotiated timeout = 
10000
   08:16:55.080 [main-EventThread] INFO  
org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase - ZooKeeper client is 
connected now.
   08:16:55.099 [main] INFO  
org.apache.bookkeeper.discover.ZKRegistrationManager - INSTANCEID not exists in 
zookeeper. Not considering it for data verification
   08:16:55.208 [main] ERROR org.apache.bookkeeper.bookie.Bookie - Cookie for 
this bookie is not stored in metadata store. Bookie failing to come up
   08:16:55.208 [main] INFO  org.apache.bookkeeper.proto.BookieNettyServer - 
Shutting down BookieNettyServer
   08:16:55.233 [main] ERROR org.apache.pulsar.PulsarStandaloneStarter - Failed 
to start pulsar service.
   org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = 
NoNode for /ledgers/cookies
           at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:118) 
~[org.apache.pulsar-pulsar-zookeeper-2.7.0.jar:2.7.0]
           at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54) 
~[org.apache.pulsar-pulsar-zookeeper-2.7.0.jar:2.7.0]
           at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2589) 
~[org.apache.pulsar-pulsar-zookeeper-2.7.0.jar:2.7.0]
           at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2617) 
~[org.apache.pulsar-pulsar-zookeeper-2.7.0.jar:2.7.0]
           at 
org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble.runBookies(LocalBookkeeperEnsemble.java:307)
 ~[org.apache.pulsar-pulsar-zookeeper-utils-2.7.0.jar:2.7.0]
           at 
org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble.startStandalone(LocalBookkeeperEnsemble.java:430)
 ~[org.apache.pulsar-pulsar-zookeeper-utils-2.7.0.jar:2.7.0]
           at 
org.apache.pulsar.PulsarStandalone.start(PulsarStandalone.java:258) 
~[org.apache.pulsar-pulsar-broker-2.7.0.jar:2.7.0]
           at 
org.apache.pulsar.PulsarStandaloneStarter.main(PulsarStandaloneStarter.java:115)
 [org.apache.pulsar-pulsar-broker-2.7.0.jar:2.7.0]
   08:16:55.244 [Thread-0] ERROR org.apache.pulsar.PulsarStandaloneStarter - 
Shutdown failed: null
   java.lang.NullPointerException: null
           at 
org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble.stop(LocalBookkeeperEnsemble.java:482)
 ~[org.apache.pulsar-pulsar-zookeeper-utils-2.7.0.jar:2.7.0]
           at 
org.apache.pulsar.PulsarStandaloneStarter$1.run(PulsarStandaloneStarter.java:98)
 [org.apache.pulsar-pulsar-broker-2.7.0.jar:2.7.0]
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to