Thanks for your prompt response. As you can see in here *WARN [2016-11-18 20:10:08,947] ({main} AbstractLifeCycle.java[setFailed]:212) - FAILED ServerConnector@70be0a2b{HTTP/1.1}{0.0.0.0:8080 <http://0.0.0.0:8080/>**}: java.net.BindException: Address already in use*
Seems the address that Zeppelin uses (the default port is 8080) is already used in your local. Thanks, Ahyoung On Sat, Nov 19, 2016 at 12:02 AM, Muhammad Rezaul Karim < reza_cse...@yahoo.com> wrote: > Hi Ryu, > > Here is the logs: > > WARN [2016-11-18 20:10:08,216] ({main} ZeppelinConfiguration.java[create]:94) > - Failed to load configuration, proceeding with a default > INFO [2016-11-18 20:10:08,300] ({main} Log.java[initialized]:186) - > Logging initialized @468ms > INFO [2016-11-18 20:10:08,402] ({main} > ZeppelinServer.java[setupWebAppContext]:266) > - ZeppelinServer Webapp path: /home/rezkar/zeppelin-0.6.2-bin-all/webapps > INFO [2016-11-18 20:10:08,892] ({main} ZeppelinServer.java[main]:114) - > Starting zeppelin server > INFO [2016-11-18 20:10:08,895] ({main} Server.java[doStart]:327) - > jetty-9.2.15.v20160210 > WARN [2016-11-18 20:10:08,933] ({main} WebAppContext.java[doStart]:514) > - Failed startup of context o.e.j.w.WebAppContext@3a079870 > {/,null,null}{/home/rezkar/zeppelin-0.6.2-bin-all/zeppelin-web-0.6.2.war} > java.lang.IllegalStateException: Failed to delete temp dir > /home/rezkar/zeppelin-0.6.2-bin-all/webapps > at org.eclipse.jetty.webapp.WebInfConfiguration. > configureTempDirectory(WebInfConfiguration.java:372) > at org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory( > WebInfConfiguration.java:260) > at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure( > WebInfConfiguration.java:69) > at org.eclipse.jetty.webapp.WebAppContext.preConfigure( > WebAppContext.java:468) > at org.eclipse.jetty.webapp.WebAppContext.doStart( > WebAppContext.java:504) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:132) > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:114) > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:61) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart( > ContextHandlerCollection.java:163) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:132) > at org.eclipse.jetty.server.Server.start(Server.java:387) > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:114) > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:61) > at org.eclipse.jetty.server.Server.doStart(Server.java:354) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.apache.zeppelin.server.ZeppelinServer.main( > ZeppelinServer.java:116) > WARN [2016-11-18 20:10:08,947] ({main} AbstractLifeCycle.java[setFailed]:212) > - FAILED ServerConnector@70be0a2b{HTTP/1.1}{0.0.0.0:8080}: > java.net.BindException: Address already in use > java.net.BindException: Address already in use > at sun.nio.ch.Net.bind0(Native Method) > at sun.nio.ch.Net.bind(Net.java:433) > at sun.nio.ch.Net.bind(Net.java:425) > at sun.nio.ch.ServerSocketChannelImpl.bind( > ServerSocketChannelImpl.java:223) > at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) > at org.eclipse.jetty.server.ServerConnector.open( > ServerConnector.java:321) > at org.eclipse.jetty.server.AbstractNetworkConnector.doStart( > AbstractNetworkConnector.java:80) > at org.eclipse.jetty.server.ServerConnector.doStart( > ServerConnector.java:236) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.eclipse.jetty.server.Server.doStart(Server.java:366) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.apache.zeppelin.server.ZeppelinServer.main( > ZeppelinServer.java:116) > WARN [2016-11-18 20:10:08,948] ({main} AbstractLifeCycle.java[setFailed]:212) > - FAILED org.eclipse.jetty.server.Server@4c15e7fd: > java.net.BindException: Address already in use > java.net.BindException: Address already in use > at sun.nio.ch.Net.bind0(Native Method) > at sun.nio.ch.Net.bind(Net.java:433) > at sun.nio.ch.Net.bind(Net.java:425) > at sun.nio.ch.ServerSocketChannelImpl.bind( > ServerSocketChannelImpl.java:223) > at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) > at org.eclipse.jetty.server.ServerConnector.open( > ServerConnector.java:321) > at org.eclipse.jetty.server.AbstractNetworkConnector.doStart( > AbstractNetworkConnector.java:80) > at org.eclipse.jetty.server.ServerConnector.doStart( > ServerConnector.java:236) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.eclipse.jetty.server.Server.doStart(Server.java:366) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.apache.zeppelin.server.ZeppelinServer.main( > ZeppelinServer.java:116) > ERROR [2016-11-18 20:10:08,949] ({main} ZeppelinServer.java[main]:118) - > Error while running jettyServer > java.net.BindException: Address already in use > at sun.nio.ch.Net.bind0(Native Method) > at sun.nio.ch.Net.bind(Net.java:433) > at sun.nio.ch.Net.bind(Net.java:425) > at sun.nio.ch.ServerSocketChannelImpl.bind( > ServerSocketChannelImpl.java:223) > at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) > at org.eclipse.jetty.server.ServerConnector.open( > ServerConnector.java:321) > at org.eclipse.jetty.server.AbstractNetworkConnector.doStart( > AbstractNetworkConnector.java:80) > at org.eclipse.jetty.server.ServerConnector.doStart( > ServerConnector.java:236) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.eclipse.jetty.server.Server.doStart(Server.java:366) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) > at org.apache.zeppelin.server.ZeppelinServer.main( > ZeppelinServer.java:116) > > > > Thanks and Regards, > *Md. Rezaul Karim* > > > On Friday, November 18, 2016 10:57 PM, Ahyoung Ryu <ahyoung...@apache.org> > wrote: > > > Hi Md. Rezaul, > > There could be many reasons to die Zeppelin server process before it > started. > Can you check ZEPPELIN_HOME/logs/*.log files? > It would be helpful to investigate what the reason was. > > Best regards, > Ahyoung > > On Fri, Nov 18, 2016 at 9:16 PM, Muhammad Rezaul Karim < > reza_cse...@yahoo.com> wrote: > > Dear All, > > I am trying to start Zeppelin on my Machine using *$ > bin/zeppelin-daemon.sh start *command*. *Upon issuing this command > Zeppelin starts successfully. However, the process dies immediately, > without providing any error messages or details. Here is the message that I > am receiving: > > rezkar@appsrv01:~/zeppelin-0. 6.2-bin-all$ bin/zeppelin-daemon.sh start > Zeppelin start [ OK ] > Zeppelin process died [FAILED] > rezkar@appsrv01:~/zeppelin-0. 6.2-bin-all$ > > > The configuration of the machine is 64GB of RAM, Core i7 processor with > Ubuntu 14.04 LTS (64-bit installed). Please help me out. > > > > Thanks and Regards, > *Md. Rezaul Karim* > > > > >