[Dspace-tech] Using Curation Tools

2013-09-13 Thread Matthew Sherman
Hello, Earlier in the week I had been asking about the link checker, as we ran it but were getting the following result: The task was completed successfully. STATUS: Fail, RESULT: Item: 123456789/473 - https://repository.bridgeport.edu/xmlui/handle/123456789/473 = 0 - FAILED Now we are

Re: [Dspace-tech] Using Curation Tools

2013-09-13 Thread Jozef Misutka
Hi Matthew, we had to add https trust certificates for 1.8.2, something like https://svn.ms.mff.cuni.cz/redmine/projects/dspace-modifications/repository/revisions/41a7d675ce35e01365b82b8635a3220bc934600b/diff/sources/dspace-api/src/main/java/org/dspace/ctask/general/BasicLinkChecker.java Best,

Re: [Dspace-tech] Using Curation Tools

2013-09-13 Thread Matthew Sherman
I just tested on with an http and got a successful result: The task was completed successfully. STATUS: Success, RESULT: Item: 123456789/71 - http://repository.bridgeport.edu/xmlui/handle/123456789/71 = 200 - OK - http://www.dynamicchiropractic.com/mpacms/dc/article.php?id=53137 = 200 - OK

Re: [Dspace-tech] Using Curation Tools

2013-09-13 Thread Matthew Sherman
Yet when I tested this by changing the links to https for some other items it still failed. Also it is stopping at one item and not showing us so we do not know if it is checking just one thing, or the whole collection. On Fri, Sep 13, 2013 at 11:37 AM, Matthew Sherman

Re: [Dspace-tech] Using Curation Tools

2013-09-13 Thread Richard Rodgers
Hi Matt: A very cursory glance at the code suggests that it really is happy only with 'http' not 'https' URLs. Can you restrict your tests to the former and confirm? Thanks, Richard R (BTW, it would be simple to extend the behavior to SSL use cases) On Sep 13, 2013, at 9:01 AM, Matthew