ubuntu 12.04 - Alfresco 4.2c CIFS configuration issue -


i got fresh installation of alfresco 4.2 on ubuntu 12.04. had "successfully" configured cifs , modified iptables include (nat) ports(1445 tcp -- 445 tcp , 1137-1139 tcp/udp 137-139 tcp/udp) smb , netbios. machine ec2 instance @ amazon i've created security group include inbound traffic 445,137-139 tcp , 137-139 udp. when connecting windows machine using network drive, connect (seems port 445 working) show 2 folders (one site-name , other swsdp). when moved site folder there no content (\server\alfresco\site-name), missing documentlibrary , subfolders. i've double checked user used connect had permissions see content (even connect administrator , still problem). have set debug cifs under alfresco's log4j non-error or under application log.

i followed steps advised on http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/ , try isolate problem within linux box. when used sbmclient connect got following error:

bitnami@ip-10-46-57-42:/opt/bitnami/apache-tomcat/shared/classes$ smbclient -u user \\\\localhost\\drive -p 1139   enter user's password:xxxxx read_fd_with_timeout failed, read error = nt_status_io_timeout. receiving smb: server 127.0.0.1 stopped responding session request localhost failed (call timed out: server did not respond after 20000 milliseconds) domain=[workgroup] os=[java] server=[alfresco cifs server 6.0.0] tree connect failed: nt_status_bad_network_name`  

so undestanding aunthentication service failed. got following debug entries @ /opt/bitnami/apache-tomcat/webapps/alfresco/web-inf/classes/log4j.properties:

 # cifs server debugging  log4j.logger.org.alfresco.smb.protocol=debug  log4j.logger.org.alfresco.smb.protocol.auth=debug 

but there not output associated auth error on log file. correct log4j file enable debug? else can troubleshoot this?

this question answered in bitnami community forum. issue related smbclient command, not alfresco itself, why didn't find related in alfresco log files. following smbclient command should used:

$ smbclient  \\\\127.0.0.1\\alfresco -u user -p 1139 enter user's password:  domain=[workgroup] os=[java] server=[alfresco cifs server 6.0.0] smb: \\> 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -