Session locks up and will not die - new revalations
Session locks up and will not die - new revalations
- Subject: Session locks up and will not die - new revalations
- From: Denis Stanton <email@hidden>
- Date: Fri, 21 Nov 2003 13:30:01 +1300
I've been getting some help from this list with a problem that occurs
about once each day on my deployed app. The user will get no response
while using a session. They can usually just log in again, but the old
session never times out and cannot be shut down.
It happened this morning, but this time starting a new instance only
provided a short respite before it happened again. I made them wait
while I took a backup copy of the database from the server onto my
desktop. In the course of this I also tried to copy the log file and
found to my amazement that it was 635.8 MB. I checked back and found
that while most log files were 4 - 400 K, I have some registering 257
MB and 754 MB. These were a bit much to recover to my Mac from the
Server which is miles away across town, while I have not-very-broadband
128k DSL
The huge log files are filled with the following:
[2003-11-21 12:00:37 NZDT] <WorkerThread138> <WOWorkerThread id=138
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
[2003-11-21 12:00:37 NZDT] <WorkerThread163> <WOWorkerThread id=163
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
[2003-11-21 12:00:37 NZDT] <WorkerThread168> <WOWorkerThread id=168
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
[2003-11-21 12:00:37 NZDT] <WorkerThread170> <WOWorkerThread id=170
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
[2003-11-21 12:00:37 NZDT] <WorkerThread182> <WOWorkerThread id=182
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
[2003-11-21 12:00:37 NZDT] <WorkerThread195> <WOWorkerThread id=195
socket=null> IOException occurred while accepting server socket:
java.net.SocketException: Too many open files
and so on for another 600+ MB.
Please can someone tell me what this means? Who has to many files? I
just use EOM to communicate with a MySQL database. It looks like one
file to me.
I'm using Mac OS X 10.2.8. WebObjects 5.2.1 and MySQL
MySQL is either 4.0.14 or 4.0.16, I'm not sure if I updated the server/
My SQL connector is 3.0.1 or 3.0.9
Denis Stanton
email@hidden
Home: (09) 533 0391
mobile: 021 1433622
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.