I'm trying to deploy a MobileFirst server to a local Liberty server configured with an LDAP server.

When I try and deploy my server configuration the admin task fails due to lack of attributes for connecting to Liberty.

BUILD FAILED
C:\Users\Administrator\Documents\IBM MobileFirst Platform Server Data\Server Configuration Tool\Configuration_Hello MobileFirst Server\Hello MobileFirst Server.xml:88: The element <installWorklightAdmin>, <jmx libertyAdminUser=".." libertyAdminPassword="..."/> is missing. A default user cannot be created for this server.

I have tried updating the server configuration file manually before deploying, but the server configuration tool is just saving over the changes.

How can I resolve this problem from within the Server Configuration Tool?

1

There are 1 best solutions below

2
On BEST ANSWER

The Server Configuration Tool in MFP 7.0 can't be used to make an install on a Liberty server that is configured with LDAP.

In the simplified install process of the Server Configuration Tool, it automatically creates a Liberty Administrator in a basic registry and this is not possible if Liberty is configured with LDAP.

If you don't want to create ant files manually, you can:

You may encrypt the password of the JMX user with the Liberty securityUtility program (in LibertyInstallDir/bin)