<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>I am absolutely stumped.&nbsp; I am bringing up a third proxy (identical to two already in production) but cannot get it to process calls.&nbsp; SER starts and my UA can connect to it.&nbsp; REGISTER is not a problem...messages pass back and forth, database access takes place to authenticate the user and the location is written.&nbsp; However, when a call is attempted, the proxy receives an INVITE message and then I am not sure what happens, but I get the following output in my /var/log/messages...<br><br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4615]: child process 4633 exited normally, status=0<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4615]: INFO: terminating due to SIGCHLD<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4656]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4654]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4652]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4653]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4635]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4642]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4634]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4631]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4630]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4624]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4636]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4628]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4625]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4650]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4651]: INFO: signal 15 received<br>Aug&nbsp; 2 17:20:15 server /usr/sbin/ser[4646]: INFO: signal 15 received<br><br>and then the connection to my MySQL database gets corrupted.&nbsp; Here is what I see in my /var/lib/mysql/server.err:<br><br>060802 17:19:15&nbsp; InnoDB: Started; log sequence number 0 44240<br>060802 17:19:15 [Note] /usr/sbin/mysqld-max: ready for connections.<br>Version: '5.0.21-max-log'&nbsp; socket: '/var/lib/mysql/mysql.sock'&nbsp; port: 3306&nbsp; MySQL Community Edition - Experimental (GPL)<br>060802 17:20:15 [Warning] Aborted connection 16 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 39 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 40 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 36 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 18 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 8 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 33 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 20 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 25 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 30 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 9 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 35 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 15 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 21 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 19 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 29 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br>060802 17:20:16 [Warning] Aborted connection 10 to db: 'proxy' user: 'proxy' host: 'localhost' (Got an error reading communication packets)<br><br>I copied my databases over to this proxy from another proxy, so I am wondering if that is part of the problem.&nbsp; Anyone have any ideas?!&nbsp; SER version is 0.9.6 and MySQL version is 5.0.21.&nbsp; Thanks in advance.<br><br>Steve<br><br /><hr />Be one of the first to try Windows Live Mail. <a href='http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d' target='_new'>Windows Live Mail.</a></body>
</html>