Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weblogic 6.1 : Socket write error. Urgent

Status
Not open for further replies.

belthurgp

Instructor
Jun 6, 2000
15
IN
Hi,

I am using the following code to forward to a particular page.

this.getServletContext().getRequestDispatcher("/" + USCommonFunctions.buildURL(user, pageName)).forward(request, response);

buildURL is just a helper function. getRequestDispatcher is throwing the following error :

java.net.SocketException: Connection aborted by peer: socket write error


Any body know what is happening here.
Same configuration of the server on another machine is working.

Thanx in Adv.


GuruPrasad Belthur
belthurgp@yahoo.com
Commerce Graduate, but have lived purely on computers. All the work i have done till now is only with computers and I love it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top