Skip to content

Agent starts to fail and unable to correct self. #133 분석

Jeonghun Kim edited this page Jan 6, 2019 · 19 revisions

분석 과정

#133 문제 재현 방법

원인 추정

booting child: error during start or run: NoMethodError - undefined method underscore' for Seahorse::Util:Module - /opt/codedeploy-agent/lib/instance_agent/plugins/codedeploy/command_executor.rb:51:in command'

  • 로그를 보면 Seahorse::Util::Module 의 underscore 를 호출했지만 underscore 라는 메서드가 없어서 에러가 나는 상황이다.
  • Seahorse::Util::Module 의 최신버전에서는 underscore 메서드가 없다. (버전 몇부터 빠졌는지는 아직 확인 못함)

조사 내용

#133 문제 분석 내용

해결 방법

#133 문제 해결 방법

의문점

Clone this wiki locally