Project

General

Profile

Actions

Incident #10716

closed

gCube Releases portlet showing Release has been archived and is not accessible anymore

Added by Massimiliano Assante over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Urgent
Category:
-
Target version:
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.

Actions #1

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

Actions #2

Updated by Pasquale Pagano over 7 years ago

  • Priority changed from Normal to Urgent
Actions #3

Updated by Massimiliano Assante over 7 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 8.91 MB)