Try to kill the all the process of neo4j manually, the error shows something is not killed which is blocking the neo4j to start.
-Sukaant Chaudhary <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> On Fri, Jan 15, 2016 at 10:03 PM, LOKESH JAIN <[email protected]> wrote: > Hi, > > When i installed neo4j initially it was working fine. But after some time > it's throwing the following exception. Please help me to rectify it. > > WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See > the Neo4j manual. > Starting Neo4j Server console-mode... > 2016-01-15 21:51:12.426+0530 INFO Successfully started database > 2016-01-15 21:51:12.445+0530 INFO Starting HTTP on port 7474 (4 threads > available) > 2016-01-15 21:51:12.591+0530 INFO Successfully shutdown Neo4j Server > 2016-01-15 21:51:12.918+0530 INFO Successfully stopped database > 2016-01-15 21:51:12.921+0530 ERROR Failed to start Neo4j: Starting Neo4j > failed: tried to access field > org.neo4j.server.rest.repr.RepresentationFormat.mediaType from class > org.neo4j.server.rest.repr.RepresentationFormatRepository Starting Neo4j > failed: tried to access field > org.neo4j.server.rest.repr.RepresentationFormat.mediaType from class > org.neo4j.server.rest.repr.RepresentationFormatRepository > org.neo4j.server.ServerStartupException: Starting Neo4j failed: tried to > access field org.neo4j.server.rest.repr.RepresentationFormat.mediaType from > class org.neo4j.server.rest.repr.RepresentationFormatRepository > at > org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:67) > at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:234) > at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:97) > at > org.neo4j.server.CommunityBootstrapper.start(CommunityBootstrapper.java:48) > at > org.neo4j.server.CommunityBootstrapper.main(CommunityBootstrapper.java:35) > Caused by: java.lang.IllegalAccessError: tried to access field > org.neo4j.server.rest.repr.RepresentationFormat.mediaType from class > org.neo4j.server.rest.repr.RepresentationFormatRepository > at > org.neo4j.server.rest.repr.RepresentationFormatRepository.<init>(RepresentationFormatRepository.java:46) > at > org.neo4j.server.AbstractNeoServer.createDefaultInjectables(AbstractNeoServer.java:637) > at > org.neo4j.server.AbstractNeoServer.configureWebServer(AbstractNeoServer.java:360) > at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:216) > ... 3 more > > Thanks & Regards > Lokesh Jain > IIIT-H > MS-CSE > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
