[
https://issues.apache.org/jira/browse/JENA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203629#comment-16203629
]
ASF GitHub Bot commented on JENA-1401:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/288
JENA-1401 (fuseki backup) Don't use Jetty code in war servlets.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena jena-1401-fuseki-backup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/288.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #288
----
commit c991ae41362f7fb44380d3722c72bee8e3941fad
Author: Andy Seaborne <[email protected]>
Date: 2017-10-13T14:13:18Z
Put back jena-spatial into -Pdev for build stability
commit 57951c902e0f8a8c5567c6dd0f4d1ba72e3ea0d7
Author: Andy Seaborne <[email protected]>
Date: 2017-10-13T14:16:48Z
JENA-1401: Use JDK-provided thread-safe set.
----
> 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
> Components: Fuseki
> Affects Versions: Jena 3.4.0
> Environment: Fuseki 3.4.0 deployed as a WAR in Tomcat 8
> Reporter: David Molina Estrada
> Assignee: Andy Seaborne
>
> 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:
> {noformat}
> [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)
> {noformat}
> But, the backup folder is empty.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)