You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Brian Bowman <br...@nordicwave.com> on 2001/01/13 17:58:25 UTC

Cause of IOException

I was wondering if anyone could tell me what causes the following errors. It
seems to have no adverse effect on my application but it makes a mess out of
my output window. What is null that it is trying to add to the end of the
url?

Thanks in advance.
Brian Bowman
Nordic Wave

2001-01-13 05:51:26 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/userList.jsp + null) Connection reset by pee
r: socket write error
2001-01-13 05:51:31 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/company.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:31 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/company.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:31 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/company.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:32 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/address.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:32 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/address.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:32 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/address.jsp + null) Connection reset by peer
: socket write error
2001-01-13 05:51:33 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/member.jsp + null) Connection reset by peer:
 socket write error
2001-01-13 05:51:33 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/member.jsp + null) Connection reset by peer:
 socket write error
2001-01-13 05:51:33 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/member.jsp + null) Connection reset by peer:
 socket write error
2001-01-13 05:51:35 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/user.jsp + null) Connection reset by peer: s
ocket write error
2001-01-13 05:51:35 - Ctx( /Resourcing ): IOException in: R( /Resourcing +
/user.jsp + null) Connection reset by peer: s
ocket write error



Re: Cause of IOException

Posted by Peter Alfors <pe...@irista.com>.
I think that 'null' is the query string portion of your request.

Im not sure what causes the error however.

Pete