How to Fix No MBean found for Worklight project?
ibm-mobilefirst, worklight-runtime, worklight-server
Solution
I Solved The problem by creating a new Worklight Project and copied all my files , it works just fine :) I used Worklight 6.1 instead of 6.2
Problem
I have a problem when deploying my Worklight project on the server . It shows the following Error Message : ``` FWLSE3041E: No MBean found for Worklight project 'MyProject'. Possibly the Worklight runtime web application for Worklight project 'MyProject' is not running. If it is running, use JConsole to inspect the available MBeans. ``` and when I tried to preview my application it showed this message : ``` SRVE0777E: Exception thrown by application class 'com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized:420' ```