"Steven J. Owens" <[EMAIL PROTECTED]> wrote:
__________
>Hi folks,
>
>     I'm seeing an odd situation where I'm getting a
>java.lang.OutofMemoryError and a core dump from the JRE 
>-------------------------------------
>java.lang.OutOfMemoryError
>        at sun.rmi.transport.tcp.TCPTransport.newListener(Compiled Code)


You are actually running out of file
descriptors (check limits). As far
as I recall the error message comes
from the fact that to new an IOException, the VM opens /dev/zero (which fails) so you
get the OutofMemoryError .

T.

URL http://www.westhawk.co.uk/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to