Error when starting up new installation of Neo4j on Windows 8 -


i've downloaded , installed neo4j 2.0.1 community edition on windows 8 64.

i start , set path default database. when after tries start server, following error occurs.

starting neo4j server failed: error starting org.neo4j.kernel.embeddedgraphdatabase, c:\neo4j community\db\default

pulled messages.log,

[o.n.k.embeddedgraphdatabase]: startup failed: component 'org.neo4j.kernel.extension.kernelextensions@152c108d' initialized, failed start. please see attached cause exception.: component 'org.neo4j.shell.impl.shellserverkernelextension@47df4cd0' initialized, failed start. please see attached cause exception.: internal error: objid in use

what's wrong?

do have other java application running on machine?

or older version of neo4j installed service?

the error message indicates conflict of sorts remote method invocation registry. (if google error message see that)

perhaps can try run neo4j in user account doesn't have preinstalled or existing software running automatically.

you try use system tools find out app listens on port 1099


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -