Actions
Incident #10716
closedgCube Releases portlet showing Release has been archived and is not accessible anymore
Start date:
Dec 15, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
When I go to https://dev.d4science.org/docs it is not possible to access the artifacts anymore.
It shows the notes and a message saying "Release has been archived and is not accessible anymore" but it should not AFAIK.
Updated by Francesco Mangiacrapa over 7 years ago
- Status changed from New to In Progress
- Assignee changed from Francesco Mangiacrapa to Massimiliano Assante
The problem is due to failing on setting context (the production SCOPE is missing). In particular is failing the following code:
try{ ScopeHelper.setContext(request, ScopeHelper.USERNAME_ATTRIBUTE); }catch(Exception e){ _log.error("Skipping error on set Context: "+ e.getMessage()); }
The logs server-side are:
https://support.d4science.org/pastes/39
Since the scope remains null, the portlet runs in Testing Mode using the dev DB (instead of the production).
I'm going to assign the ticket to Massimiliano. Please, @massimiliano.assante@isti.cnr.it checks why it is happening
Updated by Pasquale Pagano over 7 years ago
- Priority changed from Normal to Urgent
Updated by Massimiliano Assante over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Actions