|
From: Leif M. <lei...@ta...> - 2009-04-08 07:59:14
|
Isaiah, Problems like this are common with network applications across the open internet. I don't see anything here that is related specifically to the Wrapper. Are you concerned that the Wrapper might be related? Cheers, Leif On Wed, Apr 8, 2009 at 4:32 PM, Isaiah K Peram <isa...@in...> wrote: > > HI Guys , > > We are using Wrappers in our FTPManager application where in we transfer the > files from Our Server Systems to Mainframes machine located in Germany . > > We are Regularly facing this issue of Connection Reset , First i thought it > would be cos of network drop off > > Any help is much appreciated . > > The error is shown below : > > java.net.SocketException: Connection reset > at > java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code)) > at > java.io.BufferedInputStream.read1(BufferedInputStream.java(Compiled Code)) > at > java.io.BufferedInputStream.read(BufferedInputStream.java(Compiled Code)) > at > java.io.BufferedInputStream.fill(BufferedInputStream.java(Inlined Compiled > Code)) > at > java.io.BufferedInputStream.read(BufferedInputStream.java(Inlined Compiled > Code)) > at > org.apache.commons.net.telnet.TelnetInputStream.__read(TelnetInputStream.java(Compiled > Code)) > at > org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java(Compiled > Code)) > at java.lang.Thread.run(Thread.java(Compiled Code)) > > Thanks and Regards , > > Isaiah Kumar P . |