GitHub user rac021 opened a pull request:

    https://github.com/apache/incubator-rya/pull/109

    3.2.10 rc1

    HTTP ERROR 500
    
    Problem accessing /web.rya/queryrdf. Reason:
    
        Server Error
    Caused by:
    
    org.springframework.web.util.NestedServletException: Request processing 
failed; nested exception is java.lang.RuntimeException: 
java.lang.RuntimeException: org.apache.accumulo.core.client.AccumuloException: 
java.lang.InterruptedException: sleep interrupted
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:965)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:844)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
        at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:829)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:837)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
        at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
        at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:524)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: 
org.apache.accumulo.core.client.AccumuloException: 
java.lang.InterruptedException: sleep interrupted
        at mvm.cloud.rdf.web.sail.RdfController.queryRdf(RdfController.java:165)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)
        at 
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440)
        at 
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:428)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:933)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:867)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:953)
        ... 29 more
    Caused by: java.lang.RuntimeException: 
org.apache.accumulo.core.client.AccumuloException: 
java.lang.InterruptedException: sleep interrupted
        at 
org.apache.accumulo.core.client.impl.ScannerIterator.hasNext(ScannerIterator.java:187)
        at com.google.common.collect.Iterators$5.hasNext(Iterators.java:547)
        at 
mvm.rya.accumulo.query.RyaStatementBindingSetKeyValueIterator.hasNext(RyaStatementBindingSetKeyValueIterator.java:96)
        at 
mvm.rya.api.persist.utils.RyaDAOHelper$2.hasNext(RyaDAOHelper.java:142)
        at 
info.aduna.iteration.ConvertingIteration.hasNext(ConvertingIteration.java:73)
        at 
org.openrdf.query.algebra.evaluation.iterator.PathIteration.getNextElement(PathIteration.java:107)
        at 
org.openrdf.query.algebra.evaluation.iterator.PathIteration.getNextElement(PathIteration.java:40)
        at 
info.aduna.iteration.LookAheadIteration.lookAhead(LookAheadIteration.java:91)
        at 
info.aduna.iteration.LookAheadIteration.hasNext(LookAheadIteration.java:60)
        at 
org.openrdf.query.algebra.evaluation.iterator.JoinIterator.getNextElement(JoinIterator.java:69)
        at 
org.openrdf.query.algebra.evaluation.iterator.JoinIterator.getNextElement(JoinIterator.java:30)
        at 
info.aduna.iteration.LookAheadIteration.lookAhead(LookAheadIteration.java:91)
        at 
info.aduna.iteration.LookAheadIteration.hasNext(LookAheadIteration.java:60)
        at 
org.openrdf.query.algebra.evaluation.iterator.GroupIterator.buildEntries(GroupIterator.java:169)
        at 
org.openrdf.query.algebra.evaluation.iterator.GroupIterator.createIterator(GroupIterator.java:129)
        at 
org.openrdf.query.algebra.evaluation.iterator.GroupIterator.hasNext(GroupIterator.java:105)
        at 
info.aduna.iteration.ConvertingIteration.hasNext(ConvertingIteration.java:73)
        at 
info.aduna.iteration.ConvertingIteration.hasNext(ConvertingIteration.java:73)
        at 
info.aduna.iteration.IterationWrapper.hasNext(IterationWrapper.java:68)
        at info.aduna.iteration.LimitIteration.hasNext(LimitIteration.java:73)
        at 
mvm.rya.rdftriplestore.RdfCloudTripleStoreConnection$1.hasNext(RdfCloudTripleStoreConnection.java:407)
        at 
info.aduna.iteration.IterationWrapper.hasNext(IterationWrapper.java:68)
        at 
org.openrdf.sail.helpers.SailBaseIteration.hasNext(SailBaseIteration.java:61)
        at 
info.aduna.iteration.IterationWrapper.hasNext(IterationWrapper.java:68)
        at org.openrdf.query.QueryResults.report(QueryResults.java:155)
        at 
org.openrdf.repository.sail.SailTupleQuery.evaluate(SailTupleQuery.java:76)
        at 
mvm.cloud.rdf.web.sail.RdfController.performQuery(RdfController.java:211)
        at mvm.cloud.rdf.web.sail.RdfController.queryRdf(RdfController.java:151)
        ... 39 more
    Caused by: org.apache.accumulo.core.client.AccumuloException: 
java.lang.InterruptedException: sleep interrupted
        at 
org.apache.accumulo.core.client.impl.ThriftScanner.scan(ThriftScanner.java:370)
        at 
org.apache.accumulo.core.client.impl.ScannerIterator$Reader.run(ScannerIterator.java:84)
        at 
org.apache.accumulo.core.client.impl.ScannerIterator.hasNext(ScannerIterator.java:177)
        ... 66 more
    Caused by: java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.accumulo.core.client.impl.ThriftScanner.scan(ThriftScanner.java:358)
        ... 68 more

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-rya 3.2.10-RC1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/109.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #109
    
----
commit a6100d0d6ffefb0257e2068ea8d7a19fe7043cd9
Author: Aaron Mihalik <miha...@alum.mit.edu>
Date:   2016-09-08T21:45:03Z

    [maven-release-plugin] prepare release v3.2.10-RC1

commit 61d3a992ce353c571544c1cd338a4b7cfe4224ec
Author: Aaron Mihalik <miha...@alum.mit.edu>
Date:   2016-09-08T21:45:25Z

    [maven-release-plugin] prepare for next development iteration

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to