[Sqlrelay-discussion] Sometimes I got [nativecode=Couldn't connect to the listener]
Brought to you by:
mused
|
From: <ma...@si...> - 2007-09-07 08:34:11
|
I don't know why Gmail always send my mails in MIME. I am so sorry to send the same mail 3 times... But this time, it's plain text. ==================================================== Hello, I use sqlrelay-0.39.2, and I did not use previous versions before. I am using it to connect to oracle. Everything goes fine till I got some complains from my users, the claimed that they get the error message from php PEAR's getUserInfo, and that message is "[nativecode=Couldn't connect to the listener]". But I didn't see any strange information from sqlr-connection.<pid>s. here is my sqlrelay.conf (only the instance part): <instance id="orcl_dev" port="9000" socket="/tmp/orcl_dev.socket" dbase="oracle8" connections="30" maxconnections="150" maxqueuelength="2" growby="1" ttl="600" endofsession="commit" sessiontimeout="600" runasuser="webuser" runasgroup="webuser" cursors="5" authtier="listener" handoff="pass" deniedips="" allowedips="" debug="connection" maxquerysize="65536" maxstringbindvaluelength="4000" maxlobbindvaluelength="71680" idleclienttimeout="-1" maxlisteners="-1" listenertimeout="0" reloginatstart="yes"> Is there any setting I should try to change in the config file? Or, does this is apparently a network problem ? I really appreciate any help. Regards, Dante Mason |