[Sqlrelay-discussion] sqlrelay: dtd validation error
Brought to you by:
mused
|
From: tyju t. <jck...@ya...> - 2008-06-17 19:38:51
|
Hi,
I'm evaluating sqlrelay for use with mod_perl for connection pooling and I'm having a problem with configuration.
I've copied the example line for line and just added my MySQL settings. When I try to start sqlrelay I get a dtd validation error:
Starting SQL Relay ... /etc/sqlrelay/sqlrelay.conf:14: element instance: validity error : Element instance content does not follow the DTD, expecting
(users , connections , router), got (users connections )
</instance>
^
SQL Relay not started.
I looked at the dtd and sure enough a router node is required for every instance.
I added an empty <router/> tag and everything started up and seems to be working just fine.
Is this OK? Do I need to put something in that router node to properly setup sqlrelay?
By the way I'm using sql relay 0.38 w/ MySQL 5.0 (the defaults that come with Ubuntu 8.04 using apt-get)
Thanks,
Ty
|