Hi,
Here the output I get with windows 2000:
Sending->BEGIN AUTH REQUEST
Sending->/SwedenRepository
Sending->janslk
Sending->AZy%:y,c
Sending->END AUTH REQUEST
Exception at readLine method
Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at com.ifs.rsp.cvs.base.CVSBase.readLine(CVSBase.java:1974)
at com.ice.cvsc.CVSClient.performLogin(CVSClient.java:941)
at com.ifs.rsp.cvs.base.RSPCVSMain.authentication(RSPCVSMain.java:120)
at com.ifs.rsp.cvs.CMD.RSPCVSCMD.performSync(RSPCVSCMD.java:109)
at com.ifs.rsp.cvs.CMD.RSPCVSCMD.main(RSPCVSCMD.java:245)
Received>null
Sending->BEGIN AUTH REQUEST
Sending->/DemoRepository
Sending->janslk
Sending->AZy%:y,c
Sending->END AUTH REQUEST
Exception at readLine method
Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at com.ifs.rsp.cvs.base.CVSBase.readLine(CVSBase.java:1974)
at com.ice.cvsc.CVSClient.performLogin(CVSClient.java:941)
at com.ifs.rsp.cvs.base.RSPCVSMain.authentication(RSPCVSMain.java:120)
at com.ifs.rsp.cvs.CMD.RSPCVSCMD.performSync(RSPCVSCMD.java:110)
at com.ifs.rsp.cvs.CMD.RSPCVSCMD.main(RSPCVSCMD.java:245)
Received>null
The normal output(under Windows XP) will be something like the following:
Sending->BEGIN AUTH REQUEST
Sending->/SwedenRepository
Sending->janslk
Sending->AZy%:y,c
Sending->END AUTH REQUEST
Received>I LOVE YOU
Sending->BEGIN AUTH REQUEST
Sending->/DemoRepository
Sending->janslk
Sending->AZy%:y,c
Sending->END AUTH REQUEST
Received>I LOVE YOU
Janaka
Do your client and server work on the same machine in both cases? Please describe briefly where each one runs in both cases. This could be a firewall issue according to this thread: http://forum.java.sun.com/thread.jspa?threadID=632222&messageID=3654125
Do you have personal firewall running on some of the machines, like XP's personal firewall for example?
Mike
Hi,
I have used the same machine for both the server and the clinet. I have tried using "localhost" and the machine name when refering to the server but in both cases the program did not work under Windows 2000 but works under Windows XP.
I am using my office machine so obviously the LAN firewall is there but I do not have a personal firewall installed in the machine in both cases.
Bye.
Hi all,
I had the chance of running my progarm on another machine with Windows 2000. There it runs ok. So the problem is not with the os but with my machine. Yet I am pretty sure that my machine does not have a firewall as in the case of the suggested thread.
Any ideas!
Janaka