Re: [Sqlrelay-discussion] Problem with startup on RHEL ES5 64 bit
Brought to you by:
mused
|
From: Alberto C. <aca...@pu...> - 2010-03-11 08:17:50
|
2010/3/3 Rob Tanner <rt...@li...>: > I’m replying to my own message. Did dome googling and apparently this > startup issue with the listener has been discussed before and the work > around is to create a dummy instance in the sqlrelay.conf file prior to the > actual instance. So I simply made a copy of the real instance and named it > “dummy” (okay, I’m just not that creative today). Now, when I start > sqlrelay, all the daemons start but I get this back: > > Starting SQL Relay: > Launching instance with id 'webapps': [ OK ] > 19440 is not sqlr! removing pidfile ... > > The pid that it claims isn’t sqlr! is actually the sqlr-cachemanager and > since it removes the pid file, when I stop sqlrelay, sqlr-cachemanger isn’t > stopped and I have to kill it manually. Is this the compromise that at > least brings up all the components and so I’m just stuck with it as a > downside? I can certainly live with that if I have to, but is there a > work-around for this as well? I don't have that problem, but then my start/stop routine is quite different. I think cleanup() is not working properly, will check my scripts. |