-
Notifications
You must be signed in to change notification settings - Fork 652
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
ARQInternalErrorException during query execution in Jena 4.10.0 #2153
Labels
Comments
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
3 tasks
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
There are two sub-issues here:
|
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
afs
changed the title
ARQInternalErrorException during query execution in Jena 4.10.0 while using TDB
ARQInternalErrorException during query execution in Jena 4.10.0
Jan 5, 2024
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
afs
added a commit
to afs/jena
that referenced
this issue
Jan 5, 2024
afs
added a commit
to afs/jena
that referenced
this issue
Jan 6, 2024
3 tasks
afs
added a commit
to afs/jena
that referenced
this issue
Jan 8, 2024
afs
added a commit
to afs/jena
that referenced
this issue
Jan 8, 2024
afs
added a commit
that referenced
this issue
Jan 11, 2024
cnanjo
pushed a commit
to fhircat/jena
that referenced
this issue
Mar 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #2150
Originally posted by kishand261194 January 4, 2024
Hi all,
We are attempting to upgrade from Jena 3.5 to Jena 4.10.0.
We are using “RDFConnection.connect(TDBFactory.createDataset());” for unit tests.
The below query works totally fine in Jena 3.5 but fails with the following exception in Jena 4.10.0.
I have confirmed that the query is correct and works totally fine in Neptune RDF as well. Can someone please help us on how to go about this ? or please suggest if the query needs to updated to something else for jena 4.10.0.
I have also attached the code sample to reproduce the issue.
Query :
Error :
Code to repro the issue :
The text was updated successfully, but these errors were encountered: