[cross-project-issues-dev] Upcoming Changes to Mars.1 Error Report Digests

2015-10-04 Thread Marcel Bruch
Greetings Eclipse project leaders.

For Mars.0 we roughly collected one million error reports [1,2]. But with the 
advent of Mars.1 there will be multiple versions of the same bundles be 
available, which makes it hard to track which bugs have really been fixed and 
which ones still exist in the latest versions of our software. I’ve to admit 
that I hoped to receive less reports and to see bugs getting fixed quicker or 
to see projects marking error reports they don’t want to handle as wontfix. But 
fixing takes time and marking issues as wontfix turned out to be a too large 
overhead.

Given these observations I’d like to change the weekly digests to only report 
issues that occurred on Mars.1 or later, i.e., I’ll implement a filtering based 
on the Eclipse build-id and only add those reports to the digest that occurred 
on a current Eclipse version. I plan to take that change live by the end of 
October. If you (i.e, your project) still wants to receive error reports for 
older versions of Eclipse, please let me know. We can make that happen.

If you are looking for a more fine-grained control, please post your 
requirements to bug 47112 [3].
If you are interested in face-to-face discussions: There will be a BoF at 
EclipseCon Europe on Tuesday evening 20:00 [4] for discussing the future of 
automated error reporting.

Best regards,
Marcel

[1] 
https://dev.eclipse.org/recommenders/committers/dashboard/#/dashboard/Incidents 

[2] 
https://dev.eclipse.org/recommenders/committers/dashboard/#/dashboard/Problems 

[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=471112 

[4] 
https://www.eclipsecon.org/europe2015/bof-session/automated-error-reporting-how-proceed-eclipse-neon
 
___
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

Hi, thanks for the tip. It is exactly as you said.

I checked com.jcraft.jsch and there are already 2 versions installed: 
0.1.50 and 0.1.51. So, conflict with 0.1.53 doesn't seem to be 
impossible at all. And since I don't know whose dependencies those are, 
it truly seems to be better to start with Mars.1 where the only 
installed version is 0.1.53, even if it requires some additional work to 
move to it.


Best regards,
Alexander Gurov.

04.10.2015 15:10, 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



--
Best regards,
Alexander Gurov,
Subversive Team.

___
c

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 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 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


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

2015-10-04 Thread Alexander Gurov

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

--
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