B4J Question SocketException: Connection reset

BPak

Active Member
Licensed User
Longtime User
Have a programe that downloads xml files and have used it on Windows Vista for a couple years.
Need to update to Windows 10 to do Debug and get error message.
The same jar file runs fast on the Mac.
I checked on Windows 10 and the Internet is running Ok.
See below for attached Error that is displayed in the Logs.

Also I have attached the Console Log from the Mac to show that it does work fine.

The Test Prog I used is also attached.

Any idea on why I keep getting this same error on the windows 10 computer?
 

Attachments

  • err_rep_w10.txt
    386 bytes · Views: 274
  • Mac_log.txt
    110.2 KB · Views: 303
  • RDsrc.zip
    12.9 KB · Views: 229

BPak

Active Member
Licensed User
Longtime User
[QU post: 458861, member: 1"]It is recommended to use jOkHttpUtils2 instead of jHttpUtils2.

Is this error consistent? It might be a firewall issue.[/QUOTE]
Is consistant ... yes. Will change lib.
 
Upvote 0

BPak

Active Member
Licensed User
Longtime User
Changed to jOkHttpUtils2 but problem still exists. However, got one download done after several minutes.

Tried program at public WiFi site and it does work.
The internet response is ok. However the processing is very slow compared to what I achieve on the Mac.

So looks as though the Plug'n'play of windows is a problem with my USB ethernet connect which I use at home.
 
Upvote 0
Top