Re: [Sqlrelay-discussion] sqlr-listener
Brought to you by:
mused
|
From: Alberto C. <aca...@pu...> - 2010-01-21 07:43:06
|
Hi, Jerome IIRC, the standard workaround to solve this known bug is to add a dummy instance at the start of the conf file, just to make the parser happy. Hope that helps. 2010/1/20 Jerome Macaranas <jer...@gm...>: > sqlr-listener wont start... > > did a debug.. > .... > > creating shared memory and semaphores > id filename: > /usr/local/firstworks/var/sqlrelay/tmp/ipc/staging > creating shared memory... > creating semaphores... > > > > -------------------- > conf.. > > <?xml version="1.0"?> > <!DOCTYPE instances SYSTEM "sqlrelay.dtd"> > <instances> > <instance id="staging" port="9000" socket="/tmp/mysqltest.socket" > dbase="mysql" connections="3" maxconnections="5" maxqueuelength="0" > growby="1" ttl="60" endofsession="commit" sessiontimeout="600" > runasuser="nobody" runasgroup="nobody" cursors="5" authtier="listener" > handoff="pass" debug="listener_and_connection"> > <users> > <user user="stagingconn" password="testdd"/> > </users> > <connections> > <connection connectionid="staging" > string="host=testbox;user=staginguser;password=test;db=staging" metric="1"/> > </connections> > </instance> > </instances> > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > |