Skip to content

Instantly share code, notes, and snippets.

@pboling
Last active December 14, 2015 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pboling/5157244 to your computer and use it in GitHub Desktop.
Save pboling/5157244 to your computer and use it in GitHub Desktop.
Starting Neo4j in console mode
$ sudo /var/lib/neo4j/bin/neo4j console
Starting Neo4j Server console-mode...
21:54:34,229 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
21:54:34,229 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
21:54:34,229 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/usr/share/neo4j/system/lib/neo4j-server-1.8.1.jar!/logback.xml]
21:54:34,252 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@52c05d3b - URL [jar:file:/usr/share/neo4j/system/lib/neo4j-server-1.8.1.jar!/logback.xml] is not of type file
21:54:34,445 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
21:54:34,470 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:54:34,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
21:54:34,525 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:54:34,628 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
21:54:34,628 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
21:54:34,631 |-ERROR in ch.qos.logback.core.joran.action.IncludeAction - Could not find resource corresponding to [custom-logback.xml]
21:54:34,632 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5328f6ee - Registering current configuration as safe fallback point
3/13/13 9:54:34 PM org.neo4j.server.database.Database INFO: Loaded neo4j tuning properties from conf/neo4j.properties
21:54:35.026 [main] INFO neo4j - WARNING! Deprecated configuration options used. See manual for details
21:54:35.030 [main] INFO neo4j - cannot configure writers and searchers individually since they go together
21:54:35.133 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.relationshiptypestore.db.names] brickCount=0 brickSize=0b mappedMem=0b (storeSize=380b)
21:54:35.137 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.relationshiptypestore.db] brickCount=0 brickSize=0b mappedMem=0b (storeSize=45b)
21:54:35.138 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.propertystore.db.strings] brickCount=3 brickSize=353280b mappedMem=353370112b (storeSize=1300736b)
21:54:35.138 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.propertystore.db.index.keys] brickCount=0 brickSize=1026b mappedMem=1048576b (storeSize=912b)
21:54:35.140 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.propertystore.db.index] brickCount=0 brickSize=1044b mappedMem=1048576b (storeSize=207b)
21:54:35.141 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.propertystore.db.arrays] brickCount=0 brickSize=400512b mappedMem=400556032b (storeSize=128b)
21:54:35.144 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.propertystore.db] brickCount=27 brickSize=415207b mappedMem=415236096b (storeSize=11287833b)
21:54:35.146 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.relationshipstore.db] brickCount=4 brickSize=508530b mappedMem=508559360b (storeSize=2212221b)
21:54:35.148 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore.nodestore.db] brickCount=5 brickSize=115335b mappedMem=115343360b (storeSize=582651b)
21:54:35.149 [main] INFO neo4j.neostore - [/var/lib/neo4j/data/graph.db/neostore] brickCount=0 brickSize=0b mappedMem=0b (storeSize=54b)
21:54:35.176 [main] INFO neo4j.xafactory - Opened logical log [/var/lib/neo4j/data/graph.db/nioneo_logical.log.1] version=6, lastTxId=710786 (clean)
3/13/13 9:55:13 PM org.neo4j.server.database.Database INFO: Successfully started database
3/13/13 9:55:13 PM org.neo4j.server.AbstractNeoServer INFO: Starting Neo Server on port [7474] with [20] threads available
3/13/13 9:55:13 PM org.neo4j.server.AbstractNeoServer INFO: Enabling HTTPS on port [7473]
Logger not configured, logging to std out instead: [FINE] Adding JAXRS packages [org.neo4j.server.rest.discovery] at [/]
3/13/13 9:55:14 PM org.neo4j.server.modules.DiscoveryModule INFO: Mounted discovery module at [/]
Logger not configured, logging to std out instead: [FINE] Adding JAXRS packages [org.neo4j.server.rest.web] at [/db/data]
3/13/13 9:55:14 PM org.neo4j.server.plugins.PluginManager INFO: Loaded server plugin "CypherPlugin"
3/13/13 9:55:14 PM org.neo4j.server.plugins.PluginManager INFO: Loaded server plugin "GremlinPlugin"
3/13/13 9:55:14 PM org.neo4j.server.modules.RESTApiModule INFO: Mounted REST API at [/db/data/]
Logger not configured, logging to std out instead: [FINE] Adding JAXRS packages [org.neo4j.server.webadmin.rest] at [/db/manage]
3/13/13 9:55:14 PM org.neo4j.server.modules.ManagementApiModule INFO: Mounted management API at [/db/manage/]
3/13/13 9:55:14 PM org.neo4j.server.extension.auth.AuthenticationExtensionInitializer INFO: START class org.neo4j.server.extension.auth.AuthenticationExtensionInitializer
Logger not configured, logging to std out instead: [FINE] Adding JAXRS packages [org.neo4j.server.extension.auth] at [/auth]
3/13/13 9:55:14 PM org.neo4j.server.modules.ThirdPartyJAXRSModule INFO: Mounted third-party JAX-RS package [org.neo4j.server.extension.auth] at [/auth]
3/13/13 9:55:14 PM org.neo4j.server.modules.WebAdminModule INFO: Mounted webadmin at [/webadmin]
21:55:14.579 [main] INFO org.mortbay.log - Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
3/13/13 9:55:14 PM org.neo4j.server.web.Jetty6WebServer INFO: Mounting static content at [/webadmin] from [webadmin-html]
Logger not configured, logging to std out instead: [FINE] Found [jar:file:/usr/share/neo4j/system/lib/neo4j-server-1.8.1-static-web.jar!/webadmin-html]
Logger not configured, logging to std out instead: [FINE] Mounting static content from [jar:file:/usr/share/neo4j/system/lib/neo4j-server-1.8.1-static-web.jar!/webadmin-html] at [/webadmin]
Logger not configured, logging to std out instead: [FINE] Mounting servlet at [/db/manage]
Logger not configured, logging to std out instead: [FINE] Mounting servlet at [/db/data]
Logger not configured, logging to std out instead: [FINE] Mounting servlet at [/auth]
Logger not configured, logging to std out instead: [FINE] Mounting servlet at [/]
21:55:14.643 [main] INFO org.mortbay.log - jetty-6.1.25
21:55:14.819 [main] INFO org.mortbay.log - NO JSP Support for /webadmin, did not find org.apache.jasper.servlet.JspServlet
21:55:17.021 [main] INFO org.mortbay.log - Started SelectChannelConnector@0.0.0.0:7474
21:55:17.219 [main] INFO org.mortbay.log - Started SslSocketConnector@0.0.0.0:7473
3/13/13 9:55:17 PM org.neo4j.server.AbstractNeoServer INFO: Server started on [http://0.0.0.0:7474/]
^C # Here I shut down the console
3/13/13 9:58:31 PM org.neo4j.server.CommunityBootstrapper INFO: Neo4j Server shutdown initiated by kill signal
21:58:31.283 [Thread-664] INFO org.mortbay.log - Stopped SslSocketConnector@0.0.0.0:7473
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment