Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cmssw-docker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cms-cloud
  • cmssw-docker
  • Issues
  • #52

Check condition database access

Have there been some changes in the condition database access?

Outside of the CERN network, we observe in the OD containers:

cmsopendata/cmssw_5_3_32:

(2011 branch, after having commented out process.GlobalTag.connect = cms.string('sqlite_file:/cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA.db' in the configuration file)

~/CMSSW_5_3_32/src/TriggerInfoTool/GeneralInfoAnalyzer $ cmsRun python/triggerinfoanalyzer_cfg.py
----- Begin Fatal Exception 24-Nov-2021 08:52:42 CET-----------------------
An exception of category 'StdException' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing ESSource: class=PoolDBESSource label='GlobalTag'
Exception Message:
A std::exception was thrown.
Connection on "frontier://(proxyconfigurl=http://lhchomeproxy.cern.ch/wpad.dat)(proxyconfigurl=http://lhchomeproxy.fnal.gov/wpad.dat)(serverurl=http://cms-frontier.openhtc.io:8080/FrontierProd)(serverurl=http://cms1-frontier.openhtc.io:8080/FrontierProd)(serverurl=http://cms2-frontier.openhtc.io:8080/FrontierProd)(serverurl=http://cms3-frontier.openhtc.io:8080/FrontierProd)(serverurl=http://cms4-frontier.openhtc.io:8080/FrontierProd)/CMS_COND_31X_GLOBALTAG" cannot be established ( CORAL : "ConnectionPool::getSessionFromNewConnection" from "CORAL/Services/ConnectionService" )
----- End Fatal Exception -------------------------------------------------

gitlab-registry.cern.ch/cms-cloud/cmssw-docker/cmssw_7_6_7-slc6_amd64_gcc493:

(current master branch with Edgar's updates for 2015)

~/CMSSW_7_6_7/src/TriggerInfoTool/GeneralInfoAnalyzer $ cmsRun python/triggerinfoanalyzer_cfg.py
# Conditions read from  CMS_CONDITIONS  via FrontierProd
----- Begin Fatal Exception 24-Nov-2021 08:44:50 CET-----------------------
An exception of category 'StdException' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing ESSource: class=PoolDBESSource label='GlobalTag'
Exception Message:
A std::exception was thrown.
Connection on "frontier://(preferipfamily=0)(proxyconfigurl=http://grid-wpad/wpad.dat)(backupproxyurl=http://cmst0frontier.cern.ch:3128)(backupproxyurl=http://cmst0frontier1.cern.ch:3128)(backupproxyurl=http://cmst0frontier2.cern.ch:3128)(backupproxyurl=http://cmsbpfrontier.cern.ch:3128)(backupproxyurl=http://cmsbpfrontier1.cern.ch:3128)(backupproxyurl=http://cmsbpfrontier2.cern.ch:3128)(backupproxyurl=http://cmsbproxy.fnal.gov:3128)(serverurl=http://cmsfrontier.cern.ch:8000/FrontierProd)(serverurl=http://cmsfrontier1.cern.ch:8000/FrontierProd)(serverurl=http://cmsfrontier2.cern.ch:8000/FrontierProd)(serverurl=http://cmsfrontier3.cern.ch:8000/FrontierProd)(serverurl=http://cmsfrontier4.cern.ch:8000/FrontierProd)/CMS_CONDITIONS" cannot be established ( CORAL : "ConnectionPool::getSessionFromNewConnection" from "CORAL/Services/ConnectionService" )
----- End Fatal Exception -------------------------------------------------

Within the CERN network both of these work fine.

Edited Nov 24, 2021 by Kati Lassila-Perini
Assignee
Assign to
Time tracking