cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED] NTLM Authentication on Share

jtp
Champ in-the-making
Champ in-the-making
I've got NTLM authentication and passthrough configured per the Labs3Stable PDF.  Logging in to the /Alfresco interface works great.  Going to /share causes a 500 server error.  The key line out of the error page seems to be this:

java.lang.IllegalArgumentException: UserId is mandatory.
   org.alfresco.connector.ConnectorService.getCredentialVault(ConnectorService.java:510)
   org.alfresco.connector.ConnectorService.getCredentialVault(ConnectorService.java:491)
   org.alfresco.web.site.FrameworkHelper.getCredentialVault(FrameworkHelper.java:296)
   org.alfresco.web.site.FrameworkHelper.getCredentialVault(FrameworkHelper.java:310)

I've got logging enabled on both interfaces, but nothing is logged when i try to access /share

Anyone have any ideas on what might be off?
39 REPLIES 39

kevinr
Star Contributor
Star Contributor
FYI if you don't fancy pulling the latest web-framework code from SVN and building it to get the patched class, i have made it available here:
http://wiki.alfresco.com/w/images/2/2c/WebFrameworkConnectorProvider_Share_NTLMfix_Labs3E.zip

You will need to patch it into your alfresco-web-framework.jar here:
\alfresco-labs-tomcat-3Stable\tomcat\webapps\share\WEB-INF\lib\alfresco-web-framework.jar

Hope this helps Smiley Happy

Kev

ivan_plestina
Champ in-the-making
Champ in-the-making
Class file works great with Alfresco 3 Stable (3D, build 1526). You might consider attaching it to JIRA ticket too.

Thanks Kevin!

jtp
Champ in-the-making
Champ in-the-making
Works for me too!  Thanks Kev.  Points assigned.  I'll modify the title to reflect the fix.

I appreciate you packaging up that class so I can fix it without a lot of trouble.

netruner
Champ in-the-making
Champ in-the-making
I am sorry to be such a newbie here but how do you patch it in?
I am fighting the share side with NTLM and found this post but have no experience with java stuff - any help would be most appreciated!!!!!!

jtp
Champ in-the-making
Champ in-the-making
A .jar is just a .zip file.  Used your zip tool to open it and drop in the class posted earlier.  The tricky thing is making sure it retains the correct path information.

netruner
Champ in-the-making
Champ in-the-making
A .jar is just a .zip file.  Used your zip tool to open it and drop in the class posted earlier.  The tricky thing is making sure it retains the correct path information.

OK
My directory is C:\Alfresco\tomcat\webapps\share\WEB-INF\lib
I have extracted the file WebFrameworkConnectorProvider_new.class
there but it did not help still getting 404 on the share.
should it be extracted to C:\Alfresco\tomcat\webapps\share\WEB-INF\classes\alfresco? or C:\Alfresco\tomcat\webapps\share\WEB-INF\classes\??

Sorry to be a pain!



AHHHHH HAAAAA!!!! Got it - I think! I opened the jar and put the class into it - following the path and rezipped the jar!
Thank you!!!!

netruner
Champ in-the-making
Champ in-the-making
Ahhhhh no I dont got it - well partially - the above fixed NTLM access to explorer but share is still giving me a 404 error page not found - I have completed the CIFS setup from pg 56 of the install and configure Lab 3 Stable (yes that is what I am using) to no avail - the odd thing is I am also getting an error that refers to needing MD4 but my Active Directory  accepts Simple Auth or MD5

I have hilited the Cifs Errors that I see below
Also this error showed up after I unsuccessfully tried to move the repository to a mapped share

Here is my Tomcat Log-
Apr 6, 2009 4:23:48 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Apr 6, 2009 4:23:48 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1505 ms
Apr 6, 2009 4:23:48 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 6, 2009 4:23:48 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Apr 6, 2009 4:23:48 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
Apr 6, 2009 4:23:53 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.
16:24:37,538  INFO  [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
16:25:03,225  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
16:25:05,116  INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
16:25:09,600 UserSmiley Frustratedystem WARN  [node.index.FullIndexRecoveryComponent] The indexes are not synchronized with the database.
16:25:11,553 UserSmiley Frustratedystem INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data
16:25:11,632 UserSmiley Frustratedystem INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
16:25:12,178 UserSmiley Frustratedystem INFO  [admin.patch.PatchExecuter] No patches were required.
16:25:12,178 UserSmiley Frustratedystem INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
16:25:12,694 UserSmiley Frustratedystem ERROR [smb.protocol.auth] No valid CIFS authentication combination available
16:25:12,694 UserSmiley Frustratedystem ERROR [smb.protocol.auth] Either enable Kerberos support or use an
authentication component that supports MD4 hashed passwords
16:25:12,694 UserSmiley Frustratedystem ERROR [alfresco.smb.protocol] CIFS server configuration error, Invalid CIFS authenticator configuration
org.alfresco.error.AlfrescoRuntimeException: Invalid CIFS authenticator configuration

        at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.initialize(EnterpriseCifsAuthenticator.java:389)
        at org.alfresco.jlan.smb.server.CIFSConfigSection.setAuthenticator(CIFSConfigSection.java:607)
        at org.alfresco.filesys.ServerConfigurationBean.processCIFSServerConfig(ServerConfigurationBean.java:881)
        at org.alfresco.filesys.ServerConfigurationBean.init(ServerConfigurationBean.java:546)
        at org.alfresco.filesys.ServerConfigurationBean.onApplicationEvent(ServerConfigurationBean.java:3098)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
16:25:13,538 UserSmiley Frustratedystem INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_12-b04; maximum heap size 506.313MB
16:25:13,538 UserSmiley Frustratedystem INFO  [service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (Stable 1526) schema 1002 - Installed versi
on 3.0.0 (Stable 1526) schema 1002
Apr 6, 2009 4:25:48 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
16:25:58,241  INFO  [site.servlet.NTLMAuthenticationFilter] NTLMAuthenticationFilter initialised.
Apr 6, 2009 4:25:58 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Apr 6, 2009 4:25:58 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/share] startup failed due to previous errors
Apr 6, 2009 4:25:58 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive studio.war
16:26:04,523  INFO  [web.scripts.DeclarativeRegistry] Registered 67 Web Scripts(+0 failed), 71 URLs
16:26:04,523  INFO  [web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 623.6371ms)
16:27:06,414  INFO  [web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
16:27:06,414  INFO  [web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 61858.34ms)
16:27:06,539  INFO  [web.site.FrameworkHelper] Successfully Initialized Web Framework
Apr 6, 2009 4:27:06 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 6, 2009 4:27:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 198306 ms


This is my Alfresco Log

08:03:05,806 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
08:03:32,713 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
08:03:34,572 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
08:03:40,416 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data
08:03:40,463 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
08:03:40,963 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
08:03:40,978 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
08:03:41,260 ERROR [org.alfresco.smb.protocol.auth] No valid CIFS authentication combination available
08:03:41,260 ERROR [org.alfresco.smb.protocol.auth] Either enable Kerberos support or use an authentication component that supports MD4 hashed passwords
08:03:41,275 ERROR [org.alfresco.smb.protocol] CIFS server configuration error, Invalid CIFS authenticator configuration
org.alfresco.error.AlfrescoRuntimeException: Invalid CIFS authenticator configuration
   at org.alfresco.filesys.auth.cifs.EnterpriseCifsAuthenticator.initialize(EnterpriseCifsAuthenticator.java:389)
   at org.alfresco.jlan.smb.server.CIFSConfigSection.setAuthenticator(CIFSConfigSection.java:607)
   at org.alfresco.filesys.ServerConfigurationBean.processCIFSServerConfig(ServerConfigurationBean.java:881)
   at org.alfresco.filesys.ServerConfigurationBean.init(ServerConfigurationBean.java:546)
   at org.alfresco.filesys.ServerConfigurationBean.onApplicationEvent(ServerConfigurationBean.java:3098)
   at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
   at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
   at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:516)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
08:03:41,760 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_12-b04; maximum heap size 506.313MB
08:03:41,760 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (Stable 1526) schema 1002 - Installed version 3.0.0 (Stable 1526) schema 1002
08:04:24,745 INFO  [org.alfresco.web.site.servlet.NTLMAuthenticationFilter] NTLMAuthenticationFilter initialised.
08:04:30,588 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
08:04:30,604 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 641.6925ms)
08:05:32,636 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
08:05:32,636 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 62005.156ms)
08:05:32,730 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework

Sorry I am not more java capable. Appreciate any help available

jtp
Champ in-the-making
Champ in-the-making
I have that same cifs error when using NTLM.  That's not what caused Share to fail.  Looks like something was off on the filter configured in share to cause it to fail.
There are many, many posts about ntlm and cifs together in this forum that may be more helpful than this one.

netruner
Champ in-the-making
Champ in-the-making
Thanks for your reply - I did see in the tomcat the reference to the filter being bad And I assume it is the referenced above the fialure error -

16:25:58,241  INFO  [site.servlet.NTLMAuthenticationFilter] NTLMAuthenticationFilter initialised.
Apr 6, 2009 4:25:58 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart

I was a little confused about which web.xml to modify and I used the c:\alfresco\tomcat\webapps\share\WEB-INF\web.xml and the following out of the 3.0 Configuring NTLM
Wiki write up which wanted this
  <filter>
     <filter-name>Authentication Filter</filter-name>
     <filter-class>org.alfresco.web.app.servlet.NTLMAuthenticationFilter</filter-class>
  </filter>
in place of the other one.
What do I do to get the filter working???

jservajean
Confirmed Champ
Confirmed Champ

My auth chain is made of alfrescoNtlm+passthru+ldap sync with NTLM SSO enabled.
It turns out a few webscripts don't work with this configuration, for example the calendar iCal stream : when I try to get the file, I get a spring surf error saying :

<table>

            <tr><td><b>500 Description:</b></td><td> An error inside the HTTP server which prevented it from fulfilling the request.</td></tr>

            <tr><td> </td></tr>

            <tr><td><b>Message:</b></td><td>Unable to do backend call. status: 401, response: &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

   &lt;head&gt;

      &lt;title&gt;Web Script Status 401 - Unauthorized&lt;/title&gt;

      &lt;link rel=&quot;stylesheet&quot; href=&quot;/alfresco/css/webscripts.css&quot; type=&quot;text/css&quot; /&gt;

   &lt;/head&gt;

   &lt;body&gt;

      &lt;div&gt;

         &lt;table&gt;

            &lt;tr&gt;

               &lt;td&gt;&lt;img src=&quot;/alfresco/images/logo/AlfrescoLogo32.png&quot; alt=&quot;Alfresco&quot; /&gt;&lt;/td&gt;

               &lt;td&gt;&lt;span class=&quot;title&quot;&gt;Web Script Status 401 - Unauthorized&lt;/span&gt;&lt;/td&gt;

            &lt;/tr&gt;

         &lt;/table&gt;

         &lt;br/&gt;

         &lt;table&gt;

            &lt;tr&gt;&lt;td&gt;The Web Script &lt;a href=&quot;%2Falfresco%2Fs%2Fcalendar%2FeventList-epaem-alfresco.ics%3Fsite%3Depaem-alfresco%26format%3Dcalendar&quot;&gt;/alfresco/s/calendar/eventList-epaem-alfresco.ics&lt;/a&gt; has responded with a status of 401 - Unauthorized.&lt;/td&gt;&lt;/tr&gt;

         &lt;/table&gt;

         &lt;br/&gt;

         &lt;table&gt;

            &lt;tr&gt;&lt;td&gt;&lt;b&gt;401 Description:&lt;/b&gt;&lt;/td&gt;&lt;td&gt; The request requires HTTP authentication.&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;b&gt;Message:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;101011479 Authentication failed for Web Script org/alfresco/slingshot/calendar/eventList.get&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;

   &lt;tr&gt;&lt;td&gt;&lt;b&gt;Exception:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;org.springframework.extensions.webscripts.WebScriptException - 101011479 Authentication failed for Web Script org/alfresco/slingshot/calendar/eventList.get&lt;/td&gt;&lt;/tr&gt;

   &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:345)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:378)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;javax.servlet.http.HttpServlet.service(HttpServlet.java:728)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;/td&gt;&lt;/tr&gt;

         &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;java.lang.Thread.run(Thread.java:724)&lt;/td&gt;&lt;/tr&gt;

   &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;b&gt;Server&lt;/b&gt;:&lt;/td&gt;&lt;td&gt;Enterprise v4.2.1 (r63452-b50) schema 6 052&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;:&lt;/td&gt;&lt;td&gt;10 nov. 2014 10:51:18&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;

            &lt;tr&gt;&lt;td&gt;&lt;b&gt;Diagnostics&lt;/b&gt;:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;/alfresco/s/script/org/alfresco/slingshot/calendar/eventList.get&quot;&gt;Inspect Web Script (org/alfresco/slingshot/calendar/eventList.get)&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

         &lt;/table&gt;

      &lt;/div&gt;

   &lt;/body&gt;

&lt;/html&gt;



</td></tr>

            <tr><td><b>Server</b>:</td><td>Spring WebScripts - v1.2.0 (Release 1392) schema 1 000</td></tr>

            <tr><td><b>Time</b>:</td><td>10 nov. 2014 10:51:18</td></tr>

            <tr><td></td><td> </td></tr>

            <tr><td><b>Diagnostics</b>:</td><td><a href="/share/page/script/org/alfresco/modules/calendar/ical/ical-feed.get">Inspect Web Script (org/alfresco/modules/calendar/ical/ical-feed.get)</a></td></tr>

         </table>

Any clue on how to get rid of that ?

(Environnement is : Alfresco 4.2.1 EE running on windows 2008R2)

Julien SERVAJEAN
REACTIS