Checkout gives a connection error

Asked by Michaël Vanderheeren

eclipse 3.4
bzr 1.12 dev
latest bzr-eclipse

getting this error:

------
Executing: checkout lp:storehouse /home/michael/workspace/store

    Error while executing checkout
    <?xml version="1.0" encoding="UTF-8"?><error><class>ConnectionReset</class><dict><key>msg</key><value>please check connectivity and permissions</value><key>orig_error</key><value>(and try -Dhpss if further diagnosis is required)</value></dict><message>Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)</message></error>
    <?xml version="1.0" encoding="UTF-8"?><error><class>ConnectionReset</class><dict><key>msg</key><value>please check connectivity and permissions</value><key>orig_error</key><value>(and try -Dhpss if further diagnosis is required)</value></dict><message>Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)</message></error>

But login id and such are ok...

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Plugin for Eclipse Edit question
Assignee:
No assignee Edit question
Solved by:
Guillermo Gonzalez
Solved:
Last query:
Last reply:
Revision history for this message
Guillermo Gonzalez (verterok) said :
#1

can you reproduce this using the command line?
doing a: bzr checkout lp:storehouse /home/michael/workspace/store works?

Regards,

Revision history for this message
Michaël Vanderheeren (michael-vanderheeren) said :
#2

Works perfect. Strange enough... But I think that uses keyring for the SSH authentication...

Revision history for this message
Guillermo Gonzalez (verterok) said :
#3

bzr-eclipse spawns a bzr process, so it should use the keyring too.
could you check the verison of bzr-eclipse? it's build .205?

Thanks!

Revision history for this message
Michaël Vanderheeren (michael-vanderheeren) said :
#4

Version: 1.1.1.205

Revision history for this message
Best Guillermo Gonzalez (verterok) said :
#5

I can't reproduce the error :/
I just made a checkout from eclipse and worked ok.
the only difference is bzr version, I-m using bzr-1.10

Maybe it's a bzr trunk issue whe it's used with xmloutput plugin?

check if using a non-dev verison of bazaar solves the issue

Revision history for this message
Michaël Vanderheeren (michael-vanderheeren) said :
#6

No, I've tried many version and this dev version was the last one i tried. None worked. The only thing i can think of is my eclise. I use the one from here: https://launchpad.net/~eclipse-team/+archive

Revision history for this message
Michaël Vanderheeren (michael-vanderheeren) said :
#7