<?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: log4j.properties ERROR with nuxeo-liveedit-ooo in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/log4j-properties-error-with-nuxeo-liveedit-ooo/m-p/313872#M873</link>
    <description>&lt;P&gt;This error disappears if you extract the log4j.properties file from the main jar within the extension (open it as a zip file) and put it in the directory where you start LibreOffice from. I guess it is used by developers to get more information about errors if they need it (goes then to nuxeo-liveedit-openoffice-extension.log in your temp dir). But your error most probably comes from something else.&lt;/P&gt;
&lt;P&gt;NB. I got that from reading
&lt;A href="https://fisheye.nuxeo.com/viewrep/desktop-integration-liveedit/nuxeo-liveedit-openoffice-extension/LiveEditOoo/src/main/java/org/nuxeo/liveedit/extension/ooo/CentralRegistrationClass.java?r=c95083645aa4bf59eadab6d061b3f1fc15cd9dff" target="test_blank"&gt;https://fisheye.nuxeo.com/viewrep/desktop-integration-liveedit/nuxeo-liveedit-openoffice-extension/LiveEditOoo/src/main/java/org/nuxeo/liveedit/extension/ooo/CentralRegistrationClass.java?r=c95083645aa4bf59eadab6d061b3f1fc15cd9dff&lt;/A&gt;
&lt;A href="http://www.docjar.org/html/api/org/apache/log4j/PropertyConfigurator.java.html" target="test_blank"&gt;http://www.docjar.org/html/api/org/apache/log4j/PropertyConfigurator.java.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Feb 2015 16:36:43 GMT</pubDate>
    <dc:creator>mdutoo</dc:creator>
    <dc:date>2015-02-18T16:36:43Z</dc:date>
    <item>
      <title>log4j.properties ERROR with nuxeo-liveedit-ooo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/log4j-properties-error-with-nuxeo-liveedit-ooo/m-p/313871#M872</link>
      <description>&lt;P&gt;I use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;nuxeo-liveedit-ooo 2.4&lt;/LI&gt;
&lt;LI&gt;ubuntu 13.04 (64 bits)&lt;/LI&gt;
&lt;LI&gt;libreOffice 4.0.2.2&lt;/LI&gt;
&lt;LI&gt;libreoffice-java-common installed&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When I try to install nuxeo-liveedit-ooo I have this error (in the console where I launch libreOffice) :&lt;/P&gt;
&lt;P&gt;log4j:ERROR Could not read configuration file [log4j.properties].
java.io.FileNotFoundException: log4j.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.&lt;INIT&gt;(FileInputStream.java:137)
at java.io.FileInputStream.&lt;INIT&gt;(FileInputStream.java:96)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:372)
at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:403)
at org.nuxeo.liveedit.extension.ooo.CentralRegistrationClass.getRegistrationClasses(CentralRegistrationClass.java:98)
at org.nuxeo.liveedit.extension.ooo.CentralRegistrationClass.__writeRegistryServiceInfo(CentralRegistrationClass.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.sun.star.comp.loader.JavaLoader.writeRegistryInfo(JavaLoader.java:410)&lt;/INIT&gt;&lt;/INIT&gt;&lt;/P&gt;
&lt;P&gt;Do you know how to workaround this error?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 18:02:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/log4j-properties-error-with-nuxeo-liveedit-ooo/m-p/313871#M872</guid>
      <dc:creator>Raymond_Bourges</dc:creator>
      <dc:date>2013-06-05T18:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: log4j.properties ERROR with nuxeo-liveedit-ooo</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/log4j-properties-error-with-nuxeo-liveedit-ooo/m-p/313872#M873</link>
      <description>&lt;P&gt;This error disappears if you extract the log4j.properties file from the main jar within the extension (open it as a zip file) and put it in the directory where you start LibreOffice from. I guess it is used by developers to get more information about errors if they need it (goes then to nuxeo-liveedit-openoffice-extension.log in your temp dir). But your error most probably comes from something else.&lt;/P&gt;
&lt;P&gt;NB. I got that from reading
&lt;A href="https://fisheye.nuxeo.com/viewrep/desktop-integration-liveedit/nuxeo-liveedit-openoffice-extension/LiveEditOoo/src/main/java/org/nuxeo/liveedit/extension/ooo/CentralRegistrationClass.java?r=c95083645aa4bf59eadab6d061b3f1fc15cd9dff" target="test_blank"&gt;https://fisheye.nuxeo.com/viewrep/desktop-integration-liveedit/nuxeo-liveedit-openoffice-extension/LiveEditOoo/src/main/java/org/nuxeo/liveedit/extension/ooo/CentralRegistrationClass.java?r=c95083645aa4bf59eadab6d061b3f1fc15cd9dff&lt;/A&gt;
&lt;A href="http://www.docjar.org/html/api/org/apache/log4j/PropertyConfigurator.java.html" target="test_blank"&gt;http://www.docjar.org/html/api/org/apache/log4j/PropertyConfigurator.java.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 16:36:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/log4j-properties-error-with-nuxeo-liveedit-ooo/m-p/313872#M873</guid>
      <dc:creator>mdutoo</dc:creator>
      <dc:date>2015-02-18T16:36:43Z</dc:date>
    </item>
  </channel>
</rss>

