[
https://issues.apache.org/jira/browse/JENA-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778737#comment-13778737
]
Hudson commented on JENA-549:
-----------------------------
SUCCESS: Integrated in Jena_Development_Test #969 (See
[https://builds.apache.org/job/Jena_Development_Test/969/])
JENA-549 : Ground subject and object PropFuncArg before use.
Add checking code to QueryIterExtendByVar (andy: rev 1526459)
*
/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/engine/iterator/QueryIterExtendByVar.java
*
/jena/trunk/jena-spatial/src/main/java/org/apache/jena/query/spatial/pfunction/SpatialOperationPFBase.java
*
/jena/trunk/jena-text/src/main/java/org/apache/jena/query/text/TextQueryPF.java
*
/jena/trunk/jena-text/src/test/java/org/apache/jena/query/text/AbstractTestDatasetWithTextIndex.java
> Subject variables in a text:query bound earlier in the query cause exception
> in TDB.
> ------------------------------------------------------------------------------------
>
> Key: JENA-549
> URL: https://issues.apache.org/jira/browse/JENA-549
> Project: Apache Jena
> Issue Type: Bug
> Components: Spatial, Text
> Affects Versions: Jena 2.11.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Jena 2.11.1
>
>
> Example:
> {noformat}
> ?s :p 123 .
> ?s text:query 'foo'
> {noformat}
> and {{text:query}} matches something, then an internal inconsistency is
> detected by TDB. This error happens more generally - TDB happens to have
> additional checking code and the order of creation of concrete terms is
> different for TDB vs in-memory execution.
> {noformat}
> Exception in thread "main" com.hp.hpl.jena.sparql.ARQInternalErrorException:
> Attempt to reassign '?item' from
> '<http://www.riograndegames.com/games.html?id=181>' to
> '<http://www.riograndegames.com/games.html?id=181>'
> at
> com.hp.hpl.jena.sparql.engine.binding.BindingHashMap.checkAdd(BindingHashMap.java:111)
> at
> com.hp.hpl.jena.sparql.engine.binding.BindingHashMap.add(BindingHashMap.java:92)
> at
> com.hp.hpl.jena.sparql.engine.binding.BindingFactory.materialize(BindingFactory.java:60)
> at
> com.hp.hpl.jena.tdb.solver.QueryEngineTDB$QueryIteratorMaterializeBinding.moveToNextBinding(QueryEngineTDB.java:139)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira