[jcifs] Re: NoRouteToHostException?

Michael B Allen mba2000 at ioplex.com
Tue Oct 4 17:35:59 GMT 2005


On Tue, 4 Oct 2005 11:19:59 +0000 (UTC)
Malte <haendehochdasisein at mailueberfall.de> wrote:

> I'm just stupid. I added port 139 to the URL and got it running.

Actually JCIFS tries to connect to port 445 and then if that fails with
a ConnectException it automatically tries port 139. But unfortunately,
for some reason in your environment, trying port 445 causes a
NoRouteToHostException and therefore the client does not fallback to
trying port 139.

Mike


More information about the jcifs mailing list