cancel
Showing results for 
Search instead for 
Did you mean: 

'Notes' from Sharepoint/VTI module in logs

kbonnet
Champ in-the-making
Champ in-the-making
Does anyone know what's wrong if VTI/Sharepoint is logging:


2012-10-19 12:37:10,075  INFO  [vti.web.VtiRequestDispatcher] [947746893@qtp-614478165-1] Note - no handler was found for HEAD to uri='/training/documentLibrary/Kfjvhflkfjdsf.docx'
2012-10-19 12:37:13,029  INFO  [vti.web.VtiRequestDispatcher] [947746893@qtp-614478165-1] Note - no handler was found for GET to uri='/training/documentLibrary/Kfjvhflkfjdsf.docx'

This is for every action and appearantly on a document. I'm running VTI behind a Apache reverse proxy that does SSL for me.

The code says


        if (targetAction != null)
        {
            executeAction(httpRequest, httpResponse, targetAction);
        }
        else
        {
            if (logger.isInfoEnabled())
            {
                logger.info("Note - no handler was found for " + httpRequest.getMethod() +
                      " to uri='" + uri + "'");
            }
        }
(http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/sharepoint/amp/source/...)

So, it seems like nothing is being done. But my Sharepoint functionality works well, except for some Windows 7/2008 messages about multiple connections. I'm seeing if these two facts are related.

Thanks for any help

Koen
1 REPLY 1

aweber1nj
Champ in-the-making
Champ in-the-making
Just started noticing these messages in my 4.0.e log, yet it appears we can edit our MS Office content just fine.

Did you ever find out what is causing these messages and whether they can safely be ignored?

Thanks,
AJ