<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Mike,<br>
<br>
Here is the program. The problem does not occur when I use local user
and no domain, so the domain is important. I hope you coud find the
problem.<br>
<br>
Best regards Krum<br>
<br>
Michael B Allen &#1085;&#1072;&#1087;&#1080;&#1089;&#1072;:
<blockquote
 cite="mid:78c6bd860911020852n3b05516ev4a9031c4c5b93546@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi Krum,

If you disable DFS the client will not support DFS. But even disabling
it probably is not really making everything "ok". The OOM condition is
probably not being caused by creating threads for the trusted domains
lookup. It is more likely related to some byte[] array data not being
released or something unrelated to the trusted domains lookup. It's
just that creating a thread requires a chunk of memory and so that
happens to be the moment at which you see the failure.

Please resend your test program as an attachment and without line
numbers and I will look into it.

Mike

On Mon, Nov 2, 2009 at 5:54 AM, Krum Valkov <a class="moz-txt-link-rfc2396E" href="mailto:k.valkov@bg.seeburger.com">&lt;k.valkov@bg.seeburger.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

When I set the jcifs.smb.client.dfs.disabled property to true the resolve method
does not call getTrustedDomains and everything is ok. Is there some case in
which this property may cause some problems?



    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
</body>
</html>