-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rainer,

On 5/22/2009 10:32 AM, Rainer Jung wrote:
> On 22.05.2009 15:46, Christopher Schultz wrote:
>> Rainer,
>>
>> On 5/22/2009 8:55 AM, Rainer Jung wrote:
>>> You could run a JSP including a call to System.gc();
>> Right. The JVM is out of file descriptors. I cannot deploy a new JSP
>> onto the server without restarting it. ;) I mentioned this in my initial
>> post.
> 
> Yes, of course. In that case you are pretty much restricted to the
> outside tools you already used. So it would make sense to deploy and
> precompile/call the new JSP once before starting the next run, so you at
> least have a chance of calling it.

Yeah, I had one of those deployed already. Unfortunately, one of the
things that JSP does is call InetAddress.getLocalHost() which fails
because ... I was out of file descriptors. It's amazing how much stuff
stops working once you hit that wall and nothing will be released ;)

> Of course the connection the hte http
> connector needed for the request also needs an FD, but I had the
> impression from your last post, that a few of those FDs are being closed
> after some time. Maybe enough for calling the JSP.

Yeah, I could make an HTTP connection to the server, but I think that's
because the connector already had an fd allocated for the listen.
Actually, I'm not sure why some things worked (like making new requests)
but others did not (such as doing a localhost lookup).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkoW+bIACgkQ9CaO5/Lv0PB2UQCeNTDx5CBnaU3F44sdchJZ29gZ
OUEAoJVlwqaRoig1HLi4fBra2QL5JyhU
=9czx
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to