scouter icon indicating copy to clipboard operation
scouter copied to clipboard

scouter server 실행 중 ArrayIndexOutOfBoundsException 발생

Open jinkim-dev opened this issue 3 years ago • 0 comments

scouter server/agent 2.6.1을 사용 중입니다. 그런데 scouter server에서 ArrayIndexOutOfBoundsException 오류가 발생합니다. 해당 에러가 발생 원인과 패치 방법이 있을까요?

에러 메시지: 20220420 10:37:29 [S142] queue exceeded!! 20220420 10:37:39 [S142] queue exceeded! java.lang.ArrayIndexOutOfBoundsException: 581632 at scouter.io.DataInputX.toLong5(DataInputX.java:183) at scouter.server.db.io.MemTimeBlock.get(MemTimeBlock.java:98) at scouter.server.db.io.IndexTimeFile.put(IndexTimeFile.scala:52) at scouter.server.db.xlog.XLogIndex.setByTime(XLogIndex.scala:87) at scouter.server.db.XLogWR$$anonfun$2.apply$mcV$sp(XLogWR.scala:74) at scouter.server.util.ThreadScala$$anon$4.run(ThreadScala.scala:61) java.lang.ArrayIndexOutOfBoundsException java.lang.ArrayIndexOutOfBoundsException java.lang.ArrayIndexOutOfBoundsException java.lang.ArrayIndexOutOfBoundsException

jinkim-dev avatar Apr 21 '22 00:04 jinkim-dev