MySQL Forums
Forum List  »  Router & Proxy

unhandled state: 16
Posted by: Matthew LeSieur
Date: March 05, 2008 10:32AM

I am testing mysql-proxy for use on our web server, which hosts a couple hundred websites. We have about 100 databases on our MySQL server. When I put mysql-proxy between the websites and MySQL server, mysql-proxy crashes after running for about an hour. The error message is:

network-mysqld.c.972: unhandled state: 16

Also, I see many of these errors, but mysql-proxy does not crash:

network-mysqld.c.1648: can't convert addr-type 1 into a string

Here is the command-line for mysql-proxy:

# mysql-proxy --proxy-address=/tmp/mysql.sock --admin-address=127.0.0.1:4042 -
-proxy-backend-addresses=127.0.0.1:3307 --daemon

This is the package I installed mysql-proxy from:
mysql-proxy-0.6.1-solaris9-sparc-32bit.tar.gz

Also, just to give the whole story, I am also running another mysql-proxy process to handle port 3306. I had no errors with this mysql-proxy process. Here is the command line:

# mysql-proxy --proxy-address=0.0.0.0:3306 --admin-address=127.0.0.1:4041 --proxy
-backend-addresses=127.0.0.1:3307 --daemon

Any ideas?

Thanks
Matt

Options: ReplyQuote


Subject
Views
Written By
Posted
unhandled state: 16
3415
March 05, 2008 10:32AM
2169
March 06, 2008 10:18AM
2144
March 06, 2008 03:25PM
2648
March 07, 2008 11:52PM
2208
March 11, 2008 08:51AM
2333
March 18, 2008 03:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.