Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you receive the following error: "reach the innerElementCountThreshold:50000", perform one of the following tasks:

  • Configure the Global Properties of the Groundplex in the global.properties file ("/opt/snaplogic/etc/global.properties" in Linux; "c:\opt\snaplogic\etc\global.properties" in Windows) to increase the threshold value:

    Code Block
    jcc.jvm_options = -Dorg.apache.cxf.stax.maxChildElements=<value>

    where 'value' is 1000000 or higher. OR

  • Add the same line as a global property in the node.

These properties are available only in a Groundplex.

...