Hello,
I am running 10G xe on windows 2003 server. Everything seems to work pretty smoothly for a few hours and then it bombs. The listener.log file shows this error:

TNS-12516: TNS:listener could not find available handler with matching protocol stack

There are some things in this log that I wonder about. In the piece of the log below you can see that the port number is incremented in every entry in the listener.log. Is this normal? Does this mean that my app is not closing connections? Any help would be greatly appreciated.

12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2852)) * establish * XE * 0
12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2853)) * establish * XE * 0
12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2854)) * establish * XE * 0
12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2855)) * establish * XE * 0
12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2856)) * establish * XE * 0
12-APR-2006 11:11:26 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=M4)(USER=smo r))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.5)(PORT=2857)) * establish * XE * 12516
TNS-12516: TNS:listener could not find available handler with matching protocol stack



thanks
Jason