You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2017/11/08 17:23:01 UTC

[jira] [Resolved] (JENA-1420) Fuseki 3.5.0 "upload files" fails

     [ https://issues.apache.org/jira/browse/JENA-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-1420.
---------------------------------
    Resolution: Fixed

> Fuseki 3.5.0 "upload files" fails
> ---------------------------------
>
>                 Key: JENA-1420
>                 URL: https://issues.apache.org/jira/browse/JENA-1420
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Jena 3.5.0
>         Environment: Debian/stretch64 and MacOSX 10.12. Oracle JDK 1.8.0_131
>            Reporter: Code Ferret
>            Assignee: Andy Seaborne
>             Fix For: Jena 3.6.0
>
>
> From [email 2017-11-07 on users@jena|https://lists.apache.org/thread.html/bc682c91a6f340b051cd7eb3bae79bedd85f10c0cc0a476aa810dd93@%3Cusers.jena.apache.org%3E].
> I'm seeing the following error in fuseki 3.5.0 when I use the “upload files” tab:
> {noformat}
> Result: failed with message "SyntaxError: JSON Parse error: Unrecognized token '<‘"
> {noformat}
> I’ve tried ttl, jsonld and rdf/xml versions of the same set of triples:
> {noformat}
> @prefix ex: <http://example.org/> .
> @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
> ex:SomeOne
>       a       ex:Item ;
>       skos:prefLabel "abc def ghi”@en ;
>       skos:altLabel "jkl mno pqr”@en ;
>       .
> {noformat}
> It works fine in fuseki 3.4.0.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)