JozefDropco
JozefDropco
I have read https://github.com/hierynomus/smbj/issues/644 but this seems to me as another problem where the connection is still opened and you try to do operations on open connection. In my case...
Hi All, finally with version 0.11.1 I was able to remove all additional logic to work with DFS. Simply said It was enough for me to do the following. `...
hi @ilia-dot-karelia , I dont have any immediate idea why you got NPE, Can you share some snippet of the code. Thanks Jozef
I think its same as https://github.com/hierynomus/smbj/issues/677
In our case it was due not closing the resources (outputStreams, Files, Directories, DiskShares etc.). After some amount of time we ran out of resources on server side. Verify the...
Hi @xianhaiGitHub, I had the same issue recently. I found out that the issue is caused by caching myself connection. I had a simple test to replicate the issue where...
@microsoft-github-policy-service agree
Hi @hkmudgal29 , telnet to host on port might give you an idea that the target is reachable. Usually my debugging of network issues starts with these steps 1. nslookup...