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

2017-11-07 Thread Andy Seaborne (JIRA)

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

Andy Seaborne updated JENA-1420:

Description: 
>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:  .
@prefix skos:  .

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.

  was:
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:  .
@prefix skos:  .

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.


> 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:  .
> @prefix skos:  .
> 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)


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

2017-11-07 Thread Andy Seaborne (JIRA)

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

Andy Seaborne updated JENA-1420:

Fix Version/s: Jena 3.6.0

> 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:  .
> @prefix skos:  .
> 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)


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

2017-11-07 Thread Andy Seaborne (JIRA)

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

Andy Seaborne updated JENA-1420:

Priority: Major  (was: Minor)

> 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
>
> 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:  .
> @prefix skos:  .
> 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)