Hm, never seen such error before. Quick Google search turned up the follwoing results: http://www.google.com/search?hl=en&lr=&biw=1004&q=java.net.SocketException%3A+Software+caused+connection+abort+socket+write+error It seems to be a problem on the server side or incopatible JDK/JRE versions used on the client (your rpogram) and server (24x7 scheduler). Do you you se them JDK/JRE or different? Do you connect to local or remote server? Does it cause the scheduler to crash? Can you connect to the scheduler after receiving this error. : 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?
|