Dear community,
I need a little bit of help for the following issue.
My Update Manager Service is not starting, and I have no idea how can I resolve this.
I give you some insights:
Trying to start from console:
# service-control --start vmware-updatemgr
root@s-vcsa01 [ ~ ]# tail /var/log/vmware/vmware-updatemgr/vum-server/vmware-vum-server-log4cpp.log
[2019-10-08 11:29:42:961 'managedJetty' 140573911529216 INFO] [managedJetty, 449] Jetty: 2019-10-08 11:29:42.961:INFO:oejs.AbstractConnector:Thre ad-0: Stopped ServerConnector@70dbaee1{SSL,[ssl, http/1.1]}{0.0.0.0:9087}
[2019-10-08 11:29:43:194 'managedJetty' 140573909931776 INFO] [managedJetty, 449] Jetty: 2019-10-08 11:29:43.186:INFO:oejsh.ContextHandler:Thread -0: Stopped o.e.j.w.WebAppContext@1f57539{FileUpload Service,/vum-fileupload,null,UNAVAILABLE}{/vum-fileupload.war}
[2019-10-08 11:29:43:206 'managedJetty' 140573910464256 INFO] [managedJetty, 449] Jetty: 2019-10-08 11:29:43.200:INFO:oejsh.ContextHandler:Thread -0: Stopped o.e.j.s.h.ContextHandler@527740a2{VUM Static Downloads,/vci/downloads,file:///usr/lib/vmware-updatemgr/bin/docroot/vci/downloads/,UNAV AILABLE}
[2019-10-08 11:29:43:208 'managedJetty' 140574548424448 INFO] [managedJetty, 449] Jetty: 2019-10-08 11:29:43.208:INFO:oejsh.ContextHandler:Thread -0: Stopped o.e.j.s.h.ContextHandler@6d7b4f4c{VUM Patch Store,/vum/repository,file:///storage/updatemgr/patch-store/,UNAVAILABLE}
[2019-10-08 11:29:43:228 'managedJetty' 140573910730496 INFO] [managedJetty, 449] Jetty: 2019-10-08 11:29:43.219:INFO:oejs.session:Thread-0: node 0 Stopped scavenging
[2019-10-08 11:29:43:467 'managedJetty' 140573910730496 INFO] [managedJetty, 466] Jetty terminated.
[2019-10-08 11:29:43:486 'managedJetty' 140573911795456 INFO] [managedJetty, 491] Jetty exited with status 0.
[2019-10-08 11:29:44:496 'VcIntegrityPlugin' 140574701828160 INFO] [plugin, 296] VcIntegrityPlugin WaitStop
[2019-10-08 11:29:44:496 'VcIntegrity' 140574701828160 INFO] [vcIntegrity, 1005] Reset enter
[2019-10-08 11:29:44:496 'VcIntegrity' 140574701828160 INFO] [vcIntegrity, 1041] Reset leave
2nd try:
root@s-vcsa01 [ ~ ]# service-control --start vmware-updatemgr
Operation not cancellable. Please wait for it to finish...
Performing start operation on service updatemgr...
Error executing start on service updatemgr. Details {
"componentKey": null,
"problemId": null,
"resolution": null,
"detail": [
{
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting service 'updatemgr'",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"updatemgr"
]
}
]
}
Service-control failed. Error: {
"componentKey": null,
"problemId": null,
"resolution": null,
"detail": [
{
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting service 'updatemgr'",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"updatemgr"
]
}
]
}
Logfiles:
root@s-vcsa01 [ ~ ]# tail /var/log/vmware/vmware-updatemgr/updatemgr-utility.log
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"updatemgr"
],
"id": "install.ciscommon.service.failstart"
}
]
}
[2019-10-08 21:32:33,012 ERROR] Unable to start VUM service
[2019-10-10 10:13:00,324 ERROR] Exception while executing updatemgr-utility. err: 'Namespace' object has no attribute 'func'
From Appliance Bash:
Command> com.vmware.updatemgr-util
Exception while executing updatemgr-utility. err: 'Namespace' object has no attribute 'func'
All ideas are really welcome, thanks.
Regards,
Daniel