Jun 22 10:27:52:648 DEBUG [main, com.nimsoft.nimbus.utils.FileUtils] In FileUtils.getFileChecksum
Jun 22 10:27:52:648 DEBUG [main, com.nimsoft.nimbus.lookup.DataEngineLookup] No crypt key
Jun 22 10:27:53:648 [1784] Controller: Max. restarts reached for probe 'wasp' (command = <startup java>)
As of UIM 9.0.1HF1 the security has been enhanced. For wasp to start the .pem file needs to be copied over from the primary hub to the OC & CABI robots. This is covered in the upgrade instructions.
Release: 20.3 and later
Component: OC & CABI wasp
The UIM Server installer creates a .pem file (certificate.pem) in the <Nimsoft>\security folder. The .pem file is a symmetric key that is shared with the required robots, which is then used for communication with the data_engine probe. You copy this .pem file to the remote OC and CABI robots and provide the location of the file in the robot.cfg file (cryptkey = <.pem file location>). Furthermore, if any impacted probe is not on the same computer where data_engine is present, copy the generated .pem file to the robot computer (where data_engine is not available) and update the robot.cfg file with the .pem file location on that computer. For more information about the robot.cfg file configuration, see Configure robot.cfg.
Follow these steps:
1. Navigate to the <uim_home>\nimsoft\robot folder.
2. Open the robot.cfg file in a text editor.
3. Add the following parameter to the file:
cryptkey = <location of the .pem file>
For example, cryptkey = c:\Certificate\certificate.pem
4. Save your changes.
Note: You do not need to restart the robot.
You have successfully configured the robot.cfg file on the OC and CABI robots.