[
https://issues.apache.org/jira/browse/SLING-7605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444779#comment-16444779
]
Robert Munteanu commented on SLING-7605:
----------------------------------------
The access.log entries related to that path are as follows:
{noformat}
19.04.2018 14:46:35.730 *INFO* [qtp1217366356-375] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:35 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:35.842 *INFO* [qtp1217366356-381] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:35 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:35.954 *INFO* [qtp1217366356-385] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:35 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:36.067 *INFO* [qtp1217366356-389] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:36 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:36.126 *INFO* [qtp1217366356-235] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:36 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:36.201 *INFO* [qtp1217366356-391] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:36 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 200 406 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:36.210 *INFO* [qtp1217366356-281] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:36 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt/jcr%3acontent/jcr%3adata
HTTP/1.1" 200 12 "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
19.04.2018 14:46:36.352 *INFO* [qtp1217366356-381] logs/access.log 127.0.0.1 -
admin 19/Apr/2018:14:46:36 +0000 "GET
/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt.4.json
HTTP/1.1" 404 - "-" "Apache-HttpClient/4.5.3 (Java/1.8.0_152)"
{noformat}
> ContentDeploymentTest sometimes fails on Jenkins
> ------------------------------------------------
>
> Key: SLING-7605
> URL: https://issues.apache.org/jira/browse/SLING-7605
> Project: Sling
> Issue Type: Test
> Components: IDE
> Reporter: Robert Munteanu
> Assignee: Robert Munteanu
> Priority: Major
> Fix For: Sling Eclipse IDE 1.2.4
>
>
> One example is
> {noformat}Failed tests:
> ContentDeploymentTest.deployFileWithMissingParentFromRepository
> FailOnUnsuccessfulEventsRule : 1 unexpected events captured:
> ReorderChildNodesCommand -> /test/demo/nested/structure/hello.txt :
> JcrResult[ success:false, exception:
> org.apache.sling.ide.transport.RepositoryException -
> javax.jcr.RepositoryException: Unable to retrieve NodeInfo for
> http://localhost:36757/server/default/jcr%3aroot/test/demo/nested/structure/hello.txt]{noformat}
> Since other tests work this can indicate either a temporary problem with the
> repo or the repository not being properly started yet.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)