Skip to main content
Solved

Error during after centreon-web

  • July 29, 2022
  • 3 replies
  • 1138 views

Forum|alt.badge.img+1

Hi,

I update centreon-web this morning.

After that, I can’t connect anymore.

I get he following error “Attempted to load class "DbReadWebSSOConfigurationRepository" from namespace "Core\Infrastructure\Security\ProviderConfiguration\WebSSO\Repository". Did you forget a "use" statement for another namespace?”

I try to restart httpd , then restart server itself but error is still there and I can’t access to update page.

OS is rocky linux 8.6

If anyone has an idea...

 

 

Best answer by sims24

Yes, we’ve updated the documentation to avoid this. 

 

You can get rid of the error by running this command: 

 

sudo -u apache /usr/share/centreon/bin/console cache:clear
 

You’ll be able to finish the upgrade.

3 replies

Forum|alt.badge.img+1
  • Author
  • Steward *
  • July 29, 2022

I have try to reinstall rpm package centreon-web-22.04.1 but problem is still there.
I have downgrade to 22.04.0 and now I can acces to webui.

I have update 2 other platforms this morning (all on centos7) and there ok.

This behaviour seems to be only on rocky linux 8 (or only on my platform) ?.

 


sims24
Forum|alt.badge.img+19
  • Ranger ***
  • Answer
  • July 29, 2022

Yes, we’ve updated the documentation to avoid this. 

 

You can get rid of the error by running this command: 

 

sudo -u apache /usr/share/centreon/bin/console cache:clear
 

You’ll be able to finish the upgrade.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • July 29, 2022

Thanks, problem is solved !