Re: [Sqlrelay-discussion] listener not listening on port
Brought to you by:
mused
|
From: Claudio F. <kla...@gm...> - 2010-04-20 14:14:48
|
On Wed, Apr 14, 2010 at 10:38 AM, Andre Hübner <and...@gm...> wrote: > Hello, > > My conf is still simple. i created a listener and a connection to mysql > on > > other host. the connection to mysql is created and seems to work but > there > > is no listener listening on host where sqlrelay is running. also no > socket > > is created. > > think found the fault. there is an error in original dtd of my > distribution. > connections and routers were no optional but required elements. so i had to > insert this empty <routers> tag and this triggered the error. > now it is running but there are further problems. > SQLRelay's error reporting on XML parsing problems leaves a lot to be desired. I had patched that, I guess I could attach the patch to see if it helps you diagnose your problem. It will take some work (separating from other patches), so I'll post again later. |