cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS : Failed to get IP address(es)

unknown-user
Champ on-the-rise
Champ on-the-rise
i get this message in alfresco.log :

16:52:35,941 ERROR [org.alfresco.smb.protocol] File server configuration error, Failed to get IP address(es) for the
org.alfresco.error.AlfrescoRuntimeException: Failed to get IP address(es) for the local server, check hosts file and at org.alfresco.filesys.server.config.ServerConfiguration.processCIFSServerConfig(ServerConfiguration.java:8


What it happend?

Helpme !!!

my file-servers.xml is :

<alfresco-config area="file-servers">

   <config evaluator="string-compare" condition="CIFS Server">
      <host name="${localname}_A" domain="TRABAJO" />
      <comment>Alfresco CIFS Server</comment>

      <!– Set to the broadcast mask for the subnet –>
      <broadcast>10.231.51.255</broadcast>

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>
      <hostAnnounce interval="5" />

      <!– Use Win32 NetBIOS interface on Windows –>
      <Win32NetBIOS/>
      <Win32Announce interval="5"/>

the broadcast is correct and domain is correct

my /etc/hosts is :

127.0.0.1       localhost.localdomain   localhost       M9A541
10.231.51.23    localhost.localdomain   localhost       M9A541_A


??

HELPMEEEEEEEEEE PLEASE!! i think it is correct all?.
Thank you
1 REPLY 1

rivetlogic
Champ on-the-rise
Champ on-the-rise
In your file-servers.xml file add:

<bindto>your.ip.address.here</bindto>

that should fix your problem.

– Aladdin