marcelocaj / kettle-openrdf-plugin

Automatically exported from code.google.com/p/kettle-openrdf-plugin
0 stars 0 forks source link

org.openrdf.repository.http.HTTPQueryEvaluationException #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add openRDF input to transformation
2. URL=http://dbpedia.org/sparql
3. SPARQL=select distinct ?Concept where {[] a ?Concept} LIMIT 100
4. Preview

What is the expected output?
* List of Concepts from DBPEDIA

What do you see instead?
* org.openrdf.repository.http.HTTPQueryEvaluationException

What version of the product are you using? On what operating system?
* Windows 7 64
* PDI 4.4.0
* openrdf-sesame-2.7.6-onejar.jar

Also tried with other public SPARQL-Endpoints with no luck

Original issue reported on code.google.com by alexande...@gmail.com on 18 Sep 2013 at 5:01