Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Problem with graph.db
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
luiz gustavo bosco de oliveira  
View profile  
 More options Feb 24 2012, 9:50 pm
From: luiz gustavo bosco de oliveira <gustavob...@gmail.com>
Date: Sat, 25 Feb 2012 00:50:10 -0200
Local: Fri, Feb 24 2012 9:50 pm
Subject: Re: [Neo4j] Problem with graph.db

1.6 stable version for linux, the stores are done using rest api.

I believe the server rebooted itself

Em 25 de fevereiro de 2012 00:32, Jim Webber <j...@neotechnology.com>escreveu:

> Hi Gustavo,

> Hmmm, I don't really want to ask for your production data but that does
> give me a clue.

> I don't think this necessarily indexing - the error is coming from the
> store layer.

> What version of Neo4j are you running, and have you done anything that
> might have upset the store files?

> Jim

> On 25 Feb 2012, at 01:07, luiz gustavo bosco de oliveira wrote:

> > Hi Jim,

> > This problem occurred in the production environment, as much as I can
> release the graph.db is for you, along with the query that I run that
> returns this exception.

> > if you want de graph.db i was post it on dropbox, have you account?

> > Att
> > Gustavo

> > Em 24 de fevereiro de 2012 21:27, Jim Webber <j...@neotechnology.com>
> escreveu:
> > Hi Gustavo,

> > We'd need to see a test case that we can reproduce. Can you package a
> failing test (and test data) so we can see it?

> > Jim

> > On 24 Feb 2012, at 12:03, gustavoboby wrote:

> > > Anyone can help me?

> > > On 23 fev, 16:05, gustavoboby <gustavob...@gmail.com> wrote:
> > >> Hi guy's,

> > >> I have a problem when i trie to execute the query above:

> > >> http> POST /db/data/cypher { "query": "start x  =
> > >> node:index_padrao(Tipo='Perfil') WHERE x.Email AND
> > >> x.Email='luiz.bo...@grupoec.com.br' return x" }

> > >> The exception:

> > >> ==> 400 Bad Request
> > >> ==> {
> > >> ==>   "message" : "Position[19500176] requested for high id[19449875],
> > >> store is ok[true] recovery[false]",
> > >> ==>   "exception" :
> > >> "org.neo4j.kernel.impl.nioneo.store.InvalidRecordException:
> > >> Position[19500176] requested for high id[19449875], store is ok[true]
> > >> recovery[false]",
> > >> ==>   "stacktrace" :
> > >> [
> "org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore.acquireWindow(Commo
> nAbstractStore.java:
> > >> 554)",

> "org.neo4j.kernel.impl.nioneo.store.PropertyStore.getLightRecord(PropertySt
> ore.java:
> > >> 348)",

> "org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.getPropertyRecordChain(Rea
> dTransaction.java:
> > >> 184)",

> "org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.loadProperties(ReadTransac
> tion.java:
> > >> 214)",

> "org.neo4j.kernel.impl.nioneo.xa.ReadTransaction.nodeLoadProperties(ReadTra
> nsaction.java:
> > >> 238)",

> "org.neo4j.kernel.impl.persistence.PersistenceManager.loadNodeProperties(Pe
> rsistenceManager.java:
> > >> 113)",

> "org.neo4j.kernel.impl.core.NodeManager.loadProperties(NodeManager.java:
> > >> 732)",
> > >> "org.neo4j.kernel.impl.core.NodeImpl.loadProperties(NodeImpl.java:
> > >> 121)",

> "org.neo4j.kernel.impl.core.Primitive.ensureFullProperties(Primitive.java:
> > >> 569)",
> > >> "org.neo4j.kernel.impl.core.Primitive.hasProperty(Primitive.java:
> > >> 293)",
> > >> "org.neo4j.kernel.impl.core.NodeProxy.hasProperty(NodeProxy.java:
> > >> 150)", "org.neo4j.cypher.commands.Has.isMatch(Predicate.scala:139)",
> > >> "org.neo4j.cypher.commands.And.isMatch(Predicate.scala:43)",
> > >> "org.neo4j.cypher.internal.pipes.FilterPipe$$anonfun$createResults
> > >> $1.apply(FilterPipe.scala:29)",
> > >> "org.neo4j.cypher.internal.pipes.FilterPipe$$anonfun$createResults
> > >> $1.apply(FilterPipe.scala:29)", "scala.collection.TraversableLike$
> > >> $anonfun$filter$1.apply(TraversableLike.scala:213)",
> > >> "scala.collection.LinearSeqOptimized
> > >> $class.foreach(LinearSeqOptimized.scala:59)",
> > >> "scala.collection.immutable.List.foreach(List.scala:45)",
> > >> "scala.collection.TraversableLike$class.filter(TraversableLike.scala:
> > >> 212)", "scala.collection.immutable.List.filter(List.scala:45)",

> "org.neo4j.cypher.internal.pipes.FilterPipe.createResults(FilterPipe.scala:
> > >> 29)",

> "org.neo4j.cypher.internal.pipes.ExtractPipe.createResults(ExtractPipe.scal
> a:
> > >> 41)",

> "org.neo4j.cypher.internal.pipes.ColumnFilterPipe.createResults(ColumnFilte
> rPipe.scala:
> > >> 33)", "org.neo4j.cypher.internal.ExecutionPlanImpl$$anonfun
> > >> $6.apply(ExecutionPlanImpl.scala:120)",
> > >> "org.neo4j.cypher.internal.ExecutionPlanImpl$$anonfun
> > >> $6.apply(ExecutionPlanImpl.scala:118)",

> "org.neo4j.cypher.internal.ExecutionPlanImpl.execute(ExecutionPlanImpl.scal
> a:
> > >> 34)", "org.neo4j.cypher.ExecutionEngine.execute(ExecutionEngine.scala:
> > >> 72)", "org.neo4j.cypher.ExecutionEngine.execute(ExecutionEngine.scala:
> > >> 68)",

> "org.neo4j.cypher.javacompat.ExecutionEngine.execute(ExecutionEngine.java:
> > >> 73)",
> > >> "org.neo4j.server.rest.web.CypherService.cypher(CypherService.java:
> > >> 71)", "sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
> > >> "sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)",
> > >> "sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)",
> > >> "java.lang.reflect.Method.invoke(Unknown Source)",
> > >> "com.sun.jersey.spi.container.JavaMethodInvokerFactory
> > >> $1.invoke(JavaMethodInvokerFactory.java:60)",

> "com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDis
> patchProvider

> $ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:
> > >> 205)",

> "com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatc
> her.dispatch(ResourceJavaMethodDispatcher.java:
> > >> 75)",

> "com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.
> java:
> > >> 288)",

> "com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClas
> sRule.java:
> > >> 108)",

> "com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPat
> hRule.java:
> > >> 147)",

> "com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootRe
> sourceClassesRule.java:
> > >> 84)",

> "com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(W
> ebApplicationImpl.java:
> > >> 1469)",

> "com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(W
> ebApplicationImpl.java:
> > >> 1400)",

> "com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(We
> bApplicationImpl.java:
> > >> 1349)",

> "com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(We
> bApplicationImpl.java:
> > >> 1339)",

> "com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.jav
> a:
> > >> 416)",

> "com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletConta
> iner.java:
> > >> 537)",

> "com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletConta
> iner.java:
> > >> 699)", "javax.servlet.http.HttpServlet.service(HttpServlet.java:820)",
> > >> "org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
> > >> 511)", "org.mortbay.jetty.servlet.ServletHandler
> > >> $CachedChain.doFilter(ServletHandler.java:1166)",

> "org.neo4j.server.statistic.StatisticFilter.doFilter(StatisticFilter.java:
> > >> 62)", "org.mortbay.jetty.servlet.ServletHandler
> > >> $CachedChain.doFilter(ServletHandler.java:1157)",
> > >> "org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
> > >> 388)",
> > >> "org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
> > >> 182)",
> > >> "org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
> > >> 765)",

> "org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:
> > >> 114)",
> > >> "org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
> > >> 152)", "org.mortbay.jetty.Server.handle(Server.java:326)",
> > >> "org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
> > >> 542)", "org.mortbay.jetty.HttpConnection
> > >> $RequestHandler.content(HttpConnection.java:943)",
> > >> "org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)",
> > >> "org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)",
> > >> "org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)",

> "org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
> > >> 410)", "org.mortbay.thread.QueuedThreadPool
> > >> $PoolThread.run(QueuedThreadPool.java:582)" ]
> > >> ==> }

> > >> I believe the problem is when i do a search by index.

> > >> I don't know if is here the better place to expose my problem, but i
> > >> need tro try =)

> > >> Thank's

> > >> Gustavo

--
Att.
Luiz Gustavo Bosco de Oliveira
Analista Desenvolvedor.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.