davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

SSH problem #557

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
2015-02-01 21:08:14 [INFO ] creating ssh session from /10.0.0.2:11666
2015-02-01 21:08:14 [WARN ] Exception caught
java.io.IOException: The specified network name is no longer available.

        at sun.nio.ch.Iocp.translateErrorToIOException(Unknown Source)
        at sun.nio.ch.Iocp.access$700(Unknown Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
2015-02-01 21:08:14 [INFO ] closed ssh session from /10.0.0.2:11666

How to solve this? I tried to use SSH. The server is windows.

Original issue reported on code.google.com by realseto...@gmail.com on 1 Feb 2015 at 1:09

GoogleCodeExporter commented 9 years ago
No one helps?

Original comment by realseto...@gmail.com on 18 Feb 2015 at 4:35

GoogleCodeExporter commented 9 years ago
I'm not sure. Have you searched for that error message on Google?  It's not a 
message thrown by Gitblit.  That's an underlying system message.

Original comment by James.Mo...@gmail.com on 18 Feb 2015 at 4:43

GoogleCodeExporter commented 9 years ago
Yes. I search it on Google. But no idea for it.
I thought it was the problem of my system. And I re-installed it. And the 
problem still exists.

Original comment by realseto...@gmail.com on 18 Feb 2015 at 4:52

GoogleCodeExporter commented 9 years ago
I don't have a solution for you but this is the MS description of what the 
error means.
https://msdn.microsoft.com/en-us/library/ms837631.aspx

Are you trying to use file sharing for your data directory?

Original comment by James.Mo...@gmail.com on 18 Feb 2015 at 12:46

GoogleCodeExporter commented 9 years ago
Hi. I thought I find out the problem. I tried gitbucket which is git host based 
on Java as well. And the same error occurs. But it's with more info in detail.

16:10:39.116 [pool-2-thread-8] INFO  o.a.s.server.session.ServerSession - Kex: s
erver->client aes128-ctr hmac-sha2-256 none
16:10:39.117 [pool-2-thread-8] INFO  o.a.s.server.session.ServerSession - Kex: c
lient->server aes128-ctr hmac-sha2-256 none
This will make the error occurs.

16:22:22.675 [pool-2-thread-3] INFO  o.a.s.server.session.ServerSession - Kex: s
erver->client aes128-cbc hmac-md5 none
16:22:22.675 [pool-2-thread-3] INFO  o.a.s.server.session.ServerSession - Kex: c
lient->server aes128-cbc hmac-md5 none
And this won't.

It seems it's because of the hash method make the error. The first one is using 
Putty backend for git extensions(git windows client). And the second one use 
OpenSSH backend for git extensions.

Original comment by realseto...@gmail.com on 2 Mar 2015 at 8:29

GoogleCodeExporter commented 9 years ago
It seems it's the problem of putty backend and git extensions cooperation.
I'll try to contact the author of git extensions.
Thanks.

Original comment by realseto...@gmail.com on 2 Mar 2015 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by James.Mo...@gmail.com on 7 Mar 2015 at 2:55