<?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: How do I restore apt-get to proper working order after a failed install of Nuxeo? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320381#M7382</link>
    <description>&lt;P&gt;I had the same Problem with version 1.7 / 1.8 and wasn't able to just remove nuxeo.
The solution was to manually delete the nuxeo user before removing nuxeo:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo service nuxeo stop  
sudo sed -i '/^nuxeo/ d' /etc/passwd
sudo apt-get remove nuxeo
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 18 Feb 2016 15:00:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-18T15:00:16Z</dc:date>
    <item>
      <title>How do I restore apt-get to proper working order after a failed install of Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320378#M7379</link>
      <description>&lt;P&gt;I tried to install Nuxeo on my Ubuntu 12 server. I followed the instructions  posted at &lt;A href="http://doc.nuxeo.com/display/public/ADMINDOC/Installing+the+Nuxeo+Platform+on+Linux"&gt;http://doc.nuxeo.com/display/public/ADMINDOC/Installing+the+Nuxeo+Platform+on+Linux&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The instructions did not provide a warning that Java 7 is required. Generally with apt-get, required dependencies are installed. So I figured apt-get would just do its thing. Sadly I happen to  already have Java 6 installed. For some reason the Nuxeo install, via "apt-get install nuxeo" wasn't happy about that, reporting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Could not run configuration: Nuxeo requires Java {1.7} (detected 1.6.0_27).
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I now have two Java JDKs installed, both OpenJDK. But the default one is still Java 6. For example if I enter "java -version" I get:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.4)
OpenJDK Server VM (build 20.0-b12, mixed mode)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I tried to flat-out remove Java 6, with "apt-get remove openjdk-6-jdk" . But it seems that apt-get is now in some sort of limbo. It wants to complete the Nuxeo install, but it fails, with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Setting up nuxeo (5.9.1-01) ...
 * Starting Nuxeo

Could not run configuration: Nuxeo requires Java {1.7} (detected 1.6.0_27).  [fail]
invoke-rc.d: initscript nuxeo, action "start" failed.
dpkg: error processing nuxeo (--configure):
 subprocess installed post-installation script returned error exit status 6
Errors were encountered while processing:
 nuxeo
E: Sub-process /usr/bin/dpkg returned an error code (1)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So, does anyone know how to get apt-get "unstuck" ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:47:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320378#M7379</guid>
      <dc:creator>utopian</dc:creator>
      <dc:date>2014-01-13T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I restore apt-get to proper working order after a failed install of Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320379#M7380</link>
      <description>&lt;P&gt;sudo service nuxeo stop&lt;BR /&gt; /&amp;gt;
sudo apt-get remove nuxeo&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2014 00:27:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320379#M7380</guid>
      <dc:creator />
      <dc:date>2014-01-20T00:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I restore apt-get to proper working order after a failed install of Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320380#M7381</link>
      <description>&lt;P&gt;Oh, wow, I should have figured that out. Thanks for the clue.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2014 01:28:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320380#M7381</guid>
      <dc:creator>utopian</dc:creator>
      <dc:date>2014-01-20T01:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I restore apt-get to proper working order after a failed install of Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320381#M7382</link>
      <description>&lt;P&gt;I had the same Problem with version 1.7 / 1.8 and wasn't able to just remove nuxeo.
The solution was to manually delete the nuxeo user before removing nuxeo:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo service nuxeo stop  
sudo sed -i '/^nuxeo/ d' /etc/passwd
sudo apt-get remove nuxeo
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:00:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-restore-apt-get-to-proper-working-order-after-a-failed/m-p/320381#M7382</guid>
      <dc:creator />
      <dc:date>2016-02-18T15:00:16Z</dc:date>
    </item>
  </channel>
</rss>

