Re: [Sqlrelay-discussion] sqlrelay: dtd validation error
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2008-06-26 15:44:44
|
There's a bug in the DTD. It will be fixed in the next release, but try this... Edit /etc/sqlrelay/sqlrelay.dtd and change the 2nd line to read: <!ELEMENT instance (users,connections?,router?)> That should take care of the issue. Let me know though. David Muse dav...@fi... On Tue, 2008-06-17 at 12:38 -0700, tyju tiui wrote: > 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 > > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > __________________________________________________ > D O T E A S Y - "Join the web hosting revolution!" > http://www.doteasy.com __________________________________________________ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com |