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

Alexander Dutton commented on JENA-163:
---------------------------------------

It seems to be the following language tags in the data that cause this issue:

* i18n
* sr@latin

Both have invalid syntax as per BCP 47, but it might be worth catching this a 
little earlier and throwing a more appropriate error:

[alex@lucy jena-fuseki-0.2.4]$ curl -XPUT 
"http://localhost:3030/public/data?graph=http://creativecommons.org/publicdomain/zero/1.0/rdf";
 -d@rdf -H"Content-type: application/rdf+xml" -i
HTTP/1.1 100 Continue

HTTP/1.1 500 Different ids for http://xmlns.com/foaf/0.1/logo: allocated: 
expected [000000000000041D], got [000000000000041A]
Access-Control-Allow-Origin: *
Server: Fuseki (0.2.4)
Content-Length: 0

                
> TDBException: Different ids for <uri>: allocated: expected [...], got [...] 
> ----------------------------------------------------------------------------
>
>                 Key: JENA-163
>                 URL: https://issues.apache.org/jira/browse/JENA-163
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: TDB 0.9.0
>
>


--
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

Reply via email to