[jira] [Commented] (JENA-1236) Failure during query in restarted Fuseki server (inference)

2016-09-15 Thread Andy Seaborne (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15493652#comment-15493652
 ] 

Andy Seaborne commented on JENA-1236:
-

I've only thought about inference - each setup has to considered on a 
case-by-case basis for this general mixed collection scenario.

There are some conditions that must hold like the wrapping graph is itself 
stateless over restarts so if it adds a separate feature like specializes index 
then "it's complicated" and needs separate thinking.

The transaction mechanism in DBOE/TDB2 can handle this better. It is general 
and not tied to one storage but we need a solution now as well.


> Failure during query in restarted Fuseki server (inference)
> ---
>
> Key: JENA-1236
> URL: https://issues.apache.org/jira/browse/JENA-1236
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Fuseki 2.4.0
>Reporter: Andy Seaborne
> Attachments: config.ttl, mobilePhoneCustomClasses.ttl
>
>
> Report: [users@ 
> email|https://lists.apache.org/thread.html/0234228110f0d018b031a90cbca0f222b702b3b0183913449c308dbe@%3Cusers.jena.apache.org%3E]
> A simpler sequence:
> * Start fuseki --conf config.ttl
> * Load the file
> * Stop the server
> * Start the server
> * make a query on /inf.
> {noformat}
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST 
> http://localhost:3030/inf/sparql
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST /inf :: 'sparql' :: 
> [application/x-www-form-urlencoded charset=utf-8] ? 
> [2016-09-15 11:15:12] Fuseki INFO  [1] Query =   SELECT * WHERE {   
> ?subject ?predicate ?object } LIMIT 10 
> [2016-09-15 11:15:12] QueryIteratorCheck WARN  Open iterator: TripleMapper/68
> [2016-09-15 11:15:12] Fuseki WARN  [1] RC = 500 : Invalid id node for 
> subject (null node): ([], [0022], 
> [0054])
> org.apache.jena.atlas.lib.InternalErrorException: Invalid id node for subject 
> (null node): ([], [0022], [0054])
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:98)
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:84)
>   ...
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JENA-1236) Failure during query in restarted Fuseki server (inference)

2016-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15493340#comment-15493340
 ] 

ASF subversion and git services commented on JENA-1236:
---

Commit a1c0532c8e4bab166048adcab132b59590dd6f73 in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=a1c0532 ]

JENA-1236: Sync dataset, and hence graphs of the dataset, on commit.

> Failure during query in restarted Fuseki server (inference)
> ---
>
> Key: JENA-1236
> URL: https://issues.apache.org/jira/browse/JENA-1236
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Fuseki 2.4.0
>Reporter: Andy Seaborne
> Attachments: config.ttl, mobilePhoneCustomClasses.ttl
>
>
> Report: [users@ 
> email|https://lists.apache.org/thread.html/0234228110f0d018b031a90cbca0f222b702b3b0183913449c308dbe@%3Cusers.jena.apache.org%3E]
> A simpler sequence:
> * Start fuseki --conf config.ttl
> * Load the file
> * Stop the server
> * Start the server
> * make a query on /inf.
> {noformat}
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST 
> http://localhost:3030/inf/sparql
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST /inf :: 'sparql' :: 
> [application/x-www-form-urlencoded charset=utf-8] ? 
> [2016-09-15 11:15:12] Fuseki INFO  [1] Query =   SELECT * WHERE {   
> ?subject ?predicate ?object } LIMIT 10 
> [2016-09-15 11:15:12] QueryIteratorCheck WARN  Open iterator: TripleMapper/68
> [2016-09-15 11:15:12] Fuseki WARN  [1] RC = 500 : Invalid id node for 
> subject (null node): ([], [0022], 
> [0054])
> org.apache.jena.atlas.lib.InternalErrorException: Invalid id node for subject 
> (null node): ([], [0022], [0054])
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:98)
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:84)
>   ...
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JENA-1236) Failure during query in restarted Fuseki server (inference)

2016-09-15 Thread A. Soroka (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15493261#comment-15493261
 ] 

A. Soroka commented on JENA-1236:
-

{quote}Also, the case of graphs, an inf graph, over a database, may be worth 
pulling out and handling specially.{quote}

> Failure during query in restarted Fuseki server (inference)
> ---
>
> Key: JENA-1236
> URL: https://issues.apache.org/jira/browse/JENA-1236
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Fuseki 2.4.0
>Reporter: Andy Seaborne
> Attachments: config.ttl, mobilePhoneCustomClasses.ttl
>
>
> Report: [users@ 
> email|https://lists.apache.org/thread.html/0234228110f0d018b031a90cbca0f222b702b3b0183913449c308dbe@%3Cusers.jena.apache.org%3E]
> A simpler sequence:
> * Start fuseki --conf config.ttl
> * Load the file
> * Stop the server
> * Start the server
> * make a query on /inf.
> {noformat}
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST 
> http://localhost:3030/inf/sparql
> [2016-09-15 11:15:12] Fuseki INFO  [1] POST /inf :: 'sparql' :: 
> [application/x-www-form-urlencoded charset=utf-8] ? 
> [2016-09-15 11:15:12] Fuseki INFO  [1] Query =   SELECT * WHERE {   
> ?subject ?predicate ?object } LIMIT 10 
> [2016-09-15 11:15:12] QueryIteratorCheck WARN  Open iterator: TripleMapper/68
> [2016-09-15 11:15:12] Fuseki WARN  [1] RC = 500 : Invalid id node for 
> subject (null node): ([], [0022], 
> [0054])
> org.apache.jena.atlas.lib.InternalErrorException: Invalid id node for subject 
> (null node): ([], [0022], [0054])
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:98)
>   at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:84)
>   ...
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)