RAFW issue when running the import of cell resources
I am working with RAFW 7.1.1.4.
I have successfully discovered a WAS cell and created a new RAFW environment associated to that cell.
Now I ma running the BuildForge project created by the cell discovery in order to import the resources associated to the cell in a BF environment.
The job fails during the import of cell resources.
Here is an excerpt of the job log:
401 Dec 9 13 04:49:25PM EXEC call_wsadmin:
402 Dec 9 13 04:49:25PM EXEC [exec] WASX7209I: Connected to process "dmgr" on node n0611686CellManager01 using SOAP connector; The type of process is: DeploymentManager
403 Dec 9 13 04:49:27PM EXEC [exec] WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[-washome, /opt/IBM/WebSphere/AppServer/profiles/Dmgr01, -scope, cell, -scopename, Prod02_07, -nodename, n0611686CellManager01, -delete_groups, -properties, /opt/RAFW/user/environments/Prod01/cells/Prod02_07/fileRegistry.xml, -mode, import]"
404 Dec 9 13 04:49:27PM EXEC [exec] Importing File Registry Groups
405 Dec 9 13 04:49:27PM EXEC [exec] WASX7017E: Exception received while running file "/opt/RAFW/product/actions/configure/was/common/nd/scripts/fileRegistryGroups.py"; exception information: com.ibm.websphere.wim.exception.WIMApplicationException: com.ibm.websphere.wim.exception.WIMApplicationException: CWWIM5505E To manage users and groups, either federated repositories must be the current realm definition or the current realm definition configuration must match the federated repositories configuration. If you use Lightweight Directory Access Protocol (LDAP), configure both the federated repositories and standalone LDAP registry configurations to use the same LDAP server.
406 Dec 9 13 04:49:27PM EXEC [exec]
[.....]
421 Dec 9 13 04:49:27PM EXEC /opt/RAFW/product/lib/RAFW_lib.xml:167: The following error occurred while executing this line:
422 Dec 9 13 04:49:27PM EXEC /opt/RAFW/product/actions/configure/was/common/configure_was_common.xml:884: compositeaction unable to execute task: The following error occurred while executing this line:
423 Dec 9 13 04:49:27PM EXEC /opt/RAFW/product/actions/configure/was/common/nd/configure_was_file_registry_common.xml:61: The following error occurred while executing this line:
424 Dec 9 13 04:49:27PM EXEC /opt/RAFW/product/actions/configure/was/common/nd/configure_was_file_registry_common.xml:61: The following error occurred while executing this line:
425 Dec 9 13 04:49:27PM EXEC /opt/RAFW/product/lib/jython/ant_jythonLib.xml:190: exec returned: 105
Any idea about the causes of this issue?
Thanks in advance.
Accepted answer
One other answer
Comments
Hello Ryan,
actually, RAFW was trying to connect to WAS using an internal WAS user.
Now I have provided RAFW with a LDAP user (who is able to connect to the WAS Console via browser), but apparently nothing has changed.
I still get the same error messages.
Notice that WAS is configured for a standalone LDAP authentication.