|
AggreGate Server Runtime Errors |
Top Previous Next |
|
This section covers different runtime errors that may be diagnosed using AggreGate Server logging facility or system events. Unable to create new native thread This message means that operating system does not allow Java Virtual Machine to create a new thread. There are several solutions for this problem:
Out Of Memory Error: Java Heap Space This error means that your Java Virtual Machine has run out of memory. The solution is to increase maximum memory available to JVM. Out Of Memory Error: PermGen Space This error means that your Java Virtual Machine is out of memory for storing loaded classes. The solution is to increase value of -XX:MaxPermSize parameter in server launcher properties files. AggreGate Server Causes High CPU Load It may happen that AggreGate Server consumes nearly 100% of CPU time. This situation is often caused by wrong settings of different system objects, most likely short polling periods or other frequent periodic actions. To find the root cause of high CPU load, disable system resources type-by-type. If the CPU load decreases to the normal value after disabling resources of a certain type, enable them back gradually to find one those settings cause high CPU load.
|