Hello all,
I've been building an application that provides a front end for a HP
product called service desk. WE had this error last night,
java.lang.Exception: Invoke failed:
[o(ApiOrganizationHome)]->findOrganization((IOrganizationWhere)o(ApiOrganiz=
ationWhere)).
Cause: Failed reading response from the server.
Nested exception is:
java.lang.OutOfMemoryError: Java heap space
I'm running the JVM as a service.
As far as I understand it, all java objects should be gabage collected
after a script finishes (no more references). But I've been seeing
the resident memory usage of the Java service gradually increase as
the requests go in, and it doesn't go back down.
Anybody got any pointers or help they can give?
Thanks,
Paul.
|