TupleQueryResultParserRegistry - Failed to instantiate service #3346
-
I am very new to RDF4J and GraphDB. I'm working on one of the simple example programs to connect and run simple queries on a GraphDB database running on my local host. I'm able to connect and run my simple queries, but I'm getting the following error messages: [main] ERROR org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry - Failed to instantiate service I'm using Eclipse and followed the steps in the "Starting a New Maven Project in Eclipse" documentation. From what I can see, I do have the required JAR file and classes in my Maven Dependencies and I can see the definitions of the JSON_STAR, SPARQL_STAR, and TSV_STAR fields. Does anyone have any suggestions on what the problem might be and how to fix it? Thank you for your time and consideration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, could you perhaps list the versions of RDF4J you are using locally and the version of the GraphDB server ? Best regards Bart |
Beta Was this translation helpful? Give feedback.
Hi,
could you perhaps list the versions of RDF4J you are using locally and the version of the GraphDB server ?
It might be the case that your local version is more recent than the libraries on the GraphDB server
Best regards
Bart