Handle links throwing errors into Apache error log
Project: | RUcore dlr/EDIT |
Version: | 5.2 |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | triggs |
Status: | closed |
Jump to:
When accessing the hdl link:
<a href="http://hdl.rutgers.edu/1782.3/lefty64.rucore10001600001.ETD.000017540" title="http://hdl.rutgers.edu/1782.3/lefty64.rucore10001600001.ETD.000017540">http://hdl.rutgers.edu/1782.3/lefty64.rucore10001600001.ETD.000017540</a>
The following errors were reported to the Apache error_log
Can't open /fedora30/data/objects/2009/0925/13/28/rutgers-lib_24831: No such file or directory at /mellon/htdocs/dlr/mdfilter.pl line 4.
Can't open /fedora30/data/objects/2009/0925/13/28/rutgers-lib_24831: No such file or directory at /mellon/htdocs/dlr/getds2.pl line 36.
Can't open /fedora30/data/objects/2009/0925/13/28/rutgers-lib_24831: No such file or directory at /mellon/htdocs/dlr/getformat_nw.pl line 2.
Can't open /fedora30/data/objects/2009/0925/13/28/rutgers-lib_24831: No such file or directory at /mellon/htdocs/dlr/getdissid.pl line 2.
Can't open /fedora30/data/objects/2009/0925/13/28/rutgers-lib_24831: No such file or directory at /mellon/htdocs/dlr/EDIT/getcollection.pl line 12.
Comments
#1
This seems to be an object that Kalaivani purged on the 25th
2009-09-25
15:29:06
rutgers-lib:24831
ka
The handle itself might not have been purged. The getcollection script is called only by the pre-indexer, which would not call a purged object, and the full record parser, which might try if using an obsolete index. I put in a test condition before trying to access any $objfile which should stop such error messages on lefty64.
#2
#3
#4
See comment above on this obsolete issue.