kaushik
kaushik

Reputation: 31

"No MBean found for MobileFirst project 'HelloWorld'"

I am using eclipse-jee-luna-SR2-win32 and MobileFirst Platform Foundation 6.3.0.0-MFPF-StudioP2-IF201504301455.

Have created a adapter and tried running it. Getting error:

No MBean found for MobileFirst project 'HelloWorld'. Possibly the MobileFirst runtime web application for MobileFirst project 'HelloWorld' is not running. If it is running, use JConsole to inspect the available MBeans. If it is not running, full error details are available in the MobileFirst Development Server Eclipse Console view.

Upvotes: 1

Views: 2103

Answers (2)

user1872384
user1872384

Reputation: 7127

Same thing happened to me. Then, I realised I forgot to deploy my adapters.

enter image description here

Upvotes: 0

Idan Adar
Idan Adar

Reputation: 44516

Possible solutions/workarounds:

  1. Delete the MobileFirstServerConfig

    • Quit Eclipse
    • Navigate to your Eclipse workspace
    • Delete the MobileFirstServerConfig folder
    • Open Eclipse

  2. Delete the workspace and start again

    • Delete the workspace
    • Restart Eclipse
    • Re-import the project

  3. Try with Eclipse Kepler SR2 32bit/64bit or Eclipse Luna SR2 64bit

Upvotes: 1

Related Questions