--
You received this message because you are subscribed to the Google Groups "linked-data-api-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linked-data-api-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Epimorphics Ltd www.epimorphics.com Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT Tel: 01275 399069 Epimorphics Ltd. is a limited company registered in England (number 7016688) Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT, UK
On 2016-02-18 12:35, Nic Gould wrote:
I'm seeing some strange behaviour in ELDA (latest version), where for a ListEndpoint if I return more than a certain number of results, no properties are returned for any of the items. If I reduce the result count down to a certain value then i correctly see all properties for each item, and can scroll through multiple pages of results no problem. I can run the query against my sparql endpoint (blazegraph) directly and the correct data is being returned.--
Am I missing something or is this a bug?
Any help or suggestions gratefully received!
You received this message because you are subscribed to the Google Groups "linked-data-api-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linked-data-api-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Chris & Stuart, thanks for getting back to me.
I can confirm that the ttl and json renderings also suffer from exactly the same problem as the html, but that sending the query directly to the sparql endpoint returns the expected results. The number of results that can be displayed before the issue becomes apparent seems to depend on the viewer that is being used (12 with a larger custom viewer and 26 with with the basic viewer).
It looks like it could be connected to the number of triples being returned, with up to about 125 being fine but 130 or more resulting in no properties for any items. This seems more likely than a bad uri or similar as you can use the _page parameter to offset the results and the same behaviour is observed.
To unsubscribe from this group and stop receiving emails from it, send an email to linked-data-api-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes it's just a local demo running on a VM on my laptop. So using elda-standalone-1.3.17 with default heap sizes, VM has 8GB of RAM.
To unsubscribe from this group and stop receiving emails from it, send an email to linked-data-api-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 2016-02-18 14:46, Nic Gould wrote:
Hmmm.... I don't know what the defaults are for the enviroment you are running in, but I usually find them to small. I'd recommend at least 1Gbyte of heap (-Xmx1G). Also, if your data is deeply nested you might need to increase the thread stack size (-Xss10M)Yes it's just a local demo running on a VM on my laptop. So using elda-standalone-1.3.17 with default heap sizes, VM has 8GB of RAM.
Stuart
--
On Thursday, 18 February 2016 14:34:17 UTC, skw wrote:
Hello Nic,
On 2016-02-18 14:28, Nic Gould wrote:
Those seem like *very* small numbers of triples!Hi Chris & Stuart, thanks for getting back to me.
I can confirm that the ttl and json renderings also suffer from exactly the same problem as the html, but that sending the query directly to the sparql endpoint returns the expected results. The number of results that can be displayed before the issue becomes apparent seems to depend on the viewer that is being used (12 with a larger custom viewer and 26 with with the basic viewer).
It looks like it could be connected to the number of triples being returned, with up to about 125 being fine but 130 or more resulting in no properties for any items. This seems more likely than a bad uri or similar as you can use the _page parameter to offset the results and the same behaviour is observed.
What heaps size are you using? What webapp container?
Stuart
--
Chris, I don't have this a self-contained example at present. But will see if I can get chance to produce one for you at some point.
On Thursday, 18 February 2016 13:38:55 UTC, skw wrote:
On 2016-02-18 12:35, Nic Gould wrote:
I'm seeing some strange behaviour in ELDA (latest version), where for a ListEndpoint if I return more than a certain number of results, no properties are returned for any of the items. If I reduce the result count down to a certain value then i correctly see all properties for each item, and can scroll through multiple pages of results no problem. I can run the query against my sparql endpoint (blazegraph) directly and the correct data is being returned.--
Am I missing something or is this a bug?
Any help or suggestions gratefully received!
You received this message because you are subscribed to the Google Groups "linked-data-api-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linked-data-api-discuss+unsubscr...@googlegroups.com.