Skip to content

Instantly share code, notes, and snippets.

@tasinet
Last active August 29, 2015 14:07
Show Gist options
  • Save tasinet/e02829a0f228603942c3 to your computer and use it in GitHub Desktop.
Save tasinet/e02829a0f228603942c3 to your computer and use it in GitHub Desktop.
neo4j startup/shutdown logs
2014-10-01 01:39:46.259+0000 INFO [API] Setting startup timeout to: 120000ms based on -1
2014-10-01 01:39:48.256+0000 INFO [API] Successfully started database
2014-10-01 01:39:48.525+0000 INFO [API] Starting HTTP on port :7474 with 40 threads available
2014-10-01 01:39:48.742+0000 INFO [API] Enabling HTTPS on port :7473
2014-10-01 01:39:49.035+0000 INFO [API] Mounted discovery module at [/]
2014-10-01 01:39:49.043+0000 INFO [API] Mounted REST API at [/db/data/]
2014-10-01 01:39:49.046+0000 INFO [API] Mounted management API at [/db/manage/]
2014-10-01 01:39:49.047+0000 INFO [API] Mounted webadmin at [/webadmin]
2014-10-01 01:39:49.047+0000 INFO [API] Mounted Neo4j Browser at [/browser]
2014-10-01 01:39:49.115+0000 INFO [API] Mounting static content at [/webadmin] from [webadmin-html]
2014-10-01 01:39:49.179+0000 INFO [API] Mounting static content at [/browser] from [browser]
02:39:49.182 [main] WARN o.e.j.server.handler.ContextHandler - o.e.j.s.ServletContextHandler@4337617b{/,null,null} contextPath ends with /
02:39:49.182 [main] WARN o.e.j.server.handler.ContextHandler - Empty contextPath
02:39:49.186 [main] INFO org.eclipse.jetty.server.Server - jetty-9.0.5.v20130815
02:39:49.220 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.MovedContextHandler@10fb0b33{/,null,AVAILABLE}
02:39:49.370 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /webadmin, did not find org.apache.jasper.servlet.JspServlet
02:39:49.385 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@18d7f3b0{/webadmin,jar:file:/usr/share/neo4j/system/lib/neo4j-server-2.1.1-static-web.jar!/webadmin-html,AVAILABLE}
02:39:50.001 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@61c6bc05{/db/manage,null,AVAILABLE}
02:39:50.352 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@c629c46{/db/data,null,AVAILABLE}
02:39:50.374 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /browser, did not find org.apache.jasper.servlet.JspServlet
02:39:50.375 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@6ad1eea{/browser,jar:file:/usr/share/neo4j/system/lib/neo4j-browser-2.1.1.jar!/browser,AVAILABLE}
02:39:50.512 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4337617b{/,null,AVAILABLE}
02:39:50.522 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@74f919be{HTTP/1.1}{localhost:7474}
02:39:51.124 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@4d327d98{SSL-HTTP/1.1}{localhost:7473}
2014-10-01 01:39:51.125+0000 INFO [API] Server started on: http://localhost:7474/
2014-10-01 01:39:51.125+0000 INFO [API] Remote interface ready and available at [http://localhost:7474/]
======SHUTDOWN======
2014-10-01 01:54:11.438+0000 INFO [API] Neo4j Server shutdown initiated by request
02:54:11.455 [Thread-17] INFO o.e.jetty.server.ServerConnector - Stopped ServerConnector@54ca6240{HTTP/1.1}{localhost:7474}
02:54:11.456 [Thread-17] INFO o.e.jetty.server.ServerConnector - Stopped ServerConnector@4247ac26{SSL-HTTP/1.1}{localhost:7473}
02:54:11.457 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3128f4d0{/,null,UNAVAILABLE}
02:54:11.458 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.w.WebAppContext@2b806f4c{/browser,jar:file:/usr/share/neo4j/system/lib/neo4j-browser-2.1.1.jar!/browser,UNAVAILABLE}
02:54:11.459 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@45297e{/db/data,null,UNAVAILABLE}
02:54:11.459 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@50a125fc{/db/manage,null,UNAVAILABLE}
02:54:11.460 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.w.WebAppContext@22bf06d6{/webadmin,jar:file:/usr/share/neo4j/system/lib/neo4j-server-2.1.1-static-web.jar!/webadmin-html,UNAVAILABLE}
02:54:11.461 [Thread-17] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.h.MovedContextHandler@e8f000c{/,null,UNAVAILABLE}
2014-10-01 01:54:11.466+0000 INFO [API] Successfully shutdown Neo4j Server.
2014-10-01 01:54:11.633+0000 INFO [API] Successfully stopped database
2014-10-01 01:54:11.634+0000 INFO [API] Successfully shutdown database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment