cancel
Showing results for 
Search instead for 
Did you mean: 

How to use CIFS? [Resolved]

nancygaillard
Champ on-the-rise
Champ on-the-rise
Hi!
Sorry for my english.

I would like to use Alfresco with CIFS. I need help to configure CIFS on my host.

I have just test to :
- create a virtual network drive with "Drive :Z" and "Folder: \\HOSTA\Alfresco"
- connect with : myAdminAlfrescoLogin and myAdminAlfrescoPassword

but my connection failed as if my password was wrong…but i can connect with Alfresco Share with this password.

Alfresco Community 4.2
OS : Windows 7, 64 bits

in my system proprerties it is wroten :

Computer name       : HOST
Full Computer name    : HOST.DOMAIN.local
Domain         : DOMAIN.local
(it is on a network)

in my file-servers.properties :

<blockcode>
### CIFS Server Configuration ###
cifs.enabled=true
cifs.serverName=${localname}A
cifs.domain=
cifs.broadcast=255.255.255.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=false
# 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=900
# Maximum virtual circuits per session
# Should only be changed when using Terminal Server clients
cifs.maximumVirtualCircuitsPerSession=16

# 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=

# 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
</blockcode>

What can I do?
13 REPLIES 13

mrogers
Star Contributor
Star Contributor
Nothing wrong there.  Except that you have hacked the wrong file.    Put cifs.enabled into alfresco-global.properties.

Problem seems to be due to authentication.   What are your authentication settings and are there any errors in the logs?

Thank you for your answer Smiley Happy
Perhaps people will find that funny… My alfresco doesn't work anymore and I think it is my fault.
On Windows Server 2008, with the same installation, I have exactly the same result. The difference is that I updated alfresco-globral.properties adding cifs.enabled=true and I tested the connection.

My authentification settings —————–
I just have defined the admin password when i was installing Alfresco.

alfresco-global.properties
<blockcode>

###############################
## Common Alfresco Properties #
###############################

dir.root=D:/Alfresco/alf_data

alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8080
alfresco.protocol=http

share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http

### database connection properties ###
db.driver=org.postgresql.Driver
db.username=alfresco
db.password=admin
db.name=alfresco
db.url=jdbcSmiley Tongueostgresql://localhost:5432/${db.name}

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=21

### RMI service ports ###
alfresco.rmi.services.port=50500
avm.rmi.service.port=0
avmsync.rmi.service.port=0
attribute.rmi.service.port=0
authentication.rmi.service.port=0
repo.rmi.service.port=0
action.rmi.service.port=0
deployment.rmi.service.port=0

### External executable locations ###
ooo.exe=C:/Alfresco/libreoffice/App/libreoffice/program/soffice.exe
ooo.enabled=true
ooo.port=8100
img.root=C:\\Alfresco\\imagemagick
img.coders=${img.root}\\modules\\coders
img.config=${img.root}\\config
img.gslib=${img.root}\\lib
img.exe=${img.root}\\convert.exe
swf.exe=C:/Alfresco/swftools/pdf2swf.exe
swf.languagedir=C:/Alfresco/swftools/japanese

jodconverter.enabled=false
jodconverter.officeHome=C:/Alfresco/libreoffice/App/libreoffice
jodconverter.portNumbers=8100

### Initial admin password ###
alfresco_user_store.adminpassword=209c6174da490caeb422f3fa5a7ae634

### E-mail site invitation setting ###
notification.email.siteinvite=true

### License location ###
dir.license.external=C:/Alfresco

### Solr indexing ###
index.subsystem.name=solr
dir.keystore=${dir.root}/keystore
solr.port.ssl=8443

### BPM Engine ###
system.workflow.engine.jbpm.enabled=false

authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad:ldap-ad

### Outbound Email Configuration ###
# log4j.logger.org.alfresco.web.bean.TemplateMailHelperBean=debug
mail.host=10.10.12.102
mail.port=25
mail.username=plume\alfresco
mail.password=alfresco
mail.encoding=UTF-8
mail.from.default=alfresco@plume.fr
mail.smtp.auth=true

# use these properties to send test message during start of subsystem
mail.testmessage.send=true
mail.testmessage.to=alfresco@plume.fr
mail.testmessage.subject=Outbound SMTP
mail.testmessage.text=The Outbound SMTP email subsystem is working.

#CIFS Configuration
cifs.enabled=true
</blockcode>

My logs—————————————

localhost.2014-06-02.log
<blockcode>
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: Destroying Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: destroy called
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
juin 02, 2014 3:28:50 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
juin 02, 2014 3:29:05 PM org.apache.catalina.core.ApplicationContext log
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
juin 02, 2014 3:29:05 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
</blockcode>

catalina.2014-06-02.log {end extract}

<blockcode>
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@444963b6]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2e3164c0]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2ccd90f1]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6be6d531]) and a value of type [org.mozilla.javascript.NativeObject] (value [[object Object]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.XmlBeans$1] (value [org.apache.xmlbeans.XmlBeans$1@6a0d90c4]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@e03de8f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7fb6bb4e]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5563da44]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.impl.store.CharUtil$1] (value [org.apache.xmlbeans.impl.store.CharUtil$1@35c33f63]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@20088579]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.policy.BaseBehaviour.StackThreadLocal] (value [org.alfresco.repo.policy.BaseBehaviour$StackThreadLocal@4287478f]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@11db055f]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@423da921]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5e2ad780]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl$1] (value [org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl$1@cff7d4f]) and a value of type [java.util.ArrayList] (value [[java.lang.ref.SoftReference@f72db5d]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@c8ad56d]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@3d9fbe97]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7dd1f62d]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@637944e3]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1a54cd3c]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@356e2ba5]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@158faa95]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@53f3790a]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.tagging.TagScopePropertyMethodInterceptor$1] (value [org.alfresco.repo.tagging.TagScopePropertyMethodInterceptor$1@b082742]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@444963b6]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2e3164c0]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2ccd90f1]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6be6d531]) and a value of type [org.mozilla.javascript.NativeObject] (value [[object Object]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.XmlBeans$1] (value [org.apache.xmlbeans.XmlBeans$1@6a0d90c4]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@4299cb1c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7fb6bb4e]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@7ea3b53c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@2dcfb718]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@1ffda027]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@441d70d9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@68dbd97e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@39a414fa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6.
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
juin 02, 2014 3:26:39 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2882 ms
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Alfresco\tomcat\conf\Catalina\localhost\solr.xml
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
juin 02, 2014 3:26:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\alfresco.war de l'application web
juin 02, 2014 3:27:01 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
juin 02, 2014 3:28:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\share.war de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\host-manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\ROOT de l'application web
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 145289 ms
</blockcode>

alfrescotomcat-stderr.2014-06-02.log

<blockcode>

2014-06-02 15:26:37 Commons Daemon procrun stderr initialized
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6.
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
juin 02, 2014 3:26:39 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2882 ms
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Alfresco\tomcat\conf\Catalina\localhost\solr.xml
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
juin 02, 2014 3:26:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\alfresco.war de l'application web
juin 02, 2014 3:27:01 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
juin 02, 2014 3:28:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\share.war de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\host-manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\ROOT de l'application web
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 145289 ms
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy
INFO: Processing resource c5ed5394-1f53-4884-aaac-0fb9ea8e5a66activitiAdhoc.png
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy
INFO: Processing resource c5ed5394-1f53-4884-aaac-0fb9ea8e5a66bpmn20.xml
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefinitionsAttributes
INFO: XMLSchema currently not supported as typeLanguage
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefinitionsAttributes
INFO: XPath currently not supported as expressionLanguage
</blockcode>

localhost_access_log.2014-06-02.txt {end extract}

<blockcode>
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/page/dologout HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:43 -0400] "DELETE /alfresco/s/api/login/ticket/TICKET_f04319bf5af553cf9d21bf1173cc3f312ae142ea?alf_ticket=TICKET_f04319bf5af553cf9d21bf1173cc3f312ae142ea HTTP/1.1" 200 422
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share HTTP/1.1" 302 -
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/ HTTP/1.1" 302 -
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/page/ HTTP/1.1" 200 10405
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:45 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:45 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "POST /share/page/dologin HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "POST /alfresco/s/api/login HTTP/1.1" 200 90
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/page/ HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "GET /alfresco/s/webframework/content/metadata?user=admin&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 2607
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "GET /alfresco/s/api/people/admin/preferences?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 168
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/page/user/admin/dashboard HTTP/1.1" 200 57072
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/service/messages_6dc7566b1764a7bbc5d9c51e7ce1dcb.js?locale=fr_FR HTTP/1.1" 200 78775
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/header/header_1441ffa29f9da23eccc651d3bfaa48f0.js HTTP/1.1" 200 5152
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/js/alfresco_4ac176afc38289015e7e6db3e51351.js HTTP/1.1" 200 108918
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/create-site_bbf9d23662a7a50b4b179e8759a9.js HTTP/1.1" 200 5810
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/header/sites_bed5edd74497ac9c519bec978c17c6d7.js HTTP/1.1" 200 3281
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/about-share_d0b84fe33ffd84c171c0c8143914a0ee.js HTTP/1.1" 200 1925
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/dynamic-welcome_1c9f18c8ff4e39b5b7326e8c2ecf66b9.js HTTP/1.1" 200 2147
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/my-tasks_68c88eb7e0557a8d82ad0965d90949b.js HTTP/1.1" 200 5931
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/delete-site_5be63da4b147637953acc81371068e5.js HTTP/1.1" 200 3028
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/workflow/workflow-actions_89ab5f3ef5646cb0ff50af5939163938.js HTTP/1.1" 200 3097
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/activities_51a4473825d0d5397c73e7214fb65442.js HTTP/1.1" 200 5266
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/my-documents_74f2d3b0bab287752165ab20e68821b2.js HTTP/1.1" 200 1881
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/js/yui-common_84ca7eecae18d3abf59034e15736d3a5.js HTTP/1.1" 200 584519
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/editors/tiny_mce/tiny_mce.js?checksum=52595078cea41b5c50f762a3034e37 HTTP/1.1" 200 220722
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/dashlets/my-sites_565060e5f65baf97ac7d4bb7f05568e1.js HTTP/1.1" 200 9076
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/change-password.png HTTP/1.1" 200 520
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/help.png HTTP/1.1" 200 615
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/logout.png HTTP/1.1" 200 500
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/my-profile.png HTTP/1.1" 200 681
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/themes/greenTheme/yui/assets/menu-button-arrow.png HTTP/1.1" 200 173
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/search-menu.png HTTP/1.1" 200 571
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/my-dashboard.png HTTP/1.1" 200 3351
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/sites.png HTTP/1.1" 200 3525
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/people.png HTTP/1.1" 200 3383
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/repository.png HTTP/1.1" 200 545
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/more.png HTTP/1.1" 200 417
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/api/people/admin/sites?roles=user&size=100 HTTP/1.1" 200 505
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/people/admin/sites?roles=user&size=100&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 517
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&exclude=wcmwf:*&skipCount=0&maxItems=50 HTTP/1.1" 200 2058
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&exclude=wcmwf:*&skipCount=0&maxItems=50&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 2070
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/slingshot/doclib/doclist/documents/node/alfresco/sites/home?max=50&filter=recentlyModifiedByMe&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 396
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/sites/home?max=50&filter=recentlyModifiedByMe HTTP/1.1" 200 384
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/people/admin/preferences?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 168
127.0.0.1 - CN=Alfresco Repository, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:52 -0400] "POST /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=500&df=TEXT&start=0&locale=fr_FR&sort=%40cm%3Amodified+desc&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON HTTP/1.1" 200 102
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/activities/feed/user?format=json&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 13
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/service/modules/header/sites?htmlid=global_x002e_header_x0023_default-app_sites HTTP/1.1" 200 1829
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "POST /alfresco/s/api/sites/query?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 16
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/service/components/dashlets/activities/list?site=&mode=user&dateFilter=7&userFilter=all&activityFilter= HTTP/1.1" 200 -
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "POST /alfresco/s/api/sites/query?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 16
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:00 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:00 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:15 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:15 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:30 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:30 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
</blockcode>

My logs—————————————

localhost.2014-06-02.log
<blockcode>
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: Destroying Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: destroy called
juin 02, 2014 3:26:32 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
juin 02, 2014 3:28:50 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
juin 02, 2014 3:29:05 PM org.apache.catalina.core.ApplicationContext log
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
juin 02, 2014 3:29:05 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
</blockcode>

catalina.2014-06-02.log {end extract}

<blockcode>
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@444963b6]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2e3164c0]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2ccd90f1]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6be6d531]) and a value of type [org.mozilla.javascript.NativeObject] (value [[object Object]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.XmlBeans$1] (value [org.apache.xmlbeans.XmlBeans$1@6a0d90c4]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@e03de8f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7fb6bb4e]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5563da44]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.impl.store.CharUtil$1] (value [org.apache.xmlbeans.impl.store.CharUtil$1@35c33f63]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@20088579]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.policy.BaseBehaviour.StackThreadLocal] (value [org.alfresco.repo.policy.BaseBehaviour$StackThreadLocal@4287478f]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@11db055f]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@423da921]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5e2ad780]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl$1] (value [org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl$1@cff7d4f]) and a value of type [java.util.ArrayList] (value [[java.lang.ref.SoftReference@f72db5d]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@c8ad56d]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@3d9fbe97]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7dd1f62d]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@637944e3]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1a54cd3c]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@356e2ba5]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@158faa95]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@53f3790a]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.tagging.TagScopePropertyMethodInterceptor$1] (value [org.alfresco.repo.tagging.TagScopePropertyMethodInterceptor$1@b082742]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.alfresco.repo.security.authentication.AuthenticationUtil.ThreadLocalStack] (value [org.alfresco.repo.security.authentication.AuthenticationUtil$ThreadLocalStack@444963b6]) and a value of type [java.util.Stack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2e3164c0]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2ccd90f1]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6be6d531]) and a value of type [org.mozilla.javascript.NativeObject] (value [[object Object]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [org.apache.xmlbeans.XmlBeans$1] (value [org.apache.xmlbeans.XmlBeans$1@6a0d90c4]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@4299cb1c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7fb6bb4e]) and a value of type [org.alfresco.repo.web.scripts.RepositoryImageResolver$1] (value [org.alfresco.repo.web.scripts.RepositoryImageResolver$1@e8ed228]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [SolrTrackerScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/solr] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@64d2f167]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@7ea3b53c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@2dcfb718]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@1ffda027]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@441d70d9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@68dbd97e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/solr] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@54e6d4e7]) and a value of type [org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution[]] (value [[Lorg.alfresco.util.CachingDateFormat$SimpleDateFormatAndResolution;@39a414fa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:35 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6.
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
juin 02, 2014 3:26:39 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2882 ms
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Alfresco\tomcat\conf\Catalina\localhost\solr.xml
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
juin 02, 2014 3:26:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\alfresco.war de l'application web
juin 02, 2014 3:27:01 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
juin 02, 2014 3:28:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\share.war de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\host-manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\ROOT de l'application web
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 145289 ms
</blockcode>

alfrescotomcat-stderr.2014-06-02.log

<blockcode>

2014-06-02 15:26:37 Commons Daemon procrun stderr initialized
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6.
juin 02, 2014 3:26:38 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
juin 02, 2014 3:26:39 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:26:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2882 ms
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
juin 02, 2014 3:26:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Alfresco\tomcat\conf\Catalina\localhost\solr.xml
juin 02, 2014 3:26:40 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
juin 02, 2014 3:26:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\alfresco.war de l'application web
juin 02, 2014 3:27:01 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
juin 02, 2014 3:28:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive C:\Alfresco\tomcat\webapps\share.war de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\host-manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\manager de l'application web
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire C:\Alfresco\tomcat\webapps\ROOT de l'application web
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
juin 02, 2014 3:29:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
juin 02, 2014 3:29:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 145289 ms
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy
INFO: Processing resource c5ed5394-1f53-4884-aaac-0fb9ea8e5a66activitiAdhoc.png
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy
INFO: Processing resource c5ed5394-1f53-4884-aaac-0fb9ea8e5a66bpmn20.xml
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefinitionsAttributes
INFO: XMLSchema currently not supported as typeLanguage
juin 02, 2014 3:29:46 PM org.activiti.engine.impl.bpmn.parser.BpmnParse parseDefinitionsAttributes
INFO: XPath currently not supported as expressionLanguage
</blockcode>

localhost_access_log.2014-06-02.txt {end extract}

<blockcode>
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/page/dologout HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:43 -0400] "DELETE /alfresco/s/api/login/ticket/TICKET_f04319bf5af553cf9d21bf1173cc3f312ae142ea?alf_ticket=TICKET_f04319bf5af553cf9d21bf1173cc3f312ae142ea HTTP/1.1" 200 422
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share HTTP/1.1" 302 -
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/ HTTP/1.1" 302 -
10.10.12.56 - - [02/Jun/2014:16:05:43 -0400] "GET /share/page/ HTTP/1.1" 200 10405
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:45 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:45 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "POST /share/page/dologin HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "POST /alfresco/s/api/login HTTP/1.1" 200 90
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/page/ HTTP/1.1" 302 -
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "GET /alfresco/s/webframework/content/metadata?user=admin&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 2607
127.0.0.1 - - [02/Jun/2014:16:05:51 -0400] "GET /alfresco/s/api/people/admin/preferences?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 168
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/page/user/admin/dashboard HTTP/1.1" 200 57072
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/service/messages_6dc7566b1764a7bbc5d9c51e7ce1dcb.js?locale=fr_FR HTTP/1.1" 200 78775
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/header/header_1441ffa29f9da23eccc651d3bfaa48f0.js HTTP/1.1" 200 5152
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/js/alfresco_4ac176afc38289015e7e6db3e51351.js HTTP/1.1" 200 108918
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/create-site_bbf9d23662a7a50b4b179e8759a9.js HTTP/1.1" 200 5810
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/header/sites_bed5edd74497ac9c519bec978c17c6d7.js HTTP/1.1" 200 3281
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/about-share_d0b84fe33ffd84c171c0c8143914a0ee.js HTTP/1.1" 200 1925
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/dynamic-welcome_1c9f18c8ff4e39b5b7326e8c2ecf66b9.js HTTP/1.1" 200 2147
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/my-tasks_68c88eb7e0557a8d82ad0965d90949b.js HTTP/1.1" 200 5931
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/delete-site_5be63da4b147637953acc81371068e5.js HTTP/1.1" 200 3028
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/workflow/workflow-actions_89ab5f3ef5646cb0ff50af5939163938.js HTTP/1.1" 200 3097
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/activities_51a4473825d0d5397c73e7214fb65442.js HTTP/1.1" 200 5266
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/components/dashlets/my-documents_74f2d3b0bab287752165ab20e68821b2.js HTTP/1.1" 200 1881
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/js/yui-common_84ca7eecae18d3abf59034e15736d3a5.js HTTP/1.1" 200 584519
10.10.12.56 - - [02/Jun/2014:16:05:51 -0400] "GET /share/res/modules/editors/tiny_mce/tiny_mce.js?checksum=52595078cea41b5c50f762a3034e37 HTTP/1.1" 200 220722
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/dashlets/my-sites_565060e5f65baf97ac7d4bb7f05568e1.js HTTP/1.1" 200 9076
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/change-password.png HTTP/1.1" 200 520
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/help.png HTTP/1.1" 200 615
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/logout.png HTTP/1.1" 200 500
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/my-profile.png HTTP/1.1" 200 681
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/themes/greenTheme/yui/assets/menu-button-arrow.png HTTP/1.1" 200 173
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/search-menu.png HTTP/1.1" 200 571
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/my-dashboard.png HTTP/1.1" 200 3351
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/sites.png HTTP/1.1" 200 3525
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/people.png HTTP/1.1" 200 3383
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/repository.png HTTP/1.1" 200 545
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/res/components/images/header/more.png HTTP/1.1" 200 417
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/api/people/admin/sites?roles=user&size=100 HTTP/1.1" 200 505
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/people/admin/sites?roles=user&size=100&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 517
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&exclude=wcmwf:*&skipCount=0&maxItems=50 HTTP/1.1" 200 2058
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/task-instances?authority=admin&properties=bpm_priority,bpm_status,bpm_dueDate,bpm_description&exclude=wcmwf:*&skipCount=0&maxItems=50&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 2070
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/slingshot/doclib/doclist/documents/node/alfresco/sites/home?max=50&filter=recentlyModifiedByMe&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 396
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/sites/home?max=50&filter=recentlyModifiedByMe HTTP/1.1" 200 384
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/people/admin/preferences?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 168
127.0.0.1 - CN=Alfresco Repository, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:05:52 -0400] "POST /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=500&df=TEXT&start=0&locale=fr_FR&sort=%40cm%3Amodified+desc&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON HTTP/1.1" 200 102
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "GET /alfresco/s/api/activities/feed/user?format=json&alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 13
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/service/modules/header/sites?htmlid=global_x002e_header_x0023_default-app_sites HTTP/1.1" 200 1829
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "POST /alfresco/s/api/sites/query?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 16
10.10.12.56 - - [02/Jun/2014:16:05:52 -0400] "GET /share/service/components/dashlets/activities/list?site=&mode=user&dateFilter=7&userFilter=all&activityFilter= HTTP/1.1" 200 -
127.0.0.1 - - [02/Jun/2014:16:05:52 -0400] "POST /alfresco/s/api/sites/query?alf_ticket=TICKET_4a60eb528e9568fa388e509e9fe27f5549812214 HTTP/1.1" 200 16
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:00 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:00 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:15 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:15 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:30 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
127.0.0.1 - CN=Alfresco Repository Client, OU=Unknown, O=Alfresco Software Ltd., L=Maidenhead, ST=UK, C=GB [02/Jun/2014:16:06:30 -0400] "POST /alfresco/service/api/solr/modelsdiff HTTP/1.1" 200 211
</blockcode>

I read a part of "Configuring CIFS on Windows Server 2008 R2" <a href="http://docs.alfresco.com/4.1/tasks/fileserv-CIFS-WS2008R2.html">here</a> but I don't think my problem could resolve with this article, cause the article seems to mean a problem could be caused by the WINS server if it doesn't work correctly…With my configuration, I just can't connect as if my password wasn't the good, but it is!

nancygaillard
Champ on-the-rise
Champ on-the-rise
Thank you for your answer Smiley Happy
Perhaps people will find that funny… My alfresco doesn't work anymore and I think it is my fault.
On Windows Server 2008, with the same installation, I have exactly the same result. The difference is that I updated alfresco-globral.properties adding cifs.enabled=true and I tested the connection.

My authentification settings —————–
I just have defined the admin password when i was installing Alfresco.

alfresco-global.properties
<blockcode>

###############################
## Common Alfresco Properties #
###############################

dir.root=D:/Alfresco/alf_data

alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8080
alfresco.protocol=http

share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http

### database connection properties ###
db.driver=org.postgresql.Driver
db.username=alfresco
db.password=admin
db.name=alfresco
db.url=jdbcSmiley Tongueostgresql://localhost:5432/${db.name}

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=21

### RMI service ports ###
alfresco.rmi.services.port=50500
avm.rmi.service.port=0
avmsync.rmi.service.port=0
attribute.rmi.service.port=0
authentication.rmi.service.port=0
repo.rmi.service.port=0
action.rmi.service.port=0
deployment.rmi.service.port=0

### External executable locations ###
ooo.exe=C:/Alfresco/libreoffice/App/libreoffice/program/soffice.exe
ooo.enabled=true
ooo.port=8100
img.root=C:\\Alfresco\\imagemagick
img.coders=${img.root}\\modules\\coders
img.config=${img.root}\\config
img.gslib=${img.root}\\lib
img.exe=${img.root}\\convert.exe
swf.exe=C:/Alfresco/swftools/pdf2swf.exe
swf.languagedir=C:/Alfresco/swftools/japanese

jodconverter.enabled=false
jodconverter.officeHome=C:/Alfresco/libreoffice/App/libreoffice
jodconverter.portNumbers=8100

### Initial admin password ###
alfresco_user_store.adminpassword=209c6174da490caeb422f3fa5a7ae634

### E-mail site invitation setting ###
notification.email.siteinvite=true

### License location ###
dir.license.external=C:/Alfresco

### Solr indexing ###
index.subsystem.name=solr
dir.keystore=${dir.root}/keystore
solr.port.ssl=8443

### BPM Engine ###
system.workflow.engine.jbpm.enabled=false

authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad:ldap-ad

### Outbound Email Configuration ###
# log4j.logger.org.alfresco.web.bean.TemplateMailHelperBean=debug
mail.host=10.10.12.102
mail.port=25
mail.username=pisys\alfresco
mail.password=alfresco
mail.encoding=UTF-8
mail.from.default=alfresco@pisystems.fr
mail.smtp.auth=true

# use these properties to send test message during start of subsystem
mail.testmessage.send=true
mail.testmessage.to=alfresco@pisystems.fr
mail.testmessage.subject=Outbound SMTP
mail.testmessage.text=The Outbound SMTP email subsystem is working.

#CIFS Configuration
cifs.enabled=true
</blockcode>

nancygaillard
Champ on-the-rise
Champ on-the-rise
PS : I tested to connect myself with FTP with the same login and password, and it works.

mrogers
Star Contributor
Star Contributor
Your authentication chain is authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad:ldap-ad  

So I'd expect you to be able to authenticate with native alfresco (alfrescoNtlm)

I wouldn't expect you to be able to authenticate with CIFS via LDAP.

Really for CIFS you need kerberos.

nancygaillard
Champ on-the-rise
Champ on-the-rise
Ok thank you.
Now, I have subtituted this line for the following else :
authentication.chain=kerberos1:kerberos,alfrescoNtlm1:alfrescoNtlm,ldap-ad:ldap-ad

I am going to check if I have to change an other thing in my configuration

nancygaillard
Champ on-the-rise
Champ on-the-rise
I am reading the wiki on <a href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems">Alfresco Authentification Subsystems</a>

I would like to update alfresco-global.properties like this (replacing the authentification.chain line and adding other lines):
<blockcode>
##default—————–
#authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad:ldap-ad
##updated——————
authentication.chain=ldap-ad:ldap-ad,kerberos1:kerberos

#kerberos1
spnego.authentication.sso.enabled=false
kerberos.authentication.authenticateCIFS=true
#ldap1
ldap.authentication.active=false
ldap.synchronization.active=true
##———————–
</blockcode>

May Theses settings enable me to connect on Share and via FTP and CIFS? According to me, it is good.
Then, I think that I have to make a share-config-custom.xml. Is it correct?