1. WAS 버전 : WebSphere ND v6.1.0.23
2. OS : Solaris 10
3. Error message :
IWAT0353E
Common Base Event logging agent outputter
AdapterStaticParserOutputterID1 cannot write to agent unknown due to
the following exception: Parser has reached the entity expansion limit
"64,000" set by the Application.
4.예상 이유 : 특정 Sun JVM 버전에서는 entityExpansionLimit 시스템 특성이 XML 문서를 구문 분석할 때 엔티티 확장의 총 수를 제한하도록 설정됩니다. 그 제한 설정을 넘을 경우 위와 같은 Exception 이 발생할 수 있습니다.
5.조치 방법 : 이 문제를 해결하려면 entityExpansionLimit JVM 옵션을 다음과 같이 설정하십시오.
-DentityExpansionLimit=500000
IBM - old/WAS 문제&해결
댓글