We have just started an application on a site where there are about 30 users at present. Within 1 hour the server running Aware peaked at 100% CPU and all apps failed.
Can you advise what makes java.exe run on the server in operation mode. Is it any connection by Aware or is it specific to processes being run by users. When this event occurred there were at least 10 instances of java.exe running.
I am assuming that this shouldn't happen and is down to a process that I am using ? I have already interacted with you on the issue of using Processes from Rules and you did advise against this. (Although in an earlier thread support indicated that is could be done).
I have a Process that:
a) creates an instance in a Business Object (BO1)
b) then starts an Enter New for another Business Object (BO2)
c) When Create in (b) is hit, a rule may call a process based on a value for a referenced attribute in that business object instance
d) This next process starts an Enter New process for another business object (BO3) linked via a referenced attribute from the business object in (b) (BO2)
Is it possible that this is just to confusing and is causing Aware to stop by maxing the server ?