IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

二次信任 提交于 2019-12-06 13:20:52
Georg Sander

I think JMX is not properly configured in your case. See https://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.installconfig.doc/install_config/t_optional_config_app_server_tomcat.html

When the server starts, the Worklight runtime tries to communicate with the Worklight Admin Service through JMX. Since the start order of the web application is arbitrary, it can happen than the Worklight Admin Services start after the Worklight runtime. In this case, the Worklight runtime waits until the Worklight Admin Services are running. The timeout mentioned in the exception means that the runtime did not found the running Worklight Admin Services in a given amount of time. This can mean:

  1. The JMX communication failed, hence the Worklight runtime does not detect the Worklight Admin Services.
  2. The Worklight Admin Services crashed during startup, for instance when the Worklight Admin Database was wrongly configured.
  3. The JNDI property ibm.worklight.admin.environmentid may be specified differently for Worklight Runtime than for Worklight Admin Services. In this case, the Runtime cannot find its Admin Services.

See also How to solve management service not starting up in Worklight 6.2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!