Re: [AOLSERVER] AOLserver and Oracle unable to allocate db handle

2011-01-20 Thread Peter Sadlon

Maybe you already have a handle?  If your adp already has a handle you can not 
get another, if you need 2 handles then do:

set db [ns_db gethandle 2]
set db1 [lindex $db 0]

set db2 [lindex $db 1]



Date: Thu, 20 Jan 2011 00:45:33 -0800
From: thejackschm...@gmail.com
Subject: [AOLSERVER] AOLserver and Oracle unable to allocate db handle
To: AOLSERVER@LISTSERV.AOL.COM

Hi,
I'm running on AOLserver 4.5.1 and everything for the most part seems fine. On 
occasion, I get this error message when the server tries to get a db handle:
could not allocate 1 handle(s) from pool "default"

>From what I know, it should mean that AOLserver ran out of database pools to 
>use.  I tried upping the pools on the 'default' group but it didn't seem to 
>help.  I'm wondering if anyone can shed some light on the nature of this 
>problem and possible things I should look into.
Any help is appreciated.
Thanks!

--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
 with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.
  

--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
 with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


[AOLSERVER] AOLserver and Oracle unable to allocate db handle

2011-01-20 Thread Sep Ng
Hi,

I'm running on AOLserver 4.5.1 and everything for the most part seems fine. 
On occasion, I get this error message when the server tries to get a db 
handle:

could not allocate 1 handle(s) from pool "default"

>From what I know, it should mean that AOLserver ran out of database pools to 
use.  I tried upping the pools on the 'default' group but it didn't seem to 
help.  I'm wondering if anyone can shed some light on the nature of this 
problem and possible things I should look into.

Any help is appreciated.

Thanks!


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
 with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.