You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Mikael Pesonen <mi...@lingsoft.fi> on 2018/09/07 09:29:48 UTC

Error 500: RecordRangeIterator: records not strictly increasing

Hi,

following query results in error

Error 500: RecordRangeIterator: records not strictly increasing: 000000001ab038a7000000000006fe1e00000000000704100000000000a9d430 // 000000001ab035cd0000000000000000000000000828acf30000000000a9d430


Fuseki - version 3.7.0 (Build date: 2018-04-05T11:04:59+0000)




SELECT count(?subject)
WHERE {
graph ?g {
   ?subject ?predicate ?object
}}

-- 
Lingsoft - 30 years of Leading Language Management

www.lingsoft.fi

Speech Applications - Language Management - Translation - Reader's and Writer's Tools - Text Tools - E-books and M-books

Mikael Pesonen
System Engineer

e-mail: mikael.pesonen@lingsoft.fi
Tel. +358 2 279 3300

Time zone: GMT+2

Helsinki Office
Eteläranta 10
FI-00130 Helsinki
FINLAND

Turku Office
Kauppiaskatu 5 A
FI-20100 Turku
FINLAND


Re: Error 500: RecordRangeIterator: records not strictly increasing

Posted by Andy Seaborne <an...@apache.org>.
This is likely the same as the already reported problems.

     Andy

On 07/09/18 10:29, Mikael Pesonen wrote:
> 
> Hi,
> 
> following query results in error
> 
> Error 500: RecordRangeIterator: records not strictly increasing: 
> 000000001ab038a7000000000006fe1e00000000000704100000000000a9d430 // 
> 000000001ab035cd0000000000000000000000000828acf30000000000a9d430
> 
> 
> Fuseki - version 3.7.0 (Build date: 2018-04-05T11:04:59+0000)
> 
> 
> 
> 
> SELECT count(?subject)
> WHERE {
> graph ?g {
>    ?subject ?predicate ?object
> }}
>