无法在OSX 10.7.5上正确启动neo4j

无法在OSX 10.7.5上正确启动neo4j,neo4j,Neo4j,我刚刚下载了neo4j enterprise 1.8.1,正在尝试启动服务器并访问web管理员。情况就是这样: $ 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.cl

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

$ 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.

我试着转到WebAdminURL,结果得到一个空白页面。没有错误或任何东西。我试着用谷歌搜索这里的各种日志,结果一无所获。有什么想法吗?

你有没有机会分享这个安装?可能存在权限问题,因为无法将sinc ehte logback.xml识别为文件?neo4j进程对所有文件都有rwx权限吗?

就是这样!我刚更改了权限,我让它工作了!谢谢。你能澄清一下我的文件在哪里吗?你会如何授予neo4j这样做的权限?Bump:你如何授予neo4j权限?