Question
Java heap space null error
Hello,
We have a process that parses a large xml file from a web service. The xml data has recently gotten a little larger, and now we are running into this error:
Java heap space null <br>The error occurred on line -1.
Is this a configuration issue? how do we get around this problem?
