Description of problem: Check the watchman logs under /var/log/ after node start, there are some errors and backtrace appear in the log. Like: # cat /var/log/watchman.log |grep ERROR E, [2014-01-14T18:46:09.352304 #18899] ERROR -- : invalid byte sequence in US-ASCII (ArgumentError) E, [2014-01-14T18:46:09.353520 #18899] ERROR -- : stream closed (IOError) E, [2014-01-14T18:46:09.353624 #18899] ERROR -- : failed to allocate memory (NoMemoryError) E, [2014-01-14T18:46:09.353719 #18899] ERROR -- : stack level too deep (SystemStackError) E, [2014-01-14T18:46:09.353992 #18899] ERROR -- : exception reentered (fatal) E, [2014-01-14T18:46:09.370703 #18899] ERROR -- : can't dup NilClass (TypeError) E, [2014-01-14T18:46:09.370934 #18899] ERROR -- : can't dup FalseClass (TypeError) E, [2014-01-14T18:46:09.371065 #18899] ERROR -- : can't dup FalseClass (TypeError) E, [2014-01-14T18:46:09.371166 #18899] ERROR -- : can't dup FalseClass (TypeError) E, [2014-01-14T18:46:09.371902 #18899] ERROR -- : method `_validators' not defined in Class (NameError) E, [2014-01-14T18:46:09.372068 #18899] ERROR -- : cannot load such file -- openshift-origin-node (LoadError) E, [2014-01-14T18:46:09.372188 #18899] ERROR -- : method `_validators' not defined in Class (NameError) E, [2014-01-14T18:46:09.374673 #18899] ERROR -- : invalid byte sequence in US-ASCII (ArgumentError) # cat /var/log/watchman.output /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.19.8/lib/openshift-origin-node/version.rb:20:in `match': invalid byte sequence in US-ASCII (ArgumentError) Version-Release number of selected component (if applicable): fork_ami_origin_node_374_988 How reproducible: always Steps to Reproduce: 1. Launch instance 2. Check the watchman log # cat /var/log/watchman.log # cat /var/log/watchman.output 3. Actual results: There are some errors in the watchman logs. Expected results: Should not have these error. Additional info: Full log attached.
Created attachment 850362 [details] watchman.log
Created attachment 850363 [details] watchman.output
Fixed in https://github.com/openshift/origin-server/pull/4489
Checked on devenv_4230, the issue has been fixed. [root@ip-10-9-156-141 ~]# cat /var/log/watchman.output [root@ip-10-9-156-141 ~]# cat /var/log/watchman.log cat: /var/log/watchman.log: No such file or directory Move bug to verified.