05-18-2015 12:15 PM
I've just upgraded my Alfresco installation to version 5.0.d. With this version the problems with check-in function of the VTI module are fixed. I can now open my MS Word documents, check-out documents, edit them and check them in again without any problems. But there is a new error if I'am triying to browse all documents directly from Word:
- Start Word 2010 and click on file => open.
- Enter the base url of the VTI service. (e.g. https://server:7070/alfresco)
- The following error appears in Word:
HTTP ERROR 500
Problem accessing /alfresco/_vti_bin/owssvr.dll. Reason:
INTERNAL_SERVER_ERROR
Caused by:
java.lang.NullPointerException
at java.io.Reader.(Unknown Source)
at java.io.InputStreamReader.(Unknown Source)
at org.alfresco.module.vti.web.fp.FileOpenDialog.doExecute(FileOpenDialog.java:151)
at org.alfresco.module.vti.web.fp.AbstractMethod.execute(AbstractMethod.java:102)
at org.alfresco.module.vti.web.actions.VtiBinAction.processVtiMethod(VtiBinAction.java:128)
at org.alfresco.module.vti.web.actions.VtiBinAction.doGet(VtiBinAction.java:78)
at org.alfresco.module.vti.web.actions.VtiBaseAction.doGet(VtiBaseAction.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at org.alfresco.module.vti.web.actions.VtiBaseAction.execute(VtiBaseAction.java:230)
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.headerComplete(HttpConnection.java:928)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:713)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
How can I solve this error?
Edit: This seams to be the url word is calling: https://server:7070/alfresco/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.docx;*....
06-18-2015 08:51 AM
vti.server.port=7070
vti.server.external.host=<host>
vti.server.external.port=7070
vti.server.url.path.prefix=/alfresco
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.