Skip to content

Instantly share code, notes, and snippets.

@simpsonjulian
Created September 1, 2014 05:38
Show Gist options
  • Select an option

  • Save simpsonjulian/ee088ebaa8be7287c63f to your computer and use it in GitHub Desktop.

Select an option

Save simpsonjulian/ee088ebaa8be7287c63f to your computer and use it in GitHub Desktop.
root@vagrant-ubuntu-trusty-64:/var/log/neo4j# cat console.log
2014-09-01 05:35:03.956+0000 INFO [API] Setting startup timeout to: 120000ms based on -1
2014-09-01 05:35:06.053+0000 INFO [API] Successfully started database
2014-09-01 05:35:06.207+0000 INFO [API] Starting HTTP on port :7474 with 10 threads available
2014-09-01 05:35:06.477+0000 INFO [API] Enabling HTTPS on port :7473
2014-09-01 05:35:06.477+0000 INFO [API] No SSL certificate found, generating a self-signed certificate..
2014-09-01 05:35:07.248+0000 INFO [API] Mounted discovery module at [/]
2014-09-01 05:35:07.256+0000 INFO [API] Mounted REST API at [/db/data/]
2014-09-01 05:35:07.260+0000 INFO [API] Mounted management API at [/db/manage/]
2014-09-01 05:35:07.261+0000 INFO [API] Mounted webadmin at [/webadmin]
2014-09-01 05:35:07.261+0000 INFO [API] Mounted Neo4j Browser at [/browser]
2014-09-01 05:35:07.356+0000 INFO [API] Mounting static content at [/webadmin] from [webadmin-html]
2014-09-01 05:35:07.440+0000 INFO [API] Mounting static content at [/browser] from [browser]
05:35:07.443 [main] WARN o.e.j.server.handler.ContextHandler - o.e.j.s.ServletContextHandler@b4fdfd7{/,null,null} contextPath ends with /
05:35:07.443 [main] WARN o.e.j.server.handler.ContextHandler - Empty contextPath
05:35:07.446 [main] INFO org.eclipse.jetty.server.Server - jetty-9.0.5.v20130815
05:35:07.492 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.MovedContextHandler@cdaebfa{/,null,AVAILABLE}
05:35:07.702 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /webadmin, did not find org.apache.jasper.servlet.JspServlet
05:35:07.737 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@134461a1{/webadmin,jar:file:/usr/share/neo4j/system/lib/neo4j-server-2.1.3-static-web.jar!/webadmin-html,AVAILABLE}
05:35:08.658 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@50190f62{/db/manage,null,AVAILABLE}
05:35:09.143 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@604b9a48{/db/data,null,AVAILABLE}
05:35:09.159 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /browser, did not find org.apache.jasper.servlet.JspServlet
05:35:09.160 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@4cc36185{/browser,jar:file:/usr/share/neo4j/system/lib/neo4j-browser-2.1.3.jar!/browser,AVAILABLE}
05:35:09.352 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@b4fdfd7{/,null,AVAILABLE}
05:35:09.385 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@1b8d21f9{HTTP/1.1}{localhost:7474}
05:35:09.858 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@3cd372cb{SSL-HTTP/1.1}{localhost:7473}
2014-09-01 05:35:09.861+0000 INFO [API] Server started on: http://localhost:7474/
2014-09-01 05:35:09.868+0000 INFO [API] Remote interface ready and available at [http://localhost:7474/]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment