Not sure why the getMOSPatch process hangs after downloading some files
bosons3 opened this issue · 4 comments
bosons3 commented
Not sure why the getMOSPatch process hangs after downloading some files
MarisElsins commented
Hi,
thanks for reporting this!
Could you provide an example of the parameters that are use when you experience the issue, and I'll try reproducing it. ideally - full outputs from the execution.
Maris
bosons3 commented
I am thinking this issue only happens when connected to my job's network
java -jar c:\getmos\getMOSPatch.jar patch=27085369 platform=233P reset=yes
download=all stagedir=c:\dpk_install MOSUser=*** MOSPass=**** silent=yes
…On Wed, Feb 14, 2018 at 4:13 PM, Maris Elsins ***@***.***> wrote:
Hi,
thanks for reporting this!
Could you provide an example of the parameters that are use when you
experience the issue, and I'll try reproducing it. ideally - full outputs
from the execution.
Maris
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aiu_sQHwLOY8dUuoW945YI-pP5r2hWtoks5tU0x9gaJpZM4SF-mV>
.
MarisElsins commented
Hi,
I tried it and it worked fine. It could be something with the network.
Do you get any errors or it just hangs? If it hangs, can you do "kill -3" a few times for the hanging process to get the call stack?
Here's how it worked for me.
$ java -jar getMOSPatch.jar patch=27085369 platform=233P reset=yes download=all stagedir=. MOSUser=*** MOSPass=*** silent=yes
Enter Comma separated platforms to list: 233P
We're going to download patches for the following Platforms/Languages:
233P - Microsoft Windows x64 (64-bit)
Processing patch 27085369 for Microsoft Windows x64 (64-bit) and applying regexp .* to the filenames:
1 - HCM-920-UPD-025-WIN_10of11.zip
2 - HCM-920-UPD-025-WIN_11of11.zip
3 - HCM-920-UPD-025-WIN_1of11.zip
4 - HCM-920-UPD-025-WIN_2of11.zip
5 - HCM-920-UPD-025-WIN_3of11.zip
6 - HCM-920-UPD-025-WIN_4of11.zip
7 - HCM-920-UPD-025-WIN_5of11.zip
8 - HCM-920-UPD-025-WIN_6of11.zip
9 - HCM-920-UPD-025-WIN_7of11.zip
10 - HCM-920-UPD-025-WIN_8of11.zip
11 - HCM-920-UPD-025-WIN_9of11.zip
Enter Comma separated files to download: all
All files will be downloadad because download=all was specified.
Downloading all selected files:
Downloading ./HCM-920-UPD-025-WIN_10of11.zip: 2560MB at average speed of 3117KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_11of11.zip: 1657MB at average speed of 3267KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_1of11.zip: 54MB at average speed of 4595KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_2of11.zip: 2731MB at average speed of 3137KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_3of11.zip: 2381MB at average speed of 3276KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_4of11.zip: 988MB at average speed of 3991KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_5of11.zip: 1478MB at average speed of 4664KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_6of11.zip: 1281MB at average speed of 4647KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_7of11.zip: 1185MB at average speed of 4897KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_8of11.zip: 3147MB at average speed of 4666KB/s - DONE!
Downloading ./HCM-920-UPD-025-WIN_9of11.zip: 4697MB at average speed of 4946KB/s - DONE!
Maris
MarisElsins commented
Could not reproduce the issue