B-61
Cisco Media Gateway Manager 5.0 User Guide
OL-5461-02
AppendixB Error Mess ages
Cisco MGM Server Error Messages
B.2 Cisco MGM Server Error Messages
Cisco MGM server error messages appear in the Error Log and have the following syntax:
Date time: filename(line number): module-severity-error_ID: error_message
Example:
01/01/03 09:56:01 PM: cliroutines.c(80): CONFIG-DEBUG-1201: Unknown_ETHERNET_PORT 0
The following error messages are categorized by severity (critical, major, minor, and debug) and are
listed in ascending numeric order within each category.
Note Because error messages are grouped in number ranges, they are not listed in exact numeric order.

B.2.1 Critical Server Error Messages

Error Message EID-104: Service service_name failed to initialize.
Recommended Action Look for previous error messages from the service that failed to determine the
cause and fix for the problem. Verify that the Oracle database is running and that there are enough
free resources (memory, sockets, and so on) on the server workstation.
Error Message EID-316: Error connecting to the database.
Recommended Action The application failed to log into the Oracle database. Verify that the database
and the listeners are running.
Error Message EID-401: Failed to initialize UDP socket pool.
Recommended Action There were not enough sockets available for the server to start. Check the
/etc/system file on the server workstation for the following lines:
set rlim_fd_max=XXX
set rlim_fd_cur=YYY
The value of XXX should be greater than or equal to 4096. The value of YYY should be greater than
or equal to 2048. Adjust the value; then, restart the server workstation.
Error Message EID-402: Failed to initialize work queue.
Recommended Action Restart the server.
Error Message EID-403: Failed to initialize semaphores.
Recommended Action Restart the server.