cms-sw / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1.06k stars 4.25k forks source link

Give better error message on `.edmplugincache` file being missing #44822

Open makortel opened 2 months ago

makortel commented 2 months ago

See https://codimd.web.cern.ch/s/ZvoynTER3 (from https://indico.cern.ch/event/1409519/#14-ibs-status-root-updates) . Presently the exception message is about missing plugin

----- Begin Fatal Exception 23-Apr-2024 16:29:32 CEST-----------------------
An exception of category 'PluginNotFound' occurred while
   [0] Initializing message logger
Exception Message:
Unable to find plugin 'SingleThreadMSPresence' because the category 'CMS EDM Framework Presence' has no known plugins
----- End Fatal Exception -------------------------------------------------
makortel commented 2 months ago

assign core

cmsbuild commented 2 months ago

New categories assigned: core

@Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks

cmsbuild commented 2 months ago

cms-bot internal usage

cmsbuild commented 2 months ago

A new Issue was created by @makortel.

@sextonkennedy, @makortel, @rappoccio, @smuzaffar, @antoniovilela, @Dr15Jones can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

makortel commented 2 months ago

Also see https://github.com/cms-sw/cmssw/issues/44821

makortel commented 2 months ago

@Dr15Jones Found out that in the case of #44821 there was one .edmplugincache in biglib, and that was empty. That is why the exception on "missing .edmplugincache" was not thrown.