continuous-enterprise-development icon indicating copy to clipboard operation
continuous-enterprise-development copied to clipboard

Fix "restart" of GeekSeek on OpenShift

Open ALRubinger opened this issue 11 years ago • 3 comments

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.

ALRubinger avatar Aug 24 '13 16:08 ALRubinger

Workaround: stop then start.

ALRubinger avatar Aug 24 '13 16:08 ALRubinger

You opened a OpenShift issue on this?

aslakknutsen avatar Aug 24 '13 19:08 aslakknutsen

https://bugzilla.redhat.com/show_bug.cgi?id=999232

ALRubinger avatar Aug 24 '13 19:08 ALRubinger