  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Applet Servlet Communicatio Problem on Weblogic/IIS | Applet Servlet Communicatio Problem on Weblogic/IIS 2004-01-14 - By Panos Konstantinidis
Back The other end is dropping the connection. This is a difficult problem to debug and in most cases it hasn't got to do with the source code. I had the same problem before with Tomcat, the solution was to upgrade Tomcat and problem was solved. Only solution I can think of is to try and install the latest service packs for both IIS and WebLogic.
--- Prashant Samant <Prashant.Samant@(protected)> wrote: > > Hello Everybody, > I am trying to run an Applet Servlet Communication > example. > I have IIS 5.0 on one machine (say M1) and Weblogic > 7.0 on machine 2 say > (M2). > My Applet runs on the client machine and writes some > data to the > servlet. > The request goes to Weblogic through IIS server. > The servlet receives the data send from the applet. > Now when the servlet tries to send the response back > to the applet, the > response has to go through the IIS Server. > The applet waits for the response from the servlet > running on weblogic > and eventually give the error below > > > java.net.SocketException : Connection reset by peer: > JVM_recv in socket > input stream read > > at > java.net.SocketInputStream.socketRead(Native Method) > > at > java.net.SocketInputStream.read(Unknown Source) > > at > java.io.BufferedInputStream (Unknown Source) > > at > java.io.BufferedInputStream (Unknown Source) > > at > java.io.FilterInputStream (Unknown Source) > > at > java.io.PushbackInputStream (Unknown Source) > > at > VTRUploadApplet.interactWithServlet(VTRUploadApplet.java:116) > > at > VTRUploadApplet.init(VTRUploadApplet.java:36) > > at sun.applet.AppletPanel.run(Unknown > Source) > > at java.lang.Thread (Unknown Source) > > java.lang.Exception  > > at > VTRUploadApplet.interactWithServlet(VTRUploadApplet.java:125) > > at > VTRUploadApplet.init(VTRUploadApplet.java:36) > > at sun.applet.AppletPanel.run(Unknown > Source) > > at java.lang.Thread (Unknown Source) > > Any advise is appreciated. > > Thanks & Regards, > Prashant S. > > > > > =========================================================================== > To unsubscribe, send email to listserv@(protected) > and include in the body > of the message "signoff J2EE-INTEREST". For general > help, send email to > listserv@(protected) and include in the body of the > message "help". > >
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|
 |