[ https://issues.apache.org/jira/browse/JCR-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13602160#comment-13602160 ]
Jochen Fliedner commented on JCR-3274: -------------------------------------- There are two problems with the populate.jsp and i am going to supply a patch: 1.) the credentials for repo access in the jsp do not correspond with those of the default repository.xml in use - easy solution 2.) sample content to populate is identified by a Google search, and Google now enforces https what can not be handled by the HttpClient in that code. There are two possible solutions: the client instance is to be instantiate with an own SSLSocketFactory to make it accept and ignore any server certificate (but possibly that can be done only vm-wide, which wouldnt be wise), other solution is to omit google and identify and retrieve proper sample content files from elsewhere by http (archive.org?). I am rather looking into that second way. That problem has been stealing jackrabbits thunder many times. Just recently i ran into this when i have been trying to demo a populated repo by webdav access... :-( > jackrabbit-standalone-2.4.0.jar Populate does not work > ------------------------------------------------------ > > Key: JCR-3274 > URL: https://issues.apache.org/jira/browse/JCR-3274 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-standalone > Affects Versions: 2.4 > Reporter: Michael Bevilacqua > Priority: Minor > > I just downloaded and started Jackrabbit using: > java -jar jackrabbit-standalone-2.4.0.jar > When I try to call the populate.jsp, I get this error: > Error while accessing the repository: LoginModule ignored Credentials > Check the configuration or use the easy setup wizard. > When I click easy setup wizard link, I get this: > HTTP ERROR 404 > Problem accessing /admin/. Reason: > NOT_FOUND > What am I doing wrong? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira