The GeekSeek app on OpenShift requires a series of system properties to be set, passed into the launch of the EAP process. We have a correctly-working action hook for "pre_start" which handles this; unfortunately this script is not called on restart. The current "pre_restart" hook sources the file containing the env var definitions too soon, and they're not picked up. Investigate and fix.
The GeekSeek app on OpenShift requires a series of system properties to be set, passed into the launch of the EAP process. We have a correctly-working action hook for "pre_start" which handles this; unfortunately this script is not called on restart. The current "pre_restart" hook sources the file containing the env var definitions too soon, and they're not picked up. Investigate and fix.