has anyone found resolution to this issue?
Hi!
Is there anybody who's succesfully running jabber module on top of a recent "stable" ser/openser version? I can't get the server running, it hangs and I have then to kill it with "kill -9".
This is the error log (running on openser 0.9.5, not forking, debug level = 8):
... 0(21394) DEBUG: init_mod_child (1): avpops 0(21394) get_connection(): Connection found in the pool 0(21394) XJAB:xjab_check_workers: worker[0][pid=21403] has exited - status=0 err=21403 errno=0 0(21394) XJAB:21402:xjab_check_workers: create a new worker[0] 0(21394) XJAB:xj_worker[0]:21405: exiting - wrong parameters 0(21394) XJAB:xjab_check_workers: worker[1][pid=21404] has exited - status=0 err=21404 errno=0 0(21394) XJAB:21402:xjab_check_workers: create a new worker[1] 0(21394) XJAB:xj_worker[1]:21406: exiting - wrong parameters 0(21394) SIGCHLD received: we do not worry about grand-children
I don't really understand why I get different errors on different modules lowering the debug level (3):
2(0) get_connection(): Inherited open database connections, this is not a good idea 2(0) db_init(): Could not create a connection 2(0) ERROR: child_init(-2): Error while connecting database 2(0) init_mod_child(): Error while initializing module usrloc
Please note that everything is working fine if I disable jabber module
I have seen jabber module hasn't been modified recently, is it possible it is now somehow not compatibile with *sql modules? -- Ing. Pietro Ravasio - pietro.ravasio at abbeynet.it Enterprise Market Manager Abbeynet S.p.A. - http://www.abbeynet.it TEL: +390702109044 GSM: +393282172055 FAX: +390702109055
i think the issue is usrloc and jabber are trying to share the same connection and creating an error. if i use dbmode=0 for usrloc, the error goes away, but i want to use persist database for usrloc as well.. is there a workaround?
<BLOCKQUOTE style='PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #A0C6E5 2px solid; MARGIN-RIGHT: 0px'><font style='FONT-SIZE:11px;FONT-FAMILY:tahoma,sans-serif'><hr color=#A0C6E5 size=1> From: <i>"Matt L. Zhu" <coder0000@hotmail.com></i><br>To: <i>serusers@lists.iptel.org</i><br>Subject: <i>[Serusers] Jabber module on latest stable (0.9.x) versions</i><br>Date: <i>Wed, 05 Oct 2005 11:49:21 -0400</i><br>>has anyone found resolution to this issue?<br>><br>>Hi!<br>><br>>Is there anybody who's succesfully running jabber module on top of a <br>>recent<br>>"stable" ser/openser version? I can't get the server running, it <br>>hangs and I<br>>have then to kill it with "kill -9".<br>><br>>This is the error log (running on openser 0.9.5, not forking, debug <br>>level =<br>>8):<br>><br>>...<br>>0(21394) DEBUG: init_mod_child (1): avpops<br>>0(21394) get_connection(): Connection found in the pool<br>>0(21394) XJAB:xjab_check_workers: worker[0][pid=21403] has exited -<br>>status=0 err=21403 errno=0<br>>0(21394) XJAB:21402:xjab_check_workers: create a new worker[0]<br>>0(21394) XJAB:xj_worker[0]:21405: exiting - wrong parameters<br>>0(21394) XJAB:xjab_check_workers: worker[1][pid=21404] has exited -<br>>status=0 err=21404 errno=0<br>>0(21394) XJAB:21402:xjab_check_workers: create a new worker[1]<br>>0(21394) XJAB:xj_worker[1]:21406: exiting - wrong parameters<br>>0(21394) SIGCHLD received: we do not worry about grand-children<br>><br>>I don't really understand why I get different errors on different <br>>modules<br>>lowering the debug level (3):<br>><br>>2(0) get_connection(): Inherited open database connections, this is <br>>not a<br>>good idea<br>>2(0) db_init(): Could not create a connection<br>>2(0) ERROR: child_init(-2): Error while connecting database<br>>2(0) init_mod_child(): Error while initializing module usrloc<br>><br>>Please note that everything is working fine if I disable jabber <br>>module<br>><br>>I have seen jabber module hasn't been modified recently, is it <br>>possible it<br>>is now somehow not compatibile with *sql modules?<br>>--<br>>Ing. Pietro Ravasio - pietro.ravasio at abbeynet.it<br>>Enterprise Market Manager<br>>Abbeynet S.p.A. - http://www.abbeynet.it<br>>TEL: +390702109044<br>>GSM: +393282172055<br>>FAX: +390702109055<br>><br>><br>>_______________________________________________<br>>Serusers mailing list<br>>serusers@lists.iptel.org<br>>http://lists.iptel.org/mailman/listinfo/serusers<br></font></BLOCKQUOTE>