Sep Ng wrote:
> Every once in a while on my aolserver logs, I find this error and I'm
> not sure what it means. Typically, I see it when performing a database
> operation and then aolserver drops into an error like:
> invalid database_id: nsdb0

This means that there is no handle associated with the key "nsdb0".  I'd 
guess this is because something called [ns_db releasehandle] when you 
weren't expecting it, but it's also possible that the handle was passed 
to a different interpreter (e.g., through a nsv) rather than acquired 
with [ns_db gethandle], which won't work.

> Is this related to another log entry: max connections exceeded? Is the
> database handle not valid?
>

It's unrelated.  "max connections exceeded" happens when a conn thread 
has served as many requests as it is configured to do and exits.

-J

> Hoping someone can shed some light on the nature of this error.
>
> Thanks!
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> aolserver-talk mailing list
> aolserver-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/aolserver-talk


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
aolserver-talk mailing list
aolserver-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Reply via email to