Limitations when importing a large log file with the Sun JVM

If you import a large log file, the Import Log File wizard may fail with an exception.

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.

In particular Sun JVM versions, the entityExpansionLimit system property is set to constrain the total number of entity expansions when parsing XML documents. To solve this problem, set the entityExpansionLimit JVM option as follows:

-DentityExpansionLimit=500000

(C) Copyright IBM Corporation 2005,2006.