You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/16 06:25:59 UTC

[GitHub] [pulsar] foreversunyao commented on issue #4002: Pulsar standalone start failed

foreversunyao commented on issue #4002: Pulsar standalone start failed
URL: https://github.com/apache/pulsar/issues/4002#issuecomment-483527958
 
 
   what I met is another error , but could due to **stream storage** as well.
   
   ```
   23:23:54.839 [DLM-/stream/storage-OrderedScheduler-4-0] INFO  org.apache.bookkeeper.stream.storage.impl.sc.StorageContainerRegistryImpl - Successfully started registered StorageContainer ('1').
   23:23:54.839 [DLM-/stream/storage-OrderedScheduler-4-0] INFO  org.apache.bookkeeper.stream.storage.impl.sc.ZkStorageContainerManager - Successfully started storage container (1)
   23:23:54.839 [DLM-/stream/storage-OrderedScheduler-4-0] INFO  org.apache.bookkeeper.stream.storage.impl.sc.ZkStorageContainerManager - Storage container (org.apache.bookkeeper.stream.storage.impl.sc.StorageContainerImpl@6f79aa6f) is added to live set.
   23:23:58.769 [main] INFO  org.apache.pulsar.zookeeper.LocalBookkeeperEnsemble - Creating default namespace
   Exception in thread "main" org.apache.bookkeeper.clients.exceptions.ClientException: fail to access its root range : code = INTERNAL_SERVER_ERROR
           at org.apache.bookkeeper.clients.impl.internal.ProtocolInternalUtils.createRootRangeException(ProtocolInternalUtils.java:105)
           at org.apache.bookkeeper.clients.impl.internal.RootRangeClientImpl.processCreateNamespaceResponse(RootRangeClientImpl.java:129)
           at org.apache.bookkeeper.clients.impl.internal.RootRangeClientImpl.lambda$createNamespace$4(RootRangeClientImpl.java:118)
           at org.apache.bookkeeper.clients.utils.RpcUtils$1.onSuccess(RpcUtils.java:78)
           at com.google.common.util.concurrent.Futures$4.run(Futures.java:1135)
           at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
           at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:902)
           at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:813)
           at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:655)
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services