Re: [cross-project-issues-dev] Connection timed out issues accessing eclipse.org

2014-05-23 Thread Denis Roy
Can you email me (webmas...@eclipse.org) your public-facing IP address?  
That would be helpful.


Denis


On 05/23/2014 03:36 PM, Konstantin Komissarchik wrote:


The timeouts are still happening today. I don't recall ever seeing 
them before, even when the build is run on a busy downloads day. There 
is something squirrely going on that would be worth a detailed look in 
the server logs.


In the meantime, I was able to work around the timeouts in the build 
script by using a retry loop. Here is the ant code if anyone is 
interested.




  













src="http://www.eclipse.org/downloads/sums.php?file=@{file}&type=md5"; 
dest="${downloads}/content-checksum.txt"/>














 





*From:*cross-project-issues-dev-boun...@eclipse.org 
[mailto:cross-project-issues-dev-boun...@eclipse.org] *On Behalf Of 
*Markus Knauer

*Sent:* Friday, May 23, 2014 3:21 AM
*To:* Cross project issues
*Subject:* Re: [cross-project-issues-dev] Connection timed out issues 
accessing eclipse.org


If I think something is slower than it should be I'm always looking at 
this status page:


https://dev.eclipse.org/committers/help/status.php

It gives you a good overview of what's going on. Today I'd say that we 
saturated large parts of the available bandwidth with Luna RC1 that 
needs to be distributed to the Eclipse mirrors.


(Or another even more blind guess... maybe you are trying to clone via 
http, and maybe this has a lower priority in some firewall rules than 
ssh? Just another thought that comes to my mind.)


Regards,
Markus



On Fri, May 23, 2014 at 12:11 PM, Ken Lee > wrote:


I'm also experiencing that cloning a Git repository from eclipse.org 
 is really slow. Does anybody else have the same 
problem?


*From:*cross-project-issues-dev-boun...@eclipse.org 
 
[mailto:cross-project-issues-dev-boun...@eclipse.org 
] *On Behalf Of 
*Konstantin Komissarchik

*Sent:* Donnerstag, 22. Mai 2014 23:17
*To:* 'Cross project issues'
*Subject:* Re: [cross-project-issues-dev] Connection timed out issues 
accessing eclipse.org 


Here is an example of the errors that I've been seeing throughout the day.

  [get] Getting: 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org.ecli


pse.platform.source-3.8.zip&type=md5

  [get] To: D:\Eclipse\Sapphire\downloads\content-checksum.txt

  [get] Error getting 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org


.eclipse.platform.source-3.8.zip&type=md5 to 
D:\Eclipse\Sapphire\downloads\content-checksum.txt


BUILD FAILED

d:\Eclipse\Sapphire\8.0.x\build.xml:420: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:956: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:427: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:859: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:843: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:1334: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:941: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:893: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:901: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:1250: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:1038: The following error occurred 
while executing this line:


d:\Eclipse\Sapphire\8.0.x\build.xml:1050: java.net.ConnectException: 
Connection timed out: connect


at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)


at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

at java.net.Socket.connect(Socket.java:529)

at java.net.Socket.connect(Socket.java:478)

at sun.net.NetworkClient.doConnect(NetworkClient.java:163)

at sun.net.www.http.HttpClient.openServer(HttpClient.java:411)

at sun.net.www.http.HttpClient.openServer(HttpClient.java:525)

at sun.net.www.http.HttpClient.(HttpClient.java:208)

at sun.net.www.http.HttpClient.New(HttpClient.java:291)

at sun.net.www.http.HttpClient.New(HttpClient.java:310)

at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:987)


at 
sun.net.www.protocol.ht

Re: [cross-project-issues-dev] Connection timed out issues accessing eclipse.org

2014-05-23 Thread Konstantin Komissarchik
The timeouts are still happening today. I don’t recall ever seeing them before, 
even when the build is run on a busy downloads day. There is something 
squirrely going on that would be worth a detailed look in the server logs.

 

In the meantime, I was able to work around the timeouts in the build script by 
using a retry loop. Here is the ant code if anyone is interested.

 

  

  

  



  





  



  http://www.eclipse.org/downloads/sums.php?file=@{file}&type=md5"; 
dest="${downloads}/content-checksum.txt"/>





  



   



  



  

 

From: cross-project-issues-dev-boun...@eclipse.org 
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Markus Knauer
Sent: Friday, May 23, 2014 3:21 AM
To: Cross project issues
Subject: Re: [cross-project-issues-dev] Connection timed out issues accessing 
eclipse.org

 

If I think something is slower than it should be I'm always looking at this 
status page:

  https://dev.eclipse.org/committers/help/status.php

 

It gives you a good overview of what's going on. Today I'd say that we 
saturated large parts of the available bandwidth with Luna RC1 that needs to be 
distributed to the Eclipse mirrors.

(Or another even more blind guess... maybe you are trying to clone via http, 
and maybe this has a lower priority in some firewall rules than ssh? Just 
another thought that comes to my mind.)

Regards,
Markus





 

On Fri, May 23, 2014 at 12:11 PM, Ken Lee  wrote:

I’m also experiencing that cloning a Git repository from eclipse.org is really 
slow. Does anybody else have the same problem?

From: cross-project-issues-dev-boun...@eclipse.org 
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Konstantin 
Komissarchik
Sent: Donnerstag, 22. Mai 2014 23:17
To: 'Cross project issues'
Subject: Re: [cross-project-issues-dev] Connection timed out issues accessing 
eclipse.org

 

Here is an example of the errors that I’ve been seeing throughout the day.

 

  [get] Getting: 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org.ecli

pse.platform.source-3.8.zip&type=md5

  [get] To: D:\Eclipse\Sapphire\downloads\content-checksum.txt

  [get] Error getting 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org

.eclipse.platform.source-3.8.zip&type=md5 to 
D:\Eclipse\Sapphire\downloads\content-checksum.txt

 

BUILD FAILED

d:\Eclipse\Sapphire\8.0.x\build.xml:420: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:956: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:427: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:859: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:843: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:1334: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:941: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:893: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:901: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:1250: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:1038: The following error occurred while 
executing this line:

d:\Eclipse\Sapphire\8.0.x\build.xml:1050: java.net.ConnectException: Connection 
timed out: connect

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

at java.net.Socket.connect(Socket.java:529)

at java.net.Socket.connect(Socket.java:478)

at sun.net.NetworkClient.doConnect(NetworkClient.java:163)

at sun.net.www.http.HttpClient.openServer(HttpClient.java:411)

at sun.net.www.http.HttpClient.openServer(HttpClient.java:525)

at sun.net.www.http.HttpClient.(HttpClient.java:208)

at sun.net.www.http.HttpClient.New(HttpClient.java:291)

at sun.net.www.http.HttpClient.New(HttpClient.java:310)

at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpU

Re: [cross-project-issues-dev] IP Logs for Luna are due tomorrow

2014-05-23 Thread Wayne Beaton

I've moved the "Committer Commands" into the left nav. The tray is gone.

I'll chalk it up as a failed experiment.

All: please continue to raise bugs against Community/Project Management 
& Portal as you find issues with the PMI.


Wayne


On 05/23/2014 08:26 AM, Greg Watson wrote:
The "Parallel Tools Platform (PTP) Committers" link does nothing when 
I click on it (in Safari).


Greg

On May 22, 2014, at 8:43 PM, Wayne Beaton wrote:

The IP Log generator is not itself part of the PMI (though I do have 
a new PMI-based implementation almost ready for deployment; more on 
that later).


At the bottom of your project's PMI page, if you are logged in as a 
project committer, you should see a tray with a " 
Committers" item. Click that. In that list, you'll see an option to 
open the IP Log generator. It will take you to the right place.


If your project's release includes subprojects (e.g. Eclipse or Web 
Tools), open the PMI record for the release and open the tray item to 
select the IP Log entry for the release (it will automatically open 
the IP Log generator including the subprojects participating in your 
release).


I hope this makes sense. I'm feeling a little dozy myself...

Wayne

On 05/22/2014 03:47 PM, Ed Willink wrote:

Hi

I must be dozy.

I thought the IP tool had moved from the portal to the PMI, but I 
can't find it in either location.


Regards

Ed Willink

On 22/05/2014 20:36, Wayne Beaton wrote:

Greetings folks.

Gentle reminder that IP Logs for Luna are due tomorrow.

If circumstances require an extension, please let me know ASAP.

Thanks,

Wayne
--
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation 


Learn about Eclipse Projects 
 


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


No virus found in this message.
Checked by AVG - www.avg.com 
Version: 2014.0.4592 / Virus Database: 3950/7542 - Release Date: 
05/22/14






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


--
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation 


Learn about Eclipse Projects 
 
___
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
Director of Open Source Projects, The Eclipse Foundation 


Learn about Eclipse Projects 
EclipseCon France 2014 
___
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] IP Logs for Luna are due tomorrow

2014-05-23 Thread Ed Willink

  
  
Hi Wayne

I'm sorry if my ribbing went too far. I was almost admiring the way
that a non-standard ergonomic could have such an unexpected effect.

    Regards

        Ed


On 23/05/2014 17:24, Wayne Beaton
  wrote:


  
  Given our limited resources, I feel that we've done a reasonably
  good job with it. If there are areas that we can improve, then I
  appreciate the bugs.
  
  Yes, it was my intention to make it low profile. Invisible? No.
  But my intent was that it was something extra for committers and
  didn't want to otherwise interrupt the general look of the page. I
  captured this in the documentation. Maybe that decision was wrong
  and I'm fully on board with trying to sort out a alternative
  solution.
  
  I'm disappointed in this tone. While I appreciate respectful and
  friendly ribbing, the tone here is just plain mean. Frankly Ed, I
  think that I've been very responsive to the issues that you've
  raised regarding the PMI and deserve a little more respect than
  this.
  
  Wayne
  
  On 05/23/2014 12:00 PM, Ed Willink
wrote:
  
  Hi



Wow! It was almost designed to be invisible. Very successful. 

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

(It's equally 'invisible' on many pages since its an attachment
to the lower edge of the browser frame.) 

    Regards 

    Ed Willink 

On 23/05/2014 07:45, Stephan Herrmann wrote: 
On 05/23/2014 08:15 AM, Ed Willink
  wrote: 
  On 23/05/2014 01:43, Wayne Beaton
wrote: 
 
  At the bottom of your project's PMI page, 

Which page is that? The main view, or one of the tabs such
Edit? For the Project or for the Release? 
  
  
  I, too, never saw it because it's well hidden in plain view: 
  for me (in FF) it doesn't look like part of the page. 
  In fact it occupies the area that FF uses as its statusline, 
  so when you hover over any link, the "tray" is hidden. 
  
  HTH, 
  Stephan 
  ___ 
  cross-project-issues-dev mailing list 
  cross-project-issues-dev@eclipse.org
  
  https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
  
  
  
  - 
  No virus found in this message. 
  Checked by AVG - www.avg.com
  
  Version: 2014.0.4592 / Virus Database: 3950/7542 - Release
  Date: 05/22/14 
  
  


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

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


  
  
  -- 
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation
Learn about Eclipse Projects

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

  
  
  
  No virus
found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4592 / Virus Database: 3950/7549 - Release Date:
05/23/14


  

___
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] IP Logs for Luna are due tomorrow

2014-05-23 Thread Wayne Beaton
Given our limited resources, I feel that we've done a reasonably good 
job with it. If there are areas that we can improve, then I appreciate 
the bugs.


Yes, it was my intention to make it low profile. Invisible? No. But my 
intent was that it was something extra for committers and didn't want to 
otherwise interrupt the general look of the page. I captured this in the 
documentation. Maybe that decision was wrong and I'm fully on board with 
trying to sort out a alternative solution.


I'm disappointed in this tone. While I appreciate respectful and 
friendly ribbing, the tone here is just plain mean. Frankly Ed, I think 
that I've been very responsive to the issues that you've raised 
regarding the PMI and deserve a little more respect than this.


Wayne

On 05/23/2014 12:00 PM, Ed Willink wrote:

Hi

Wow! It was almost designed to be invisible. Very successful.

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

(It's equally 'invisible' on many pages since its an attachment to the 
lower edge of the browser frame.)


Regards

Ed Willink

On 23/05/2014 07:45, Stephan Herrmann wrote:

On 05/23/2014 08:15 AM, Ed Willink wrote:

On 23/05/2014 01:43, Wayne Beaton wrote:


At the bottom of your project's PMI page,
Which page is that? The main view, or one of the tabs such Edit? For 
the Project or for the Release?


I, too, never saw it because it's well hidden in plain view:
for me (in FF) it doesn't look like part of the page.
In fact it occupies the area that FF uses as its statusline,
so when you hover over any link, the "tray" is hidden.

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


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4592 / Virus Database: 3950/7542 - Release Date: 
05/22/14





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



--
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation 


Learn about Eclipse Projects 
EclipseCon France 2014 
___
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] IP Logs for Luna are due tomorrow

2014-05-23 Thread Ed Willink

Hi

Wow! It was almost designed to be invisible. Very successful.

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

(It's equally 'invisible' on many pages since its an attachment to the 
lower edge of the browser frame.)


Regards

Ed Willink

On 23/05/2014 07:45, Stephan Herrmann wrote:

On 05/23/2014 08:15 AM, Ed Willink wrote:

On 23/05/2014 01:43, Wayne Beaton wrote:


At the bottom of your project's PMI page,
Which page is that? The main view, or one of the tabs such Edit? For 
the Project or for the Release?


I, too, never saw it because it's well hidden in plain view:
for me (in FF) it doesn't look like part of the page.
In fact it occupies the area that FF uses as its statusline,
so when you hover over any link, the "tray" is hidden.

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


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4592 / Virus Database: 3950/7542 - Release Date: 05/22/14




___
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] Update site content cannot be displayed in IE11

2014-05-23 Thread Stephan Eberle
+1 for Sphinx and EATOP

Stephan


2014-05-23 17:23 GMT+02:00 Igor Vinnykov :

> Hi Andreas,
>
> Thank you for the script, we've applied it.
>
> I cannot understand why this script isn't generated by Eclipse
> automatically
> when you create a build. There is the problem that the default update site
> includes invalid script, so every project should resolve this problem on
> their own way.
>
> Let's recommend to use this script as the standard output for the build
> process. Who else is interested?
>
> Best regards,
> Igor Vinnykov
> Subversive Team
>
>
> -Original Message-
> From: cross-project-issues-dev-boun...@eclipse.org
> [mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Andreas
> Sewe
> Sent: Thursday, May 22, 2014 1:01 PM
> To: cross-project-issues-dev@eclipse.org
> Subject: Re: [cross-project-issues-dev] Update site content cannot be
> displayed in IE11
>
> Hi,
>
> > I don't know if there is a recommended format, but my 2 cents are:
> >
> > From a release engineer's point of view, I'd rather generate the
> index.html
> > statically as part of the build than rely on runtime javascript.
>
> Bug 424691 may be of interest. At Code Recommenders, we use the solution
> presented there to include an index.php [1] in our update sites, which
> then does the content listing (download.eclipse.org allows PHP). So this
> solution falls somewhere between generating the list at build time and
> generating it in the user's browser using JavaScript.
>
> If there is a desire to establish a "recommended format", I think the
> CBI project should offer something akin to our repository-resources
> artifact which can be easily included in CBI (= Tycho) builds.
>
> Hope this helps.
>
> Andreas
>
> [1]
> <
> https://git.eclipse.org/c/recommenders/org.eclipse.recommenders.git/tree/re
> leng/repository-resources/resources/index.php.vm>
>
> --
> Codetrails UG (haftungsbeschränkt)
> The knowledge transfer company
>
> Robert-Bosch-Str. 7, 64293 Darmstadt
> Mobile: +49-170-811-3791
> http://www.codetrails.com/
>
> Managing Director: Dr. Marcel Bruch
> Handelsregister: Darmstadt HRB 91940
> ___
> 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] Update site content cannot be displayed in IE11

2014-05-23 Thread Igor Vinnykov
Hi Andreas,

Thank you for the script, we've applied it.

I cannot understand why this script isn't generated by Eclipse automatically
when you create a build. There is the problem that the default update site
includes invalid script, so every project should resolve this problem on
their own way.

Let's recommend to use this script as the standard output for the build
process. Who else is interested?

Best regards,
Igor Vinnykov
Subversive Team
 

-Original Message-
From: cross-project-issues-dev-boun...@eclipse.org
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Andreas
Sewe
Sent: Thursday, May 22, 2014 1:01 PM
To: cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] Update site content cannot be
displayed in IE11

Hi,

> I don't know if there is a recommended format, but my 2 cents are:
> 
> From a release engineer's point of view, I'd rather generate the
index.html
> statically as part of the build than rely on runtime javascript.

Bug 424691 may be of interest. At Code Recommenders, we use the solution
presented there to include an index.php [1] in our update sites, which
then does the content listing (download.eclipse.org allows PHP). So this
solution falls somewhere between generating the list at build time and
generating it in the user's browser using JavaScript.

If there is a desire to establish a "recommended format", I think the
CBI project should offer something akin to our repository-resources
artifact which can be easily included in CBI (= Tycho) builds.

Hope this helps.

Andreas

[1]


-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
___
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] Luna RC1 Simultaneous Release software site is available

2014-05-23 Thread David M Williams
Markus and I have "made visible" the Luna RC1 repository, at the built-in 
repository site of 

http://download.eclipse.org/releases/luna/

The EPP packages will be available a bit later today, after a few more 
votes come in from package maintainers, at the "pre-release location": 

http://www.eclipse.org/downloads/index-developer.php

Thanks everyone for making our first Luna Release Candidate available, and 
complete, and on-time. 

We encourage adopters (and users) to test this candidate well, especially 
checking for any serious regressions. 

Thanks to you all, 
___
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] IP Logs for Luna are due tomorrow

2014-05-23 Thread Greg Watson
The "Parallel Tools Platform (PTP) Committers" link does nothing when I click 
on it (in Safari).

Greg

On May 22, 2014, at 8:43 PM, Wayne Beaton wrote:

> The IP Log generator is not itself part of the PMI (though I do have a new 
> PMI-based implementation almost ready for deployment; more on that later).
> 
> At the bottom of your project's PMI page, if you are logged in as a project 
> committer, you should see a tray with a " Committers" item. Click 
> that. In that list, you'll see an option to open the IP Log generator. It 
> will take you to the right place.
> 
> If your project's release includes subprojects (e.g. Eclipse or Web Tools), 
> open the PMI record for the release and open the tray item to select the IP 
> Log entry for the release (it will automatically open the IP Log generator 
> including the subprojects participating in your release).
> 
> I hope this makes sense. I'm feeling a little dozy myself...
> 
> Wayne
> 
> On 05/22/2014 03:47 PM, Ed Willink wrote:
>> Hi
>> 
>> I must be dozy.
>> 
>> I thought the IP tool had moved from the portal to the PMI, but I can't find 
>> it in either location.
>> 
>> Regards
>> 
>> Ed Willink
>> 
>> On 22/05/2014 20:36, Wayne Beaton wrote:
>>> Greetings folks.
>>> 
>>> Gentle reminder that IP Logs for Luna are due tomorrow.
>>> 
>>> If circumstances require an extension, please let me know ASAP.
>>> 
>>> Thanks,
>>> 
>>> Wayne
>>> -- 
>>> Wayne Beaton
>>> Director of Open Source Projects, The Eclipse Foundation
>>> Learn about Eclipse Projects
>>> 
>>> 
>>> 
>>> ___
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@eclipse.org
>>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>>> 
>>> 
>>> No virus found in this message.
>>> Checked by AVG - www.avg.com
>>> Version: 2014.0.4592 / Virus Database: 3950/7542 - Release Date: 05/22/14
>>> 
>> 
>> 
>> 
>> ___
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@eclipse.org
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
> -- 
> Wayne Beaton
> Director of Open Source Projects, The Eclipse Foundation
> Learn about Eclipse Projects
> 
> ___
> 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] Connection timed out issues accessing eclipse.org

2014-05-23 Thread Markus Knauer
If I think something is slower than it should be I'm always looking at this
status page:

  https://dev.eclipse.org/committers/help/status.php

It gives you a good overview of what's going on. Today I'd say that we
saturated large parts of the available bandwidth with Luna RC1 that needs
to be distributed to the Eclipse mirrors.

(Or another even more blind guess... maybe you are trying to clone via
http, and maybe this has a lower priority in some firewall rules than ssh?
Just another thought that comes to my mind.)

Regards,
Markus




On Fri, May 23, 2014 at 12:11 PM, Ken Lee  wrote:

>  I’m also experiencing that cloning a Git repository from eclipse.org is
> really slow. Does anybody else have the same problem?
>
>   *From:* cross-project-issues-dev-boun...@eclipse.org [mailto:
> cross-project-issues-dev-boun...@eclipse.org] *On Behalf Of *Konstantin
> Komissarchik
> *Sent:* Donnerstag, 22. Mai 2014 23:17
> *To:* 'Cross project issues'
> *Subject:* Re: [cross-project-issues-dev] Connection timed out issues
> accessing eclipse.org
>
>
>
> Here is an example of the errors that I’ve been seeing throughout the day.
>
>
>
>   [get] Getting:
> http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org.ecli
>
> pse.platform.source-3.8.zip&type=md5
>
>   [get] To: D:\Eclipse\Sapphire\downloads\content-checksum.txt
>
>   [get] Error getting
> http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org
>
> .eclipse.platform.source-3.8.zip&type=md5 to
> D:\Eclipse\Sapphire\downloads\content-checksum.txt
>
>
>
> BUILD FAILED
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:420: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:956: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:427: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:859: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:843: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:1334: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:941: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:893: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:901: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:1250: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:1038: The following error occurred
> while executing this line:
>
> d:\Eclipse\Sapphire\8.0.x\build.xml:1050: java.net.ConnectException:
> Connection timed out: connect
>
> at java.net.PlainSocketImpl.socketConnect(Native Method)
>
> at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
>
> at
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
>
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
>
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
>
> at java.net.Socket.connect(Socket.java:529)
>
> at java.net.Socket.connect(Socket.java:478)
>
> at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
>
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:411)
>
> at sun.net.www.http.HttpClient.openServer(HttpClient.java:525)
>
> at sun.net.www.http.HttpClient.(HttpClient.java:208)
>
> at sun.net.www.http.HttpClient.New(HttpClient.java:291)
>
> at sun.net.www.http.HttpClient.New(HttpClient.java:310)
>
> at
> sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:987)
>
> at
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:923)
>
> at
> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841)
>
> at
> org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
>
> at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
>
> at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)
>
>
>
> I also see hangs when accessing various bugzilla pages. This happens
> sporadically. There is no proxy involved on my end and other web pages
> don’t exhibit this behavior.
>
>
>
> - Konstantin
>
>
>
>
>
> *From:* Konstantin Komissarchik 
> [mailto:konstantin.komissarc...@oracle.com]
>
> *Sent:* Thursday, May 22, 2014 10:34 AM
> *To:* 'Cross project issues'
> *Subject:* Connection timed out issues accessing eclipse.org
>
>
>
> I am getting frequent and sporadic connection issues accessing eclipse.orgweb 
> resources this morning, such as bugzilla and the download server. Is
> anyone else seeing this? Is there a known issue with the infrastructure?
>
>
>

Re: [cross-project-issues-dev] Connection timed out issues accessing eclipse.org

2014-05-23 Thread Ken Lee
I'm also experiencing that cloning a Git repository from eclipse.org is really 
slow. Does anybody else have the same problem?
From: cross-project-issues-dev-boun...@eclipse.org 
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Konstantin 
Komissarchik
Sent: Donnerstag, 22. Mai 2014 23:17
To: 'Cross project issues'
Subject: Re: [cross-project-issues-dev] Connection timed out issues accessing 
eclipse.org

Here is an example of the errors that I've been seeing throughout the day.

  [get] Getting: 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org.ecli
pse.platform.source-3.8.zip&type=md5
  [get] To: D:\Eclipse\Sapphire\downloads\content-checksum.txt
  [get] Error getting 
http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org
.eclipse.platform.source-3.8.zip&type=md5 to 
D:\Eclipse\Sapphire\downloads\content-checksum.txt

BUILD FAILED
d:\Eclipse\Sapphire\8.0.x\build.xml:420: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:956: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:427: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:859: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:843: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:1334: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:941: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:893: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:901: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:1250: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:1038: The following error occurred while 
executing this line:
d:\Eclipse\Sapphire\8.0.x\build.xml:1050: java.net.ConnectException: Connection 
timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:411)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:525)
at sun.net.www.http.HttpClient.(HttpClient.java:208)
at sun.net.www.http.HttpClient.New(HttpClient.java:291)
at sun.net.www.http.HttpClient.New(HttpClient.java:310)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:987)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:923)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841)
at 
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

I also see hangs when accessing various bugzilla pages. This happens 
sporadically. There is no proxy involved on my end and other web pages don't 
exhibit this behavior.

- Konstantin


From: Konstantin Komissarchik [mailto:konstantin.komissarc...@oracle.com]
Sent: Thursday, May 22, 2014 10:34 AM
To: 'Cross project issues'
Subject: Connection timed out issues accessing eclipse.org

I am getting frequent and sporadic connection issues accessing eclipse.org web 
resources this morning, such as bugzilla and the download server. Is anyone 
else seeing this? Is there a known issue with the infrastructure?

Thanks,

- Konstantin


smime.p7s
Description: S/MIME cryptographic signature
___
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] Simplify committer workflow

2014-05-23 Thread Lars Vogel
Hi,

I opened Bug 435599 as umbrella bug to trace improvement requests which
will make the committer workflow easier. We currently link to three
enhancements requests (additional Bugzilla fields for Gerrit, auto-update
from Gerrit to Bugzilla, Ability to mark Bugzilla comments as obsolete).

In case you see other potential improvements, please mark the related bug
reports as blocking to Bug 435599.

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