Re: [cross-project-issues-dev] git rollback?

2021-08-04 Thread Ed Willink

Hi Mikael

At least two projects are reporting what appears to be a GIT roll back 
to a backup state.


The time of the outage is therefore less interesting than the time of 
the backup state that determines what is, at least currently, lost.


    Regards

        Ed Willink

On 04/08/2021 13:11, Mikael Barbero wrote:
The last weekend's outage was on our primary backend storage (where 
repos hosted at git.eclipse.org <http://git.eclipse.org> are stored). 
The outage started at 9:20pm/9:30pm EDT on July 31st.


Since then, live replicas have been rsync'd back. What you see is 
apparent data loss. I don't have any information whether this is due 
to how the storage has been restored. I cannot tell you if we have 
more up-to-date data that could be restored for your git repo.


Hopefully, the date/time of the outage given above should help you 
gather the required clues to bring back a working git repo.



*Mikaël Barbero *
*Manager — Release Engineering and Technology | Eclipse Foundation*
 @mikbarbero
Eclipse Foundation <http://www.eclipse.org/>: The Platform for Open 
Innovation and Collaboration


On 4 Aug 2021, at 10:23, Andrey Loskutov <mailto:losku...@gmx.de>> wrote:


For SDK work coordination I've created
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575230 
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=575230>

Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov 
<https://www.eclipse.org/user/aloskutov>

*Gesendet:* Mittwoch, 04. August 2021 um 10:06 Uhr
*Von:* "Stephan Herrmann" <mailto:stephan.herrm...@berlin.de>>
*An:* cross-project-issues-dev@eclipse.org 
<mailto:cross-project-issues-dev@eclipse.org>

*Betreff:* Re: [cross-project-issues-dev] git rollback?

I think affected teams should now safe guard all clones on individual 
machines, and wait until the IT team signals that systems are back to 
stable, really.


At that time we may need to re-push lost commits from our local 
clones. Perhaps even some lost tags are available from local clones.


For that task of re-pushing, teams may need to coordinate, which 
commits in which order need to be re-played. A good indicator is the 
"Tested-by" line in commit messages, which signals a commit that has 
once gone through the gerrit exercise and thus should be seen as part 
of the "official" history. A bugzilla query for recently resolved 
bugs would be helpful - if bugzilla queries are reliable again.


For now, waiting and not pushing anything seems to be the best 
strategy, right?


Stephan

On 04.08.21 08:38, Ed Willink wrote:

Hi Sravan

In the absence of any clues from the IT team can you please
identify the time to which GIT / downloads have been rolled back
so that we can all be aware of what is, at least currently, lost
at the EF.

    Regards

        Ed Willink

On 04/08/2021 06:36, Sravan K Lakkimsetti wrote:

Platform I-build from July 31(last successful build for
platform) has gone missing
https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/
<https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/> 
also
related git tags gone missing from the repository.

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India

"Ed Willink" ---04-08-2021 10:00:35---Hi
Same for OCL.

From: "Ed Willink" 
    To: cross-project-issues-dev@eclipse.org
Date: 04-08-2021 10:00
Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?
Sent by: "cross-project-issues-dev"






Hi

Same for OCL.

I pushed a branch commit that successfully refreshed
everything on the branch with the result that the IT team now
need to resolve a merge of the rolled back copy, the
incremental backed up history and the post 'no-outage' changes.

    Regards

        Ed Willink

On 04/08/2021 02:34, Jonah Graham wrote:


  * On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann
<_stephan.herrmann@berlin.de_
<mailto:stephan.herrm...@berlin.de>> wrote:
  o Has the jdt.core git been rolled back?

I don't know - it certainly looks like it. AFAIK the git
URL links you posted are mirrors of the gerrit repos. The
gerrit repos are the primary IIUC. In gerrit the
referenced review is still active -
_https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569_
<https://git.eclipse.org/r/c/jdt/e

Re: [cross-project-issues-dev] git rollback?

2021-08-04 Thread Mikael Barbero
The last weekend's outage was on our primary backend storage (where repos 
hosted at git.eclipse.org <http://git.eclipse.org/> are stored). The outage 
started at 9:20pm/9:30pm EDT on July 31st.

Since then, live replicas have been rsync'd back. What you see is apparent data 
loss. I don't have any information whether this is due to how the storage has 
been restored. I cannot tell you if we have more up-to-date data that could be 
restored for your git repo.

Hopefully, the date/time of the outage given above should help you gather the 
required clues to bring back a working git repo.


Mikaël Barbero
Manager — Release Engineering and Technology | Eclipse Foundation
 @mikbarbero
Eclipse Foundation <http://www.eclipse.org/>: The Platform for Open Innovation 
and Collaboration

> On 4 Aug 2021, at 10:23, Andrey Loskutov  wrote:
> 
> For SDK work coordination I've created
> 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=575230
> 
> 
> Kind regards,
> Andrey Loskutov
> 
> Спасение утопающих - дело рук самих утопающих
> 
> https://www.eclipse.org/user/aloskutov
> 
> 
> Gesendet: Mittwoch, 04. August 2021 um 10:06 Uhr
> Von: "Stephan Herrmann" 
> An: cross-project-issues-dev@eclipse.org
> Betreff: Re: [cross-project-issues-dev] git rollback?
> I think affected teams should now safe guard all clones on individual 
> machines, and wait until the IT team signals that systems are back to stable, 
> really.
> 
> At that time we may need to re-push lost commits from our local clones. 
> Perhaps even some lost tags are available from local clones.
> 
> For that task of re-pushing, teams may need to coordinate, which commits in 
> which order need to be re-played. A good indicator is the "Tested-by" line in 
> commit messages, which signals a commit that has once gone through the gerrit 
> exercise and thus should be seen as part of the "official" history. A 
> bugzilla query for recently resolved bugs would be helpful - if bugzilla 
> queries are reliable again.
> 
> For now, waiting and not pushing anything seems to be the best strategy, 
> right?
> 
> Stephan
> 
> On 04.08.21 08:38, Ed Willink wrote:
> Hi Sravan
> 
> In the absence of any clues from the IT team can you please identify the time 
> to which GIT / downloads have been rolled back so that we can all be aware of 
> what is, at least currently, lost at the EF.
> 
> Regards
> 
> Ed Willink
> 
> On 04/08/2021 06:36, Sravan K Lakkimsetti wrote:
> Platform I-build from July 31(last successful build for platform) has gone 
> missing https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/ 
> <https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/> also 
> related git tags gone missing from the repository.
> 
> Thanks and Regards,
> Sravan
> 
> Sravan Kumar Lakkimsetti
> IBM India Pvt Ltd,
> Embassy Golf Links Business Park, C Block,
> Off Indiranagar-Kormangla Inner Ring Road,
> Bangalore - 560071, India
> 
> "Ed Willink" ---04-08-2021 10:00:35---Hi Same for OCL.
> 
> From: "Ed Willink"  <mailto:ed.will...@gmail.com>
> To: cross-project-issues-dev@eclipse.org 
> <mailto:cross-project-issues-dev@eclipse.org>
> Date: 04-08-2021 10:00
> Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?
> Sent by: "cross-project-issues-dev" 
>  
> <mailto:cross-project-issues-dev-boun...@eclipse.org>
> 
> 
> 
> Hi
> Same for OCL.
> 
> I pushed a branch commit that successfully refreshed everything on the branch 
> with the result that the IT team now need to resolve a merge of the rolled 
> back copy, the incremental backed up history and the post 'no-outage' changes.
> 
> Regards
> 
> Ed Willink
> 
> On 04/08/2021 02:34, Jonah Graham wrote:
> 
> 
> On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann  <mailto:stephan.herrm...@berlin.de>> wrote:
> Has the jdt.core git been rolled back?
> 
> I don't know - it certainly looks like it. AFAIK the git URL links you posted 
> are mirrors of the gerrit repos. The gerrit repos are the primary IIUC. In 
> gerrit the referenced review is still active - 
> https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 
> <https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569> - so it looks 
> like gerrit took a step backwards, rather than just git by itself. For the 
> latter commit, the gerrit entry is "broken" 
> https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573 
> <https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573>
> 
> Locally pulling doesn't provide anything newer than 2021-07-26.
> 
> Same for me.
> 
&g

Re: [cross-project-issues-dev] git rollback?

2021-08-04 Thread Andrey Loskutov
For SDK work coordination I've created

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=575230

 

 

Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov

 
 

Gesendet: Mittwoch, 04. August 2021 um 10:06 Uhr
Von: "Stephan Herrmann" 
An: cross-project-issues-dev@eclipse.org
Betreff: Re: [cross-project-issues-dev] git rollback?


I think affected teams should now safe guard all clones on individual machines, and wait until the IT team signals that systems are back to stable, really.

At that time we may need to re-push lost commits from our local clones. Perhaps even some lost tags are available from local clones.

For that task of re-pushing, teams may need to coordinate, which commits in which order need to be re-played. A good indicator is the "Tested-by" line in commit messages, which signals a commit that has once gone through the gerrit exercise and thus should be seen as part of the "official" history. A bugzilla query for recently resolved bugs would be helpful - if bugzilla queries are reliable again.

For now, waiting and not pushing anything seems to be the best strategy, right?

Stephan

On 04.08.21 08:38, Ed Willink wrote:


Hi Sravan

In the absence of any clues from the IT team can you please identify the time to which GIT / downloads have been rolled back so that we can all be aware of what is, at least currently, lost at the EF.

    Regards

        Ed Willink

On 04/08/2021 06:36, Sravan K Lakkimsetti wrote:


Platform I-build from July 31(last successful build for platform) has gone missing https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/ also related git tags gone missing from the repository. 

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India

"Ed Willink" ---04-08-2021 10:00:35---Hi Same for OCL.

From: "Ed Willink" 
To: cross-project-issues-dev@eclipse.org
Date: 04-08-2021 10:00
Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?
Sent by: "cross-project-issues-dev" 




Hi

Same for OCL.

I pushed a branch commit that successfully refreshed everything on the branch with the result that the IT team now need to resolve a merge of the rolled back copy, the incremental backed up history and the post 'no-outage' changes.

    Regards

        Ed Willink

On 04/08/2021 02:34, Jonah Graham wrote:


	On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann <stephan.herrm...@berlin.de> wrote:

	
		Has the jdt.core git been rolled back?
	
	
	I don't know - it certainly looks like it. AFAIK the git URL links you posted are mirrors of the gerrit repos. The gerrit repos are the primary IIUC. In gerrit the referenced review is still active - https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 - so it looks like gerrit took a step backwards, rather than just git by itself. For the latter commit, the gerrit entry is "broken" https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573
	 

	
		Locally pulling doesn't provide anything newer than 2021-07-26.
	
	
	Same for me.
	 

	
		Is this an effect of the recent incident?
	
	
	Probably, but I don't know. @Webmaster will have to comment.
	 

	
		Any other project seeing similar effects?
	
	
	Yes. CDT has at least one gerrit from July 31st that has lost a patchset and associated comments. I have them in my email, but they are missing from gerrit:
	
	https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568
	
	The metadata in the email is below, and there is no such comment in the gerrit:
	
	Gerrit-Project: cdt/org.eclipse.cdt
	Gerrit-Branch: master
	Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
	Gerrit-Change-Number: 183568
	Gerrit-PatchSet: 4
	Gerrit-Owner: Mat Booth <mat.bo...@gmail.com>
	Gerrit-Reviewer: CDT Bot <cdt-...@eclipse.org>
	Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +
	
	You can also see evidence of the mismatch in CDT's build jobs.
	
	https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/ and https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/ both built PS4, but 3450 built the now lost patchset, so the sha1 for the same ref is different:
	
	
	
	
	HTH,
	Jonah
	
	 

	
		Stephan
		___
		cross-project-issues-dev mailing list
		cross-project-issues-dev@eclipse.org
		To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
	
	
	___
	cross-project-issues-dev mailing list
	cross-project-issues-dev@eclipse.org
	To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
	
	
	 



	
		
			 
			
			
Virus-free. www.avast.com 
			
			
		
	

___
cross-

Re: [cross-project-issues-dev] git rollback?

2021-08-04 Thread Stephan Herrmann
I think affected teams should now safe guard all clones on individual 
machines, and wait until the IT team signals that systems are back to 
stable, really.


At that time we may need to re-push lost commits from our local clones. 
Perhaps even some lost tags are available from local clones.


For that task of re-pushing, teams may need to coordinate, which commits 
in which order need to be re-played. A good indicator is the "Tested-by" 
line in commit messages, which signals a commit that has once gone 
through the gerrit exercise and thus should be seen as part of the 
"official" history. A bugzilla query for recently resolved bugs would be 
helpful - if bugzilla queries are reliable again.


For now, waiting and not pushing anything seems to be the best strategy, 
right?


Stephan

On 04.08.21 08:38, Ed Willink wrote:


Hi Sravan

In the absence of any clues from the IT team can you please identify 
the time to which GIT / downloads have been rolled back so that we can 
all be aware of what is, at least currently, lost at the EF.


    Regards

        Ed Willink

On 04/08/2021 06:36, Sravan K Lakkimsetti wrote:


Platform I-build from July 31(last successful build for platform) has 
gone missing 
https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/ 
<https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/> also 
related git tags gone missing from the repository.


Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India

Inactive hide details for "Ed Willink" ---04-08-2021 10:00:35---Hi 
Same for OCL."Ed Willink" ---04-08-2021 10:00:35---Hi Same for OCL.


From: "Ed Willink" 
To: cross-project-issues-dev@eclipse.org
Date: 04-08-2021 10:00
Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?
Sent by: "cross-project-issues-dev" 







Hi

Same for OCL.

I pushed a branch commit that successfully refreshed everything on 
the branch with the result that the IT team now need to resolve a 
merge of the rolled back copy, the incremental backed up history and 
the post 'no-outage' changes.


    Regards

        Ed Willink

On 04/08/2021 02:34, Jonah Graham wrote:


On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann
<_stephan.herrmann@berlin.de_
<mailto:stephan.herrm...@berlin.de>> wrote:
Has the jdt.core git been rolled back? 
I don't know - it certainly looks like it. AFAIK the git URL

links you posted are mirrors of the gerrit repos. The gerrit
repos are the primary IIUC. In gerrit the referenced review is
still active -
_https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569_
<https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569> - so
it looks like gerrit took a step backwards, rather than just git
by itself. For the latter commit, the gerrit entry is "broken"
_https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573_
<https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573>
Locally pulling doesn't provide anything newer than 2021-07-26. 
Same for me.


Is this an effect of the recent incident? 
Probably, but I don't know. @Webmaster will have to comment.


Any other project seeing similar effects? 
Yes. CDT has at least one gerrit from July 31st that has lost a

patchset and associated comments. I have them in my email, but
they are missing from gerrit:

_https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568_
<https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568>

The metadata in the email is below, and there is no such comment
in the gerrit:

Gerrit-Project: cdt/org.eclipse.cdt
Gerrit-Branch: master
Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
Gerrit-Change-Number: 183568
Gerrit-PatchSet: 4
Gerrit-Owner: Mat Booth <_mat.booth@gmail.com_
<mailto:mat.bo...@gmail.com>>
Gerrit-Reviewer: CDT Bot <_cdt-bot@eclipse.org_
<mailto:cdt-...@eclipse.org>>
Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +

You can also see evidence of the mismatch in CDT's build jobs.

_https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/_
<https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/> 
and
_https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/_
<https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/> 
both
built PS4, but 3450 built the now lost patchset, so the sha1 for
the same ref is different:

image.png


HTH,
Jonah


Stephan
___
cross-project-issues-dev mailing lis

Re: [cross-project-issues-dev] git rollback?

2021-08-04 Thread Ed Willink

Hi Sravan

In the absence of any clues from the IT team can you please identify the 
time to which GIT / downloads have been rolled back so that we can all 
be aware of what is, at least currently, lost at the EF.


    Regards

        Ed Willink

On 04/08/2021 06:36, Sravan K Lakkimsetti wrote:


Platform I-build from July 31(last successful build for platform) has 
gone missing 
https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/ 
<https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/> also 
related git tags gone missing from the repository.


Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India

Inactive hide details for "Ed Willink" ---04-08-2021 10:00:35---Hi 
Same for OCL."Ed Willink" ---04-08-2021 10:00:35---Hi Same for OCL.


From: "Ed Willink" 
To: cross-project-issues-dev@eclipse.org
Date: 04-08-2021 10:00
Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?
Sent by: "cross-project-issues-dev" 







Hi

Same for OCL.

I pushed a branch commit that successfully refreshed everything on the 
branch with the result that the IT team now need to resolve a merge of 
the rolled back copy, the incremental backed up history and the post 
'no-outage' changes.


    Regards

        Ed Willink

On 04/08/2021 02:34, Jonah Graham wrote:


On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann
<_stephan.herrmann@berlin.de_ <mailto:stephan.herrm...@berlin.de>>
wrote:
Has the jdt.core git been rolled back? 
I don't know - it certainly looks like it. AFAIK the git URL links

you posted are mirrors of the gerrit repos. The gerrit repos are
the primary IIUC. In gerrit the referenced review is still active
- _https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569_
<https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569> - so
it looks like gerrit took a step backwards, rather than just git
by itself. For the latter commit, the gerrit entry is "broken"
_https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573_
<https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573>
Locally pulling doesn't provide anything newer than 2021-07-26. 
Same for me.


Is this an effect of the recent incident? 
Probably, but I don't know. @Webmaster will have to comment.


Any other project seeing similar effects? 
Yes. CDT has at least one gerrit from July 31st that has lost a

patchset and associated comments. I have them in my email, but
they are missing from gerrit:

_https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568_
<https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568>

The metadata in the email is below, and there is no such comment
in the gerrit:

Gerrit-Project: cdt/org.eclipse.cdt
Gerrit-Branch: master
Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
Gerrit-Change-Number: 183568
Gerrit-PatchSet: 4
Gerrit-Owner: Mat Booth <_mat.booth@gmail.com_
<mailto:mat.bo...@gmail.com>>
Gerrit-Reviewer: CDT Bot <_cdt-bot@eclipse.org_
<mailto:cdt-...@eclipse.org>>
Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +

You can also see evidence of the mismatch in CDT's build jobs.

_https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/_
<https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/> 
and
_https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/_
<https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/> 
both
built PS4, but 3450 built the now lost patchset, so the sha1 for
the same ref is different:

image.png


HTH,
Jonah


Stephan
___
cross-project-issues-dev mailing list_
__cross-project-issues-dev@eclipse.org_
<mailto:cross-project-issues-dev@eclipse.org>
To unsubscribe from this list, visit
_https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev_
<https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev>

___
cross-project-issues-dev mailing list
_cross-project-issues-dev@eclipse.org_
<mailto:cross-project-issues-dev@eclipse.org>
To unsubscribe from this list, visit
_https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev_
<https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev>



Virus-free. _www.avast.com_

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=emailclient>


Re: [cross-project-issues-dev] git rollback?

2021-08-03 Thread Sravan K Lakkimsetti



Platform I-build from July 31(last successful build for platform) has gone
missing
https://download.eclipse.org/eclipse/downloads/drops4/I20210731-1800/ also
related git tags gone missing from the repository.

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India



From:   "Ed Willink" 
To: cross-project-issues-dev@eclipse.org
Date:   04-08-2021 10:00
Subject:[EXTERNAL] Re: [cross-project-issues-dev] git rollback?
Sent by:"cross-project-issues-dev"




Hi


Same for OCL.


I pushed a branch commit that successfully refreshed everything on the
branch with the result that the IT team now need to resolve a merge of the
rolled back copy, the incremental backed up history and the post
'no-outage' changes.


    Regards


        Ed Willink


On 04/08/2021 02:34, Jonah Graham wrote:

  On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann <
  stephan.herrm...@berlin.de> wrote:
Has the jdt.core git been rolled back?

  I don't know - it certainly looks like it. AFAIK the git URL links
  you posted are mirrors of the gerrit repos. The gerrit repos are the
  primary IIUC. In gerrit the referenced review is still active -
  https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 - so it
  looks like gerrit took a step backwards, rather than just git by
  itself. For the latter commit, the gerrit entry is "broken"
  https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573

Locally pulling doesn't provide anything newer than 2021-07-26.

  Same for me.


Is this an effect of the recent incident?

  Probably, but I don't know. @Webmaster will have to comment.


Any other project seeing similar effects?

  Yes. CDT has at least one gerrit from July 31st that has lost a
  patchset and associated comments. I have them in my email, but they
  are missing from gerrit:

  https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568

  The metadata in the email is below, and there is no such comment in
  the gerrit:

  Gerrit-Project: cdt/org.eclipse.cdt
  Gerrit-Branch: master
  Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
  Gerrit-Change-Number: 183568
  Gerrit-PatchSet: 4
  Gerrit-Owner: Mat Booth 
  Gerrit-Reviewer: CDT Bot 
  Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +

  You can also see evidence of the mismatch in CDT's build jobs.

  https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/
   and
  https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/
   both built PS4, but 3450 built the now lost patchset, so the sha1
  for the same ref is different:

  image.png


  HTH,
  Jonah



Stephan
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

  ___
  cross-project-issues-dev mailing list
  cross-project-issues-dev@eclipse.org
  To unsubscribe from this list, visit
  https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

 --- 
Virus-free.  
www.avast.com
 


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git rollback?

2021-08-03 Thread Manoj Palat
Hi,
Looks like there is an issue with the master branch - For jdt.core, the BETA_JAVA17 branch looks fine since the recent commits are all available.
 
Regards,
Manoj
 
- Original message -From: "Ed Willink" Sent by: "cross-project-issues-dev" To: cross-project-issues-dev@eclipse.orgCc:Subject: [EXTERNAL] Re: [cross-project-issues-dev] git rollback?Date: Wed, Aug 4, 2021 10:00 AM 
Hi
Same for OCL.
I pushed a branch commit that successfully refreshed everything on the branch with the result that the IT team now need to resolve a merge of the rolled back copy, the incremental backed up history and the post 'no-outage' changes.
    Regards
        Ed Willink
On 04/08/2021 02:34, Jonah Graham wrote:

 
On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann <stephan.herrm...@berlin.de> wrote:
Has the jdt.core git been rolled back?
 
I don't know - it certainly looks like it. AFAIK the git URL links you posted are mirrors of the gerrit repos. The gerrit repos are the primary IIUC. In gerrit the referenced review is still active - https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 - so it looks like gerrit took a step backwards, rather than just git by itself. For the latter commit, the gerrit entry is "broken" https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573
 
Locally pulling doesn't provide anything newer than 2021-07-26.
 
Same for me.
 
Is this an effect of the recent incident?
 
Probably, but I don't know. @Webmaster will have to comment.
 
Any other project seeing similar effects?
 
Yes. CDT has at least one gerrit from July 31st that has lost a patchset and associated comments. I have them in my email, but they are missing from gerrit:
 
https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568
 
The metadata in the email is below, and there is no such comment in the gerrit:
 
Gerrit-Project: cdt/org.eclipse.cdtGerrit-Branch: masterGerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409Gerrit-Change-Number: 183568Gerrit-PatchSet: 4Gerrit-Owner: Mat Booth <mat.bo...@gmail.com>Gerrit-Reviewer: CDT Bot <cdt-...@eclipse.org>Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +
 
You can also see evidence of the mismatch in CDT's build jobs.
 
https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/ and https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/ both built PS4, but 3450 built the now lost patchset, so the sha1 for the same ref is different:
 

 
 
HTH,
Jonah
 
 
Stephan___cross-project-issues-dev mailing listcross-project-issues-dev@eclipse.orgTo unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev 

 
___cross-project-issues-dev mailing listcross-project-issues-dev@eclipse.orgTo unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
Virus-free. www.avast.com
___cross-project-issues-dev mailing listcross-project-issues-dev@eclipse.orgTo unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
 


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git rollback?

2021-08-03 Thread Ed Willink

Hi

Same for OCL.

I pushed a branch commit that successfully refreshed everything on the 
branch with the result that the IT team now need to resolve a merge of 
the rolled back copy, the incremental backed up history and the post 
'no-outage' changes.


    Regards

        Ed Willink

On 04/08/2021 02:34, Jonah Graham wrote:


On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann 
mailto:stephan.herrm...@berlin.de>> wrote:


Has the jdt.core git been rolled back?


I don't know - it certainly looks like it. AFAIK the git URL links you 
posted are mirrors of the gerrit repos. The gerrit repos are the 
primary IIUC. In gerrit the referenced review is still active - 
https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 
 - so it 
looks like gerrit took a step backwards, rather than just git by 
itself. For the latter commit, the gerrit entry is "broken" 
https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573 



Locally pulling doesn't provide anything newer than 2021-07-26.


Same for me.


Is this an effect of the recent incident?


Probably, but I don't know. @Webmaster will have to comment.


Any other project seeing similar effects?


Yes. CDT has at least one gerrit from July 31st that has lost a 
patchset and associated comments. I have them in my email, but they 
are missing from gerrit:


https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568 



The metadata in the email is below, and there is no such comment in 
the gerrit:


Gerrit-Project: cdt/org.eclipse.cdt
Gerrit-Branch: master
Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
Gerrit-Change-Number: 183568
Gerrit-PatchSet: 4
Gerrit-Owner: Mat Booth mailto:mat.bo...@gmail.com>>
Gerrit-Reviewer: CDT Bot >

Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +

You can also see evidence of the mismatch in CDT's build jobs.

https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/ 
 
and 
https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/ 
 
both built PS4, but 3450 built the now lost patchset, so the sha1 for 
the same ref is different:


image.png


HTH,
Jonah


Stephan
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org

To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git rollback?

2021-08-03 Thread Jonah Graham
On Tue, 3 Aug 2021 at 18:25, Stephan Herrmann 
wrote:

> Has the jdt.core git been rolled back?
>

I don't know - it certainly looks like it. AFAIK the git URL links you
posted are mirrors of the gerrit repos. The gerrit repos are the primary
IIUC. In gerrit the referenced review is still active -
https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183569 - so it looks
like gerrit took a step backwards, rather than just git by itself. For the
latter commit, the gerrit entry is "broken"
https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183573


> Locally pulling doesn't provide anything newer than 2021-07-26.
>

Same for me.


>
> Is this an effect of the recent incident?
>

Probably, but I don't know. @Webmaster will have to comment.


>
> Any other project seeing similar effects?
>

Yes. CDT has at least one gerrit from July 31st that has lost a patchset
and associated comments. I have them in my email, but they are missing from
gerrit:

https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183568

The metadata in the email is below, and there is no such comment in the
gerrit:

Gerrit-Project: cdt/org.eclipse.cdt
Gerrit-Branch: master
Gerrit-Change-Id: I96589e86bee561aa200a4a4487549305765d6409
Gerrit-Change-Number: 183568
Gerrit-PatchSet: 4
Gerrit-Owner: Mat Booth 
Gerrit-Reviewer: CDT Bot 
Gerrit-Comment-Date: Sat, 31 Jul 2021 20:04:45 +

You can also see evidence of the mismatch in CDT's build jobs.

https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3450/
and
https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-ui-only-pipeline/3451/
both built PS4, but 3450 built the now lost patchset, so the sha1 for the
same ref is different:

[image: image.png]


HTH,
Jonah



>
> Stephan
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git version update on Wednesday, Sep 5th

2018-08-31 Thread Nick Boldt
+1, make it so from Datatools.

On Fri, Aug 31, 2018 at 9:53 AM Frederic Gurr <
frederic.g...@eclipse-foundation.org> wrote:

> Hi,
>
> We currently use version 1.9.0 of Git on our build servers (hipp
> machines), which we would like to update to a more recent version
> (2.18.0) on Wednesday, September 5th, 2018.
>
> To avoid migration pains, we will first test it on a single hipp machine
> (hipp6), effective immediately.
>
> This will affect the following projects:
> - Datatools
> - Ditto
> - Ecoretools
> - EMF
> - EMF Store
> - GeoGig
> - GeoMesa
> - JDT
> - JSON-P
> - Leshan
> - libIMS
> - OpenCert
> - MPC
> - Nebula
> - Oomph
> - OpenJ9
> - Proj4j
> - Scout
> - Unide
> - Virgo
> - Xpect
> - XSemantics
>
> Please let us know if you have any concerns or questions.
>
>
> Regards,
>
> Fred
>
> --
> Frederic Gurr
> Release Engineer | Eclipse Foundation Europe GmbH
>
> Annastr. 44, D-64673 Zwingenberg
> Handelsregister: Darmstadt HRB 92821
> Managing Directors: Ralph Mueller, Mike Milinkovich, Chris Laroque
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>


-- 

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com

TRIED. TESTED. TRUSTED. 
@ @redhatnews   Red Hat




“The Only Thing That Is Constant Is Change” - Heraclitus
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Mikaël Barbero
Credits go to Denis ;)


> Le 3 juil. 2017 à 12:20, Manoj Palat <manoj.pa...@in.ibm.com> a écrit :
> 
> Thanks Mikaël.. I was able to push the code to gerrit now.
> 
> 
> Regards,
> Manoj
> 
> Mikaël Barbero ---07/03/2017 03:29:41 PM---We've faced some 
> issues this (EU) morning but it should be fixed by now. Please try again and 
> let us
> 
> From: Mikaël Barbero <mikael.barb...@eclipse-foundation.org>
> To: Cross project issues <cross-project-issues-dev@eclipse.org>
> Date: 07/03/2017 03:29 PM
> Subject: Re: [cross-project-issues-dev] git pull/push
> Sent by: cross-project-issues-dev-boun...@eclipse.org
> 
> 
> 
> 
> We've faced some issues this (EU) morning but it should be fixed by now. 
> Please try again and let us know if you still have troubles.
> 
> Thanks.
> Le 3 juil. 2017 à 11:25, Mickael Istria <mist...@redhat.com 
> <mailto:mist...@redhat.com>> a écrit :
> 
> Hi Manoj,
> 
> I also see that too and it's really annoying as it prevents many workflows 
> from working, so many work from being completed!
> In the meantime, you can try as workaround to use GitHub mirror: create a 
> GitHub fork from https://github.com/eclipse/eclipse.jdt.core 
> <https://github.com/eclipse/eclipse.jdt.core> , and push you local commits to 
> your fork. When Gerrit is back to life, you'll simply have to push the branch 
> or commits you want to it. Then you can put a link from Bugzilla to your 
> GitHub commit so your patch is accessible from the related ticket.
> That's far from being perfect, but at least it already allows to share the 
> code and prepare it at best.
> 
> HTH
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org 
> <mailto:cross-project-issues-dev@eclipse.org>
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev 
> <https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev>
> Mikaël Barbero
> Senior Developer & FEEP Technical Leader
> Eclipse Foundation
> E: mikael.barb...@eclipse-foundation.org 
> <mailto:mikael.barb...@eclipse-foundation.org>
> T: (+33) 642 028 039
> [attachment "signature.asc" deleted by Manoj Palat/India/IBM] 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev 
> <https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev>
> 
> 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Mikaël Barbero
Senior Developer & FEEP Technical Leader
Eclipse Foundation
E: mikael.barb...@eclipse-foundation.org
T: (+33) 642 028 039



signature.asc
Description: Message signed with OpenPGP
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Manoj Palat

Thanks Mikaël.. I was able to push the code to gerrit now.


Regards,
Manoj



From:   Mikaël Barbero <mikael.barb...@eclipse-foundation.org>
To: Cross project issues <cross-project-issues-dev@eclipse.org>
Date:   07/03/2017 03:29 PM
Subject:    Re: [cross-project-issues-dev] git pull/push
Sent by:cross-project-issues-dev-boun...@eclipse.org



We've faced some issues this (EU) morning but it should be fixed by now.
Please try again and let us know if you still have troubles.

Thanks.

  Le 3 juil. 2017 à 11:25, Mickael Istria <mist...@redhat.com> a
  écrit :

  Hi Manoj,

  I also see that too and it's really annoying as it prevents many
  workflows from working, so many work from being completed!
  In the meantime, you can try as workaround to use GitHub mirror:
  create a GitHub fork from https://github.com/eclipse/eclipse.jdt.core
  , and push you local commits to your fork. When Gerrit is back to
  life, you'll simply have to push the branch or commits you want to
  it. Then you can put a link from Bugzilla to your GitHub commit so
  your patch is accessible from the related ticket.
  That's far from being perfect, but at least it already allows to
  share the code and prepare it at best.

  HTH
  ___
  cross-project-issues-dev mailing list
  cross-project-issues-dev@eclipse.org
  To change your delivery options, retrieve your password, or
  unsubscribe from this list, visit
  https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Mikaël Barbero
Senior Developer & FEEP Technical Leader
Eclipse Foundation
E: mikael.barb...@eclipse-foundation.org
T: (+33) 642 028 039
[attachment "signature.asc" deleted by Manoj Palat/India/IBM]
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Mikaël Barbero
We've faced some issues this (EU) morning but it should be fixed by now. Please 
try again and let us know if you still have troubles.

Thanks.

> Le 3 juil. 2017 à 11:25, Mickael Istria  a écrit :
> 
> Hi Manoj,
> 
> I also see that too and it's really annoying as it prevents many workflows 
> from working, so many work from being completed!
> In the meantime, you can try as workaround to use GitHub mirror: create a 
> GitHub fork from https://github.com/eclipse/eclipse.jdt.core 
>  , and push you local commits to 
> your fork. When Gerrit is back to life, you'll simply have to push the branch 
> or commits you want to it. Then you can put a link from Bugzilla to your 
> GitHub commit so your patch is accessible from the related ticket.
> That's far from being perfect, but at least it already allows to share the 
> code and prepare it at best.
> 
> HTH
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Mikaël Barbero
Senior Developer & FEEP Technical Leader
Eclipse Foundation
E: mikael.barb...@eclipse-foundation.org
T: (+33) 642 028 039



signature.asc
Description: Message signed with OpenPGP
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Mickael Istria
Hi Manoj,

I also see that too and it's really annoying as it prevents many workflows
from working, so many work from being completed!
In the meantime, you can try as workaround to use GitHub mirror: create a
GitHub fork from https://github.com/eclipse/eclipse.jdt.core , and push you
local commits to your fork. When Gerrit is back to life, you'll simply have
to push the branch or commits you want to it. Then you can put a link from
Bugzilla to your GitHub commit so your patch is accessible from the related
ticket.
That's far from being perfect, but at least it already allows to share the
code and prepare it at best.

HTH
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Matthias Sohn
On Mon, Jul 3, 2017 at 10:15 AM, Pierre-Charles David <
pierre-charles.da...@obeo.fr> wrote:

> Le 03/07/2017 à 08:28, Manoj Palat a écrit :
>
>>
>> Hi,
>> I've beein getting time-outs consistently today while pulling/pushing
>> code in the eclipse.jdt.core repo. Is anybody else experiencing similar
>> problem in this/any other repo?
>>
>>
> Hi,
> I had no issue *fetching* from the Sirius repo, but right now it's
> impossible to push a new review: a first attempt failed (after what seemed
> like several minutes) telling me:
>
> The author is not a committer on the project.
> error: The author does not have a current Eclipse Contributor Agreement
> (ECA) on file.
> [...]
> ! [remote rejected] @ -> refs/for/master (An Eclipse Contributor Agreement
> is required.)
>
> A second attempt a few minutes later (with the same commit) goes a little
> further, but still fails:
>
> ! [remote rejected] @ -> refs/for/master (internal server error: Error
> inserting change/patchset)
>
> The Gerrit UI is also down for us right now (Server Unavailable - 502
> Proxy Error).
>
> I've reopened https://bugs.eclipse.org/bugs/show_bug.cgi?id=519030.
>

I tried to logon to Bugzilla and that responds
Could not connect to the LDAP server(s) ldapmaster.

-Matthias
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull/push

2017-07-03 Thread Pierre-Charles David

Le 03/07/2017 à 08:28, Manoj Palat a écrit :


Hi,
I've beein getting time-outs consistently today while pulling/pushing 
code in the eclipse.jdt.core repo. Is anybody else experiencing 
similar problem in this/any other repo?




Hi,
I had no issue *fetching* from the Sirius repo, but right now it's 
impossible to push a new review: a first attempt failed (after what 
seemed like several minutes) telling me:


The author is not a committer on the project.
error: The author does not have a current Eclipse Contributor Agreement 
(ECA) on file.

[...]
! [remote rejected] @ -> refs/for/master (An Eclipse Contributor 
Agreement is required.)


A second attempt a few minutes later (with the same commit) goes a 
little further, but still fails:


! [remote rejected] @ -> refs/for/master (internal server error: 
Error inserting change/patchset)


The Gerrit UI is also down for us right now (Server Unavailable - 502 
Proxy Error).


I've reopened https://bugs.eclipse.org/bugs/show_bug.cgi?id=519030.


Regards,
Pierre-Charles David

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git pull not working

2017-01-20 Thread Jacques Bouthillier
Thanks Matthias,


Overnight, it seems that they add some proxies and we need to set it to have 
the ssh command working.

Jacques


De : cross-project-issues-dev-boun...@eclipse.org 
<cross-project-issues-dev-boun...@eclipse.org> de la part de Matthias Sohn 
<matthias.s...@gmail.com>
Envoyé : 20 janvier 2017 08:54:32
À : Cross project issues
Objet : Re: [cross-project-issues-dev] git pull not working

On Fri, Jan 20, 2017 at 2:31 PM, Jacques Bouthillier 
<jacques.bouthill...@ericsson.com<mailto:jacques.bouthill...@ericsson.com>> 
wrote:

I tried to run the command "git pull" this morning form 
eclipse.org<http://eclipse.org> and I get a "Socket timeout",

although I can push comment on Gerrit server .


Is the eclipse git server down ?

fetch and push against Gerrit works here (https://git.eclipse.org/r/).

-Matthias
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git pull not working

2017-01-20 Thread Matthias Sohn
On Fri, Jan 20, 2017 at 2:31 PM, Jacques Bouthillier <
jacques.bouthill...@ericsson.com> wrote:

> I tried to run the command "git pull" this morning form eclipse.org and I
> get a "Socket timeout",
>
> although I can push comment on Gerrit server .
>
>
> Is the eclipse git server down ?
>

fetch and push against Gerrit works here (https://git.eclipse.org/r/).

-Matthias
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
It was a hostile attack of too many git d(a)emons (as mentioned earlier). ;)

On 31.10.2016 12:39, Ed Willink wrote:
> Hi
> 
> Yes. Seems ok now.
> 
> Do we have any idea what caused the failures? Unless you have fixed
> something, the need for multiple restarts suggests a hostile attack.
> 
> Regards
> 
> Ed Willink
> 
> 
> On 31/10/2016 10:49, Frederic Gurr wrote:
>> It seems to have stabilized now.
>>
>> On 29.10.2016 20:07, Ed Willink wrote:
>>> Hi
>>>
>>> With the OCL HIPP, I can usually (75% success) get one build after
>>> restarting before the GIT connection fails again.
>>>
>>>  Regards
>>>
>>>  Ed Willink
>>>
>>>
>>> On 29/10/2016 00:04, Matthias Sohn wrote:
 EGit HIPP is again broken, restarting it didn't help to regain access
 to git.eclipse.org 
 https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console

 On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov > wrote:

  Thank you Frederic!

  Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr
  >:
  >I've restarted the platform HIPP and now it works again.
  >
  >On 28.10.2016 22:16, Andrey Loskutov wrote:
  >> Platform UI still has issues:
  >>
 
 >https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console

 
 

  >>
  >>
  >> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
  >>:
  >>> Matt had to kill some wild running git daemon processes.
  >>> And yes, the "connection refused" errors happened during the
  process
  >of
  >>> fixing this.
  >>> Now Git should work again.
  >>>
  >>> On 28.10.2016 22:00, Roland Grunberg wrote:
  > Yes, I'm seeing the same thing on the linuxtools-gerrit
  instance.
  >In
  > fact even cloning from the commandline fails.
  >
  > I'm no longer seeing 'connection reset by peer' now, but
 I am
  >seeing
  >>> :
  > 'git.eclipse.org [0: 198.41.30.196]:
  errno=Connection refused'.
  
   I've done a simple reboot of our HIPP and fetching against
   git.eclipse.org  seems to work. Not
  sure if the reboot had anything
  >to
   do with it, or if it was probably in the process of being
 fixed
   anyways.
  
   Cheers,
  
  >>> ___
  >>> cross-project-issues-dev mailing list
  >>> cross-project-issues-dev@eclipse.org
  
  >>> To change your delivery options, retrieve your password, or
  >unsubscribe
  >>>from this list, visit
  >>>
  https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 
  >>
  >> --
  >> Kind regards,
  >> Andrey Loskutov
  >>
  >> http://google.com/+AndreyLoskutov
  
  >>

  --
  Kind regards,
  Andrey Loskutov

  http://google.com/+AndreyLoskutov
 
  ___
  cross-project-issues-dev mailing list
  cross-project-issues-dev@eclipse.org
  
  To change your delivery options, retrieve your password, or
  unsubscribe from this list, visit
  https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 




 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 To change your delivery options, retrieve your password, or
 unsubscribe from this list, visit
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>>>
>>>
>>> 
>>> Avast logo 
>>>
>>> This email has been checked for viruses by Avast antivirus software.
>>> www.avast.com 
>>>
>>>
>>>
>>>
>>> ___
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@eclipse.org
>>> 

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Ed Willink

Hi

Yes. Seems ok now.

Do we have any idea what caused the failures? Unless you have fixed 
something, the need for multiple restarts suggests a hostile attack.


Regards

Ed Willink


On 31/10/2016 10:49, Frederic Gurr wrote:

It seems to have stabilized now.

On 29.10.2016 20:07, Ed Willink wrote:

Hi

With the OCL HIPP, I can usually (75% success) get one build after
restarting before the GIT connection fails again.

 Regards

 Ed Willink


On 29/10/2016 00:04, Matthias Sohn wrote:

EGit HIPP is again broken, restarting it didn't help to regain access
to git.eclipse.org 
https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console

On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov > wrote:

 Thank you Frederic!

 Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr
 >:
 >I've restarted the platform HIPP and now it works again.
 >
 >On 28.10.2016 22:16, Andrey Loskutov wrote:
 >> Platform UI still has issues:
 >>
 
>https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console
 

 >>
 >>
 >> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
 >>:
 >>> Matt had to kill some wild running git daemon processes.
 >>> And yes, the "connection refused" errors happened during the
 process
 >of
 >>> fixing this.
 >>> Now Git should work again.
 >>>
 >>> On 28.10.2016 22:00, Roland Grunberg wrote:
 > Yes, I'm seeing the same thing on the linuxtools-gerrit
 instance.
 >In
 > fact even cloning from the commandline fails.
 >
 > I'm no longer seeing 'connection reset by peer' now, but I am
 >seeing
 >>> :
 > 'git.eclipse.org [0: 198.41.30.196]:
 errno=Connection refused'.
 
  I've done a simple reboot of our HIPP and fetching against
  git.eclipse.org  seems to work. Not
 sure if the reboot had anything
 >to
  do with it, or if it was probably in the process of being fixed
  anyways.
 
  Cheers,
 
 >>> ___
 >>> cross-project-issues-dev mailing list
 >>> cross-project-issues-dev@eclipse.org
 
 >>> To change your delivery options, retrieve your password, or
 >unsubscribe
 >>>from this list, visit
 >>>
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 >>
 >> --
 >> Kind regards,
 >> Andrey Loskutov
 >>
 >> http://google.com/+AndreyLoskutov
 
 >>

 --
 Kind regards,
 Andrey Loskutov

 http://google.com/+AndreyLoskutov 
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 
 To change your delivery options, retrieve your password, or
 unsubscribe from this list, visit
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 




___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Avast logo   

This email has been checked for viruses by Avast antivirus software.
www.avast.com 




___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your 

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
It seems to have stabilized now.

On 29.10.2016 20:07, Ed Willink wrote:
> Hi
> 
> With the OCL HIPP, I can usually (75% success) get one build after
> restarting before the GIT connection fails again.
> 
> Regards
> 
> Ed Willink
> 
> 
> On 29/10/2016 00:04, Matthias Sohn wrote:
>> EGit HIPP is again broken, restarting it didn't help to regain access
>> to git.eclipse.org 
>> https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console
>>
>> On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov > > wrote:
>>
>> Thank you Frederic!
>>
>> Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr
>> >:
>> >I've restarted the platform HIPP and now it works again.
>> >
>> >On 28.10.2016 22:16, Andrey Loskutov wrote:
>> >> Platform UI still has issues:
>> >>
>> 
>> >https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console
>> 
>> 
>> >>
>> >>
>> >> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
>> >>:
>> >>> Matt had to kill some wild running git daemon processes.
>> >>> And yes, the "connection refused" errors happened during the
>> process
>> >of
>> >>> fixing this.
>> >>> Now Git should work again.
>> >>>
>> >>> On 28.10.2016 22:00, Roland Grunberg wrote:
>> > Yes, I'm seeing the same thing on the linuxtools-gerrit
>> instance.
>> >In
>> > fact even cloning from the commandline fails.
>> >
>> > I'm no longer seeing 'connection reset by peer' now, but I am
>> >seeing
>> >>> :
>> > 'git.eclipse.org [0: 198.41.30.196]:
>> errno=Connection refused'.
>> 
>>  I've done a simple reboot of our HIPP and fetching against
>>  git.eclipse.org  seems to work. Not
>> sure if the reboot had anything
>> >to
>>  do with it, or if it was probably in the process of being fixed
>>  anyways.
>> 
>>  Cheers,
>> 
>> >>> ___
>> >>> cross-project-issues-dev mailing list
>> >>> cross-project-issues-dev@eclipse.org
>> 
>> >>> To change your delivery options, retrieve your password, or
>> >unsubscribe
>> >>>from this list, visit
>> >>>
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>> 
>> >>
>> >> --
>> >> Kind regards,
>> >> Andrey Loskutov
>> >>
>> >> http://google.com/+AndreyLoskutov
>> 
>> >>
>>
>> --
>> Kind regards,
>> Andrey Loskutov
>>
>> http://google.com/+AndreyLoskutov 
>> ___
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@eclipse.org
>> 
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>> 
>>
>>
>>
>>
>> ___
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe from 
>> this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> 
> 
> 
> Avast logo   
> 
> This email has been checked for viruses by Avast antivirus software.
> www.avast.com 
> 
> 
> 
> 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
This was probably an intermittent error, since the last three builds
succeeded.

On 29.10.2016 01:04, Matthias Sohn wrote:
> EGit HIPP is again broken, restarting it didn't help to regain access to
> git.eclipse.org 
> https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console
> 
> On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov  > wrote:
> 
> Thank you Frederic!
> 
> Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr
> >:
> >I've restarted the platform HIPP and now it works again.
> >
> >On 28.10.2016 22:16, Andrey Loskutov wrote:
> >> Platform UI still has issues:
> >>
> 
> >https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console
> 
> 
> >>
> >>
> >> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
> >>:
> >>> Matt had to kill some wild running git daemon processes.
> >>> And yes, the "connection refused" errors happened during the process
> >of
> >>> fixing this.
> >>> Now Git should work again.
> >>>
> >>> On 28.10.2016 22:00, Roland Grunberg wrote:
> > Yes, I'm seeing the same thing on the linuxtools-gerrit instance.
> >In
> > fact even cloning from the commandline fails.
> >
> > I'm no longer seeing 'connection reset by peer' now, but I am
> >seeing
> >>> :
> > 'git.eclipse.org [0: 198.41.30.196]:
> errno=Connection refused'.
> 
>  I've done a simple reboot of our HIPP and fetching against
>  git.eclipse.org  seems to work. Not
> sure if the reboot had anything
> >to
>  do with it, or if it was probably in the process of being fixed
>  anyways.
> 
>  Cheers,
> 
> >>> ___
> >>> cross-project-issues-dev mailing list
> >>> cross-project-issues-dev@eclipse.org
> 
> >>> To change your delivery options, retrieve your password, or
> >unsubscribe
> >>>from this list, visit
> >>>
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> >>
> >> --
> >> Kind regards,
> >> Andrey Loskutov
> >>
> >> http://google.com/+AndreyLoskutov 
> >>
> 
> --
> Kind regards,
> Andrey Loskutov
> 
> http://google.com/+AndreyLoskutov 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> 
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> 
> 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-30 Thread David Williams
Thanks for this tip. I did confirm that works, but then thought why not 
go all the way and avoid the network protocols and use

file:///gitroot/... for builds.
Works well for me in my Hudson jobs running on Linux.
While it should not be required to make such changes, even after 
"git://" is fixed, it seems that "file://" might be more reliable than 
depending on the "internal network".


Thanks again,

P.S. I suspect file:// doesn't avoid "the network" completely -- I 
assume "NFS" is involved, but if it goes very little would work. :/




On 10/29/2016 05:04 PM, Stephan Herrmann wrote:

On build.eclipse.org I consistently received git: Connection refused,
but after changing protocol from git: to https: all was fine.

Stephan

On 10/29/2016 08:07 PM, Ed Willink wrote:

Hi

With the OCL HIPP, I can usually (75% success) get one build after 
restarting before the GIT connection fails again.


Regards

Ed Willink


On 29/10/2016 00:04, Matthias Sohn wrote: 


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-29 Thread Stephan Herrmann

On build.eclipse.org I consistently received git: Connection refused,
but after changing protocol from git: to https: all was fine.

Stephan

On 10/29/2016 08:07 PM, Ed Willink wrote:

Hi

With the OCL HIPP, I can usually (75% success) get one build after restarting 
before the GIT connection fails again.

Regards

Ed Willink


On 29/10/2016 00:04, Matthias Sohn wrote:

EGit HIPP is again broken, restarting it didn't help to regain access to 
git.eclipse.org 
https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console

On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov > wrote:

Thank you Frederic!

Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr >:
>I've restarted the platform HIPP and now it works again.
>
>On 28.10.2016 22:16, Andrey Loskutov wrote:
>> Platform UI still has issues:
>>

>https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console


>>
>>
>> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
>>:
>>> Matt had to kill some wild running git daemon processes.
>>> And yes, the "connection refused" errors happened during the process
>of
>>> fixing this.
>>> Now Git should work again.
>>>
>>> On 28.10.2016 22:00, Roland Grunberg wrote:
> Yes, I'm seeing the same thing on the linuxtools-gerrit instance.
>In
> fact even cloning from the commandline fails.
>
> I'm no longer seeing 'connection reset by peer' now, but I am
>seeing
>>> :
> 'git.eclipse.org [0: 198.41.30.196]: 
errno=Connection refused'.

 I've done a simple reboot of our HIPP and fetching against
 git.eclipse.org  seems to work. Not sure if 
the reboot had anything
>to
 do with it, or if it was probably in the process of being fixed
 anyways.

 Cheers,

>>> ___
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@eclipse.org 

>>> To change your delivery options, retrieve your password, or
>unsubscribe
>>>from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

>>
>> --
>> Kind regards,
>> Andrey Loskutov
>>
>> http://google.com/+AndreyLoskutov 
>>

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org 

To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





Avast logo   

This email has been checked for viruses by Avast antivirus software.
www.avast.com 




___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-29 Thread Ed Willink

Hi

With the OCL HIPP, I can usually (75% success) get one build after 
restarting before the GIT connection fails again.


Regards

Ed Willink


On 29/10/2016 00:04, Matthias Sohn wrote:
EGit HIPP is again broken, restarting it didn't help to regain access 
to git.eclipse.org 

https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console

On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov > wrote:


Thank you Frederic!

Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr
>:
>I've restarted the platform HIPP and now it works again.
>
>On 28.10.2016 22:16, Andrey Loskutov wrote:
>> Platform UI still has issues:
>>

>https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console


>>
>>
>> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
>>:
>>> Matt had to kill some wild running git daemon processes.
>>> And yes, the "connection refused" errors happened during the
process
>of
>>> fixing this.
>>> Now Git should work again.
>>>
>>> On 28.10.2016 22:00, Roland Grunberg wrote:
> Yes, I'm seeing the same thing on the linuxtools-gerrit
instance.
>In
> fact even cloning from the commandline fails.
>
> I'm no longer seeing 'connection reset by peer' now, but I am
>seeing
>>> :
> 'git.eclipse.org [0: 198.41.30.196]:
errno=Connection refused'.

 I've done a simple reboot of our HIPP and fetching against
 git.eclipse.org  seems to work. Not
sure if the reboot had anything
>to
 do with it, or if it was probably in the process of being fixed
 anyways.

 Cheers,

>>> ___
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@eclipse.org

>>> To change your delivery options, retrieve your password, or
>unsubscribe
>>>from this list, visit
>>>
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

>>
>> --
>> Kind regards,
>> Andrey Loskutov
>>
>> http://google.com/+AndreyLoskutov

>>

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org

To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Matthias Sohn
EGit HIPP is again broken, restarting it didn't help to regain access to
git.eclipse.org
https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console

On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov  wrote:

> Thank you Frederic!
>
> Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr <
> frederic.g...@eclipse.org>:
> >I've restarted the platform HIPP and now it works again.
> >
> >On 28.10.2016 22:16, Andrey Loskutov wrote:
> >> Platform UI still has issues:
> >>
> >https://hudson.eclipse.org/platform/job/eclipse.platform.
> ui-Gerrit/11059/console
> >>
> >>
> >> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
> >:
> >>> Matt had to kill some wild running git daemon processes.
> >>> And yes, the "connection refused" errors happened during the process
> >of
> >>> fixing this.
> >>> Now Git should work again.
> >>>
> >>> On 28.10.2016 22:00, Roland Grunberg wrote:
> > Yes, I'm seeing the same thing on the linuxtools-gerrit instance.
> >In
> > fact even cloning from the commandline fails.
> >
> > I'm no longer seeing 'connection reset by peer' now, but I am
> >seeing
> >>> :
> > 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.
> 
>  I've done a simple reboot of our HIPP and fetching against
>  git.eclipse.org seems to work. Not sure if the reboot had anything
> >to
>  do with it, or if it was probably in the process of being fixed
>  anyways.
> 
>  Cheers,
> 
> >>> ___
> >>> cross-project-issues-dev mailing list
> >>> cross-project-issues-dev@eclipse.org
> >>> To change your delivery options, retrieve your password, or
> >unsubscribe
> >>>from this list, visit
> >>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> >>
> >> --
> >> Kind regards,
> >> Andrey Loskutov
> >>
> >> http://google.com/+AndreyLoskutov
> >>
>
> --
> Kind regards,
> Andrey Loskutov
>
> http://google.com/+AndreyLoskutov
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Andrey Loskutov
Thank you Frederic! 

Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr 
:
>I've restarted the platform HIPP and now it works again.
>
>On 28.10.2016 22:16, Andrey Loskutov wrote:
>> Platform UI still has issues:
>>
>https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console
>> 
>> 
>> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr
>:
>>> Matt had to kill some wild running git daemon processes.
>>> And yes, the "connection refused" errors happened during the process
>of
>>> fixing this.
>>> Now Git should work again.
>>>
>>> On 28.10.2016 22:00, Roland Grunberg wrote:
> Yes, I'm seeing the same thing on the linuxtools-gerrit instance.
>In
> fact even cloning from the commandline fails.
>
> I'm no longer seeing 'connection reset by peer' now, but I am
>seeing
>>> :
> 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.

 I've done a simple reboot of our HIPP and fetching against
 git.eclipse.org seems to work. Not sure if the reboot had anything
>to
 do with it, or if it was probably in the process of being fixed
 anyways.

 Cheers,

>>> ___
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@eclipse.org
>>> To change your delivery options, retrieve your password, or
>unsubscribe
>>>from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>> 
>> --
>> Kind regards,
>> Andrey Loskutov
>> 
>> http://google.com/+AndreyLoskutov
>> 

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Frederic Gurr
I've restarted the platform HIPP and now it works again.

On 28.10.2016 22:16, Andrey Loskutov wrote:
> Platform UI still has issues:
> https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console
> 
> 
> Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr 
> :
>> Matt had to kill some wild running git daemon processes.
>> And yes, the "connection refused" errors happened during the process of
>> fixing this.
>> Now Git should work again.
>>
>> On 28.10.2016 22:00, Roland Grunberg wrote:
 Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In
 fact even cloning from the commandline fails.

 I'm no longer seeing 'connection reset by peer' now, but I am seeing
>> :
 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.
>>>
>>> I've done a simple reboot of our HIPP and fetching against
>>> git.eclipse.org seems to work. Not sure if the reboot had anything to
>>> do with it, or if it was probably in the process of being fixed
>>> anyways.
>>>
>>> Cheers,
>>>
>> ___
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>>from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> --
> Kind regards,
> Andrey Loskutov
> 
> http://google.com/+AndreyLoskutov
> 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Andrey Loskutov
Platform UI still has issues:
https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console


Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr 
:
>Matt had to kill some wild running git daemon processes.
>And yes, the "connection refused" errors happened during the process of
>fixing this.
>Now Git should work again.
>
>On 28.10.2016 22:00, Roland Grunberg wrote:
>>> Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In
>>> fact even cloning from the commandline fails.
>>>
>>> I'm no longer seeing 'connection reset by peer' now, but I am seeing
>:
>>> 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.
>> 
>> I've done a simple reboot of our HIPP and fetching against
>> git.eclipse.org seems to work. Not sure if the reboot had anything to
>> do with it, or if it was probably in the process of being fixed
>> anyways.
>> 
>> Cheers,
>> 
>___
>cross-project-issues-dev mailing list
>cross-project-issues-dev@eclipse.org
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Frederic Gurr
Matt had to kill some wild running git daemon processes.
And yes, the "connection refused" errors happened during the process of
fixing this.
Now Git should work again.

On 28.10.2016 22:00, Roland Grunberg wrote:
>> Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In
>> fact even cloning from the commandline fails.
>>
>> I'm no longer seeing 'connection reset by peer' now, but I am seeing :
>> 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.
> 
> I've done a simple reboot of our HIPP and fetching against
> git.eclipse.org seems to work. Not sure if the reboot had anything to
> do with it, or if it was probably in the process of being fixed
> anyways.
> 
> Cheers,
> 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Roland Grunberg
> Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In
> fact even cloning from the commandline fails.
> 
> I'm no longer seeing 'connection reset by peer' now, but I am seeing :
> 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.

I've done a simple reboot of our HIPP and fetching against
git.eclipse.org seems to work. Not sure if the reboot had anything to
do with it, or if it was probably in the process of being fixed
anyways.

Cheers,
-- 
Roland Grunberg
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Roland Grunberg
> Hi,
> 
> A lot of our Hudson builds have been failing with for example:
> Command "git fetch -t
> git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git
> refs/changes/24/84124/2" returned status code 128: fatal: read error:
> Connection reset by peer

Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In
fact even cloning from the commandline fails.

I'm no longer seeing 'connection reset by peer' now, but I am seeing :
'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'.

Cheers,
-- 
Roland Grunberg
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread David Williams

  
  
On 10/28/2016 02:26 PM, Marc-André
  Laperle wrote:


  
  
  A
lot of our Hudson builds have been failing with for example:
Command "git fetch -t git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git refs/changes/24/84124/2" returned status code 128: fatal: read error: Connection reset by peer

This seems to have happened all morning.


Even when I try to fetch locally, if often fails. Is is
  possible that the Git servers are overloaded?

  


I have seen similar issues and opened Bug 506727

It might be related to Bug 398795?



  

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread Ed Willink

Hi

I suspect that your upgrade, like mine, resulted in com.jcraft.jsch 
0.1.51 and 0.1.53 'co-existing'. They don't. You might try forcibly 
eliminating 0.1.51. Much safer to start with a clean new Eclipse 
installation.


Regards

Ed Willink

On 04/10/2015 12:57, Alexander Gurov wrote:
I did see the discussion in "Git outage?", but did not see this report 
on Bugzilla. And google didn't suggest it to me.
It seems that EGit should be updated manually to the 4.1 version? 
Unfortunately it does not seem to be such a simple task, since after 
updating it to the version 4.1 it is absolutely dead and trying to 
return to the previous version is useless - even after uninstalling of 
version 4.1 it still seems to be installed from Eclipse's point of 
view. :) I had my Eclipse instance  backed up just before the action, 
so no actual damage is done.


Anyway, thank you very much for your help, I'll try to solve the 
issues with the installation process or try moving to Mars.1 and see 
if it helps or not.


Best regards,
Alexander Gurov,
Subversive Team.

04.10.2015 12:01, Stephan Herrmann пишет:

Have you seen https://bugs.eclipse.org/478690 ?
It also links to the early thread in this list titled "Git outage?"

HTH,
Stephan

On 10/04/2015 09:59 AM, Alexander Gurov wrote:

Hello everyone,

While Git works fine for some projects (SimRel, for example), for 
some other it fails (at least for our web site project) and I was

unable to find nor the reason, nor the solution to the problem.
So, if there is anyone who knows what to do, any help is much 
appreciated.


P.S.
In case it is important, I'm using Eclipse Luna SR2 with all updates 
already installed. Also at least it worked just for this

project 10 days ago.

org.eclipse.jgit.api.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:

Session.connect: java.io.IOException: End of IO Stream Read
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
 at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:253)
 at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
 at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
 at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:139)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:114)
 at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)

 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:

Session.connect: java.io.IOException: End of IO Stream Read
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
 at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
 at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:248)
 at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
 at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
 at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)

 at org.eclipse.jgit.transport.Transport.fetch(Transport.java:)
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
 ... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect: 
java.io.IOException: End of IO Stream Read

 at com.jcraft.jsch.Session.connect(Session.java:558)
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)

 ... 15 more



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or 
unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread Stephan Herrmann

Have you seen https://bugs.eclipse.org/478690 ?
It also links to the early thread in this list titled "Git outage?"

HTH,
Stephan

On 10/04/2015 09:59 AM, Alexander Gurov wrote:

Hello everyone,

While Git works fine for some projects (SimRel, for example), for some other it 
fails (at least for our web site project) and I was
unable to find nor the reason, nor the solution to the problem.
So, if there is anyone who knows what to do, any help is much appreciated.

P.S.
In case it is important, I'm using Eclipse Luna SR2 with all updates already 
installed. Also at least it worked just for this
project 10 days ago.

org.eclipse.jgit.api.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:
Session.connect: java.io.IOException: End of IO Stream Read
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
 at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:253)
 at org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
 at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
 at org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:139)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:114)
 at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:
Session.connect: java.io.IOException: End of IO Stream Read
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
 at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
 at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:248)
 at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
 at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
 at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
 at org.eclipse.jgit.transport.Transport.fetch(Transport.java:)
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
 ... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: 
End of IO Stream Read
 at com.jcraft.jsch.Session.connect(Session.java:558)
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
 ... 15 more



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread Alexander Gurov
I did see the discussion in "Git outage?", but did not see this report 
on Bugzilla. And google didn't suggest it to me.
It seems that EGit should be updated manually to the 4.1 version? 
Unfortunately it does not seem to be such a simple task, since after 
updating it to the version 4.1 it is absolutely dead and trying to 
return to the previous version is useless - even after uninstalling of 
version 4.1 it still seems to be installed from Eclipse's point of view. 
:) I had my Eclipse instance  backed up just before the action, so no 
actual damage is done.


Anyway, thank you very much for your help, I'll try to solve the issues 
with the installation process or try moving to Mars.1 and see if it 
helps or not.


Best regards,
Alexander Gurov,
Subversive Team.

04.10.2015 12:01, Stephan Herrmann пишет:

Have you seen https://bugs.eclipse.org/478690 ?
It also links to the early thread in this list titled "Git outage?"

HTH,
Stephan

On 10/04/2015 09:59 AM, Alexander Gurov wrote:

Hello everyone,

While Git works fine for some projects (SimRel, for example), for 
some other it fails (at least for our web site project) and I was

unable to find nor the reason, nor the solution to the problem.
So, if there is anyone who knows what to do, any help is much 
appreciated.


P.S.
In case it is important, I'm using Eclipse Luna SR2 with all updates 
already installed. Also at least it worked just for this

project 10 days ago.

org.eclipse.jgit.api.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:

Session.connect: java.io.IOException: End of IO Stream Read
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
 at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:253)
 at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
 at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
 at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:139)
 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:114)
 at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)

 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: 
ssh://agu...@git.eclipse.org/gitroot/www.eclipse.org/subversive.git:

Session.connect: java.io.IOException: End of IO Stream Read
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
 at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
 at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:248)
 at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
 at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
 at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)

 at org.eclipse.jgit.transport.Transport.fetch(Transport.java:)
 at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
 ... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect: 
java.io.IOException: End of IO Stream Read

 at com.jcraft.jsch.Session.connect(Session.java:558)
 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)

 ... 15 more



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or 
unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Best regards,
Alexander Gurov,
Subversive Team.

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git outage?

2015-09-30 Thread Daniel Megert
I've filed https://bugs.eclipse.org/478690 to track this.

Dani



From:   Ed Willink <e...@willink.me.uk>
To: cross-project-issues-dev@eclipse.org
Date:   30.09.2015 00:26
Subject:        Re: [cross-project-issues-dev] Git outage?
Sent by:cross-project-issues-dev-boun...@eclipse.org



HI

I'm seeing the problem on a Neon M1 with EGit 4.0.1 installation, jsch 
0.1.51

Some GIT repos have stopped working on or after 27-Sep.

Others continue to work fine.

The problem must be at the Eclipse GIT server end.

Regards

Ed Willink

On 29/09/2015 18:08, Matthias Sohn wrote:
Since 4.0.3 EGit ships with jsch 0.1.53, older versions come with jsch 
0.1.51. 
jsch 0.1.53 supports more ciphers.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=463580 and
http://www.jcraft.com/jsch/ChangeLog

-Matthias

On Tue, Sep 29, 2015 at 11:21 PM, Konstantin Komissarchik <
konstantin.komissarc...@oracle.com> wrote:
Dani,
 
Your observations match up with mine. I tested the following 
configurations using the same workspace (same repository). All were fresh 
installs of the Java EE package.
 
juno sr2 - Algorithm negotiation fail
mars - End of IO Stream Read
neon m1 - End of IO Stream Read
mars.1 rc4a ? works
 
I also have a custom Neon installation where platform is M1, but EGit is 
4.1. This configuration also works.
 
Hopefully that?s enough for webmasters to figure out what changed.
 
Thanks,
 
- Konstantin
 
 

From: Daniel Megert
Sent: Tuesday, September 29, 2015 12:51 PM
To: Cross project issues;Eclipse Webmaster (Denis Roy);Denis Roy
Subject: Re: [cross-project-issues-dev] Git outage?
Importance: High
 
 
I have the same issue since today and reported it to the webmaster. I 
suspect a change in their config, however, they say there was no change. 

What I see is that it works if I use a current Mars.1 maintenance build or 
a current Neon build. When I use Mars (4.5) it fails. I definitely think 
that something changed on the server(s), e.g. some protocols got disabled 
or some other ssh related changes. 

To me it looks like currently everyone who uses Mars (4.5) can't use EGit 
with ssh. 

Dani 



From:Konstantin Komissarchik <konstantin.komissarc...@oracle.com> 
To:"cross-project-issues-dev@eclipse.org" <
cross-project-issues-dev@eclipse.org> 
Date:29.09.2015 21:26 
Subject:[cross-project-issues-dev] Git outage? 
Sent by:cross-project-issues-dev-boun...@eclipse.org 




I am getting a failure when pushing or pulling from Git this morning. Is 
anyone else seeing this? 
  
org.eclipse.jgit.api.errors.TransportException: ssh://
kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read 
at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139) 
at 
org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263) 
at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97) 
at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242) 
at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128) 
at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
 

at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
 

at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
 

at 
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) 
Caused by: org.eclipse.jgit.errors.TransportException: ssh://
kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read 
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
 

at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136) 
at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)
 

at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161) 

at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) 
at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) 
at 
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) 
at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130) 
... 8 more 
Caused by: com.jcraft.jsch.JSchException: Session.connect: 
java.io.IOException: End of IO Stream Read 
at com.jcraft.jsch.Session.connect(Session.java:558) 
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:1

Re: [cross-project-issues-dev] Git outage?

2015-09-29 Thread Konstantin Komissarchik
Dani,

Your observations match up with mine. I tested the following configurations 
using the same workspace (same repository). All were fresh installs of the Java 
EE package.

juno sr2 - Algorithm negotiation fail
mars - End of IO Stream Read
neon m1 - End of IO Stream Read
mars.1 rc4a – works

I also have a custom Neon installation where platform is M1, but EGit is 4.1. 
This configuration also works.

Hopefully that’s enough for webmasters to figure out what changed.

Thanks,

- Konstantin



From: Daniel Megert
Sent: Tuesday, September 29, 2015 12:51 PM
To: Cross project issues;Eclipse Webmaster (Denis Roy);Denis Roy
Subject: Re: [cross-project-issues-dev] Git outage?
Importance: High


I have the same issue since today and reported it to the webmaster. I suspect a 
change in their config, however, they say there was no change. 

What I see is that it works if I use a current Mars.1 maintenance build or a 
current Neon build. When I use Mars (4.5) it fails. I definitely think that 
something changed on the server(s), e.g. some protocols got disabled or some 
other ssh related changes. 

To me it looks like currently everyone who uses Mars (4.5) can't use EGit with 
ssh. 

Dani 



From:        Konstantin Komissarchik <konstantin.komissarc...@oracle.com> 
To:        "cross-project-issues-dev@eclipse.org" 
<cross-project-issues-dev@eclipse.org> 
Date:        29.09.2015 21:26 
Subject:        [cross-project-issues-dev] Git outage? 
Sent by:        cross-project-issues-dev-boun...@eclipse.org 




I am getting a failure when pushing or pulling from Git this morning. Is anyone 
else seeing this? 
  
org.eclipse.jgit.api.errors.TransportException: 
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read 
                at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139) 
                at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263) 
                at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97) 
                at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242) 
                at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128) 
                at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
 
                at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
 
                at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
 
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) 
Caused by: org.eclipse.jgit.errors.TransportException: 
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read 
                at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
 
                at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136) 
                at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)
 
                at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161) 
                at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) 
                at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) 
                at 
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) 
                at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130) 
                ... 8 more 
Caused by: com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: 
End of IO Stream Read 
                at com.jcraft.jsch.Session.connect(Session.java:558) 
                at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
 
                ... 15 more 
  
  
 ___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev 


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git outage?

2015-09-29 Thread Ed Willink

HI

I'm seeing the problem on a Neon M1 with EGit 4.0.1 installation, jsch 
0.1.51


Some GIT repos have stopped working on or after 27-Sep.

Others continue to work fine.

The problem must be at the Eclipse GIT server end.

Regards

Ed Willink

On 29/09/2015 18:08, Matthias Sohn wrote:
Since 4.0.3 EGit ships with jsch 0.1.53, older versions come with jsch 
0.1.51.

jsch 0.1.53 supports more ciphers.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=463580 and
http://www.jcraft.com/jsch/ChangeLog

-Matthias

On Tue, Sep 29, 2015 at 11:21 PM, Konstantin Komissarchik 
<konstantin.komissarc...@oracle.com 
<mailto:konstantin.komissarc...@oracle.com>> wrote:


Dani,

Your observations match up with mine. I tested the following
configurations using the same workspace (same repository). All
were fresh installs of the Java EE package.

juno sr2 - Algorithm negotiation fail

mars - End of IO Stream Read

neon m1 - End of IO Stream Read

mars.1 rc4a – works

I also have a custom Neon installation where platform is M1, but
EGit is 4.1. This configuration also works.

Hopefully that’s enough for webmasters to figure out what changed.

Thanks,

- Konstantin


*From: *Daniel Megert
*Sent: *Tuesday, September 29, 2015 12:51 PM
*To: *Cross project issues;Eclipse Webmaster (Denis Roy);Denis Roy
    *Subject: *Re: [cross-project-issues-dev] Git outage?
*Importance: *High

I have the same issue since today and reported it to the
webmaster. I suspect a change in their config, however, they say
there was no change.

What I see is that it works if I use a current Mars.1 maintenance
build or a current Neon build. When I use Mars (4.5) it fails. I
definitely think that something changed on the server(s), e.g.
some protocols got disabled or some other ssh related changes.

To me it looks like currently everyone who uses Mars (4.5) can't
use EGit with ssh.

Dani



From: Konstantin Komissarchik <konstantin.komissarc...@oracle.com
<mailto:konstantin.komissarc...@oracle.com>>
To: "cross-project-issues-dev@eclipse.org
<mailto:cross-project-issues-dev@eclipse.org>"
<cross-project-issues-dev@eclipse.org
<mailto:cross-project-issues-dev@eclipse.org>>
Date: 29.09.2015 21:26
Subject: [cross-project-issues-dev] Git outage?
Sent by: cross-project-issues-dev-boun...@eclipse.org
<mailto:cross-project-issues-dev-boun...@eclipse.org>




I am getting a failure when pushing or pulling from Git this
morning. Is anyone else seeing this?

org.eclipse.jgit.api.errors.TransportException:

ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git

<http://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git>:
Session.connect: java.io.IOException: End of IO Stream Read
at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263)
at
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242)
at
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
at

org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
at

org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
at

org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.jgit.errors.TransportException:

ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git

<http://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git>:
Session.connect: java.io.IOException: End of IO Stream Read
at

org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
at
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)
at

org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)
at

org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
at
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect:
java.io.IOException: End of IO Strea

Re: [cross-project-issues-dev] Git outage?

2015-09-29 Thread Matthias Sohn
Since 4.0.3 EGit ships with jsch 0.1.53, older versions come with jsch
0.1.51.
jsch 0.1.53 supports more ciphers.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=463580 and
http://www.jcraft.com/jsch/ChangeLog

-Matthias

On Tue, Sep 29, 2015 at 11:21 PM, Konstantin Komissarchik <
konstantin.komissarc...@oracle.com> wrote:

> Dani,
>
>
>
> Your observations match up with mine. I tested the following
> configurations using the same workspace (same repository). All were fresh
> installs of the Java EE package.
>
>
>
> juno sr2 - Algorithm negotiation fail
>
> mars - End of IO Stream Read
>
> neon m1 - End of IO Stream Read
>
> mars.1 rc4a – works
>
>
>
> I also have a custom Neon installation where platform is M1, but EGit is
> 4.1. This configuration also works.
>
>
>
> Hopefully that’s enough for webmasters to figure out what changed.
>
>
>
> Thanks,
>
>
>
> - Konstantin
>
>
>
>
>
>
> *From: *Daniel Megert
> *Sent: *Tuesday, September 29, 2015 12:51 PM
> *To: *Cross project issues;Eclipse Webmaster (Denis Roy);Denis Roy
> *Subject: *Re: [cross-project-issues-dev] Git outage?
> *Importance: *High
>
>
>
>
>
> I have the same issue since today and reported it to the webmaster. I
> suspect a change in their config, however, they say there was no change.
>
> What I see is that it works if I use a current Mars.1 maintenance build or
> a current Neon build. When I use Mars (4.5) it fails. I definitely think
> that something changed on the server(s), e.g. some protocols got disabled
> or some other ssh related changes.
>
> To me it looks like currently everyone who uses Mars (4.5) can't use EGit
> with ssh.
>
> Dani
>
>
>
> From:Konstantin Komissarchik <konstantin.komissarc...@oracle.com>
> To:"cross-project-issues-dev@eclipse.org" <
> cross-project-issues-dev@eclipse.org>
> Date:29.09.2015 21:26
> Subject:[cross-project-issues-dev] Git outage?
> Sent by:cross-project-issues-dev-boun...@eclipse.org
>
>
>
>
> I am getting a failure when pushing or pulling from Git this morning. Is
> anyone else seeing this?
>
> org.eclipse.jgit.api.errors.TransportException: ssh://
> kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git:
> Session.connect: java.io.IOException: End of IO Stream Read
> at
> org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
> at
> org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263)
> at
> org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
> at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242)
> at
> org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
> at
> org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
> at
> org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
> at
> org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.eclipse.jgit.errors.TransportException: ssh://
> kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git:
> Session.connect: java.io.IOException: End of IO Stream Read
> at
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
> at
> org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)
> at
> org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)
> at
> org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
> at
> org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
> at
> org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
> at
> org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
> at
> org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
> ... 8 more
> Caused by: com.jcraft.jsch.JSchException: Session.connect:
> java.io.IOException: End of IO Stream Read
> at com.jcraft.jsch.Session.connect(Session.java:558)
> at
> org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
> ... 15 more
>
>
>  ___
> cross-project-issues-dev

Re: [cross-project-issues-dev] Git outage?

2015-09-29 Thread Stephan Herrmann

I've seen similar exceptions.
I was suspecting a jsch version-problem to be the cause.
After updating a bunch of stuff including EGit I could connect again.

HTH
Stephan

On 09/29/2015 09:25 PM, Konstantin Komissarchik wrote:

I am getting a failure when pushing or pulling from Git this morning. Is anyone 
else seeing this?

org.eclipse.jgit.api.errors.TransportException: 
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git:
Session.connect: java.io.IOException: End of IO Stream Read

 at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)

 at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263)

 at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)

 at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242)

 at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)

 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)

 at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)

 at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)

 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Caused by: org.eclipse.jgit.errors.TransportException:
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO
Stream Read

 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)

 at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)

 at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)

 at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)

 at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)

 at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)

 at 
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)

 at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)

 ... 8 more

Caused by: com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: 
End of IO Stream Read

 at com.jcraft.jsch.Session.connect(Session.java:558)

 at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)

 ... 15 more



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git outage?

2015-09-29 Thread Daniel Megert
I have the same issue since today and reported it to the webmaster. I 
suspect a change in their config, however, they say there was no change.

What I see is that it works if I use a current Mars.1 maintenance build or 
a current Neon build. When I use Mars (4.5) it fails. I definitely think 
that something changed on the server(s), e.g. some protocols got disabled 
or some other ssh related changes.

To me it looks like currently everyone who uses Mars (4.5) can't use EGit 
with ssh.

Dani



From:   Konstantin Komissarchik 
To: "cross-project-issues-dev@eclipse.org" 

Date:   29.09.2015 21:26
Subject:[cross-project-issues-dev] Git outage?
Sent by:cross-project-issues-dev-boun...@eclipse.org



I am getting a failure when pushing or pulling from Git this morning. Is 
anyone else seeing this?
 
org.eclipse.jgit.api.errors.TransportException: 
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read
at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at 
org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263)
at 
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242)
at 
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
at 
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
at 
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at 
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.jgit.errors.TransportException: 
ssh://kkomissarc...@git.eclipse.org/gitroot/sapphire/org.eclipse.sapphire.git: 
Session.connect: java.io.IOException: End of IO Stream Read
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
at 
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)
at 
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262)
at 
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
at 
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
at 
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at 
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
at 
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect: 
java.io.IOException: End of IO Stream Read
at com.jcraft.jsch.Session.connect(Session.java:558)
at 
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
... 15 more
 
 
 ___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git repo browser broken?

2015-08-19 Thread Matthias Sohn
cgit is still broken for me, when clicking any of the [2] [3] ... links at
the bottom of the index page
http://git.eclipse.org/c/ cgit shows a static page instead of the
corresponding repository listings

-Matthias

On Wed, Aug 19, 2015 at 12:50 PM, Daniel Megert daniel_meg...@ch.ibm.com
wrote:

 Probably caused by
 *Bug 453438* https://bugs.eclipse.org/453438: cGit cache problematic

 Dani



 From:Wim Jongman wim.jong...@gmail.com
 To:Cross project issues cross-project-issues-dev@eclipse.org
 Date:19.08.2015 10:56
 Subject:Re: [cross-project-issues-dev] Git repo browser broken?
 Sent by:cross-project-issues-dev-boun...@eclipse.org
 --




  Well, I say worse since it contains the words injected by ... that
 always makes me nervous.

 At least they are frank about it :).

 Just checked again and all seems back to normal.


 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 To change your delivery options, retrieve your password, or unsubscribe
 from this list, visit
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 To change your delivery options, retrieve your password, or unsubscribe
 from this list, visit
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git repo browser broken?

2015-08-19 Thread Daniel Megert
Probably caused by 

Bug 453438: cGit cache problematic


Dani



From:   Wim Jongman wim.jong...@gmail.com
To: Cross project issues cross-project-issues-dev@eclipse.org
Date:   19.08.2015 10:56
Subject:Re: [cross-project-issues-dev] Git repo browser broken?
Sent by:cross-project-issues-dev-boun...@eclipse.org




 Well, I say worse since it contains the words injected by ... that 
always makes me nervous.

At least they are frank about it :). 

Just checked again and all seems back to normal.


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git repo browser broken?

2015-08-19 Thread Wim Jongman
 Well, I say worse since it contains the words injected by ... that
always makes me nervous.

At least they are frank about it :).

Just checked again and all seems back to normal.
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git repo browser broken?

2015-08-18 Thread David M Williams
I can confirm .. the web page says no repositories found, but, worse, 
the URL address says 

http://git.eclipse.org/c/%20SomeCustomInjectedHeader:injected_by_wvs/org.eclipse.cdt.old.git/diff/old2/cdt-home/developer/featurespec/2.0/contentassist.html/bpmn2-modeler/org.eclipse.bpmn2-modeler.git/cbi/org.eclipse.cbi.maven.plugins.git/babel/server.git/aether/aether-demo.git/concierge/org.eclipse.concierge.git/dash/org.eclipse.dash.dashboard.git/cdt/org.eclipse.cdt.edc.git/?ofs=300

Well, I say worse since it contains the words injected by ... that 
always makes me nervous. 




From:   Wim Jongman wim.jong...@gmail.com
To: Cross project issues cross-project-issues-dev@eclipse.org, 
Date:   08/18/2015 05:56 PM
Subject:[cross-project-issues-dev] Git repo browser broken?
Sent by:cross-project-issues-dev-boun...@eclipse.org



Hi,

I try to search and flip to the next page on the online git browser but it 
does not work for me [1].

[1] http://git.eclipse.org/c/

Regards,

Wim___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git ConnectException

2014-07-08 Thread Thanh Ha

On 08/07/14 09:51 AM, Christian Campo wrote:
Is it just me who cannot push or fetch from the Eclipse Git repos 
using SSH ?


I can also NOT ssh to git.eclipse.org build.eclipse.org...



Seems to be working fine for me.

Perhaps your IP is blocked, did you respond to the 1st connect email we 
send out when you SSH from a new IP?



Thanh
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git ConnectException

2014-07-08 Thread Christian Campo
In the meantime I tried from my home computer and that works ok.

We didnt receive any email. Not aware that the IP has changed recently but ist 
quite possible given that we use a regular DSL connection.

However no email received.

I have contacted the webmaster for help

christian

Von: Thanh Ha thanh...@eclipse.orgmailto:thanh...@eclipse.org
Antworten an: Cross issues 
cross-project-issues-dev@eclipse.orgmailto:cross-project-issues-dev@eclipse.org
Datum: Dienstag, 8. Juli 2014 15:57
An: Cross issues 
cross-project-issues-dev@eclipse.orgmailto:cross-project-issues-dev@eclipse.org
Betreff: Re: [cross-project-issues-dev] git ConnectException

On 08/07/14 09:51 AM, Christian Campo wrote:
Is it just me who cannot push or fetch from the Eclipse Git repos using SSH ?

I can also NOT ssh to git.eclipse.org build.eclipse.org...


Seems to be working fine for me.

Perhaps your IP is blocked, did you respond to the 1st connect email we send 
out when you SSH from a new IP?


Thanh
-
compeople AG
Untermainanlage 8
60329 Frankfurt/Main
fon: +49 (0) 69 / 27 22 18 0
fax: +49 (0) 69 / 27 22 18 22
web: www.compeople.de

Vorstand: Jürgen Wiesmaier
Aufsichtsratsvorsitzender: Christian Glanz

Sitz der Gesellschaft: Frankfurt/Main
Handelsregister Frankfurt HRB 56759
USt-IdNr. DE207665352
-
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git exception in Hudson

2013-03-06 Thread Sievers, Jan
I wonder  if recent network problems on the hudson slaves have anything to do 
with
http://eclipsewebmaster.blogspot.de/2013/02/cisco-css-load-balancing-from-inside-too.html
 

Jan

From: cross-project-issues-dev-boun...@eclipse.org 
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Justin Early
Sent: Mittwoch, 6. März 2013 04:40
To: Cross project issues
Subject: Re: [cross-project-issues-dev] Git exception in Hudson

Hi Henry,

I am also seeing a similar error but issues with update

Command git submodule update returned status code 1: git.eclipse.org[0: 
172.30.3.5]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

I have my build configured to pull from 
git://git.eclipse.org/gitroot/vjet/org.eclipse.vjet.all tonight it no longer is 
able to pull


I tried using different paths as mentioned on this page [1] ... /gitroot such 
as :


file:///gitroot/vjet/org.eclipse.vjet.all.git

this works / clone / update happens but for submodules they are still 
referenced using git://git.eclipse.org way so my recursive clone fails.

Justin

[1] 
http://wiki.eclipse.org/IT_Infrastructure_Doc#Access.2Fuse_the_Eclipse_Build_Server.3F


On Mar 5, 2013, at 9:53 AM, Henrik h...@protos.de wrote:


Hi,

when I trigger a build manually I obtain
Started by user hrentzreich
Building remotely on hudson-slave4
Cleaning the workspace because project is configured to clean the workspace 
before each build.
Checkout:mdt-etrice-nightly / 
/opt/users/hudsonbuild/workspace/mdt-etrice-nightly - 
hudson.remoting.Channel@d4a9b08:hudson-slave4
Using strategy: Default
Last Built Revision: Revision 0cfb582b70f84448b8551bdea4e432e27a71bafb 
(origin/master)
Checkout:etrice_local_repo / 
/opt/users/hudsonbuild/workspace/mdt-etrice-nightly/etrice_local_repo - 
hudson.remoting.LocalChannel@768afd65
Cloning the remote Git repository
Cloning repository origin
ERROR: Error cloning remote repo 'origin' : Could not clone 
http://git.eclipse.org/gitroot/etrice/org.eclipse.etrice.git
ERROR: Cause: Exception caught during execution of fetch command
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:913)
at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:845)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:283)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
(https://hudson.eclipse.org/hudson/job/mdt-etrice-nightly/lastBuild/console)

Is anybody else experiencing this?

Thanks,
Henrik
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git exception in Hudson

2013-03-05 Thread Justin Early
Hi Henry,

I am also seeing a similar error but issues with update

Command git submodule update returned status code 1: git.eclipse.org[0: 
172.30.3.5]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

I have my build configured to pull from 
git://git.eclipse.org/gitroot/vjet/org.eclipse.vjet.all tonight it no longer is 
able to pull

I tried using different paths as mentioned on this page [1] ...  /gitroot such 
as :

file:///gitroot/vjet/org.eclipse.vjet.all.git

this works / clone / update happens but for submodules they are still 
referenced using git://git.eclipse.org way so my recursive clone fails.

Justin

[1] 
http://wiki.eclipse.org/IT_Infrastructure_Doc#Access.2Fuse_the_Eclipse_Build_Server.3F


On Mar 5, 2013, at 9:53 AM, Henrik h...@protos.de wrote:

 Hi,
 
 when I trigger a build manually I obtain
  Started by user hrentzreich
 Building remotely on hudson-slave4
 Cleaning the workspace because project is configured to clean the workspace 
 before each build.
 Checkout:mdt-etrice-nightly / 
 /opt/users/hudsonbuild/workspace/mdt-etrice-nightly - 
 hudson.remoting.Channel@d4a9b08:hudson-slave4
 Using strategy: Default
 Last Built Revision: Revision 0cfb582b70f84448b8551bdea4e432e27a71bafb 
 (origin/master)
 Checkout:etrice_local_repo / 
 /opt/users/hudsonbuild/workspace/mdt-etrice-nightly/etrice_local_repo - 
 hudson.remoting.LocalChannel@768afd65
 Cloning the remote Git repository
 Cloning repository origin
 ERROR: Error cloning remote repo 'origin' : Could not clone 
 http://git.eclipse.org/gitroot/etrice/org.eclipse.etrice.git
 ERROR: Cause: Exception caught during execution of fetch command
 Trying next repository
 ERROR: Could not clone repository
 FATAL: Could not clone
 hudson.plugins.git.GitException: Could not clone
   at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:913)
   at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:845)
   at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
   at hudson.remoting.UserRequest.perform(UserRequest.java:114)
   at hudson.remoting.UserRequest.perform(UserRequest.java:48)
   at hudson.remoting.Request$2.run(Request.java:283)
   at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)
 (https://hudson.eclipse.org/hudson/job/mdt-etrice-nightly/lastBuild/console)
 
 Is anybody else experiencing this?
 
 Thanks,
 Henrik
 
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git ssh? Re: Status and outlook for M7

2012-05-09 Thread Miles Parker

Thanks Adolfo, and yes, I've just noticed that my entire eclipse ssh access is 
completely down, period. I think it might have been one too many git automated 
bad login. I've put a bug in for Matt and Dennis to take a look. I can't help 
thinking that there is a powerful force in the space-time continuum that just 
doesn't want amp in the Juno release.

On 2012-05-09, at 2:24 PM, Adolfo Sanchez Barbudo wrote:

 Hello Miles,
 
 Perhaps your IP has been banned in somehow.
 
 I''ve got a similar problem last week -  
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=378451 
 
 Send an email to Dennis with your IP address so that he can verify it's not 
 banned.
 
 Cheers,
 Adolfo.
 
 2012/5/9 Miles Parker miles.par...@tasktop.com
 
 Meanwhile, I can't seem to ssh to the amp repos to make a four character 
 change. Sigh.. Has anyone run into an issue? I can get there with git and 
 http, just not with ssh, where I get a timeout. (I haven't tried to push in 
 the last few months so perhaps something changed on the servers -- the URI 
 I'm using is using the exact same format as my other repos which work fine.)
 
 On 2012-05-09, at 2:04 PM, Doug Schaefer wrote:
 
 I take that back. We have a fix that will allow the community to test the 
 CDT with the Windows gcc compilers. I need to do a new build and submit it. 
 Looks like that'll take an hour or so.
 
 Sorry,
 Doug.
 
 From: Doug Schaefer dschae...@qnx.com
 Reply-To: Cross project issues cross-project-issues-dev@eclipse.org
 Date: Wednesday, 9 May, 2012 3:58 PM
 To: Cross project issues cross-project-issues-dev@eclipse.org
 Subject: Re: [cross-project-issues-dev] Status and outlook for M7
 
 BTW, CDT is good to go. The next time the aggregator runs it'll pick up our 
 new build.
 
 Cheers,
 Doug.
 
 From: Doug Schaefer dschae...@qnx.com
 Reply-To: Cross project issues cross-project-issues-dev@eclipse.org
 Date: Wednesday, 9 May, 2012 12:13 PM
 To: Cross project issues cross-project-issues-dev@eclipse.org
 Subject: Re: [cross-project-issues-dev] Status and outlook for M7
 
 CDT is scrambling to fix some major issues. We may ask for more time. 
 Hopefully not.
 
 Thanks,
 Doug
 
 From: David M Williams david_willi...@us.ibm.com
 Reply-To: Cross project issues cross-project-issues-dev@eclipse.org
 Date: Wednesday, 9 May, 2012 12:11 PM
 To: Cross project issues cross-project-issues-dev@eclipse.org
 Subject: Re: [cross-project-issues-dev] Status and outlook for M7
 
 Reminder ... it is +3 day! 5 PM this evening (Eastern) will be cut-off 
 unless someone asks for a few extra hours. 
 
 I removed the emf compare feature from modeling category, since it was cause 
 build to fail. If there is some other one that's supposed to be there, 
 please add it back. 
 
 The following still have disabled repositories or features: 
 
 amp.b3aggrcon
 equinox.b3aggrcon
 jetty.b3aggrcon
 mft.b3aggrcon
 riena.b3aggrcon
 virgo.b3aggrcon
 
 Any word? 
 
 I can speak to the equinox one. See bug 378735[1]. It is related to the 
 org.eclipse.rcp.sdk.id product.  I _think_ I can add it back for RC1. But 
 is anyone using it? Can anyone document a use case? It has not been 
 working/available for all of Juno, so far, and no one has really complained, 
 and no one seems to have a clear id of if or why its needed. 
 So, I know it'd be short notice to remove it ... but ... would also 
 appreciate someone clearly saying why its needed. 
 
 [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=378735
 
 
 graycol.gifDavid M Williams---05/09/2012 10:45:14 AM---Thanks for 
 replying. But, I'm a little confused, as the be current aggregation builds 
 are failing ou
 
 From: David M Williams/Raleigh/IBM@IBMUS
 To: laurent.gou...@obeo.fr, Cross project issues 
 cross-project-issues-dev@eclipse.org, 
 Date: 05/09/2012 10:45 AM
 Subject: Re: [cross-project-issues-dev] Status and outlook for M7
 Sent by: cross-project-issues-dev-boun...@eclipse.org
 
 
 
 Thanks for replying. But, I'm a little confused, as the be current 
 aggregation builds are failing out-of-the-gate saying there is a problem 
 with the model, at the emf.compare in the modeling category does not refer 
 to the right one. And, apparently comes from several sources? (at least in 
 past?) so ... is there supposed to be _any_ emf.compare in Juno? Or is it 
 completely gone? If the later, I'll just remove it from the category. If the 
 the former ... I'll have to hunt around for which is the right one and use 
 it (so, hoping someone knows off the top of their head). 
 
 FYI, this can be seen by using the b3 aggregator editor, selecting the top 
 level aggregation note, and then running the validate command from 
 context menu. (Not even validate aggregation, just validate which just 
 validates the XML and EMF model). 
 
 Thanks, 
 
 
 Laurent Goubet ---05/09/2012 09:02:33 AM---Hi, Sorry about the delay before 
 replying, May has a lot of holidays here :).
 
 From: Laurent Goubet laurent.gou...@obeo.fr
 To: Cross project issues 

Re: [cross-project-issues-dev] git ssh? Re: Status and outlook for M7

2012-05-09 Thread Denis Roy

A bug is the right thing to do.  You should be unblocked and all set.

Denis

On 05/09/2012 05:35 PM, Miles Parker wrote:


Thanks Adolfo, and yes, I've just noticed that my entire eclipse ssh 
access is completely down, period. I think it might have been one too 
many git automated bad login. I've put a bug in for Matt and Dennis to 
take a look. I can't help thinking that there is a powerful force in 
the space-time continuum that just doesn't want amp in the Juno release.


On 2012-05-09, at 2:24 PM, Adolfo Sanchez Barbudo wrote:


Hello Miles,

Perhaps your IP has been banned in somehow.

I''ve got a similar problem last week - 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378451


Send an email to Dennis with your IP address so that he can verify 
it's not banned.


Cheers,
Adolfo.

2012/5/9 Miles Parker miles.par...@tasktop.com 
mailto:miles.par...@tasktop.com



Meanwhile, I can't seem to ssh to the amp repos to make a four
character change. Sigh.. Has anyone run into an issue? I can get
there with git and http, just not with ssh, where I get a
timeout. (I haven't tried to push in the last few months so
perhaps something changed on the servers -- the URI I'm using is
using the exact same format as my other repos which work fine.)

On 2012-05-09, at 2:04 PM, Doug Schaefer wrote:


I take that back. We have a fix that will allow the community to
test the CDT with the Windows gcc compilers. I need to do a new
build and submit it. Looks like that'll take an hour or so.

Sorry,
Doug.

From: Doug Schaefer dschae...@qnx.com mailto:dschae...@qnx.com
Reply-To: Cross project issues
cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Date: Wednesday, 9 May, 2012 3:58 PM
To: Cross project issues cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] Status and outlook for M7

BTW, CDT is good to go. The next time the aggregator runs it'll
pick up our new build.

Cheers,
Doug.

From: Doug Schaefer dschae...@qnx.com mailto:dschae...@qnx.com
Reply-To: Cross project issues
cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Date: Wednesday, 9 May, 2012 12:13 PM
To: Cross project issues cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] Status and outlook for M7

CDT is scrambling to fix some major issues. We may ask for more
time. Hopefully not.

Thanks,
Doug

From: David M Williams david_willi...@us.ibm.com
mailto:david_willi...@us.ibm.com
Reply-To: Cross project issues
cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Date: Wednesday, 9 May, 2012 12:11 PM
To: Cross project issues cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] Status and outlook for M7

Reminder ... it is +3 day! 5 PM this evening (Eastern) will be
cut-off unless someone asks for a few extra hours.

I removed the emf compare feature from modeling category, since
it was cause build to fail. If there is some other one that's
supposed to be there, please add it back.

The following still have disabled repositories or features:

amp.b3aggrcon
equinox.b3aggrcon
jetty.b3aggrcon
mft.b3aggrcon
riena.b3aggrcon
virgo.b3aggrcon

Any word?

I can speak to the equinox one. See bug 378735[1]. It is related
to the org.eclipse.rcp.sdk.id
http://org.eclipse.rcp.sdk.id/ product.  I _think_ I can add
it back for RC1. But is anyone using it? Can anyone document a
use case? It has not been working/available for all of Juno, so
far, and no one has really complained, and no one seems to have
a clear id of if or why its needed.
So, I know it'd be short notice to remove it ... but ... would
also appreciate someone clearly saying why its needed.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=378735


graycol.gifDavid M Williams---05/09/2012 10:45:14 AM---Thanks
for replying. But, I'm a little confused, as the be current
aggregation builds are failing ou

From: David M Williams/Raleigh/IBM@IBMUS
To: laurent.gou...@obeo.fr mailto:laurent.gou...@obeo.fr,
Cross project issues cross-project-issues-dev@eclipse.org
mailto:cross-project-issues-dev@eclipse.org,
Date: 05/09/2012 10:45 AM
Subject: Re: [cross-project-issues-dev] Status and outlook for M7
Sent by: cross-project-issues-dev-boun...@eclipse.org
mailto:cross-project-issues-dev-boun...@eclipse.org





Thanks for replying. But, I'm a little confused, as the be
current aggregation builds are failing out-of-the-gate saying
there 

Re: [cross-project-issues-dev] git?

2012-01-18 Thread Jesse McConnell
And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reichert h...@protos.de wrote:
 same for
 http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

 -Henrik

 Am 18.01.2012 18:07, schrieb Stephan Herrmann:

 Hi,

 anyone seeing any git repositories currently?

 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not appear to
 be a git repository

 Still on the server the files are all there.

 best,
 Stephan
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Wayne Beaton


  
  
They seem fine to me. Is everybody else back in business?

Wayne

On 01/18/2012 12:11 PM, Jesse McConnell wrote:

  And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reichert h...@protos.de wrote:

  
same for
http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

-Henrik

Am 18.01.2012 18:07, schrieb Stephan Herrmann:

Hi,

anyone seeing any git repositories currently?

I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not appear to
be a git repository

Still on the server the files are all there.

best,
Stephan
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


  
  ___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




-- 
  Wayne Beaton
  The Eclipse Foundation
  Twitter: @waynebeaton
  
  

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Jesse McConnell
so far so good

--
jesse mcconnell
jesse.mcconn...@gmail.com


On Wed, Jan 18, 2012 at 12:04, Wayne Beaton wa...@eclipse.org wrote:

 **
 They seem fine to me. Is everybody else back in business?

 Wayne


 On 01/18/2012 12:11 PM, Jesse McConnell wrote:

 And jetty, I think its part of the SOPA blackout, eclipse must be
 participating, just forgot to put up the banners..

 jesse

 --
 jesse mcconnelljesse.mcconn...@gmail.com



 On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reichert h...@protos.de 
 h...@protos.de wrote:

  same forhttp://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

 -Henrik

 Am 18.01.2012 18:07, schrieb Stephan Herrmann:

 Hi,

 anyone seeing any git repositories currently?

 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not appear to
 be a git repository

 Still on the server the files are all there.

 best,
 Stephan
 ___
 cross-project-issues-dev mailing 
 listcross-project-issues-dev@eclipse.orghttps://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



 ___
 cross-project-issues-dev mailing 
 listcross-project-issues-dev@eclipse.orghttps://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

  ___
 cross-project-issues-dev mailing 
 listcross-project-issues-dev@eclipse.orghttps://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


 --
 Wayne Beaton
 The Eclipse Foundation
 Twitter: @waynebeaton
 [image: EclipseCon 2012] http://www.eclipsecon.org/2012[image: AGILEALM
 2012] http://www.eclipsecon.org/2012

 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


logo138x38.gif138x38.png___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Igor Fedorenko

git seems to be back, but download.eclipse.org is still down (both
became unavailable for me at about the same time).

Unable to connect to repository 
http://download.eclipse.org/releases/indigo/compositeContent.jar

Operation timed out

--
Regards,
Igor

On 12-01-18 1:04 PM, Wayne Beaton wrote:

They seem fine to me. Is everybody else back in business?

Wayne

On 01/18/2012 12:11 PM, Jesse McConnell wrote:

And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de  wrote:

same for
http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

-Henrik

Am 18.01.2012 18:07, schrieb Stephan Herrmann:

Hi,

anyone seeing any git repositories currently?

I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not appear to
be a git repository

Still on the server the files are all there.

best,
Stephan
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Wayne Beaton
The Eclipse Foundation
Twitter: @waynebeaton
EclipseCon 2012 http://www.eclipsecon.org/2012AGILEALM 2012
http://www.eclipsecon.org/2012


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Denis Roy
There's nothing wrong with download.eclipse.org...


http://www.downforeveryoneorjustme.com/download.eclipse.org



On 01/18/2012 01:08 PM, Igor Fedorenko wrote:
 git seems to be back, but download.eclipse.org is still down (both
 became unavailable for me at about the same time).

 Unable to connect to repository
 http://download.eclipse.org/releases/indigo/compositeContent.jar
 Operation timed out

 -- 
 Regards,
 Igor

 On 12-01-18 1:04 PM, Wayne Beaton wrote:
 They seem fine to me. Is everybody else back in business?

 Wayne

 On 01/18/2012 12:11 PM, Jesse McConnell wrote:
 And jetty, I think its part of the SOPA blackout, eclipse must be
 participating, just forgot to put up the banners..

 jesse

 -- 
 jesse mcconnell
 jesse.mcconn...@gmail.com



 On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de 
 wrote:
 same for
 http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

 -Henrik

 Am 18.01.2012 18:07, schrieb Stephan Herrmann:

 Hi,

 anyone seeing any git repositories currently?

 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
 appear to
 be a git repository

 Still on the server the files are all there.

 best,
 Stephan
 ___

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Jan Köhnlein
For the downloads same here: It's ok from the browser but hangs when accessed 
from eclipse.

Am 18.01.2012 um 19:08 schrieb Igor Fedorenko:

 git seems to be back, but download.eclipse.org is still down (both
 became unavailable for me at about the same time).
 
 Unable to connect to repository 
 http://download.eclipse.org/releases/indigo/compositeContent.jar
 Operation timed out
 
 --
 Regards,
 Igor
 
 On 12-01-18 1:04 PM, Wayne Beaton wrote:
 They seem fine to me. Is everybody else back in business?
 
 Wayne
 
 On 01/18/2012 12:11 PM, Jesse McConnell wrote:
 And jetty, I think its part of the SOPA blackout, eclipse must be
 participating, just forgot to put up the banners..
 
 jesse
 
 --
 jesse mcconnell
 jesse.mcconn...@gmail.com
 
 
 
 On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de  wrote:
 same for
 http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/
 
 -Henrik
 
 Am 18.01.2012 18:07, schrieb Stephan Herrmann:
 
 Hi,
 
 anyone seeing any git repositories currently?
 
 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not appear to
 be a git repository
 
 Still on the server the files are all there.
 
 best,
 Stephan
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 
 
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 
 
 --
 Wayne Beaton
 The Eclipse Foundation
 Twitter: @waynebeaton
 EclipseCon 2012 http://www.eclipsecon.org/2012AGILEALM 2012
 http://www.eclipsecon.org/2012
 
 
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Dr. Jan Köhnlein
Senior Software Architekt

Mobile: +49 (0) 151 / 17396687
Telefon: +49 (0) 431 / 99026870
Fax: +49 (0) 431 / 99026872

http://www.itemis.de
jan.koehnl...@itemis.de
https://www.xing.com/profile/Jan_Koehnlein

itemis AG
Niederlassung Kiel
Am Germaniahafen 1
24143 Kiel
http://www.itemis.de/

Rechtlicher Hinweis:

Amtsgericht Dortmund, HRB 20621

Vorstand: Jens Wagener (Vors.), Wolfgang Neuhaus, Dr. Georg Pietrek, Jens 
Trompeter, Sebastian Neus

Aufsichtsrat: Dr. Burkhard Igel (Vors.), Stephan Grollmann, Michael Neuhaus

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Igor Fedorenko

Denis,

download.eclipse.org front page maybe up, but I can't install anything
from indigo release repository. Get the same timout from two different
locations, one in Canada and one in the US.

--
Regards,
Igor

On 12-01-18 1:11 PM, Denis Roy wrote:

There's nothing wrong with download.eclipse.org...


http://www.downforeveryoneorjustme.com/download.eclipse.org



On 01/18/2012 01:08 PM, Igor Fedorenko wrote:

git seems to be back, but download.eclipse.org is still down (both
became unavailable for me at about the same time).

Unable to connect to repository
http://download.eclipse.org/releases/indigo/compositeContent.jar
Operation timed out

--
Regards,
Igor

On 12-01-18 1:04 PM, Wayne Beaton wrote:

They seem fine to me. Is everybody else back in business?

Wayne

On 01/18/2012 12:11 PM, Jesse McConnell wrote:

And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de
wrote:

same for
http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

-Henrik

Am 18.01.2012 18:07, schrieb Stephan Herrmann:

Hi,

anyone seeing any git repositories currently?

I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
appear to
be a git repository

Still on the server the files are all there.

best,
Stephan
___


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Denis Roy
Can anyone trace what it's actually trying to fetch?

On 01/18/2012 01:16 PM, Igor Fedorenko wrote:
 Denis,

 download.eclipse.org front page maybe up, but I can't install anything
 from indigo release repository. Get the same timout from two different
 locations, one in Canada and one in the US.

 -- 
 Regards,
 Igor

 On 12-01-18 1:11 PM, Denis Roy wrote:
 There's nothing wrong with download.eclipse.org...


 http://www.downforeveryoneorjustme.com/download.eclipse.org



 On 01/18/2012 01:08 PM, Igor Fedorenko wrote:
 git seems to be back, but download.eclipse.org is still down (both
 became unavailable for me at about the same time).

 Unable to connect to repository
 http://download.eclipse.org/releases/indigo/compositeContent.jar
 Operation timed out

 -- 
 Regards,
 Igor

 On 12-01-18 1:04 PM, Wayne Beaton wrote:
 They seem fine to me. Is everybody else back in business?

 Wayne

 On 01/18/2012 12:11 PM, Jesse McConnell wrote:
 And jetty, I think its part of the SOPA blackout, eclipse must be
 participating, just forgot to put up the banners..

 jesse

 -- 
 jesse mcconnell
 jesse.mcconn...@gmail.com



 On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de
 wrote:
 same for
 http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

 -Henrik

 Am 18.01.2012 18:07, schrieb Stephan Herrmann:

 Hi,

 anyone seeing any git repositories currently?

 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
 appear to
 be a git repository

 Still on the server the files are all there.

 best,
 Stephan
 ___

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Igor Fedorenko

http://download.eclipse.org/releases/indigo/compositeContent.jar


After closer look, looks like I am being redirected to a mirror. At 
least from my Canadian location



igor@desktop:/tmp$ wget 
http://download.eclipse.org/releases/indigo/compositeContent.jar
--2012-01-18 13:19:55-- 
http://download.eclipse.org/releases/indigo/compositeContent.jar

Resolving download.eclipse.org... 206.191.52.47
Connecting to download.eclipse.org|206.191.52.47|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar 
[following]
--2012-01-18 13:19:55-- 
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
Resolving www.gtlib.gatech.edu... 128.61.111.11, 128.61.111.10, 
128.61.111.9, ...

Connecting to www.gtlib.gatech.edu|128.61.111.11|:80...


--
Regards,
Igor

On 12-01-18 1:18 PM, Denis Roy wrote:

Can anyone trace what it's actually trying to fetch?

On 01/18/2012 01:16 PM, Igor Fedorenko wrote:

Denis,

download.eclipse.org front page maybe up, but I can't install anything
from indigo release repository. Get the same timout from two different
locations, one in Canada and one in the US.

--
Regards,
Igor

On 12-01-18 1:11 PM, Denis Roy wrote:

There's nothing wrong with download.eclipse.org...


http://www.downforeveryoneorjustme.com/download.eclipse.org



On 01/18/2012 01:08 PM, Igor Fedorenko wrote:

git seems to be back, but download.eclipse.org is still down (both
became unavailable for me at about the same time).

Unable to connect to repository
http://download.eclipse.org/releases/indigo/compositeContent.jar
Operation timed out

--
Regards,
Igor

On 12-01-18 1:04 PM, Wayne Beaton wrote:

They seem fine to me. Is everybody else back in business?

Wayne

On 01/18/2012 12:11 PM, Jesse McConnell wrote:

And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de
wrote:

same for
http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

-Henrik

Am 18.01.2012 18:07, schrieb Stephan Herrmann:

Hi,

anyone seeing any git repositories currently?

I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
appear to
be a git repository

Still on the server the files are all there.

best,
Stephan
___


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread David M Williams
This appears to be same issue described in bug 329923
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329923


$ wget http://download.eclipse.org/releases/indigo/compositeContent.jar
--2012-01-18 13:20:50--
http://download.eclipse.org/releases/indigo/compositeContent.jar
Resolving download.eclipse.org... 206.191.52.47
Connecting to download.eclipse.org|206.191.52.47|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
 [following]
--2012-01-18 13:20:51--
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
Resolving www.gtlib.gatech.edu... 128.61.111.10, 128.61.111.11,
128.61.111.9, ...
Connecting to www.gtlib.gatech.edu|128.61.111.10|:80... failed: Connection
timed out.
Connecting to www.gtlib.gatech.edu|128.61.111.11|:80... failed: Connection
timed out.
Connecting to www.gtlib.gatech.edu|128.61.111.9|:80...




From:   Denis Roy denis@eclipse.org
To: cross-project-issues-dev@eclipse.org,
Date:   01/18/2012 01:19 PM
Subject:Re: [cross-project-issues-dev] git?
Sent by:cross-project-issues-dev-boun...@eclipse.org



Can anyone trace what it's actually trying to fetch?

On 01/18/2012 01:16 PM, Igor Fedorenko wrote:
 Denis,

 download.eclipse.org front page maybe up, but I can't install anything
 from indigo release repository. Get the same timout from two different
 locations, one in Canada and one in the US.

 --
 Regards,
 Igor

 On 12-01-18 1:11 PM, Denis Roy wrote:
 There's nothing wrong with download.eclipse.org...


 http://www.downforeveryoneorjustme.com/download.eclipse.org



 On 01/18/2012 01:08 PM, Igor Fedorenko wrote:
 git seems to be back, but download.eclipse.org is still down (both
 became unavailable for me at about the same time).

 Unable to connect to repository
 http://download.eclipse.org/releases/indigo/compositeContent.jar
 Operation timed out

 --
 Regards,
 Igor

 On 12-01-18 1:04 PM, Wayne Beaton wrote:
 They seem fine to me. Is everybody else back in business?

 Wayne

 On 01/18/2012 12:11 PM, Jesse McConnell wrote:
 And jetty, I think its part of the SOPA blackout, eclipse must be
 participating, just forgot to put up the banners..

 jesse

 --
 jesse mcconnell
 jesse.mcconn...@gmail.com



 On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de
 wrote:
 same for
 http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

 -Henrik

 Am 18.01.2012 18:07, schrieb Stephan Herrmann:

 Hi,

 anyone seeing any git repositories currently?

 I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
 appear to
 be a git repository

 Still on the server the files are all there.

 best,
 Stephan
 ___

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git?

2012-01-18 Thread Denis Roy

  
  
Hmmm, looks like Georgia Tech isn't responding. I've redirected
these to OSU OSL instead. Does it work now?

On 01/18/2012 01:22 PM, Igor Fedorenko wrote:
http://download.eclipse.org/releases/indigo/compositeContent.jar
  
  
  
  After closer look, looks like I am being redirected to a mirror.
  At least from my Canadian location
  
  
  
  igor@desktop:/tmp$ wget
  http://download.eclipse.org/releases/indigo/compositeContent.jar
  
  --2012-01-18 13:19:55--
  http://download.eclipse.org/releases/indigo/compositeContent.jar
  
  Resolving download.eclipse.org... 206.191.52.47
  
  Connecting to download.eclipse.org|206.191.52.47|:80... connected.
  
  HTTP request sent, awaiting response... 302 Found
  
  Location:
  http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
  [following]
  
  --2012-01-18 13:19:55--
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
  Resolving www.gtlib.gatech.edu... 128.61.111.11, 128.61.111.10,
  128.61.111.9, ...
  
  Connecting to www.gtlib.gatech.edu|128.61.111.11|:80...
  
  
  
  --
  
  Regards,
  
  Igor
  
  
  On 12-01-18 1:18 PM, Denis Roy wrote:
  
  Can anyone trace what it's actually trying
to fetch?


On 01/18/2012 01:16 PM, Igor Fedorenko wrote:

Denis,
  
  
  download.eclipse.org front page maybe up, but I can't install
  anything
  
  from indigo release repository. Get the same timout from two
  different
  
  locations, one in Canada and one in the US.
  
  
  --
  
  Regards,
  
  Igor
  
  
  On 12-01-18 1:11 PM, Denis Roy wrote:
  
  There's nothing wrong with
download.eclipse.org...



http://www.downforeveryoneorjustme.com/download.eclipse.org




On 01/18/2012 01:08 PM, Igor Fedorenko wrote:

git seems to be back, but
  download.eclipse.org is still down (both
  
  became unavailable for me at about the same time).
  
  
  Unable to connect to repository
  
http://download.eclipse.org/releases/indigo/compositeContent.jar
  
  Operation timed out
  
  
  --
  
  Regards,
  
  Igor
  
  
  On 12-01-18 1:04 PM, Wayne Beaton wrote:
  
  They seem fine to me. Is everybody
else back in business?


Wayne


On 01/18/2012 12:11 PM, Jesse McConnell wrote:

And jetty, I think its part of
  the SOPA blackout, eclipse must be
  
  participating, just forgot to put up the banners..
  
  
  jesse
  
  
  --
  
  jesse mcconnell
  
  jesse.mcconn...@gmail.com
  
  
  
  
  On Wed, Jan 18, 2012 at 11:09, Henrik
  Rentz-Reicherth...@protos.de
  
  wrote:
  
  same for

http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/


-Henrik


Am 18.01.2012 18:07, schrieb Stephan Herrmann:


Hi,


anyone seeing any git repositories currently?


I see EGit answering
'/gitroot/jdt/eclipse.jdt.core.git' does not

appear to

be a git repository


Still on the server the files are all there.


best,

Stephan

___

  

  

  


___
 

Re: [cross-project-issues-dev] git?

2012-01-18 Thread Igor Fedorenko

Works for me now. Thank you for the quick fix.

--
Regards,
Igor

On 12-01-18 1:29 PM, Denis Roy wrote:

Hmmm, looks like Georgia Tech isn't responding. I've redirected these to
OSU OSL instead. Does it work now?

On 01/18/2012 01:22 PM, Igor Fedorenko wrote:

http://download.eclipse.org/releases/indigo/compositeContent.jar


After closer look, looks like I am being redirected to a mirror. At
least from my Canadian location


igor@desktop:/tmp$ wget
http://download.eclipse.org/releases/indigo/compositeContent.jar
--2012-01-18 13:19:55--
http://download.eclipse.org/releases/indigo/compositeContent.jar
Resolving download.eclipse.org... 206.191.52.47
Connecting to download.eclipse.org|206.191.52.47|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
[following]
--2012-01-18 13:19:55--
http://www.gtlib.gatech.edu/pub/eclipse/releases/indigo/compositeContent.jar
Resolving www.gtlib.gatech.edu... 128.61.111.11, 128.61.111.10,
128.61.111.9, ...
Connecting to www.gtlib.gatech.edu|128.61.111.11|:80...


--
Regards,
Igor

On 12-01-18 1:18 PM, Denis Roy wrote:

Can anyone trace what it's actually trying to fetch?

On 01/18/2012 01:16 PM, Igor Fedorenko wrote:

Denis,

download.eclipse.org front page maybe up, but I can't install anything
from indigo release repository. Get the same timout from two different
locations, one in Canada and one in the US.

--
Regards,
Igor

On 12-01-18 1:11 PM, Denis Roy wrote:

There's nothing wrong with download.eclipse.org...


http://www.downforeveryoneorjustme.com/download.eclipse.org



On 01/18/2012 01:08 PM, Igor Fedorenko wrote:

git seems to be back, but download.eclipse.org is still down (both
became unavailable for me at about the same time).

Unable to connect to repository
http://download.eclipse.org/releases/indigo/compositeContent.jar
Operation timed out

--
Regards,
Igor

On 12-01-18 1:04 PM, Wayne Beaton wrote:

They seem fine to me. Is everybody else back in business?

Wayne

On 01/18/2012 12:11 PM, Jesse McConnell wrote:

And jetty, I think its part of the SOPA blackout, eclipse must be
participating, just forgot to put up the banners..

jesse

--
jesse mcconnell
jesse.mcconn...@gmail.com



On Wed, Jan 18, 2012 at 11:09, Henrik Rentz-Reicherth...@protos.de
wrote:

same for
http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/

-Henrik

Am 18.01.2012 18:07, schrieb Stephan Herrmann:

Hi,

anyone seeing any git repositories currently?

I see EGit answering '/gitroot/jdt/eclipse.jdt.core.git' does not
appear to
be a git repository

Still on the server the files are all there.

best,
Stephan
___


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
*Denis Roy*
Director, IT Services
Eclipse Foundation, Inc. -- http://www.eclipse.org/
Office: 613.224.9461 x224 (Eastern time)
denis@eclipse.org

EclipseCon 2012 http://www.eclipsecon.org/2012


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev