cancel
Showing results for 
Search instead for 
Did you mean: 

Problem bind alfresco on virtual IP

markuswarlich
Champ in-the-making
Champ in-the-making
Hallo my Alfresco is running under CentOS 5. Webservce is working fine (http://domin:8080).
I Will use Samba and CIFS together so I use the wiki : http://wiki.alfresco.com/wiki/Changing_Bind_Addresses_and_Ports_for_Samba_and_FTP

After checking with netstat:
root@mars:~ $ netstat -lnp | egrep 'java|mb' | tr -s ' '
tcp 0 0 192.168.0.10:139 0.0.0.0:* LISTEN 3033/smbd
tcp 0 0 192.168.0.10:445 0.0.0.0:* LISTEN 3033/smbd
tcp 0 0 :::46244 :::* LISTEN 7834/java
tcp 0 0 :::50500 :::* LISTEN 7834/java
tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN 7834/java
tcp 0 0 :::8009 :::* LISTEN 7834/java
tcp 0 0 :::8080 :::* LISTEN 7834/java
udp 0 0 192.168.0.10:137 0.0.0.0:* 3036/nmbd
udp 0 0 192.168.0.10:137 0.0.0.0:* 3036/nmbd
udp 0 0 192.168.0.10:138 0.0.0.0:* 3036/nmbd
udp 0 0 192.168.0.10:138 0.0.0.0:* 3036/nmbd
udp 0 0 :::32787 :::* 7834/java
unix 2 [ ACC ] STREAM LISTENING 6902 3053/wi

In the log I get:
16:11:21,745 ERROR [org.alfresco.smb.protocol] Failed to get local domain/workgroup name, using default of WORKGROUP
16:11:21,746 ERROR [org.alfresco.smb.protocol] (This may be due to firewall settings or incorrect <broadcast> setting)
16:11:21,816 ERROR [org.alfresco.smb.protocol.netbios] NetBIOSNameServer setup error:
java.net.BindException: Permission denied

Any idea to fix this?

Regards Markus
2 REPLIES 2

ajmillar
Champ in-the-making
Champ in-the-making
I have the same problem. Seems to work until I activate the ldap-auth. Must be something to do with the authenticator system for the filestore. I'm guessing we need to change it over to a passthru connection, but we're having trouble getting this up and running.

berlioux
Champ in-the-making
Champ in-the-making
Hi,

in file-server.xml / file-server-custom.xml, you must specify hostname and domain. As an exemple, for servname.company.com :

<host name="servname" domain="com.company" />