dwslab / dwslib

Lib with handy, everyday java tools
dwslab.de
8 stars 1 forks source link

Stuck in writing data to cache #2

Open dfleischhacker opened 10 years ago

dfleischhacker commented 10 years ago

The following query causes CachedQuery to be stuck in the caching code

SELECT ?cat WHERE { {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://purl.org/dc/terms/subject> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/author> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/literaryGenre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/genre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/property/genre> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/publisher> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://purl.org/dc/terms/subject> ?nsubject . ?nsubject <http://www.w3.org/2004/02/skos/core#broader> ?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://dbpedia.org/ontology/author> ?author . ?author <http://dbpedia.org/ontology/nationality> ?cat} }
dfleischhacker commented 10 years ago

Additional information: maybe problem only occurs if query results only contains a single query

dfleischhacker commented 10 years ago

Not reproducable as of b4dbc2ee6d7e545fbb69f1a8e3fc808cf6e296a9

mschuhma commented 10 years ago

Ich kann das Problem auch nicht reproduzieren.