The prediction_engine probe will not start up.
The probe cannot obtain a port or a PID. Error in the prediction_engine log shows:
Controller: probe_tail_logfile: Unable to stat file probes/slm/prediction_engine/prediction_engine.log for probe prediction_engine
Controller: Max. restarts reached for probe 'prediction_engine' (command = <startup java>)
Release: UIM 9.x or higher
Component: prediction_engine
5. Once I deactivated/deselected that profile in the tcp_proxy configuration window, the prediction_engine was able to successfully start up and get a port and a PID.
It may be required that the probe does not take the port defined because of conflict with another windows service:
To avoid that the probe takes 55005:
right click on the probe > edit:
in Arguments you will have:
-Dlog4j.configurationFile=log4j2.xml -agentlib:jdwp=transport=dt_socket,address=55005,server=y,suspend=n -Djava.library.path="../../../lib" -jar lib/prediction_engine.jar
Change that to a different address:
E.g., -Dlog4j.configurationFile=log4j2.xml -agentlib:jdwp=transport=dt_socket,address=55006,server=y,suspend=n -Djava.library.path="../../../lib" -jar lib/prediction_engine.jar