-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jetty queryt timeout too short #27
Milestone
Comments
@JJ-Author please update to new version, check and close in case if fixed |
no it is unfortunately still an issue
seems to hit a timeout of one minute now |
@JJ-Author I cannot reproduce this, so really hard to help. Maybe you could send me the data for reproduction? |
@JJ-Author try now, hope now works |
yes, great. it works now. thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem with this query. I think it is a jetty problem (timeout or http resultset is not big enough)
[query](https://dev.databus.dbpedia.org/sparql?query=PREFIX%20fn%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2005%2Fxpath-functions%23%3E%0APREFIX%20dcat%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fdcat%23%3E%0APREFIX%20foaf%3A%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0APREFIX%20dataid%3A%20%3Chttp%3A%2F%2Fdataid.dbpedia.org%2Fns%2Fcore%23%3E%0APREFIX%20dataidcv%3A%20%3Chttp%3A%2F%2Fdataid.dbpedia.org%2Fns%2Fcv%23%3E%0APREFIX%20owl%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23%3E%0APREFIX%20dct%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0APREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0APREFIX%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0A%0ASELECT%20%3FsourceNS%20%3FtargetNS%20%3Ftypes%20(%3Fsize%2F1024%2F1024%20as%20%3FMiB)%20%0A%7B%0A%20%20%09%3Fgroup%20dct%3Atitle%20%3Ftypes%20.%0A%20%20%20%20%3Fdataid%20dataid%3Agroup%20%3Fgroup%20.%0A%20%20%20%20%3Fdataid%20dct%3Apublisher%20%3Fpublisher%20.%0A%20%20%20%20%3Fdataid%20dataid%3Aartifact%3Fartifact%20.%0A%20%20%20%20GRAPH%20%3Fg2%20%7B%20%3Chttps%3A%2F%2Fdev.databus.dbpedia.org%2Fmarvin%3E%20foaf%3Amaker%20%3Fpublisher%20.%20%7D%0A%20%20%20%20%3Fdataid%20dcat%3Adistribution%20%3Fdistribution%20.%0A%20%20%20%20%3Fdistribution%20dataidcv%3Atarget%20%3FtargetNS%20.%0A%20%20%20%20%3Fdistribution%20dataidcv%3Asource%20%3FsourceNS%20.%0A%20%20%20%20%3Fdistribution%20dataid%3Afile%20%3Ffile%20.%0A%20%20%20%20%3Fdistribution%20dcat%3AbyteSize%20%3Fsize%20.%0A%20%20%20%20%23BIND(replace(str(%3Fartifact)%2C%22https%3A%2F%2Fdev.databus.dbpedia.org%2Fmarvin%2Fdbpedia.org--ontology--%5BA-Za-z%5D%2B%2F%22%2C%22%22)%20as%20%3FsourceNS)%20.%0A%20%20%20%20FILTER%20(STR(%3FtargetNS)%20!%3D%20%22NULL%22%20)%0A%20%20%20%20%23FILTER%20(STR(%3Ftarget)%20!%3D%20%22NULL%22%20%26%26%20regex(%3FsourceNS%2C%22%3F.dbpedia.org%22)%0A%20%20%20%20%7D%20)
The text was updated successfully, but these errors were encountered: