You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "David Molina (JIRA)" <ji...@apache.org> on 2017/10/13 11:28:00 UTC

[jira] [Created] (JENA-1401) Backup doen't work with Fuseki 3.4.0 WAR

David Molina created JENA-1401:
----------------------------------

             Summary: Backup doen't work with Fuseki 3.4.0 WAR
                 Key: JENA-1401
                 URL: https://issues.apache.org/jira/browse/JENA-1401
             Project: Apache Jena
          Issue Type: Bug
         Environment: Fuseki 3.4.0 deployed as a WAR in Tomcat 8
            Reporter: David Molina


I am running a Fuseki.war 3.4.0 in a Tomcat. With the previous version, 2.6.0, I can do backup from Fuseki web console but after upgrading backup doen't work. I don't get any error, the application reponses as if everything was fine: "Task backup started at 2017-10-13T12:15:17.431+02:00, finished at 2017-10-13T12:15:17.433+02:00". 


In log file, I can see:


[2017-10-13 12:15:17] Admin      INFO  [3] POST http://localhost:8080/fuseki/$/backup/ds
[2017-10-13 12:15:17] Admin      INFO  [3] Backup dataset /ds
[2017-10-13 12:15:17] Server     INFO  Task : 1 : backup
[2017-10-13 12:15:17] Server     INFO  [Task 1] starts : backup
[2017-10-13 12:15:17] Admin      INFO  [3] 200 OK (4 ms)
[2017-10-13 12:15:17] Server     INFO  [Task 1] finishes : backup
[2017-10-13 12:15:17] Server     INFO  [4] GET http://localhost:8080/fuseki/$/tasks/1
[2017-10-13 12:15:17] Server     INFO  [4] Task 1
[2017-10-13 12:15:17] Server     INFO  [4] 200 OK (0 ms)


But, the backup folder is empty.



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