Hi Ankur, Zeppelin has pluggable Notebook storage implementation <http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/storage/storage.html>, configured i.e though `conf/zeppelin-env.sh` using 'export ZEPPELIN_NOTEBOOK_STORAGE= "org.apache.zeppelin.notebook.repo.VFSNotebookRepo"' (this is a default, so you should see somthing liek `Empty ZEPPELIN_NOTEBOOK_STORAGE conf parameter, using default ` in the logs).
In your case it looks like this somehow is not configured properly, so could you please check those files and see if that is the case? You can always try adding a default one. Hope this helps! -- Alex On Sat, Feb 20, 2016 at 7:20 PM, Ankur Jain <ankur.j...@yash.com> wrote: > Hello Team, > > > > I am trying to start Zeppelin, but getting below error…. > > Can you guide me how to resolve it? > > > > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > > at > org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:113) > > *Caused by: java.io.IOException: Requested storage index 0 isn't > initialized, repository count is 0* > > at > org.apache.zeppelin.notebook.repo.NotebookRepoSync.getRepo(NotebookRepoSync.java:228) > > at > org.apache.zeppelin.notebook.repo.NotebookRepoSync.list(NotebookRepoSync.java:118) > > at > org.apache.zeppelin.notebook.Notebook.loadAllNotes(Notebook.java:391) > > at > org.apache.zeppelin.notebook.Notebook.<init>(Notebook.java:108) > > at > org.apache.zeppelin.server.ZeppelinServer.<init>(ZeppelinServer.java:87) > > > > > > Thanks > > Ankur > Information transmitted by this e-mail is proprietary to YASH Technologies > and/ or its Customers and is intended for use only by the individual or > entity to which it is addressed, and may contain information that is > privileged, confidential or exempt from disclosure under applicable law. If > you are not the intended recipient or it appears that this mail has been > forwarded to you without proper authority, you are notified that any use or > dissemination of this information in any manner is strictly prohibited. In > such cases, please notify us immediately at i...@yash.com and delete this > mail from your records. >