<?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: Nuxeo drive crashes on mac in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327061#M14062</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think the version you downloaded from Jenkins was from the master (~= development) branch, so it is not compatible with your server version.
You should:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Quit Drive&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Reset your local Nuxeo Drive configuration by running in a Terminal:&lt;/P&gt;
&lt;P&gt;rm -rf ~/.nuxeo-drive&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Install the latest version of Nuxeo Drive compatible with your server version:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Nuxeo 5.6:    &lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.6.0-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.6.0-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Nuxeo 5.8: &lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.8-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.8-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are using Nuxeo 5.9.3, then the client downloaded from the server once the nuxeo-drive marketplace package installed from &lt;A href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-drive?version=1.3.3"&gt;https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-drive?version=1.3.3&lt;/A&gt; should do.&lt;/P&gt;
&lt;P&gt;If you are using a Nuxeo 5.9.4-SNAPSHOT, then the client must be the one for the master branch downloaded from Jenkins (&lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-master-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-master-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;In any case, resetting Nuxeo Drive should do.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2014 16:37:17 GMT</pubDate>
    <dc:creator>ataillefer_</dc:creator>
    <dc:date>2014-06-02T16:37:17Z</dc:date>
    <item>
      <title>Nuxeo drive crashes on mac</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327060#M14061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Today I tried to update Nuxeo Drive to latest revision available on CI (using Github link). Client was unable to start.
So I decided to try and reinstall the original client I had downloaded from our Nuxeo instance. Unfortunately it just crashes with very few information. I also tried to restore the .app from Time Machine without any success.&lt;/P&gt;
&lt;P&gt;The only log available in console is
19/05/14 14:20:39,382 Nuxeo Drive[415]: Nuxeo Drive Error&lt;/P&gt;
&lt;P&gt;Once I've clicked on terminate button in popup window I received the following error message in log:
19/05/14 14:20:50,055 com.apple.launchd.peruser.501[174]: ([0x0-0x55055].org.nuxeo.drive[415]) Exited with code: 255&lt;/P&gt;
&lt;P&gt;System : OSX 10.8.5&lt;/P&gt;
&lt;P&gt;MBP Retina mi 2012&lt;/P&gt;
&lt;P&gt;Edit : Starting it in command line, I have the following message with version 1.3.0416 :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2014-05-19 14:57:00,646 692 140735274721664 INFO     alembic.migration  Context impl SQLiteImpl.
2014-05-19 14:57:00,646 692 140735274721664 INFO     alembic.migration  Will assume non-transactional DDL. Traceback (most recent call last):  
  File "/Applications/Nuxeo Drive.app/Contents/Resources/__boot__.py", line 43, in &amp;lt;module&amp;gt;
_run()  
  File "/Applications/Nuxeo Drive.app/Contents/Resources/__boot__.py", line 38, in _run
exec(compile(source, path, 'exec'), globals(), globals())
  File "/Applications/Nuxeo Drive.app/Contents/Resources/ndrive.py", line 6, in &amp;lt;module&amp;gt;
sys.exit(main())
  File "nxdrive/commandline.pyc", line 520, in main
  File "nxdrive/commandline.pyc", line 318, in handle
  File "nxdrive/controller.pyc", line 189, in __init__
  File "nxdrive/migration.pyc", line 18, in migrate_db
  File "nxdrive/migration.pyc", line 39, in upgrade
  File "nxdrive/migration.pyc", line 82, in run_migration
  File "&amp;lt;string&amp;gt;", line 7, in run_migrations
  File "alembic/environment.pyc", line 652, in run_migrations
  File "alembic/migration.pyc", line 210, in run_migrations
  File "nxdrive/migration.pyc", line 27, in upgrade
  File "alembic/script.pyc", line 179, in _upgrade_revs
  File "alembic/script.pyc", line 161, in _iterate_revisions
  File "alembic/script.pyc", line 104, in get_revision
alembic.util.CommandError: No such revision '511f0b83a413'
2014-05-19 14:57:00.722 Nuxeo Drive[692:707] Nuxeo Drive Error
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And this is what I have with latest revision 1.3.0519&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2014-05-19 15:20:10,968 838 140735274721664 INFO     nxdrive.controller nxdrive installed in '/Applications/Nuxeo Drive.app/Contents/Resources/lib/python2.7/site-packages.zip/nxdrive'
2014-05-19 15:20:10,968 838 140735274721664 INFO     nxdrive.controller nxdrive configured in '/Users/ange/.nuxeo-drive'
2014-05-19 15:20:10,996 838 140735274721664 INFO     alembic.migration  Context impl SQLiteImpl.
2014-05-19 15:20:10,997 838 140735274721664 INFO     alembic.migration  Will assume non-transactional DDL.
2014-05-19 15:20:11,014 838 140735274721664 WARNING  nxdrive.protocol_handler.darwin Cannot register 'nxdrive' scheme: missing OSX Foundation module
2014-05-19 15:20:12,080 838 140735274721664 ERROR    nxdrive.commandline Error executing 'launch': 'NuxeoDrive.GetClientUpdateInfo' is not a registered operations.
Traceback (most recent call last):
  File "nxdrive/commandline.pyc", line 341, in handle
  File "nxdrive/commandline.pyc", line 355, in launch
  File "nxdrive/gui/application.pyc", line 139, in __init__
  File "nxdrive/gui/application.pyc", line 155, in _refresh_update_status
  File "nxdrive/controller.pyc", line 254, in refresh_update_info
  File "nxdrive/controller.pyc", line 260, in _set_update_info
  File "nxdrive/client/remote_document_client.pyc", line 413, in get_update_info
  File "nxdrive/client/base_automation_client.pyc", line 267, in execute
  File "nxdrive/client/base_automation_client.pyc", line 487, in _check_params
ValueError: 'NuxeoDrive.GetClientUpdateInfo' is not a registered operations.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 May 2014 14:27:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327060#M14061</guid>
      <dc:creator>jba_</dc:creator>
      <dc:date>2014-05-19T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo drive crashes on mac</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327061#M14062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think the version you downloaded from Jenkins was from the master (~= development) branch, so it is not compatible with your server version.
You should:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Quit Drive&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Reset your local Nuxeo Drive configuration by running in a Terminal:&lt;/P&gt;
&lt;P&gt;rm -rf ~/.nuxeo-drive&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Install the latest version of Nuxeo Drive compatible with your server version:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Nuxeo 5.6:    &lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.6.0-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.6.0-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Nuxeo 5.8: &lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.8-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-5.8-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are using Nuxeo 5.9.3, then the client downloaded from the server once the nuxeo-drive marketplace package installed from &lt;A href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-drive?version=1.3.3"&gt;https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-drive?version=1.3.3&lt;/A&gt; should do.&lt;/P&gt;
&lt;P&gt;If you are using a Nuxeo 5.9.4-SNAPSHOT, then the client must be the one for the master branch downloaded from Jenkins (&lt;A href="http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-master-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg"&gt;http://qa.nuxeo.org/jenkins/view/Drive/job/addons_nuxeo-drive-master-dmg/lastSuccessfulBuild/artifact/dist/Nuxeo%20Drive.dmg&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;In any case, resetting Nuxeo Drive should do.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:37:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327061#M14062</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2014-06-02T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo drive crashes on mac</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327062#M14063</link>
      <description>&lt;P&gt;Actually I think the main issue was from an existing local db in ~/.nuxeo-drive.&lt;BR /&gt; /&amp;gt;
When I figured out this hidden file was there, I just erased it and Nuxeo recreated it sucessfully allowing to start again.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:41:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-crashes-on-mac/m-p/327062#M14063</guid>
      <dc:creator>jba_</dc:creator>
      <dc:date>2014-06-02T16:41:42Z</dc:date>
    </item>
  </channel>
</rss>

