Skip to content

Known Issues

stvoutsin edited this page Apr 7, 2023 · 11 revisions

The following describes a list of known issues that we've found when deploying the current version of the Rubin Science Platform Prototype Services:

Firefly

  • Single Table Search around object name doesn't work on WFAU TAP Services
    Reason is that the query that is generated contains ADQL Geometry, which we do not support, e.g. SELECT * FROM ATLASDR1.atlasSource WHERE CONTAINS(POINT('ICRS', ra, dec),CIRCLE('ICRS', 148.88822109, 69.0652947, 0.002777777777777778))=1)

Nublado (JupyterHub)

  • Following Notebooks don't work
    • wise_color_color.ipynb
      SSLError: HTTPSConnectionPool(host='rspdev.ddns.net', port=443): Max retries exceeded with url: /auth/analyze (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1124)')))
    • token-info.ipynb
      SSLError: HTTPSConnectionPool(host='rspdev.ddns.net', port=443): Max retries exceeded with url: /auth/analyze (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1124)')))
    • LSST Catalog Access Tutorial.ipynb
      SSLError: HTTPSConnectionPool(host='rspdev.ddns.net', port=443): Max retries exceeded with url: /auth/analyze (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1124)')))
    • Firefly.ipynb
      OSError: [Errno 30] Read-only file system: '/datasets/hsc'
      NameError: name 'afw_display' is not defined
      NameError: name 'fc' is not defined