cancel
Showing results for 
Search instead for 
Did you mean: 

LibreOffice Online Edit Module Installation Question

steelboots
Champ in-the-making
Champ in-the-making
I'm trying to install the LibreOffice Online Edit Module
http://addons.alfresco.com/addons/libreoffice-online-edit-module

I'm very new to Alfresco (4.2.c community edition) and have only really downloaded the newest version. I want to install this module, but the directions on GitHub are not clear for a complete beginner. If it were a matter of downloading an amp file, stopping Alfresco, putting the amp file in the amps or amps-share folder, and running the apply_amps.bat, then this wouldn't be too much trouble. I've downloaded the master.zip folder, but I don't know where to put anything. I also don't see an AMP files in there.

Any help is greatly appreciated.
22 REPLIES 22

valfontanette
Champ in-the-making
Champ in-the-making
Hi everyone,

I had installed alfresco 5.0.a and yesterday I installed libreoffice in my server and installed the libreoffice edit online add-on.
It seems to work fine. I can not edit online but I can open .doc, .docx documents.
In the momment I was installing this module asks for cleaning the folders webapp/share and work/Catalina. It creates everything again.
I did that. And libreoffice is working.

Then I did all my customizing issues in the webapp/share folders again. Now I keep getting these error messages: every 1 or 2 minutes




13:06:24,567 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-71] Exception from executeScript - redirecting to status template error: 00260083 00260672 Acesso negado.  Você não tem as permissões apropriadas para executar essa operação.
org.springframework.extensions.webscripts.WebScriptException: 00260083 00260672 Acesso negado.  Você não tem as permissões apropriadas para executar essa operação.
   at org.alfresco.repo.web.scripts.content.ContentGet.streamContentLocal(ContentGet.java:216)
   at org.alfresco.repo.web.scripts.content.ContentGet.execute(ContentGet.java:180)
   at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:426)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:454)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:495)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:563)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:343)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:378)
   at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
   at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
   at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
   at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
   at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2441)
   at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2430)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)





Until now I haven´t had no problem logging and using alfresco. I have tested as admin and normal users. But, as the error is a denied access I am kind worry my costumers coudn´t access their documents.

Does anyone has a clue what is this? Is that releated to some file that was recreated by libreoffice instalation?

Thanks a lot

Does anyone has a clue about this???

jdangosto
Champ in-the-making
Champ in-the-making
Hi Marcus, Congrats for the Haddon and for share it.

I use Alfresco 4.2.c

I can see the edit in libreoffice in document action but have error massage :
the repository url could not be found in configuration !

<alfresco-config>
<!– Repository Library config section –>

   <config evaluator="string-compare" condition="RepositoryLibrary" replace="true">

        <libreoffice-cmis-base-url>http://localhost:8080/alfresco/cmisatom</libreoffice-cmis-base-url></libreoffice-cmis-base-url>

        <visible>true</visible>

   </config>

………….


First I probed this url http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom but doesn't work so I decided changed

Can you tell me how I can solve it?

Thanks in advanced!

Best Regards
Jesus