Hello,
I have an application with about 400 classes, and have reached a
point where, if I add any more classes, then when trying to compile
the program, I get the following errors:
base/basebutton.lzx:1:10: The validator had a fatal error, but
proceeding with compilation
base/basecomponent.lzx:1:10: The validator had a fatal error, but
proceeding with compilation
base/style.lzx:1:10: The validator had a fatal error, but proceeding
with compilation
...
This error occurs for every single class which gets included with the
application. I have written bigger OL programs than this in the
past, but only ones which were deployed in SOLO mode. Unfortunately,
this application uses the SOAP packages, so I cannot deploy SOLO.
Since this seems like a memory issue, I tried increasing the memory
of my container to Xmx1024 / Xms512, but that has not helped.
Any suggestions?
Thanks!
- Jes