HughWilliams
HughWilliams
Can you please recompile your Virtuoso open source build in debug mode and force core file generation from which a gdb stack trace can be obtained with detailed information as...
You seem to be encountering the same `SPARQL: Internal error: The length of generated SQL text has exceeded 10000 lines of code` error reported in [git issue 934](https://github.com/openlink/virtuoso-opensource/issues/934) for which...
What is the tool/application being used to perform the insert that was failing originally ? The browser will have a limit on the size of query string it can pass,...
Your problem description is continuously changing and not now related to original github issue report ... What is the version of your Virtuoso instance in use, which can be obtained...
You are using a Virtuoso docker image created by a third-party company, that has not been updated since 2017. I would recommend you try using the [official Virtuoso Open Source...
OK, I shall consider your issue closed, should it persist using our [official Virtuoso Open Source Docker image](https://hub.docker.com/repository/docker/openlink/virtuoso-opensource-7/general) then please open a new git issue for it as the issue...
A [Virtuoso RDF4J HTTP Repository](https://vos.openlinksw.com/owiki/wiki/VOS/VirtSesame2HttpRepository) can be created as detailed in the documentation link, assuming this is the type of RDF repository you are seeking ...
There are no settings in the INI file to control such behaviour to my knowledge. What is the RDF4J app being used is it the RDF4J [FedX](https://rdf4j.org/documentation/programming/federation/) service referenced in...
What git branch did you build against as looking at the error it would seem you build against stable/7 from Jul2013: https://github.com/openlink/virtuoso-opensource/blob/stable/7/libsrc/Wi/chash.c#L2332 Thus I would suggest trying against latest develop/7...
Ah, that is stable/7 from July 2013 for sure as we provide prebuilt binaries as open source is not an out of the box build as on Unix'es ie Linux,...