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
실행 대상이 존재 하지 않을 때 NullPointerException 발생

APPLIES TO:
MCCS version: 3.3.2
OS:Linux
APPs:
Disk Type: Shared or mirror,none 




SYMPTOMS
존재 하지 않는 스크립트를 실행하도록 executeBatchScript 호출 시 NullPointerException 발생.
스택 일부 첨부
java.lang.NullPointerException
at com.mantech.system.cmd.RuntimeExecute.execute(RuntimeExecute.java:82)
at com.mantech.system.cmd.RuntimeExecute.execute(RuntimeExecute.java:29)
at com.mantech.system.process.ProcManager.executeBatchScript(ProcManager.java:169)
at com.mantech.system.utility.SysUtil.execute(SysUtil.java:106)
at com.mantech.system.utility.SysUtil.getUptime(SysUtil.java:61) 



CAUSE
-



SOLUTION
exception 발생 하지 않도록 수정

Fix version : 3.4 

 

  • No labels