如果匯入大型日誌檔,匯入日誌檔精靈可能失敗,出現異常狀況。
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.
在特定的 Sun JVM 版本中,已設定 entityExpansionLimit 系統內容來限制剖析 XML 文件時的實體展開總數。 若要解決這個問題,請設定 entityExpansionLimit JVM 選項如下:
-DentityExpansionLimit=500000
(C) Copyright IBM Corporation 2005,2006.