-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.0.0.Final
-
Fix Version/s: 4.0.1.Final
-
Component/s: Web UI & Windup as a Service (windup-web)
-
Labels:None
-
Environment:
OS X El Capitan version 10.11.6 (15G18013)
(probably other versions of OS X as well)
-
Sprint:Sprint 41
-
Steps to Reproduce:
run_rhamt.sh script looks at ulimit output to ensure the open file limit is sufficient to run RHAMT. Unfortunately, on OS X, `ulimit -H -n` will output the word 'unlimited' instead of an integer value. The startup script fails on this.
I have submitted a simple PR to fix this: https://github.com/windup/windup-web-distribution/pull/43