cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community 5.0.c SPP online checkout doesn't work

thenetstriker
Champ in-the-making
Champ in-the-making
Since I've updated from Alfresco Community 5.0.b to 5.0.c I've got problems with the Sharepoint online checkout feature. I'am able to checkout a Word File, but after that I get errors when saving the working copy. In the alfresco Log I found the following errors:


17:29:25,578 INFO  [org.alfresco.module.vti.web.VtiRequestDispatcher] [210333355@qtp-90040430-0] Note - no handler was found for OPTIONS to uri='/spp/documentLibrary/'
17:29:25,938 INFO  [org.alfresco.module.vti.web.VtiRequestDispatcher] [210333355@qtp-90040430-0] Note - no handler was found for HEAD to uri='/spp/documentLibrary/Test.docx'


I've also traced the http requests using Fiddler and it seams as Word tries to lock the Test.docx after the checkout, but I should using the working copy of the file instead because the main file is locked.

How can I solve this problem?
2 REPLIES 2

thenetstriker
Champ in-the-making
Champ in-the-making
I've just enabled the vti debug log and found some more information about the error. It seams as the error occurs when MS Word tries to LOCK the file on the webdav share. Here is the log output:


13:30:26,801 DEBUG [org.alfresco.module.vti.handler] [1445462340@qtp-1420486188-2] Resolved file info for 'david/documentLibrary/Test.docx' is FileInfo[name=Test.docx, isFolder=false, nodeRef=workspace://SpacesStore/164a60f7-7a41-4224-b4bb-f35cff89c185]
13:30:26,811 DEBUG [org.alfresco.module.vti.handler] [1445462340@qtp-1420486188-2] Resolved file info for 'david/documentLibrary' is FileInfo[name=documentLibrary, isFolder=true, nodeRef=workspace://SpacesStore/148aad04-328b-47c3-8936-6903cd2a8471]
13:30:26,827 DEBUG [org.alfresco.module.vti.handler] [1445462340@qtp-1420486188-2] Resolved file info for 'david' is FileInfo[name=david, isFolder=true, nodeRef=workspace://SpacesStore/3ad4d4b9-8a05-4cdd-b42f-49a932d1e85b]
13:30:26,831 DEBUG [org.alfresco.module.vti.handler] [1445462340@qtp-1420486188-2] WebUrl: /alfresco/david, fileUrl: 'documentLibrary/Test.docx'
13:30:26,851 DEBUG [org.alfresco.module.vti.handler] [1445462340@qtp-1420486188-2] Resolved file info for 'david/documentLibrary/Test.docx' is FileInfo[name=Test.docx, isFolder=false, nodeRef=workspace://SpacesStore/164a60f7-7a41-4224-b4bb-f35cff89c185]
13:30:26,862 DEBUG [org.alfresco.module.vti.web.VtiFilter] [1445462340@qtp-1420486188-2] User was authenticated successfully
13:30:26,862 DEBUG [org.alfresco.module.vti.web.VtiFilter] [1445462340@qtp-1420486188-2] Return VTI answer for LOCK request
13:30:26,865 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] [1445462340@qtp-1420486188-2] Dispatching request, URI path: /alfresco/david/documentLibrary/Test.docx
13:30:26,865 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] [1445462340@qtp-1420486188-2] Find appropriate action by specific rules
13:30:26,865 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] [1445462340@qtp-1420486188-2] Action found for request
13:30:26,865 DEBUG [org.alfresco.module.vti.web.VtiRequestDispatcher] [1445462340@qtp-1420486188-2] Execute target action: VtiLockAction
13:30:26,957 DEBUG [org.alfresco.module.vti.web.actions.VtiWebDavAction] [1445462340@qtp-1420486188-2] HTTP Status Code: 400

platan
Champ in-the-making
Champ in-the-making
I got a similar problem, did you manage to solve the problem ?