After the configuration I have done, the edit online function works, I am able to open and save MS Office document directly from Alfresco.
But there is still a problem with the MS Word (in this case) "Save AS" function: when I try to save a document with another name, another type (.docx instead of .doc) or in another place I get the following message (more or less, it is a free translation from italian):
"Modifies have been registered but it was impossible to upload them due to an error. It could be possible upload the file using the Web page of the server. Save Copy".
Clicking on the icon "Upload failed" appeared at the right bottom of the word page it opens an information MS Word page BUT, more important, it sends the following error in both alfresco.log and catalina.out:
2015-05-20 14:34:33,818 WARN [org.alfresco.module.vti.web.actions.VtiSoapAction] [1919856525@qtp-598323383-7] Failure executing Vti request
org.alfresco.module.vti.web.ws.VtiSoapException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
at org.alfresco.module.vti.web.ws.GetVersionsEndpoint.executeVersionAction(GetVersionsEndpoint.java:57)
at org.alfresco.module.vti.web.ws.AbstractVersionEndpoint.execute(AbstractVersionEndpoint.java:85)
at org.alfresco.module.vti.web.actions.VtiSoapAction.execute(VtiSoapAction.java:84)
at org.alfresco.module.vti.web.VtiRequestDispatcher.executeAction(VtiRequestDispatcher.java:257)
at org.alfresco.module.vti.web.VtiRequestDispatcher.doActions(VtiRequestDispatcher.java:230)
at org.alfresco.module.vti.web.VtiRequestDispatcher.service(VtiRequestDispatcher.java:148)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1221)
at org.alfresco.module.vti.web.VtiFilter.doFilter(VtiFilter.java:192)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:945)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: org.alfresco.service.cmr.model.FileNotFoundException: prova/documentLibrary/Prova-1/pippoxx.doc
at org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler.getVersions(AlfrescoVersionsServiceHandler.java:131)
at org.alfresco.module.vti.web.ws.GetVersionsEndpoint.executeVersionAction(GetVersionsEndpoint.java:49)
… 22 more
Because it did not find the NEW document I would want write, I tried "Save as" specifying the name of an already EXISTING document and in this case "Save as" worked perfectly.
This behaviour seems to be a bug rather than a configuration error.
Is there someone who already faced this kind of issue who can give me some explanations?
Thanks.
Frank