Author Topic: After Update Zentyal-Core 3.2.20 service webadmin don't start anymore  (Read 1530 times)

shartenauer

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Hello together,

today I upgrade zentyal.core 3.2.19 -> 3.2.20
The Update Windows in the Webadmininterface show 100% but don't finish.
After a while I close the Updatewindow by myself.

zentyal.log shows following:
2017/06/04 20:51:22 INFO> install-packages:61 main::__ANON__ - Starting package installation process
2017/06/04 20:51:34 INFO> Base.pm:231 EBox::Module::Base::save - Restarting service for module: sysinfo
2017/06/04 20:51:35 INFO> Base.pm:253 EBox::Module::Base::__ANON__ - Saving config for module: logs
2017/06/04 20:51:35 INFO> Base.pm:253 EBox::Module::Base::__ANON__ - Saving config for module: events
2017/06/04 20:51:35 INFO> Base.pm:253 EBox::Module::Base::__ANON__ - Saving config for module: webadmin
2017/06/04 20:51:37 INFO> install-packages:121 main::__ANON__ - Package installation process finished
2017/06/04 20:51:37 INFO> Service.pm:987 EBox::Module::Service::restartService - Restarting service for module: webadmin
2017/06/04 20:51:38 ERROR> Service.pm:992 EBox::Module::Service::__ANON__ - Error restarting service: no value sent for required parameter 'remote_svcs_bg_color'
Stack:
  [(eval 451):20]
  [/usr/share/perl5/HTML/Mason/Component.pm:135]
  [/usr/share/perl5/HTML/Mason/Request.pm:1302]
  [/usr/share/perl5/HTML/Mason/Request.pm:1292]
  [/usr/share/perl5/HTML/Mason/Request.pm:483]
  [/usr/share/perl5/HTML/Mason/Request.pm:483]
  [/usr/share/perl5/HTML/Mason/Request.pm:433]
  [/usr/share/perl5/HTML/Mason/Interp.pm:342]
  [/usr/share/perl5/EBox/Module/Base.pm:1109]
  [/usr/share/perl5/EBox/WebAdmin.pm:335]
  [/usr/share/perl5/EBox/WebAdmin.pm:194]
  [/usr/share/perl5/EBox/Module/Base.pm:985]
  [/usr/share/perl5/EBox/Module/Service.pm:962]
  [/usr/share/perl5/EBox/Module/Service.pm:989]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/Error.pm:408]
  [/usr/share/perl5/EBox/Module/Service.pm:996]
  [/usr/share/zentyal-software/install-packages:136]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/Error.pm:408]
  [/usr/share/zentyal-software/install-packages:142]
  [/usr/share/perl5/Error.pm:430]
  [/usr/share/zentyal-software/install-packages:143]

The webadmin service can't start anymore: Error restarting service: no value sent for required parameter 'remote_svcs_bg_color'
Also after a server restart the problem persists.

I hope somebody can help.

Best regards Stephan
« Last Edit: June 04, 2017, 10:06:35 pm by shartenauer »

bossanovasir

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Hi My friend,

Recently, i had the same problema with Zentyal. I updated de Core and the Webadmin cannot start anymore. I´ve try to restart the service many times but without success.

Do you have any solutions until this moment?

If we replace some backup file does it return?

Best regards
João Paulo

sarbash

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
I have same problem to!

rsteenbock

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Hello all,

just had the same problem with an older zentyal installation. Solution is quite simple - just takes a little time to find out what is going on.
Updating zentyal-core from 3.2.19 to 3.2.20 installs a changed /usr/share/zentyal/www/default.theme which is missing some needed attributes: remote_svcs_bg_color and remote_svcs_hover_bg_color.

It seems to work when adding the following lines in /usr/share/zentyal/www/default.theme:
remote_svcs_bg_color: "#BBE03A"
remote_svcs_hover_bg_color: "#CCE86C"

I put the above lines after
hmenu_bg_color: "#46962D"
hmenu_hover_bg_color: "#69BE28"

This was quite quick and dirty and I did not test very much, but at least webadmin starts again.

Best regards
Ralf




sarbash

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
rsteenbock, thank you, it's work, webadmin work now! :)

shartenauer

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Thank you very much,

webadmin is working now again.

Great.

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
This should be fixed already in the new zentyal-core 3.2.21, thanks for reporting!
Zentyal Server Lead Developer

bossanovasir

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
rsteenbock, thanks a lot. Now it´s works.