Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Subject
버전 정보 추출 방법 변경


APPLIES TO:
MCCS 3.1.8


SYMPTOMS
"1. gui에 상태 갱신이 안됨.
2. 상대방 노드에는 상태 갱신이 안된 이후의 로그들이 출력되어 있거나 혹은 ""원격 구성 완료를 기다립니다""에서 더이상 진행 안됨.
3. gui 종료 시 그때부터 다시 진행 되기 시작함."

CAUSE


SOLUTION
"아래와 같이 적용하면됨
com.mantech.mccs.console.Application.start()
context.applicationRunning();
BundleContext bundleContext = FrameworkUtil.getBundle(this.getClass()).getBundleContext();
Version v = bundleContext.getBundle().getVersion();"

Fixed MCCS 3.2

  • No labels