无法在OSX 10.7.5上正确启动neo4j

时间:2013-01-11 21:58:16

标签: neo4j

我刚下载了neo4j enterprise 1.8.1,我正在尝试启动服务器并访问网络管理员。这就是:

$ bin/neo4j start
Starting Neo4j Server...16:56:10,175 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
16:56:10,175 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
16:56:10,176 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/Users/sharpei/Downloads/neo4j-enterprise-1.8.1/system/lib/neo4j-server-1.8.1.jar!/logback.xml]
16:56:10,198 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7786df0f - URL [jar:file:/Users/sharpei/Downloads/neo4j-enterprise-1.8.1/system/lib/neo4j-server-1.8.1.jar!/logback.xml] is not of type file
16:56:10,262 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
16:56:10,268 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
16:56:10,272 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
16:56:10,288 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:56:10,336 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
16:56:10,336 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
16:56:10,338 |-ERROR in ch.qos.logback.core.joran.action.IncludeAction - Could not find resource corresponding to [custom-logback.xml]
16:56:10,339 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@379e8f17 - Registering current configuration as safe fallback point

process [50657]... waiting for server to be ready...... OK.
Go to http://localhost:7474/webadmin/ for administration interface.

我尝试访问webadmin网址,我只是得到一个空白页面。没有错误或任何东西。我试过谷歌搜索各种日志,我什么也没想到。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

您是否有机会分享该安装?可能存在权限问题,因为logback.xml无法识别为文件? neo4j进程是否对所有文件都具有rwx权限?