0
votes

I have IBM Worklight 6.2 development environment with the following setup.

Oracle Java 1.7/ Eclipse 4.3/ IBM Worklight 6.2 Developer Edition

A sample Hybrid project had been created and deployed in the Worklight development server and app works fine in the Mobile Browser Simulator.

I am getting the following error in Worklight Server console in Eclipse:

Failed to deploy the application to Worklight server: : JMX configuration error. Unable to obtain MBeans. 
Reason: "FWLSE3012E: JMX configuration error. Unable to obtain MBeans. Reason: "Unrecognized SSL message, plaintext connection?".".
1
What is your exact Eclipse version? (Java EE? 4.3.2?) What is your exact Worklight version (full build number, Eclipse > Help > About); also consider searching: stackoverflow.com/…Idan Adar
Why do you think the WLT/MobileFirst questions always get immediately down voted? It seems to look more like reputation management than authentic community curation.Michael

1 Answers

0
votes

According to this question, the error message means that a JMX connection over HTTPS is attempted, when in fact the server speaks the HTTP protocol on that port.

Review the settings that determine the protocol and port used for JMX. See the set of JNDI properties for Worklight administration and the set of JNDI properties for Worklight projects, and check their values.