Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for a DID shows "Could not find the DID" but did was found #1619

Closed
bari12 opened this issue Oct 8, 2018 · 3 comments
Closed

Searching for a DID shows "Could not find the DID" but did was found #1619

bari12 opened this issue Oct 8, 2018 · 3 comments
Assignees
Milestone

Comments

@bari12
Copy link
Member

bari12 commented Oct 8, 2018

Motivation

See https://its.cern.ch/jira/browse/RUCIO-2883

@hahahannes
Copy link
Contributor

hahahannes commented Oct 11, 2018

It seems that the request to:

https://rucio-ui.cern.ch/proxy/dids/data18_13TeV/data18_13TeV.00362204.physics_BphysLS.recon.AOD.k988_tid15553683_00/did_meta

fails because of a broken check for the oracle version (should be session.connection() instead session.connection). I think it is not usable at the moment because of the missing oracle upgrade. So I would change the error message to a more meaningful like 'Could not retrieve DID meta informations' in case this request fails, but it would be still shown on top of the page.

@bari12
Copy link
Member Author

bari12 commented Oct 11, 2018

get_did_meta should never be called at the moment (It needs the oracle version upgrade). I strongly suspect that we should call ../meta here like in all other cases. I think this was changed as an error.

The connection() is a different bug and should be fixed, can you please create a ticket for this?

@hahahannes
Copy link
Contributor

Okay, linking the ticket for the connection bug here.

hahahannes added a commit to hahahannes/rucio that referenced this issue Oct 11, 2018
bari12 added a commit that referenced this issue Oct 15, 2018
…_meta

WebUI: removed generic meta data from webui; Fix #1619
bari12 added a commit that referenced this issue Oct 15, 2018
…_meta

WebUI: removed generic meta data from webui; Fix #1619
@bari12 bari12 added this to the 1.18.3-webui milestone Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants