I´m refactored our Neo4j application on a empty server.

If you want, I can share with you the database and the usage type of Neo
servers, but on my part is no longer needed.

grateful!


2014-03-06 4:28 GMT-03:00 Michael Hunger <[email protected]>
:

> Can you share:
> - versions, OS,
> - the full messages.log of the source db and the target db
> - how exactly you made that backup
> - and the logical log files (better the whole database).
>
>
> Thanks a lot
>
> Michael
>
> Am 05.03.2014 um 19:28 schrieb Juliano Baggio di Sopra <[email protected]>:
>
> After an instance make backup from other, it start but don't load data.
> I'm tried manual backup, and the error continues.
>
> The console.log show only backup debug info.
>
> The neo4j.0.0.log show error:
>
> Mar 05, 2014 3:30:50 PM com.sun.jersey.spi.container.ContainerResponse
> mapMappableContainerException
> Grave: The RuntimeException could not be mapped to a response, re-throwing
> to the HTTP container
> java.lang.NullPointerException
>         at
> org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.nodeLoadLight(ReadTransaction.java:86)
>         at
> org.neo4j.kernel.impl.persistence.PersistenceManager.loadLightNode(PersistenceManager.java:73)
>         at
> org.neo4j.kernel.impl.core.NodeManager.getNodeByIdOrNull(NodeManager.java:319)
>         at
> org.neo4j.kernel.InternalAbstractGraphDatabase$5.getNodeByIdOrNull(InternalAbstractGraphDatabase.java:628)
>         at
> org.neo4j.kernel.impl.core.NodeManager.getNodeById(NodeManager.java:336)
>         at
> org.neo4j.kernel.impl.core.NodeManager.getReferenceNode(NodeManager.java:489)
>         at
> org.neo4j.kernel.InternalAbstractGraphDatabase.getReferenceNode(InternalAbstractGraphDatabase.java:975)
>         at
> org.neo4j.server.rest.repr.DatabaseRepresentation.serialize(DatabaseRepresentation.java:56)
>         at
> org.neo4j.server.rest.repr.MappingRepresentation.serialize(MappingRepresentation.java:41)
>         at
> org.neo4j.server.rest.repr.OutputFormat.assemble(OutputFormat.java:180)
>         at
> org.neo4j.server.rest.repr.OutputFormat.formatRepresentation(OutputFormat.java:132)
>         at
> org.neo4j.server.rest.repr.OutputFormat.response(OutputFormat.java:119)
>         at org.neo4j.server.rest.repr.OutputFormat.ok(OutputFormat.java:57)
>         at
> org.neo4j.server.rest.web.RestfulGraphDatabase.getRoot(RestfulGraphDatabase.java:196)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>         at
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
>         at
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>         at
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
>         at
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>         at
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
> at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
>         at
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
>          at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>         at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
>         at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
>         at
> org.neo4j.server.rest.security.SecurityFilter.doFilter(SecurityFilter.java:112)
>         at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>         at
> org.neo4j.server.guard.GuardingRequestFilter.doFilter(GuardingRequestFilter.java:68)
>         at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
>         at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
>         at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>         at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>         at
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>         at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>         at org.mortbay.jetty.Server.handle(Server.java:322)
>         at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
>         at
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
>         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
>         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>         at
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
>         at
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
>
>
> --
> 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/groups/opt_out.
>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Neo4j" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/neo4j/iw7JaGk38sM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

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

Reply via email to