|
AggreGate Server Startup Problems |
Top Previous Next |
|
AggreGate Server may show an error message on startup or appear to start successfully but not accept incoming connections from Device Servers or clients. This probably means there were some serious or critical errors during server startup. Check AggreGate Server log file to find out the actual reason of error. By default, this file is called server.log and it is located in AggreGate Server installation directory. See Configuring Logging section for more information about logging. Sometimes critical errors displayed in the error dialog are caused by some smaller problem that can be traced back using the log file. The JVM could not be started. The main method could have thrown an exception. This message means a critical error occurred during JVM startup. To see the exact error message that should give troubleshooting hints use ag_server_console launcher to start AggreGate Server.
Could not reserve enough space for object heap You may see the following message when trying to start AggreGate Server: Error occurred during initialization of VM Could not reserve enough space for object heap The JVM could not be started. The main method may have thrown an exception. It means that the Java Virtual Machine cannot allocate the amount of memory specified by -Xmx (maximum memory) launcher file parameter in a single contiguous block. There are several possible solutions:
Error starting database service This error means that server was not able to establish connection with the database. Normally the root cause of the error is appended to the error message. If the root cause cannot be identified by reading server startup error message, try the following:
Server Was Started But Clients Cannot Connect If AggreGate Server was launched but it's not possible to connect to it using AggreGate Client and Web Desktop, it may happen that server startup is still in progress. Check server log file (server.log) to see whether the server is executing a long operation, such as database maintenance. Please contact Tibbo technical support if server startup is regularly taking longer than 3-5 minutes. |