<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CIFS not accessible anymore ?!? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228921#M182051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, all my problems where solved when I installed using the tomcat bundle instead of the full 3.2r enterprise package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 21:53:37 GMT</pubDate>
    <dc:creator>jaaav</dc:creator>
    <dc:date>2010-05-26T21:53:37Z</dc:date>
    <item>
      <title>CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228915#M182045</link>
      <description>Hello all,I've configured CIFS to give me the possibility to use the Word Add-in to upload files.It worked for a while, and for a reason I ignore, now it doesn't work anymore.The error is something like "The name of the file is invalid"But when I try the path, in Windows Explorer (so something like</description>
      <pubDate>Tue, 18 May 2010 23:31:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228915#M182045</guid>
      <dc:creator>philippelr</dc:creator>
      <dc:date>2010-05-18T23:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228916#M182046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What OS are you using? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is your network setup? (i.e. stand-alone, workgroup, domain, how many computers?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 12:20:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228916#M182046</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2010-05-19T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228917#M182047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with Microsoft Vista SP2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the moment, it is stand alone. I am trying it locally.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 12:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228917#M182047</guid>
      <dc:creator>philippelr</dc:creator>
      <dc:date>2010-05-19T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228918#M182048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are a lot of settings that need to be in place working for the CIFS to work on Vista.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all are you running Win 32 or 63 bit? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Need to check the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - Is NetBIOS working? - you should see an entry in the NetBIOS table when you do a nbtstat -n – as in:&amp;nbsp; &amp;lt;hostname&amp;gt;A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - What are the tomcat logs telling you about CIFS &amp;amp; SMB Servers? - Check the logs. If needed enable CIFS logging in both file-Server.properties and logj4.properties. Here're the lines that need to be added to both files: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Log4j: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;# CIFS server debugging&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.smb.protocol=error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.smb.protocol.auth=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.acegi=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;file-Server.properties&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.sessionDebug=NETBIOS, STATE, RXDATA, TXDATA, DUMPDATA, NEGOTIATE, TREE, SEARCH, INFO, FILE, FILEIO, TRANSACT,ECHO, ERROR, IPC, LOCK, PKTTYPE, DCERPC, STATECACHE, TIMING, NOTIFY, STREAMS, SOCKET, PKTPOOL, PKTSTATS, THREADPOOL, BENCHMARK &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - Additionally, in file-servers.properties you should have the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.disableNativeCode=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.broadcast=&amp;lt;your-network-or-router-broadcast-mask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.bindto=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.tcpipSMB.port=445&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.sessionPort=139&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.namePort=137&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.netBIOSSMB.datagramPort=138&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.ipv6.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.WINS.autoDetectEnabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4 - In Local Security Policy: Network Security: LAN Manager Authentication Level need to be setup as "Send LM &amp;amp; NTLM - use NTLMv2 session security if negotiated" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 - In your registry, make sure that \\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NetBT\Parameters\SMBDeviceEnabled=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;these are just a few of the things that need to be setup before CIFS can work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 00:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228918#M182048</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2010-05-21T00:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228919#M182049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for your help, I now can connect to alfresco file folder, that's so great !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !!! I've clicked on "Yes" for "What this post useful", so you have a point now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Philippe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 07:39:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228919#M182049</guid>
      <dc:creator>philippelr</dc:creator>
      <dc:date>2010-05-21T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228920#M182050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are this settings working for a W2003 Server 64 bit platform?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried and I can't make it work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can you put the full config file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 00:27:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228920#M182050</guid>
      <dc:creator>jaaav</dc:creator>
      <dc:date>2010-05-23T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228921#M182051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, all my problems where solved when I installed using the tomcat bundle instead of the full 3.2r enterprise package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228921#M182051</guid>
      <dc:creator>jaaav</dc:creator>
      <dc:date>2010-05-26T21:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228922#M182052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. Installing the Tomcat ZIP bundle does seem to solve the problem. Also a couple more things to do: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) make sure the JLAN DLLs are on your Path. The easiest way to do this is to copy them to your System Folder: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your C:\ALFRESCO-HOME\bin folder there are 4 files that need to be somewhere in your path. Copy these files to C:\Windows\System32\ folder. That folder is in your PATH in Windows, so that’s a good place to put them. These files are: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Win32NetBIOS.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Win32NetBIOSx64.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Win32Utils.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Win32Utilsx64.dll &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Add an entry to the hosts file located in C:\Windows\System32\drivers\etc (there may be a hosts.sam there but not a hosts, so just make a copy hosts.sam=&amp;gt;hosts), add an entry to a dummy non-existing IP address that points to your CIFS Server Name for example: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.1.1.1 &amp;lt;your-hostname&amp;gt;A &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have initially used 1.1.1.1, but I found that some packages use that as a dummy IP as well, and may be already assigned as a process in your system. If unsure, do a "netstat -a" from the command-line and that will list all the ipv4/ipv6/ports currently taken in your system. Just use a dummy-one that is not in that list. 2.1.1.1 or 3.1.1.1 will be most likely unsused. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 12:58:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228922#M182052</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2010-06-08T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS not accessible anymore ?!?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228923#M182053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another strange behavior with CIFS and Windows. After having my system working OK for a while by following the above described steps, today CIFS stopped working. I was getting the following error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] [SMB] Server error : java.lang.ArrayIndexOutOfBoundsException: 16&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] java.lang.ArrayIndexOutOfBoundsException: 16&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] &amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.jlan.smb.server.win32.Win32NetBIOSLanaMonitor.addLanaListener(Win32NetBIOSLanaMonitor.java:176)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] &amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.jlan.smb.server.ThreadedCifsConnectionsHandler.initializeHandler(ThreadedCifsConnectionsHandler.java:375)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] &amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.jlan.smb.server.SMBServer.run(SMBServer.java:478)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00:37:13,838 ERROR [org.alfresco.fileserver] &amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing that had changed is I installed VMWare on my machine. After uninstalling VMWare (and restarting) CIFS starting working again. There's something on VMWare that clobbers NetBIOS and/or SMB ports. I'm not sure what it is, but uninstalling VMWare seems to take care of the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 06:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-not-accessible-anymore/m-p/228923#M182053</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2010-07-07T06:35:00Z</dc:date>
    </item>
  </channel>
</rss>

