Pharo CI server link on pharo-project.org has 502 error.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo CI server link on pharo-project.org has 502 error.

Paul DeBruicker
https://ci.lille.inria.fr/pharo/  gives a 502 error.



Also is Pharo 1.4-14438 the latest Pharo 1.4?

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

Igor Stasenko
probably the server is down..
Christophe, can you check please, what is the problem?


On 6 June 2012 22:56, Paul DeBruicker <[hidden email]> wrote:
> https://ci.lille.inria.fr/pharo/  gives a 502 error.
>
>
>
> Also is Pharo 1.4-14438 the latest Pharo 1.4?
>
> Thanks
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

demarey
Hi, the jenkins server was down due to an internal problem : the JVM does not support too many open files.
I hope this problem will not re-appear.
I restarted the server this morning and it's now back on line.

Regards,
Christophe.

Le 7 juin 2012 à 05:22, Igor Stasenko a écrit :

> probably the server is down..
> Christophe, can you check please, what is the problem?
>
>
> On 6 June 2012 22:56, Paul DeBruicker <[hidden email]> wrote:
>> https://ci.lille.inria.fr/pharo/  gives a 502 error.
>>
>>
>>
>> Also is Pharo 1.4-14438 the latest Pharo 1.4?
>>
>> Thanks
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.


Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

Igor Stasenko
On 7 June 2012 14:51, Christophe Demarey <[hidden email]> wrote:
> Hi, the jenkins server was down due to an internal problem : the JVM does not support too many open files.

sound like a resource leak to me...

> I hope this problem will not re-appear.
> I restarted the server this morning and it's now back on line.
>
> Regards,
> Christophe.
>
> Le 7 juin 2012 à 05:22, Igor Stasenko a écrit :
>
>> probably the server is down..
>> Christophe, can you check please, what is the problem?
>>
>>
>> On 6 June 2012 22:56, Paul DeBruicker <[hidden email]> wrote:
>>> https://ci.lille.inria.fr/pharo/  gives a 502 error.
>>>
>>>
>>>
>>> Also is Pharo 1.4-14438 the latest Pharo 1.4?
>>>
>>> Thanks
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

EstebanLM
...and is down again :(

seriously, who use java for this kind of stuff?? they should use pharo :P

On Jun 7, 2012, at 3:34 PM, Igor Stasenko wrote:

> On 7 June 2012 14:51, Christophe Demarey <[hidden email]> wrote:
>> Hi, the jenkins server was down due to an internal problem : the JVM does not support too many open files.
>
> sound like a resource leak to me...
>
>> I hope this problem will not re-appear.
>> I restarted the server this morning and it's now back on line.
>>
>> Regards,
>> Christophe.
>>
>> Le 7 juin 2012 à 05:22, Igor Stasenko a écrit :
>>
>>> probably the server is down..
>>> Christophe, can you check please, what is the problem?
>>>
>>>
>>> On 6 June 2012 22:56, Paul DeBruicker <[hidden email]> wrote:
>>>> https://ci.lille.inria.fr/pharo/  gives a 502 error.
>>>>
>>>>
>>>>
>>>> Also is Pharo 1.4-14438 the latest Pharo 1.4?
>>>>
>>>> Thanks
>>>>
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

Igor Stasenko
On 7 June 2012 15:37, Esteban Lorenzano <[hidden email]> wrote:
> ...and is down again :(
>
> seriously, who use java for this kind of stuff?? they should use pharo :P
>
why you don't like java? java is a professional server software, which
never breaks!
:)

--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Pharo CI server link on pharo-project.org has 502 error.

demarey
In reply to this post by EstebanLM
ok, I got the problem : jenkins produced a huge log file for one slave with a lot of Exceptions. It seems that jenkins sometimes try and try again to do some stuff even if it fails :(
Then the fs partition was quite full and caused some trouble on the hypervisor running Jenkins.

Le 7 juin 2012 à 15:37, Esteban Lorenzano a écrit :
> ...and is down again :(
>
> seriously, who use java for this kind of stuff?? they should use pharo :P

You just need to convince Jenkins developers (including plugin developers) or write the next generation CI software ;)