<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Startup Error &amp;quot;Unable to start JodConverter library&amp;quot; in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133755#M36015</link>
    <description>&lt;P&gt;Couple of things to try.&lt;/P&gt;
&lt;P&gt;1- You are using early access version of acs, i would suggest to use the latest stable version :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://download.alfresco.com/cloudfront/release/community/201911-GA-build-368/alfresco-content-services-community-distribution-6.2.0-ga.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://download.alfresco.com/cloudfront/release/community/201911-GA-build-368/alfresco-content-services-community-distribution-6.2.0-ga.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2-&amp;nbsp;&lt;SPAN&gt;LibreOffice v6.3.5 is the supported version for ACS 6.x as per the&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html&lt;/A&gt; , I would suggest to install the version as stated in the supported platform.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;You can download from here:&lt;/U&gt; &lt;A href="https://downloadarchive.documentfoundation.org/libreoffice/old/6.3.5.2/rpm/x86_64/LibreOffice_6.3.5.2_Linux_x86-64_rpm.tar.gz" target="_blank" rel="noopener nofollow noreferrer"&gt;https://downloadarchive.documentfoundation.org/libreoffice/old/6.3.5.2/rpm/x86_64/LibreOffice_6.3.5.2_Linux_x86-64_rpm.tar.gz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3- Make sure installation path is correctly set in alfresco-global.properties file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4- Although it is possible to use/start both 'OOoDirect' and 'OOoJodConverter' both (As you are doing as per your alfresco-global.properties), i would suggest to use just 'OOoJodConverter'.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alfresco recommends that you enable only one at a time. To take advantage of the stability and performance benefits of the OOoJodconverter subsystem,&amp;nbsp; ensure that you disable OOoDirect and enable OOoJodConverter using the following properties in the alfresco-global.properties file: &lt;EM&gt;ooo.enabled=false and jodconverter.enabled=true&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;ooo.exe=/opt/alfresco-community62ga/libreoffice/program/soffice.bin
&lt;STRONG&gt;ooo.enabled=false
&lt;/STRONG&gt;ooo.port=8100
&lt;STRONG&gt;jodconverter.enabled=true
&lt;/STRONG&gt;jodconverter.officeHome=/opt/alfresco-community62ga/libreoffice
jodconverter.portNumbers=8100&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;5- Make sure that&amp;nbsp;&lt;EM&gt;libreoffice &lt;/EM&gt;is having apropriate permissions for the user you are using to start alfresco. Make sure they have read and execute access (r-x)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;6- And lastly, make sure the port you are using is not already occupied.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 16:00:14 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-01-19T16:00:14Z</dc:date>
    <item>
      <title>Alfresco Startup Error "Unable to start JodConverter library"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133754#M36014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are getting the following exception whenever we start alfresco server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We already added the following libraries in ubuntu as suggested in different discussions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ubuntu 20.10&lt;/P&gt;&lt;P&gt;Alfresco &lt;SPAN&gt;6.0.2.1-ea&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Libraries Installed:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get update -y&lt;BR /&gt;apt-get install -y libcairo2&lt;BR /&gt;sudo apt-get install libdbus-glib-1-2&lt;BR /&gt;sudo apt-get install libxrender1 libsm-dev libice-dev libxext-dev libxinerama-dev fontconfig-config libfontconfig1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;alfresco-global.properties configurations:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ooo.exe=/opt/alfresco-community/libreoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=9100&lt;BR /&gt;img.root=/opt/alfresco-community/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;alfresco-pdf-renderer.root=/opt/alfresco-community/common/alfresco-pdf-renderer&lt;BR /&gt;alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer&lt;/P&gt;&lt;P&gt;jodconverter.enabled=true&lt;BR /&gt;jodconverter.officeHome=/opt/alfresco-community/libreoffice&lt;BR /&gt;jodconverter.portNumbers=9100&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exception:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Jan 15, 2021 10:43:10 AM org.artofsolving.jodconverter.office.OfficeProcess start&lt;BR /&gt;INFO: Using original OpenOffice command: [/opt/alfresco-community/libreoffice/program/soffice.bin, -accept=socket,host=127.0.0.1,port=9100;urp;, -env:UserInstallation=file:///opt/alfresco-community/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-9100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]&lt;BR /&gt;Jan 15, 2021 10:43:10 AM org.artofsolving.jodconverter.office.OfficeProcess start&lt;BR /&gt;INFO: starting process with acceptString 'socket,host=127.0.0.1,port=9100,tcpNoDelay=1' and profileDir '/opt/alfresco-community/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-9100'&lt;BR /&gt;Jan 15, 2021 10:43:10 AM org.artofsolving.jodconverter.office.OfficeProcess start&lt;BR /&gt;INFO: started process; pid = 1360&lt;BR /&gt;2021-01-15 10:43:10,436 ERROR [repo.content.JodConverterSharedInstance] [localhost-startStop-1] Unable to start JodConverter library. The following error is shown for informational purposes only.&lt;BR /&gt;org.artofsolving.jodconverter.office.OfficeException: failed to start and connect&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:62)&lt;BR /&gt;at org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:96)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessPoolOfficeManager.java:60)&lt;BR /&gt;at org.alfresco.repo.content.JodConverterSharedInstance.afterPropertiesSet(JodConverterSharedInstance.java:352)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:521)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)&lt;BR /&gt;at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)&lt;BR /&gt;at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:938)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)&lt;BR /&gt;at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ApplicationContextState.start(ChildApplicationContextFactory.java:824)&lt;BR /&gt;at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:1098)&lt;BR /&gt;at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:637)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:214)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:185)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:954)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)&lt;BR /&gt;at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)&lt;BR /&gt;at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5110)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5633)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1015)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:991)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:712)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:2002)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: java.util.concurrent.ExecutionException: org.artofsolving.jodconverter.office.OfficeException: could not establish connection&lt;BR /&gt;at java.util.concurrent.FutureTask.report(FutureTask.java:122)&lt;BR /&gt;at java.util.concurrent.FutureTask.get(FutureTask.java:206)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:60)&lt;BR /&gt;... 39 more&lt;BR /&gt;Caused by: org.artofsolving.jodconverter.office.OfficeException: could not establish connection&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:141)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(ManagedOfficeProcess.java:29)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOfficeProcess.java:56)&lt;BR /&gt;... 5 more&lt;BR /&gt;Caused by: org.artofsolving.jodconverter.office.OfficeException: connection failed: socket,host=127.0.0.1,port=9100,tcpNoDelay=1&lt;BR /&gt;at org.artofsolving.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:96)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedOfficeProcess.java:122)&lt;BR /&gt;at org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:34)&lt;BR /&gt;at org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:24)&lt;BR /&gt;at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:139)&lt;BR /&gt;... 7 more&lt;BR /&gt;Caused by: com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@5307ee67 is disposed&lt;BR /&gt;at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:699)&lt;BR /&gt;at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:620)&lt;BR /&gt;at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendInternalRequest(java_remote_bridge.java:666)&lt;BR /&gt;at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.getInstance(java_remote_bridge.java:567)&lt;BR /&gt;at org.artofsolving.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:84)&lt;BR /&gt;... 11 more&lt;BR /&gt;2021-01-15 10:43:10,486 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default] complete&lt;/P&gt;&lt;P&gt;&amp;nbsp;Your help is appreciated in resolving this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 18:48:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133754#M36014</guid>
      <dc:creator>kdineshbabu</dc:creator>
      <dc:date>2021-01-15T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Startup Error "Unable to start JodConverter library"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133755#M36015</link>
      <description>&lt;P&gt;Couple of things to try.&lt;/P&gt;
&lt;P&gt;1- You are using early access version of acs, i would suggest to use the latest stable version :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://download.alfresco.com/cloudfront/release/community/201911-GA-build-368/alfresco-content-services-community-distribution-6.2.0-ga.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://download.alfresco.com/cloudfront/release/community/201911-GA-build-368/alfresco-content-services-community-distribution-6.2.0-ga.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2-&amp;nbsp;&lt;SPAN&gt;LibreOffice v6.3.5 is the supported version for ACS 6.x as per the&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html&lt;/A&gt; , I would suggest to install the version as stated in the supported platform.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;You can download from here:&lt;/U&gt; &lt;A href="https://downloadarchive.documentfoundation.org/libreoffice/old/6.3.5.2/rpm/x86_64/LibreOffice_6.3.5.2_Linux_x86-64_rpm.tar.gz" target="_blank" rel="noopener nofollow noreferrer"&gt;https://downloadarchive.documentfoundation.org/libreoffice/old/6.3.5.2/rpm/x86_64/LibreOffice_6.3.5.2_Linux_x86-64_rpm.tar.gz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3- Make sure installation path is correctly set in alfresco-global.properties file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4- Although it is possible to use/start both 'OOoDirect' and 'OOoJodConverter' both (As you are doing as per your alfresco-global.properties), i would suggest to use just 'OOoJodConverter'.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alfresco recommends that you enable only one at a time. To take advantage of the stability and performance benefits of the OOoJodconverter subsystem,&amp;nbsp; ensure that you disable OOoDirect and enable OOoJodConverter using the following properties in the alfresco-global.properties file: &lt;EM&gt;ooo.enabled=false and jodconverter.enabled=true&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;ooo.exe=/opt/alfresco-community62ga/libreoffice/program/soffice.bin
&lt;STRONG&gt;ooo.enabled=false
&lt;/STRONG&gt;ooo.port=8100
&lt;STRONG&gt;jodconverter.enabled=true
&lt;/STRONG&gt;jodconverter.officeHome=/opt/alfresco-community62ga/libreoffice
jodconverter.portNumbers=8100&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;5- Make sure that&amp;nbsp;&lt;EM&gt;libreoffice &lt;/EM&gt;is having apropriate permissions for the user you are using to start alfresco. Make sure they have read and execute access (r-x)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;6- And lastly, make sure the port you are using is not already occupied.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 16:00:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133755#M36015</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-01-19T16:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Startup Error "Unable to start JodConverter library"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133756#M36016</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am trying same configuration with alfresco 7 zip installation but not working.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 09:34:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133756#M36016</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2021-06-12T09:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Startup Error "Unable to start JodConverter library"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133757#M36017</link>
      <description>&lt;P&gt;If you are trying to run legacy transformation services using ACS7 package, it was removed after ACS6. It was marked deprecated in earlier version.&lt;/P&gt;
&lt;P&gt;Take a look at this thread if you want to use local tranformation services:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186/highlight/true#M24293" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186/highlight/true#M24293&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 13:45:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-startup-error-quot-unable-to-start-jodconverter-library/m-p/133757#M36017</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-06-14T13:45:03Z</dc:date>
    </item>
  </channel>
</rss>

