You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Konstantin Avdeev (JIRA)" <ji...@apache.org> on 2016/04/28 19:00:17 UTC

[jira] [Comment Edited] (CONNECTORS-1305) Windows Share connector: SmbException tossed: 0xC0000205

    [ https://issues.apache.org/jira/browse/CONNECTORS-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262516#comment-15262516 ] 

Konstantin Avdeev edited comment on CONNECTORS-1305 at 4/28/16 4:59 PM:
------------------------------------------------------------------------

I think, it's a permanent one. Fortunately, I've got the full stack trace for that: it turned out, that the problem is a very long path:
{code}
ERROR 2016-04-28 17:34:43,332 (Worker thread '89') - JCIFS: SmbException tossed processing smb://server.domain.com/Share/dir1/dir2/dir3/dir4/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/.metadata/.plugins/com.collabnet.subversion.merge/
jcifs.smb.SmbException: 0xC0000205
{code}
The connector tried to get there four times, permanently getting the error message from the server, and canceled the job.
Basically, it is not able to complete the job because of the weird path. So, such kind of exception should be a WARN not an ERROR.

Thanks!

P.S. I've added _dir4/repeating-dir_ to the exclude list, hopefully, it'd skip that bad dir on the next run.


was (Author: kavdeev):
I think, it's a permanent one. Fortunately, I've got the full stack trace for that: it turned out, that the problem is a very long path:

ERROR 2016-04-28 17:34:43,332 (Worker thread '89') - JCIFS: SmbException tossed processing smb://server.domain.com/Share/dir1/dir2/dir3/dir4/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/repeating-dir/.metadata/.plugins/com.collabnet.subversion.merge/
jcifs.smb.SmbException: 0xC0000205

The connector tried to get there four times, permanently getting the error message from the server, and canceled the job.
Basically, it is not able to complete the job because of the weird path. So, such kind of exception should be a WARN not an ERROR.

Thanks!


> Windows Share connector: SmbException tossed: 0xC0000205
> --------------------------------------------------------
>
>                 Key: CONNECTORS-1305
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1305
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 2.4
>         Environment: Windows server 2012
>            Reporter: Konstantin Avdeev
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 2.5
>
>
> Windows share jobs stop when encountering an [Insufficient server resources exist to complete the request|https://msdn.microsoft.com/en-us/library/cc704588.aspx] server reply (0xC0000205 - STATUS_INSUFF_SERVER_RESOURCES).
> Is it possible to catch that exception as well?
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)