HTTP request for http://localhost:8080/fcrepo/rest/dl:basilicata failed: (Error Code: 404)
${DocumentRoot}/dl/vendor/easyrdf/easyrdf/lib/Graph.php (354)
0343:
0344: // If it is a 303 then drop the parameters
0345: if ($response->getStatus() == 303) {
0346: $client->resetParameters();
0347: }
0348:
0349: ++$redirectCounter;
0350: } elseif ($response->isSuccessful()) {
0351: // If we didn't get any location, stop redirecting
0352: break;
0353: } else {
0354: throw new Http\Exception(
0355: "HTTP request for {$requestUrl} failed: ".$response->getMessage(),
0356: $response->getStatus(),
0357: null,
0358: $response->getBody()
0359: );
0360: }
0361: } while ($redirectCounter < $this->maxRedirects);
0362:
0363: if (!$format or $format == 'guess') {
0364: list($format, ) = Utils::parseMimeType(
0365: $response->getHeader('Content-Type')
0366: );
#0 ${DocumentRoot}/dl/vendor/easyrdf/easyrdf/lib/Graph.php(118): EasyRdf\Graph->load()
#1 ${DocumentRoot}/dl/protected/Modules/Fedora6.php(569): EasyRdf\Graph::newAndLoad()
#2 ${DocumentRoot}/dl/protected/DL/Collection.php(21): Application\Modules\Fedora6->getResource()
#3 ${DocumentRoot}/dl/protected/Pages/Browse/Collection.php(45): Application\DL\Collection->__construct()
#4 ${PradoFramework}/Web/UI/TPage.php(230): Application\Pages\Browse\Collection->onPreInit()
#5 ${PradoFramework}/Web/UI/TPage.php(221): Prado\Web\UI\TPage->processNormalRequest()
#6 ${PradoFramework}/Web/Services/TPageService.php(535): Prado\Web\UI\TPage->run()
#7 ${PradoFramework}/Web/Services/TPageService.php(453): Prado\Web\Services\TPageService->runPage()
#8 ${PradoFramework}/TApplication.php(1328): Prado\Web\Services\TPageService->run()
#9 ${PradoFramework}/TApplication.php(409): Prado\TApplication->runService()
#10 ${DocumentRoot}/dl/index.php(20): Prado\TApplication->run()
#11 {main}