cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 4 CIFS trailing slash

xabi
Champ in-the-making
Champ in-the-making
I'm having some problems using CIFS. I have a fresh install of Alfresco 4 on a Debian box (IP: 10.10.10.143, HOSTNAME: hari) , and I can browse the following:
  • \\10.10.10.143\alfresco
  • \\HARI\alfresco
But I can't browse
  • \\10.10.10.143
  • \\HARI
I can't see the host in the network neghbourhood either.

I tested from the command line this way:
C:\Users\Xabi>net view \\10.10.10.143
Error de sistema 3.

El sistema no puede encontrar la ruta especificada.
This means: "System error 3. System can't find specified path"

But if I add the trailing slash it works:
C:\Users\Xabi>net view \\10.10.10.143\
Recursos compartidos en \\10.10.10.143\

Alfresco CIFS Server

Nombre de recurso compartido  Tipo   Usado como  Comentario

——————————————————————————-
Alfresco                      Disco
AVM                           Disco
Se ha completado el comando correctamente.
I have some debugging enabled in alfresco logs, and both commandline tests produce some logging (but no useful info for me).

Any leads?
1 REPLY 1

xabi
Champ in-the-making
Champ in-the-making
I'm adding some info that can be useful:

/etc/hosts
127.0.0.1       localhost
127.0.0.1       hari.af7.lan hari
10.10.10.143    hari.af7.lan hari

# The following lines are desirable for IPv6 capable hosts
#::1     ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters

/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco-global.properties
###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#
dir.root=/alfresco/alf_data/
dir.keystore=${dir.root}/keystore

#
# Sample database connection properties
#
db.username=alfresco
db.password=alfresco

#
# External locations
#————-
ooo.exe=/usr/bin/soffice
#ooo.enabled=false
#jodconverter.officeHome=./OpenOffice.org
#jodconverter.portNumbers=8101
#jodconverter.enabled=true
#img.root=./ImageMagick
img.exe=/usr/bin/convert
swf.exe=/usr/local/bin/pdf2swf

#
# Property to control whether schema updates are performed automatically.
# Updates must be enabled during upgrades as, apart from the static upgrade scripts,
# there are also auto-generated update scripts that will need to be executed.  After
# upgrading to a new version, this can be disabled.
#
#db.schema.update=true

#
# MySQL connection
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/alfresco?useUnicode=yes&characterEncoding=UTF-8

#
# Oracle connection
#
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbc:oracle:thin:@localhost:1521:alfresco

#
# SQLServer connection
# Requires jTDS driver version 1.2.5 and SNAPSHOT isolation mode
# Enable TCP protocol on fixed port 1433
# Prepare the database with:
# ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON;
#
#db.driver=net.sourceforge.jtds.jdbc.Driver
#db.url=jdbc:jtds:sqlserver://localhost:1433/alfresco
#db.txn.isolation=4096

#
# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
#
#db.driver=org.postgresql.Driver
#db.url=jdbc:postgresql://localhost:5432/alfresco

#
# Index Recovery Mode
#————-
index.recovery.mode=FULL

#
# Outbound Email Configuration
#————-
mail.host=localhost
mail.port=25
#mail.username=anonymous
#mail.password=
mail.encoding=UTF-8
mail.from.default=xabi@arousafutbol7.com
#mail.smtp.auth=false

#
# Alfresco Email Service and Email Server
#————-

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#————-
#email.inbound.enabled=true

# Email Server properties
#————-
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match. For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#————-
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#————-
authentication.chain=alfrescoNtlm1:alfrescoNtlm
#authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap

#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#————-
#alfresco.context=alfresco
#alfresco.host=${localname}
#alfresco.port=8080
#alfresco.protocol=http
#
#share.context=share
#share.host=${localname}
#share.port=8080
#share.protocol=http

#imap.server.enabled=true
#imap.server.port=143
#imap.server.host=localhost

# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.
# This allows connections to JMX both remotely and locally.
#
alfresco.rmi.services.host=0.0.0.0

#
# RMI service ports for the individual services.
# These seven services are available remotely.
#
# Assign individual ports for each service for best performance
# or run several services on the same port. You can even run everything on 50500 if needed.
#
# Select 0 to use a random unused port.
#
#avm.rmi.service.port=50501
#avmsync.rmi.service.port=50502
#attribute.rmi.service.port=50503
#authentication.rmi.service.port=50504
#repo.rmi.service.port=50505
#action.rmi.service.port=50506
#wcm-deployment-receiver.rmi.service.port=50507
#monitor.rmi.service.port=50508

/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/fileServers/default/file-servers.properties
filesystem.name=Alfresco
filesystem.acl.global.defaultAccessLevel=

### Root directory to open onto ###
filesystem.storeName=${spaces.store}
filesystem.rootPath=${protocols.rootPath}

# ALF-3856
# File name patterns that trigger rename shuffle detection
filesystem.renameShufflePattern=(.*\\.tmp)|(.*\\.wbk)|(.*\\.bak)|(.*\\~)

# Should we ever set the read only flag on folders? This may cause problematic
# behaviour in Windows clients. See ALF-6727.
filesystem.setReadOnlyFlagOnFolders=false


### CIFS Server Configuration ###
cifs.enabled=true
#cifs.serverName=${localname}
#cifs.serverName=hari
cifs.serverName=localhost
cifs.domain=
#cifs.broadcast=255.255.255.255
cifs.broadcast=10.10.10.255
# An empty value indicates bind to all available network adapters
cifs.bindto=
cifs.ipv6.enabled=false
cifs.hostannounce=true
# Enable the use of asynchronous sockets/NIO code
cifs.disableNIO=false
# Disable the use of JNI code. Only currently affects Windows
cifs.disableNativeCode=true
# Session timeout, in seconds. Defaults to 15 minutes, to match the default Windows client setting.
# If no I/O is received within that time the session is closed by the server
cifs.sessionTimeout=60

# Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports
cifs.tcpipSMB.port=445
cifs.netBIOSSMB.sessionPort=139
cifs.netBIOSSMB.namePort=137
cifs.netBIOSSMB.datagramPort=138

# Optional WINS server primary and secondary IP addresses. Ignored if autoDetectEnabled=true
cifs.WINS.autoDetectEnabled=true
cifs.WINS.primary=1.2.3.4
cifs.WINS.secondary=5.6.7.8

# CIFS session debug flags (also enable org.alfresco.fileserver=debug logging level)
# Comma delimeted list of levels :-
#    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
#cifs.sessionDebug=
#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
cifs.sessionDebug=NETBIOS,SOCKET


# Big Switch, are the Desktop Actions and URL shortcuts shown for CIFS ?
cifs.pseudoFiles.enabled=true

# CIFS URL for alfresco explorer
cifs.pseudoFiles.explorerURL.enabled=true
cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url

# Cifs URL for alfresco share
cifs.pseudoFiles.shareURL.enabled=false
cifs.pseudoFiles.shareURL.fileName=__Share.url

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=21
# An empty value indicates bind to all available network adapters
ftp.bindto=

# FTP data port range, a value of 0:0 disables the data port range and will use the next available port
# Valid range is 1024-65535
ftp.dataPortFrom=0
ftp.dataPortTo=0

# FTPS support (enabled when the keystore, truststore and passphrase are set)
ftp.keyStore=
ftp.trustStore=
ftp.passphrase=
ftp.requireSecureSession=true
ftp.sslEngineDebug=false

# FTP session debug flags (also enable org.alfresco.fileserver=debug logging level)
# Comma delimeted list of levels :-
#        STATE, RXDATA, TXDATA, DUMPDATA, SEARCH, INFO, FILE, FILEIO, ERROR, PKTTYPE, TIMING, DATAPORT, DIRECTORY, SSL
ftp.sessionDebug=

### NFS Server Configuration ###
nfs.enabled=false
# NodeMonitor to update cache of NFS server on nodes renaming and deleting not through NFS protocol
nfs.nodeMonitor.enabled=${nfs.enabled}
# Mount/NFS server ports, 0 will allocate next available port
nfs.mountServerPort=0
nfs.nfsServerPort=2049

# RPC registration port, 0 will allocate next available port
#  Some portmapper/rpcbind services require a privileged port to be used
nfs.rpcRegisterPort=0

# To disable NFS and mount server registering with a portmapper set nfs.portMapperPort to -1
nfs.portMapperPort=111
# Enable the builtin portmapper service
nfs.portMapperEnabled=false

# NFS session debug flags (also enable org.alfresco.fileserver=debug logging level)
# Comma delimeted list of levels :-
#        RXDATA, TXDATA, DUMPDATA, SEARCH, INFO, FILE, FILEIO, ERROR, TIMING, DIRECTORY, SESSION
nfs.sessionDebug=

nfs.mountServerDebug=false

#
# Filesystem cluster configuration
#
filesystem.cluster.enabled=false
filesystem.cluster.name=AlfrescoFilesysCache
# Where to find the hazelcast config file
filesystem.cluster.configFile=not specified
# Hazelcast cluster debug flags
# Comma delimeted list of levels
#    "StateCache", "Expire", "NearCache", "Oplock", "ByteLock", "FileAccess", "Membership",
#    "Cleanup", "PerNode", "ClusterEntry", "ClusterMessage", "RemoteTask", "RemoteTiming",
#        "Rename", "FileDataUpdate", "FileStatus"
filesystem.cluster.debugFlags=

Part of /var/log/tomcat6/alfresco.log
04:24:44,007 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
04:24:44,148 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
04:25:07,696 WARN  [org.alfresco.util.AbstractTriggerBean] Job ehCacheTracerJob is not active/enabled
04:25:18,347 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
04:25:18,355 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
04:25:43,615 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
04:25:45,350 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
04:25:46,126 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Search' subsystem, ID: [Search, managed, lucene]
04:25:47,018 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Search' subsystem, ID: [Search, managed, lucene] complete
04:25:53,090 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
04:25:53,981 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
04:25:53,981 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
04:25:55,460 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
04:25:55,472 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
04:25:58,059 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery started: 123 transactions.
04:25:58,992 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    10 % complete.
04:25:58,992 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    20 % complete.
04:25:58,993 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    30 % complete.
04:26:30,501 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    40 % complete.
04:26:30,501 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    50 % complete.
04:26:30,501 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    60 % complete.
04:26:30,502 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    70 % complete.
04:26:30,502 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    80 % complete.
04:26:30,502 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    90 % complete.
04:26:30,503 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    100 % complete.
04:26:32,209 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery completed.
04:26:32,265 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Rebuilding indexes for 1 AVM Stores
04:26:32,266 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]     Rebuilding index for sitestore
04:26:32,352 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]   Reindex   100% complete
04:26:32,352 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Finished rebuilding indexes for AVM Stores
04:26:32,518 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /alfresco/alf_data
04:26:32,533 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
04:26:35,489 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
04:26:35,514 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
04:26:35,539 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [fileServers, default]
04:26:39,381 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
04:26:39,684 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
04:26:39,687 WARN  [org.alfresco.fileserver] CIFS server native calls disabled, JNI code will not be used
04:26:44,737 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
04:26:44,737 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
04:26:45,013 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
04:26:45,014 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]
04:26:45,364 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete
04:26:45,364 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, outbound]
04:26:45,546 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete
04:26:45,546 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]
04:26:45,730 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, inbound] complete
04:26:45,730 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'googledocs' subsystem, ID: [googledocs, default]
04:26:46,090 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'googledocs' subsystem, ID: [googledocs, default] complete
04:26:46,090 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]
04:26:46,137 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete
04:26:46,146 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Disabled - clear non-missing user usages …
04:26:46,682 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Found 0 users to clear
04:26:46,682 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] … cleared non-missing usages for 0 users
04:26:46,682 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
04:26:47,117 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
04:26:47,479 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_26-b03; maximum heap size 989,875MB
04:26:47,511 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community). Current version: 4.0.0 (b 3835) schema 5.019. Originally installed version: 4.0.0 (b 3835) schema 5.019.
04:26:47,518 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
04:26:48,056 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete
04:26:48,056 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]
04:26:48,273 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete
04:26:49,504 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
04:27:24,178 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml due to error: 10270000 Web Script document org/sp$
04:27:24,184 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 463 Web Scripts (+1 failed), 730 URLs
04:27:24,184 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
04:27:24,184 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
04:27:24,189 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 31642.504ms)
04:27:24,244 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
04:27:24,246 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
04:28:00,100 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
04:28:00,329 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
04:28:00,330 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
04:28:00,342 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
04:28:05,986 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 312 Web Scripts (+0 failed), 322 URLs
04:28:05,987 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
04:28:05,987 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
04:28:06,204 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 5852.7466ms)
04:28:06,218 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
04:28:06,232 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
04:34:09,365 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup NTLMSSP, MID=4064, UID=0, PID=65279
04:34:09,383 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,403 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup NTLMSSP, MID=4072, UID=0, PID=65279
04:34:09,404 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,476 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,503 DEBUG [org.alfresco.smb.protocol.auth] Logged on using NTLMSSP/NTLMv2
04:34:09,506 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,512 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,568 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,569 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,614 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,627 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,634 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,654 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,672 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,679 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,692 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,707 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,713 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,720 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,728 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:09,754 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:29,230 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:29,237 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:29,245 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
04:34:29,253 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
There are quite a lot more of these "Using Write transaction" logs, appearing some new every time y try a "net view", even if the result of the execution is System Error 3.