Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Vincent.Blondeau
Even a simple wget cmd does not work too
wget : Unable to read data from the transport connection: An existing 
connection was forcibly closed by the remote
host.
At line:1 char:1
+ wget https://files.pharo.org/get-files/70/pharo-win-stable.zip
+ ~~
+ CategoryInfo  : NotSpecified: (:) [Invoke-WebRequest], IOException
+ FullyQualifiedErrorId : 
System.IO.IOException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

It should be a firewall pb then 

Thanks for your help!

Vincent

-Original Message-
From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Sven 
Van Caekenberghe
Sent: Thursday, February 1, 2018 3:09
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

This is a know issue.

It requires being behind a particular proxy or firewall doing a large HTTPS (I 
believe it does not occur with HTTP) download that goes slower. It might also 
only occur on Windows.

This can only be debugged when being in that specific location, I guess.

It is annoying to say the least.

> On 1 Feb 2018, at 11:37, Marcus Denker <marcus.den...@inria.fr> wrote:
> 
> Hello,
> 
> I remember that we had people behind firewalls some time ago that saw this 
> problem. (In Argentina?).
> We never even found a clue what the problem could be.
> 
> There has to be something that Pharo does that leads to the server 
> dropping the connection. What could it be?
> 
>   Marcus
> 
>> On 1 Feb 2018, at 09:33, Vincent BLONDEAU 
>> <vincent.blond...@polytech-lille.net> wrote:
>> 
>> This issue is still there….
>>  
>> At work, I can download the zip properly with Firefox, but not with Chrome, 
>> IE, Pharo, and VisualWorks.
>> When I use another connection than the one behind the company firewall, it 
>> works.
>> I tried on the laptop of one of my colleagues: same issue…
>>  
>> By analyzing the HTTP packets with Wireshark, a Reset of the 
>> connection is send by the server, I don’t know why… I really don’t know how 
>> to solve or reproduce this issue. Has someone an idea?
>>  
>> Thanks,
>>  
>>  
>> Vincent
>>  
>>  
>> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf 
>> Of vincent.blond...@lamresearch.com
>> Sent: mercredi 24 janvier 2018 09:11
>> To: pharo-dev@lists.pharo.org
>> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from 
>> Pharo
>>  
>> Hi,
>>  
>> I think that is not related… I have this problem since last week and it is 
>> still there today.
>>  
>> Vincent
>>  
>> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf 
>> Of Marcus Denker
>> Sent: Wednesday, January 24, 2018 0:01
>> To: Pharo Development List <pharo-dev@lists.pharo.org>
>> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from 
>> Pharo
>>  
>> Hi,
>>  
>> My watchdog detected problems connecting to files.pharo.org this night 
>> (local time).
>>  
>> It seems to not happen anymore. It might have been related (that is, 
>> there might have been problems on the OVH side this night).
>>  
>> Marcus
>>  
>> 
>>> On 24 Jan 2018, at 00:09, <vincent.blond...@lamresearch.com> 
>>> <vincent.blond...@lamresearch.com> wrote:
>>>  
>>> Hi,
>>> 
>>> With the Pharo launcher, the VM are automatically downloaded from the 
>>> files.pharo.org server.
>>> However, it seems that the download of some VMs doesn't work at least under 
>>> Windows 10.
>>> For the P7 image, the download stops at 38% (~2.5Mo) with the error 
>>> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with 
>>> this cmd:
>>> 
>>> ZnEasy get: 
>>> 'https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Dfiles_70_pharo-2Dwin-2Dstable.zip=DwIFaQ=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=6B_oTalmIUHClO99GAgA7QDrvsKsbhGgicu9pVEZzwk=8WuW7BSmwyMwvViGgmYbTs5VN06lkN19opULrS2rcyY='.
>>> 
>>> However, I can fully download the image through the Internet Browser. The 
>>> download with Pharo is working: ZnEasy get: 
>>> 'https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_=DwIFaQ=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=6B_oTalmIUHClO99GAgA7QDrvsKsbhGgicu9pVEZzwk=ROecBH6yGr68uPYUjaNrFzeOWS3Hk3dSlaRDxgFbOTo='.
>>>  give me a 200 OK response.
>>> 
>>> Thanks in advance for your help,
>>> 
>>> Cheers,
>>> Vincent
>>> 
>>> 
>>> 
> 




Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Sven Van Caekenberghe
This is a know issue.

It requires being behind a particular proxy or firewall doing a large HTTPS (I 
believe it does not occur with HTTP) download that goes slower. It might also 
only occur on Windows.

This can only be debugged when being in that specific location, I guess.

It is annoying to say the least.

> On 1 Feb 2018, at 11:37, Marcus Denker <marcus.den...@inria.fr> wrote:
> 
> Hello,
> 
> I remember that we had people behind firewalls some time ago that saw this 
> problem. (In Argentina?).
> We never even found a clue what the problem could be.
> 
> There has to be something that Pharo does that leads to the server dropping 
> the connection. What could it
> be?
> 
>   Marcus
> 
>> On 1 Feb 2018, at 09:33, Vincent BLONDEAU 
>> <vincent.blond...@polytech-lille.net> wrote:
>> 
>> This issue is still there….
>>  
>> At work, I can download the zip properly with Firefox, but not with Chrome, 
>> IE, Pharo, and VisualWorks.
>> When I use another connection than the one behind the company firewall, it 
>> works.
>> I tried on the laptop of one of my colleagues: same issue…
>>  
>> By analyzing the HTTP packets with Wireshark, a Reset of the connection is 
>> send by the server, I don’t know why…
>> I really don’t know how to solve or reproduce this issue. Has someone an 
>> idea?
>>  
>> Thanks, 
>>  
>>  
>> Vincent
>>  
>>  
>> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of 
>> vincent.blond...@lamresearch.com
>> Sent: mercredi 24 janvier 2018 09:11
>> To: pharo-dev@lists.pharo.org
>> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>>  
>> Hi,
>>  
>> I think that is not related… I have this problem since last week and it is 
>> still there today.
>>  
>> Vincent
>>  
>> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of 
>> Marcus Denker
>> Sent: Wednesday, January 24, 2018 0:01
>> To: Pharo Development List <pharo-dev@lists.pharo.org>
>> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>>  
>> Hi,
>>  
>> My watchdog detected problems connecting to files.pharo.org this night 
>> (local time).
>>  
>> It seems to not happen anymore. It might have been related (that is, there 
>> might have been problems
>> on the OVH side this night).
>>  
>> Marcus
>>  
>> 
>>> On 24 Jan 2018, at 00:09, <vincent.blond...@lamresearch.com> 
>>> <vincent.blond...@lamresearch.com> wrote:
>>>  
>>> Hi,
>>> 
>>> With the Pharo launcher, the VM are automatically downloaded from the 
>>> files.pharo.org server.
>>> However, it seems that the download of some VMs doesn't work at least under 
>>> Windows 10.
>>> For the P7 image, the download stops at 38% (~2.5Mo) with the error 
>>> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with 
>>> this cmd:
>>> 
>>> ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip'.
>>> 
>>> However, I can fully download the image through the Internet Browser. The 
>>> download with Pharo is working: ZnEasy get: 'https://files.pharo.org/'. 
>>> give me a 200 OK response.
>>> 
>>> Thanks in advance for your help,
>>> 
>>> Cheers,
>>> Vincent
>>> 
>>> 
>>> 
> 




Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Marcus Denker
Hello,

I remember that we had people behind firewalls some time ago that saw this 
problem. (In Argentina?).
We never even found a clue what the problem could be.

There has to be something that Pharo does that leads to the server dropping the 
connection. What could it
be?

Marcus

> On 1 Feb 2018, at 09:33, Vincent BLONDEAU 
> <vincent.blond...@polytech-lille.net> wrote:
> 
> This issue is still there….
>  
> At work, I can download the zip properly with Firefox, but not with Chrome, 
> IE, Pharo, and VisualWorks.
> When I use another connection than the one behind the company firewall, it 
> works.
> I tried on the laptop of one of my colleagues: same issue…
>  
> By analyzing the HTTP packets with Wireshark, a Reset of the connection is 
> send by the server, I don’t know why…
> I really don’t know how to solve or reproduce this issue. Has someone an idea?
>  
> Thanks, 
>  
>  
> Vincent
>  
>  
> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org 
> <mailto:pharo-dev-boun...@lists.pharo.org>] On Behalf Of 
> vincent.blond...@lamresearch.com <mailto:vincent.blond...@lamresearch.com>
> Sent: mercredi 24 janvier 2018 09:11
> To: pharo-dev@lists.pharo.org <mailto:pharo-dev@lists.pharo.org>
> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>  
> Hi,
>  
> I think that is not related… I have this problem since last week and it is 
> still there today.
>  
> Vincent
>  
> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org 
> <mailto:pharo-dev-boun...@lists.pharo.org>] On Behalf Of Marcus Denker
> Sent: Wednesday, January 24, 2018 0:01
> To: Pharo Development List <pharo-dev@lists.pharo.org 
> <mailto:pharo-dev@lists.pharo.org>>
> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>  
> Hi,
>  
> My watchdog detected problems connecting to files.pharo.org 
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
>  this night (local time).
>  
> It seems to not happen anymore. It might have been related (that is, there 
> might have been problems
> on the OVH side this night).
>  
> Marcus
>  
> 
>> On 24 Jan 2018, at 00:09, <vincent.blond...@lamresearch.com 
>> <mailto:vincent.blond...@lamresearch.com>> <vincent.blond...@lamresearch.com 
>> <mailto:vincent.blond...@lamresearch.com>> wrote:
>>  
>> Hi,
>> 
>> With the Pharo launcher, the VM are automatically downloaded from the 
>> files.pharo.org 
>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
>>  server.
>> However, it seems that the download of some VMs doesn't work at least under 
>> Windows 10.
>> For the P7 image, the download stops at 38% (~2.5Mo) with the error 
>> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with this 
>> cmd:
>> 
>> ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip 
>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Dfiles_70_pharo-2Dwin-2Dstable.zip=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=Cx5RJe-c1NsLxAkjOnsOYiNFHdIJDxYQb83NtMPhxq0=>'.
>> 
>> However, I can fully download the image through the Internet Browser. The 
>> download with Pharo is working: ZnEasy get: 'https://files.pharo.org/ 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=8N4a_VkOI86hV17MdKLMl3BAZUcJe0QND7KVjgFgjTI=>'.
>>  give me a 200 OK response.
>> 
>> Thanks in advance for your help,
>> 
>> Cheers,
>> Vincent
>> 
>> 
>> 



Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Christophe Demarey
Hi Vincent,

If I understand well, it is not a Launcher issue. If so, you should rename the 
thread subject so that people having knowledge about network issues can answer.

Could you give try with a concrete example with wget / curl or an equivalent on 
windows 
(https://superuser.com/questions/362152/native-alternative-to-wget-in-windows-powershell
 and post the result?
Could it  be a problem with your company proxy or firewall?
If it works with Firefox, it probably means it does something more (or 
different) than others.


> Le 1 févr. 2018 à 09:33, Vincent BLONDEAU 
> <vincent.blond...@polytech-lille.net> a écrit :
> 
> This issue is still there….
>  
> At work, I can download the zip properly with Firefox, but not with Chrome, 
> IE, Pharo, and VisualWorks.
> When I use another connection than the one behind the company firewall, it 
> works.
> I tried on the laptop of one of my colleagues: same issue…
>  
> By analyzing the HTTP packets with Wireshark, a Reset of the connection is 
> send by the server, I don’t know why…
> I really don’t know how to solve or reproduce this issue. Has someone an idea?
>  
> Thanks, 
>  
>  
> Vincent
>  
>  
> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of 
> vincent.blond...@lamresearch.com
> Sent: mercredi 24 janvier 2018 09:11
> To: pharo-dev@lists.pharo.org
> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>  
> Hi,
>  
> I think that is not related… I have this problem since last week and it is 
> still there today.
>  
> Vincent
>  
> From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org 
> <mailto:pharo-dev-boun...@lists.pharo.org>] On Behalf Of Marcus Denker
> Sent: Wednesday, January 24, 2018 0:01
> To: Pharo Development List <pharo-dev@lists.pharo.org 
> <mailto:pharo-dev@lists.pharo.org>>
> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo
>  
> Hi,
>  
> My watchdog detected problems connecting to files.pharo.org 
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
>  this night (local time).
>  
> It seems to not happen anymore. It might have been related (that is, there 
> might have been problems
> on the OVH side this night).
>  
> Marcus
>  
> 
>> On 24 Jan 2018, at 00:09, <vincent.blond...@lamresearch.com 
>> <mailto:vincent.blond...@lamresearch.com>> <vincent.blond...@lamresearch.com 
>> <mailto:vincent.blond...@lamresearch.com>> wrote:
>>  
>> Hi,
>> 
>> With the Pharo launcher, the VM are automatically downloaded from the 
>> files.pharo.org 
>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
>>  server.
>> However, it seems that the download of some VMs doesn't work at least under 
>> Windows 10.
>> For the P7 image, the download stops at 38% (~2.5Mo) with the error 
>> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with this 
>> cmd:
>> 
>> ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip 
>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Dfiles_70_pharo-2Dwin-2Dstable.zip=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=Cx5RJe-c1NsLxAkjOnsOYiNFHdIJDxYQb83NtMPhxq0=>'.
>> 
>> However, I can fully download the image through the Internet Browser. The 
>> download with Pharo is working: ZnEasy get: 'https://files.pharo.org/ 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=8N4a_VkOI86hV17MdKLMl3BAZUcJe0QND7KVjgFgjTI=>'.
>>  give me a 200 OK response.
>> 
>> Thanks in advance for your help,
>> 
>> Cheers,
>> Vincent
>> 
>> 
>> 



Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-02-01 Thread Vincent BLONDEAU
This issue is still there..

 

At work, I can download the zip properly with Firefox, but not with Chrome,
IE, Pharo, and VisualWorks.

When I use another connection than the one behind the company firewall, it
works.

I tried on the laptop of one of my colleagues: same issue.

 

By analyzing the HTTP packets with Wireshark, a Reset of the connection is
send by the server, I don't know why.

I really don't know how to solve or reproduce this issue. Has someone an
idea?

 

Thanks, 

 

 

Vincent

 

 

From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of
vincent.blond...@lamresearch.com
Sent: mercredi 24 janvier 2018 09:11
To: pharo-dev@lists.pharo.org
Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

 

Hi,

 

I think that is not related. I have this problem since last week and it is
still there today.

 

Vincent

 

From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of
Marcus Denker
Sent: Wednesday, January 24, 2018 0:01
To: Pharo Development List <pharo-dev@lists.pharo.org
<mailto:pharo-dev@lists.pharo.org> >
Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

 

Hi,

 

My watchdog detected problems connecting to files.pharo.org
<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFA
g=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mn
EApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izp
deTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>  this night (local time).

 

It seems to not happen anymore. It might have been related (that is, there
might have been problems

on the OVH side this night).

 

Marcus

 

On 24 Jan 2018, at 00:09, <vincent.blond...@lamresearch.com
<mailto:vincent.blond...@lamresearch.com> >
<vincent.blond...@lamresearch.com <mailto:vincent.blond...@lamresearch.com>
> wrote:

 

Hi,

With the Pharo launcher, the VM are automatically downloaded from the
files.pharo.org
<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFA
g=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mn
EApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izp
deTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>  server.
However, it seems that the download of some VMs doesn't work at least under
Windows 10.
For the P7 image, the download stops at 38% (~2.5Mo) with the error
"ConnectionClosed: Cannot Read Data", and, I obtain the same error with this
cmd:

ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip
<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Df
iles_70_pharo-2Dwin-2Dstable.zip=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZW
E0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddw
m5jEYgfkO4UFIPoYIXRH76JxHmI=Cx5RJe-c1NsLxAkjOnsOYiNFHdIJDxYQb83NtMPhxq0=
> '.

However, I can fully download the image through the Internet Browser. The
download with Pharo is working: ZnEasy get: 'https://files.pharo.org/
<https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_=DwM
FAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6
mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=8N4a_VkO
I86hV17MdKLMl3BAZUcJe0QND7KVjgFgjTI=> '. give me a 200 OK response.

Thanks in advance for your help,

Cheers,
Vincent




 



Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-01-24 Thread Vincent.Blondeau
Hi,

I think that is not related... I have this problem since last week and it is 
still there today.

Vincent

From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Marcus 
Denker
Sent: Wednesday, January 24, 2018 0:01
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

Hi,

My watchdog detected problems connecting to 
files.pharo.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
 this night (local time).

It seems to not happen anymore. It might have been related (that is, there 
might have been problems
on the OVH side this night).

Marcus


On 24 Jan 2018, at 00:09, 
<vincent.blond...@lamresearch.com<mailto:vincent.blond...@lamresearch.com>> 
<vincent.blond...@lamresearch.com<mailto:vincent.blond...@lamresearch.com>> 
wrote:

Hi,

With the Pharo launcher, the VM are automatically downloaded from the 
files.pharo.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=pAK-od0izpdeTQiOiwzPxjojCHW05K6uGm4BwO2lMws=>
 server.
However, it seems that the download of some VMs doesn't work at least under 
Windows 10.
For the P7 image, the download stops at 38% (~2.5Mo) with the error 
"ConnectionClosed: Cannot Read Data", and, I obtain the same error with this 
cmd:

ZnEasy get: 
'http://files.pharo.org/get-files/70/pharo-win-stable.zip<https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Dfiles_70_pharo-2Dwin-2Dstable.zip=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=Cx5RJe-c1NsLxAkjOnsOYiNFHdIJDxYQb83NtMPhxq0=>'.

However, I can fully download the image through the Internet Browser. The 
download with Pharo is working: ZnEasy get: 
'https://files.pharo.org/<https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_=DwMFAg=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY=syrQpqg-FToBZddwm5jEYgfkO4UFIPoYIXRH76JxHmI=8N4a_VkOI86hV17MdKLMl3BAZUcJe0QND7KVjgFgjTI=>'.
 give me a 200 OK response.

Thanks in advance for your help,

Cheers,
Vincent






Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-01-24 Thread Marcus Denker
Hi,

My watchdog detected problems connecting to files.pharo.org 
 this night (local time).

It seems to not happen anymore. It might have been related (that is, there 
might have been problems
on the OVH side this night).

Marcus

> On 24 Jan 2018, at 00:09,  
>  wrote:
> 
> Hi,
> 
> With the Pharo launcher, the VM are automatically downloaded from the 
> files.pharo.org server.
> However, it seems that the download of some VMs doesn't work at least under 
> Windows 10.
> For the P7 image, the download stops at 38% (~2.5Mo) with the error 
> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with this 
> cmd:
> 
> ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip'.
> 
> However, I can fully download the image through the Internet Browser. The 
> download with Pharo is working: ZnEasy get: 'https://files.pharo.org/'. give 
> me a 200 OK response.
> 
> Thanks in advance for your help,
> 
> Cheers,
> Vincent
> 
> 
> 



[Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo

2018-01-23 Thread Vincent.Blondeau
Hi,

With the Pharo launcher, the VM are automatically downloaded from the 
files.pharo.org server.
However, it seems that the download of some VMs doesn't work at least under 
Windows 10.
For the P7 image, the download stops at 38% (~2.5Mo) with the error 
"ConnectionClosed: Cannot Read Data", and, I obtain the same error with this 
cmd:

ZnEasy get: 'http://files.pharo.org/get-files/70/pharo-win-stable.zip'.

However, I can fully download the image through the Internet Browser. The 
download with Pharo is working: ZnEasy get: 'https://files.pharo.org/'. give me 
a 200 OK response.

Thanks in advance for your help,

Cheers,
Vincent


<>