No MBean found for worklight project

前端 未结 2 1897
悲哀的现实
悲哀的现实 2020-12-10 22:34

I have been getting this error while starting up my server with my worklight project (.war) deployed on it. Was wondering if anyone has any inputs. Below are the relevant in

2条回答
  •  一向
    一向 (楼主)
    2020-12-10 23:24

    Solved !!! No runtime configuratin can be found
    

    I was getting this error because there were two instances of WL Admin Services(wladmin and worklightadmin) deployed in the server. Their configuration was added in server.xml twice, once by worklight installer and once by worklight server configuration tool. So my application was communicating to 'worklightadmin' Admin Service and WL Console communicating to 'wladmin' Admin Service. That's why there was no runtime available in the worklight console. Uninstalling 'wladmin' Admin Service from server by removing below snippet does the trick.

    
        
    
    
        
    

提交回复
热议问题