Program wont load, OutOfMemory and NullPointerException

Hello,

We’ve been working on a new program that’s grown quite large, and earlier today the program has started to refuse to open up.
Given enough time and effort we can ‘trick’ the cobot into opening the program. (By trick, I mean get lucky and it just decides to work…)
Once the program does load, it runs perfectly.

When it manages to fail instead of freezing we get one of two error messages:

  1. "java.lang.OutOfMemoryError: java heap space
  2. “NullPointerException” “URCap name: triplea-wingman”


After considerable effort, I believe the program failing to open issue may have been primarily due to program size. as Suppressing many/all the lines in the program and saving that as a new version, the new version more consistently opens.
And the Null Pointer Exception, was and independent issue possibly caused by suppressing the AAA-Tools node.

The null pointer is definitely due to AAA. We have the same issue with ours.