: Thankyou for all the assistance and so sorry about proloning this but I still : have errors: One I open the socket and try to create a new folder, this is : the error that I get : IOException while running socketReader: : java.io.EOFException : java.io.EOFException : at java.io.DataInputStream.readInt(DataInputStream.java:358) : at com.sybase.dpb.AsyncSocketReader.run(AsyncSocketReader.java:41) : IOException in sendMessage(): java.net.SocketException: Software caused : connecti : on abort: socket write error : java.net.SocketException: Software caused connection abort: socket write : error : at java.net.SocketOutputStream.socketWrite0(Native Method) : at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) : at java.net.SocketOutputStream.write(SocketOutputStream.java:115) : at java.io.DataOutputStream.writeInt(DataOutputStream.java:183) : at com.sybase.dpb.JDPB_Connection.sendMessage(JDPB_Connection.java:603) : at com.sybase.dpb.JDPB_Connection.connect(JDPB_Connection.java:444) : at com.sybase.dpb.JDPB_Connection.connect(JDPB_Connection.java:324) : at com.softtreetech.scheduler.j24x7.openSession(j24x7.java:250) : at TrialScheduler.main(TrialScheduler.java:28) : IOException in sendMessage(): java.net.SocketException: Software caused : connecti : on abort: socket write error : java.net.SocketException: Software caused connection abort: socket write : error : at java.net.SocketOutputStream.socketWrite0(Native Method) : at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) : at java.net.SocketOutputStream.write(SocketOutputStream.java:136) : at java.io.DataOutputStream.write(DataOutputStream.java:90) : at com.sybase.dpb.JDPB_Connection.sendMessage(JDPB_Connection.java:616) : at com.sybase.dpb.JDPB_Connection.connect(JDPB_Connection.java:444) : at com.sybase.dpb.JDPB_Connection.connect(JDPB_Connection.java:324) : at com.softtreetech.scheduler.j24x7.openSession(j24x7.java:250) : at TrialScheduler.main(TrialScheduler.java:28) : is the port blocked?
|