cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS WinsockNetBIOSException

andrewcottrell
Champ in-the-making
Champ in-the-making
Version: Alfresco 2.0

I get the following exception while browsing the CIFS
ERROR [alfresco.smb.protocol] Closing session due to exception
org.alfresco.filesys.netbios.win32.WinsockNetBIOSException: 0:ReceiveSocket - Unknown Winsock error 0x0
        at org.alfresco.filesys.netbios.win32.Win32NetBIOS.ReceiveSocket(NativeMethod)
        at org.alfresco.filesys.netbios.win32.NetBIOSSocket.read(NetBIOSSocket.java:286)
        at org.alfresco.filesys.smb.server.win32.WinsockNetBIOSPacketHandler.readPacket(WinsockNetBIOSPacketHandler.java:111)
        at org.alfresco.filesys.smb.server.SMBSrvSession.run(SMBSrvSession.java:1299)
        at java.lang.Thread.run(Thread.java:619)
3 REPLIES 3

nkeide
Champ in-the-making
Champ in-the-making
We have this problem with 1.4 and now when we try 2.0. Is there a real fix for this?

gary_spencer
Champ in-the-making
Champ in-the-making
hi,

Could you try adding the <disableChangeNotification/> setting in your file-servers.xml or file-servers-custom.xml, in the section where the Alfresco share is defined :-

  <config evaluator="string-compare" condition="Filesystems">
    <filesystems>
      <filesystem name="Alfresco">
        <disableChangeNotification/>
        ..
      </filesystem>
    </filesystems>
  </config>

If thre is still a problem then I could with seeing some network packet traces of the problem.

Thanks

Gary

nkeide
Champ in-the-making
Champ in-the-making
We have tried putting this in both file-servers.xml and file-servers-custom.xml. Neither made any difference. This idea was mentioned in the bug report http://issues.alfresco.com/browse/AR-1181?decorator=printable as the short term fix but <disableChangeNotification/> has never made any difference for us. Has it for anyone?