You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Marco Neumann <ma...@gmail.com> on 2019/06/12 18:38:53 UTC

Re: [jira] [Commented] (JENA-1482) Add testing when creating Bindings to catch null values earlier.

Andy are you still working on this? I am getting

14:27:22 ERROR BindingTDB                :: get1(?x)
org.apache.jena.tdb.TDBException: No node in NodeTable for NodeId
[000000019CBA73C0]

for simple "SELECT count(?x) WHERE{ ?x ?y ?z }" on a TDB with Jena 3.13 and
jdk12.0.1 .

I have switched to TDB2 for now which seems to work fine. Is it time to
retire TDB1?



On Wed, Apr 25, 2018 at 11:13 AM Andy Seaborne (JIRA) <ji...@apache.org>
wrote:

>
>     [
> https://issues.apache.org/jira/browse/JENA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452005#comment-16452005
> ]
>
> Andy Seaborne commented on JENA-1482:
> -------------------------------------
>
> [Commit 3def363|
> https://git-wip-us.apache.org/repos/asf?p=jena.git;h=3def363] adds tests
> for this ticket.
>
> > Add testing when creating Bindings to catch null values earlier.
> > ----------------------------------------------------------------
> >
> >                 Key: JENA-1482
> >                 URL: https://issues.apache.org/jira/browse/JENA-1482
> >             Project: Apache Jena
> >          Issue Type: Improvement
> >          Components: ARQ
> >    Affects Versions: Jena 3.6.0
> >            Reporter: Andy Seaborne
> >            Assignee: Andy Seaborne
> >            Priority: Minor
> >             Fix For: Jena 3.7.0
> >
> >
>
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>


-- 


---
Marco Neumann
KONA

Re: [jira] [Commented] (JENA-1482) Add testing when creating Bindings to catch null values earlier.

Posted by Marco Neumann <ma...@gmail.com>.
yes I have mixed an old database with a new jdk and and a new jena release
going from 3.11 to 3.13. while also introducing  and removing again a
commit() on the data set.

I think that's where things went wrong.  not recommended.


On Fri, Jun 14, 2019 at 5:59 PM Andy Seaborne <an...@apache.org> wrote:

> Is this this a new database?
>
> (This issue happens silently at update time but the symptom happens at
> read and it can be a long time apart).
>
> If new, do you have a reproducible example, creating and using the
> database?
>
>
>
> On 12/06/2019 19:38, Marco Neumann wrote:
> > Andy are you still working on this? I am getting
> >
> > 14:27:22 ERROR BindingTDB                :: get1(?x)
> > org.apache.jena.tdb.TDBException: No node in NodeTable for NodeId
> > [000000019CBA73C0]
> >
> > for simple "SELECT count(?x) WHERE{ ?x ?y ?z }" on a TDB with Jena 3.13
> and
> > jdk12.0.1 .
>
> For a plain TDB database, that query does not read the node table.
> If it is something over a TDB database, it does.
>
> > I have switched to TDB2 for now which seems to work fine.
>
>
> > Is it time to
> > retire TDB1?
>
> Too many uses in the field.
>
>      Andy
>
> >
> >
> >
> > On Wed, Apr 25, 2018 at 11:13 AM Andy Seaborne (JIRA) <ji...@apache.org>
> > wrote:
> >
> >>
> >>      [
> >>
> https://issues.apache.org/jira/browse/JENA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452005#comment-16452005
> >> ]
> >>
> >> Andy Seaborne commented on JENA-1482:
> >> -------------------------------------
> >>
> >> [Commit 3def363|
> >> https://git-wip-us.apache.org/repos/asf?p=jena.git;h=3def363] adds
> tests
> >> for this ticket.
> >>
> >>> Add testing when creating Bindings to catch null values earlier.
> >>> ----------------------------------------------------------------
> >>>
> >>>                  Key: JENA-1482
> >>>                  URL: https://issues.apache.org/jira/browse/JENA-1482
> >>>              Project: Apache Jena
> >>>           Issue Type: Improvement
> >>>           Components: ARQ
> >>>     Affects Versions: Jena 3.6.0
> >>>             Reporter: Andy Seaborne
> >>>             Assignee: Andy Seaborne
> >>>             Priority: Minor
> >>>              Fix For: Jena 3.7.0
> >>>
> >>>
> >>
> >>
> >>
> >>
> >> --
> >> This message was sent by Atlassian JIRA
> >> (v7.6.3#76005)
> >>
> >
> >
>


-- 


---
Marco Neumann
KONA

Re: [jira] [Commented] (JENA-1482) Add testing when creating Bindings to catch null values earlier.

Posted by Andy Seaborne <an...@apache.org>.
Is this this a new database?

(This issue happens silently at update time but the symptom happens at 
read and it can be a long time apart).

If new, do you have a reproducible example, creating and using the database?



On 12/06/2019 19:38, Marco Neumann wrote:
> Andy are you still working on this? I am getting
> 
> 14:27:22 ERROR BindingTDB                :: get1(?x)
> org.apache.jena.tdb.TDBException: No node in NodeTable for NodeId
> [000000019CBA73C0]
> 
> for simple "SELECT count(?x) WHERE{ ?x ?y ?z }" on a TDB with Jena 3.13 and
> jdk12.0.1 .

For a plain TDB database, that query does not read the node table.
If it is something over a TDB database, it does.

> I have switched to TDB2 for now which seems to work fine.


> Is it time to
> retire TDB1?

Too many uses in the field.

     Andy

> 
> 
> 
> On Wed, Apr 25, 2018 at 11:13 AM Andy Seaborne (JIRA) <ji...@apache.org>
> wrote:
> 
>>
>>      [
>> https://issues.apache.org/jira/browse/JENA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452005#comment-16452005
>> ]
>>
>> Andy Seaborne commented on JENA-1482:
>> -------------------------------------
>>
>> [Commit 3def363|
>> https://git-wip-us.apache.org/repos/asf?p=jena.git;h=3def363] adds tests
>> for this ticket.
>>
>>> Add testing when creating Bindings to catch null values earlier.
>>> ----------------------------------------------------------------
>>>
>>>                  Key: JENA-1482
>>>                  URL: https://issues.apache.org/jira/browse/JENA-1482
>>>              Project: Apache Jena
>>>           Issue Type: Improvement
>>>           Components: ARQ
>>>     Affects Versions: Jena 3.6.0
>>>             Reporter: Andy Seaborne
>>>             Assignee: Andy Seaborne
>>>             Priority: Minor
>>>              Fix For: Jena 3.7.0
>>>
>>>
>>
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v7.6.3#76005)
>>
> 
>