Kept getting the error message of synchronization for the last days

I was not able to sync my accounts in recent days.
Here is the error message:
"Sync has encountered an error during synchronization: the Firefox Sync server maintenance is underway, synchronization will automatically resume." Synchronize automatically retrying this action. »

My last error log is below to:

1416113749815	Sync.ErrorHandler	DEBUG	Flushing file log.
1416113749817	Sync.Service	DEBUG	Exception: Login failed: error.sync.reason.serverMaintenance No traceback available
1416113749817	Sync.Service	DEBUG	Not syncing: login returned false.
1416113749817	Sync.Status	DEBUG	Status.service: error.login.failed => success.status_ok
1416113749821	Sync.Status	DEBUG	Status.service: success.status_ok => success.status_ok
1416113749821	Sync.Status	DEBUG	Status.service: success.status_ok => success.status_ok
1416113749840	Sync.ErrorHandler	DEBUG	Log cleanup threshold time: 1415249749840
1416113749844	Sync.ErrorHandler	DEBUG	No logs to clean up.
1416114123789	Sync.Status	DEBUG	Status.service: success.status_ok => success.status_ok
1416114123791	Sync.ErrorHandler	DEBUG	Beginning user-triggered sync.
1416114123791	Sync.Service	DEBUG	User-Agent: Firefox/33.1.1 FxSync/1.35.0.20141113143407.
1416114123791	Sync.Service	INFO	Starting sync at 2014-11-15 21:02:03
1416114123792	Sync.Service	DEBUG	In sync: should login.
1416114123792	Sync.Status	DEBUG	Status.service: success.status_ok => success.status_ok
1416114123792	Sync.Status	DEBUG	Status.service: success.status_ok => success.status_ok
1416114123793	Sync.Service	INFO	Logging in the user.
1416114123793	Sync.Service	DEBUG	Caching URLs under storage user base: https://sync-129-us-west-2.sync.services.mozilla.com/1.5/9195458/
1416114123795	Sync.BrowserIDManager	DEBUG	_ensureValidToken already has one
1416114124226	Sync.Resource	DEBUG	mesg: GET success 200 https://sync-129-us-west-2.sync.services.mozilla.com/1.5/9195458/info/collections
1416114124227	Sync.Resource	DEBUG	GET success 200 https://sync-129-us-west-2.sync.services.mozilla.com/1.5/9195458/info/collections
1416114124227	Sync.Service	DEBUG	Fetching global metadata record
1416114124227	Sync.Service	DEBUG	Weave Version: 1.35.0 Local Storage: 5 Remote Storage: 5
1416114124227	Sync.Service	INFO	Sync key is up-to-date: no need to upgrade.
1416114124227	Sync.Service	DEBUG	Fetching and verifying -- or generating -- symmetric keys.
1416114124227	Sync.Service	INFO	Testing info/collections: {"prefs":1415684960.1,"tabs":1416002806.09,"clients":1415999571.59,"crypto":1411776108.31,"meta":1413417019.06,"bookmarks":1415995802.11,"addons":1415981896.19}
1416114124227	Sync.CollectionKeyManager	INFO	Testing for updateNeeded. Last modified: 0
1416114124227	Sync.Service	INFO	collection keys reports that a key update is needed.
1416114124228	Sync.BrowserIDManager	DEBUG	_ensureValidToken already has one
1416114124424	Sync.Resource	DEBUG	mesg: GET fail 503 https://sync-129-us-west-2.sync.services.mozilla.com/1.5/9195458/storage/crypto/keys
1416114124424	Sync.Resource	DEBUG	GET fail 503 https://sync-129-us-west-2.sync.services.mozilla.com/1.5/9195458/storage/crypto/keys
1416114124425	Sync.Status	DEBUG	Status.login: error.sync.reason.serverMaintenance => error.login.reason.server
1416114124425	Sync.Status	DEBUG	Status.service: success.status_ok => error.login.failed
1416114124425	Sync.ErrorHandler	DEBUG	Got Retry-After: 3600
1416114124425	Sync.Status	DEBUG	Status.login: error.login.reason.server => error.sync.reason.serverMaintenance
1416114124425	Sync.Status	DEBUG	Status.service: error.login.failed => error.login.failed
1416114124425	Sync.SyncScheduler	DEBUG	Got backoff notification: 3600000ms
1416114124425	Sync.SyncScheduler	DEBUG	Fuzzed minimum next sync: 1416117724425
1416114124425	Sync.Service	WARN	Got status 503 fetching crypto keys.
1416114124425	Sync.Service	WARN	Failed to fetch symmetric keys. Failing remote setup.
1416114124425	Sync.Service	WARN	Remote setup failed.
1416114124425	Sync.SyncScheduler	DEBUG	Clearing sync triggers and the global score.
1416114124426	Sync.SyncScheduler	DEBUG	Next sync in 4079084.8112176084 ms.

It might take a little longer, because it is currently weekend and most of the engineers of synchronization are stationed at the United States Coast West zone...

Edit: you can follow along the progression of this this question to the bug #1100162

Tags: Firefox

Similar Questions

  • How to get the last day of a month for every 2 months for a given period?

    Hello

    Can is it some please let me know how to get the last day, last day of the week, the weekend last day, last Monday, one month for every 2 months for a given period?

    Thanks in advance.

    Try the below

    SELECT LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))) lastday.

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'SAT '.

    SO LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))-1

    WHERE TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'Sun '.

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))-2

    Of OTHER LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    END as lastweekday,

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') IN ('Sam', 'SUN')

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    Of OTHER LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    -(TO_NUMBER (TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))),' from)) - 1).

    END as lastweekendday,

    BOX WHEN TO_CHAR (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), 'DY') = 'MY

    THEN LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2)))

    Of OTHER NEXT_DAY (LAST_DAY (ADD_MONTHS (TRUNC(startdate,'MM'), ((LEVEL*2)-2))), "LUN")-7

    END AS lastmonday

    FROM (SELECT SYSDATE startdate,

    SYSDATE + 300 enddate

    THE DOUBLE)

    CONNECT BY LEVEL<=>

  • How to get the last day of the week?

    HII

    I can get the week number of calendar for a given date using

    SELECT to_char (to_date('04/04/2011','MM/DD/YYYY'), 'WW') FROM dual

    can any body tell me, how to get the last day of the week?

    and the answer should be: 04/08/2011(8th april)
    Thank you
    San

    Published by: sandeep9 on April 4, 2011 03:50

    Perhaps this...

    SQL> select trunc(sysdate,'WW')+6 from dual;
    
    TRUNC(SYSDATE,'WW')+
    --------------------
    08-APR-2011 00:00:00
    
    SQL>
    
  • How to get the last day of the year

    Hi all

    Thanks in advance...

    How do I get the last day of the year that I'm passing date at run time.

    I can manage to get the first day of the year by
    SELECT TRUNC(SYSDATE,'YEAR') AS FDAY_YEAR
    of the double

    Thanks in advance

    Concerning
    Sachin
      1*  select ADD_MONTHS(trunc(sysdate,'yyyy'),12)-1 dd from dual
    SQL> /
    
    DD
    -----------
    31-DEC-2010
    
  • How to get the last day of the weekend rather than a month

    Hi all

    Is the request appropriate and preferable to use to get the last business day of the month below?

    SELECT to_date('13.08.2014','dd.mm.yyyy') + MAX(RNUM) LastDay(nonweekend)
       FROM   (SELECT ROWNUM RNUM
              FROM   ALL_OBJECTS where rownum <=31)
      WHERE   ROWNUM <= 31 ANd
         TO_CHAR(to_date('13.08.2014','dd.mm.yyyy') + RNUM, 'DY','NLS_DATE_LANGUAGE=ENGLISH' ) NOT IN ('SAT' , 'SUN')
         and to_date('13.08.2014','dd.mm.yyyy') + RNUM <= last_day(to_date('13.08.2014','dd.mm.yyyy'))
    

    I have to use this motion for production.

    East - recommended to use?

    You can change your query this way:

    WITH t AS (SELECT trunc (to_date ('& calc_date', 'dd.mm.yyyy'), 'mm') + level - 1 calc_date)

    OF THE DOUBLE

    CONNECT BY LEVEL<= last_day(to_date('&calc_date',="" 'dd.mm.yyyy'))="" -="" trunc(to_date('&calc_date',="" 'dd.mm.yyyy'),="" 'mm')="" +="">

    )

    Select max (calc_date)

    t

    where to_char (calc_date, 'DY', 'NLS_DATE_LANGUAGE = ENGLISH') NOT IN ("SAT", "Sun");

  • get the last day of the week

    Hi friends,

    I have the below query that returns me the data as below:

    Select 'Label', to_number (to_char (to_date(start_date,'yyyy-mm-dd'), 'IW')) - to_number (to_char (add_months (sysdate,-6), 'IW')) + 1 as a weekly sum, (col1) val yyy_view
    where to_date(start_dt,'yyyy-mm-dd') between trunc (add_months(sysdate,-6)) and trunc (sysdate)
    Group of to_char (to_date(start_date,'yyyy-mm-dd'), 'IW')
    order of to_char (to_date(start_date,'yyyy-mm-dd'), 'IW')

    Label weekly val
    1 20 data
    2 24 data
    3 20 data
    4 28 data
    5 20 data
    6 24 data

    and so on...

    Now the requirement is to get the last date of the week for each week as below

    Label weekly val
    given 2011-08-30 20
    given 2011-08-23 24
    given 2011-08-16 20
    given 28 2011-08-09
    given 2011-08-02 20

    the weekly column should have the date of the last week. In the example above Wednesday is supposed to be the last date of the week.

    Kind regards
    Pradeep

    Missed the part "Wednesday is considered date of last week. The week is Thursday to Wednesday. If so:

    select  'Label',
             trunc(min(start_dt)) as day2,
            sum(col1 ) val
      from  yyy_view
      where start_dt between trunc(add_months(sysdate,-6)) and trunc(sysdate)
      group by trunc(start_date - 3,'IW')
      order by trunc(start_date - 3,'IW')
    /
    

    SY.

  • Get the last day of the month

    Hello

    How can I get the (day number of the) last day of a given month and year?

    So, if

    year 2015 = and month = 1, the output should be 31

    year = 2012 and month = 2 while production is expected to be 29

    year 2013 = and month = 2 while production is expected to be 28

    etc.

    Y at - it no OBIEE to achieve? If not, then a command SQL Oracle is very good too (I prefer OBIEE however)

    Thanks in advance,

    Erik

    You start from the first day of the month, you add 1 month [TIMESTAMPADD (SQL_TSI_MONTH, 1, 'your date')], you must subtract 1 day [TIMESTAMPADD (SQL_TSI_DAY,-1, 'your date')] and use the DAYOFMONTH function to get the number of the last day of the month [DAYOFMONTH ('your ' date')].

    All these calls nesting together and you're there.

  • How to get the last business day of the previous month?

    Hi all

    We need the user as below,

    If the user select 18 June 2015 ' quick dashboard as the input value, and then they want to see last month last day of work (business date: 29-may-2015) amount in report, if you have an idea please share with us.thanks

    Note:

    use under request we can able to get the last day of the previous month, we want to for the last business day of the last month, based on the date of entry of the user?

    TIMESTAMPADD (SQL_TSI_DAY,-(1), TIMESTAMPADD (SQL_TSI_DAY, DAYOFMONTH ("DIM_TIME". ("" DataDate ") *-(1) + 1,"DIM_TIME ". (("" DataDate "))

    Thank you

    Deva

    Try this,

    case when Dayofweek (timestampadd (sql_tsi_day, Dayofmonth(Date '2015-06-15') *-1, Date ' 2015-06-15')) = 1 then timestampadd (sql_tsi_day, (Dayofmonth(Date '2015-06-15') *-1)-2, Date '' 2015-06-15) when Dayofweek (timestampadd (sql_tsi_day, Dayofmonth(Date '2015-06-15') *-1, Date ' 2015-06-15')) = 7 then timestampadd (sql_tsi_day, Dayofmonth(Date '2015-06-15') *-1-1, Date '' 2015-06-15) another timestampadd (sql_tsi_day, Dayofmonth(Date '2015-06-15') *-1, Date ' 2015-06-15') end

    As Ftsiot said in this post, it will work only to exclude the sat and Sun. Another one if you want to exclude regional holiday, you may need a calendar in DB table.

    Thank you

    AJ

  • Need to get the last value of the quarter

    Hi expert,

    I have data like this

    Amount DATE column column

    January $1 20

    |

    January 30, $50


    Fed 60 1
    |

    February 28, $80

    like that throughout the year


    I will provide the first promt and selects the 1st quarter. Then, it will show you Jan, Feb, March in the Date column and the respective amounts in the amount column.

    I need to put a formula into the amount column... So that I get the last day of the amonut of quarter.


    Any help is appreciated.

    Thank you
    V

    Published by: Vincent Krishna on May 25, 2011 06:43

    CASES WHERE 'Fiscal Date' = TIMESTAMPADD (SQL_TSI_DAY, TIMESTAMPADD (1), (SQL_TSI_QUARTER, 1, TIMESTAMPADD (SQL_TSI_DAY, DAY_OF_QUARTER (CURRENT_DATE) *-(1) CURRENT_DATE + 1))) THEN 'Fact - amount' END;

    Apply the filter above on your amount column.

    Thank you
    -Laurence.

  • How can I get FF to work with organizing Mod (for the mods used with ARE: Skyrim)? I get an error message that it cannot understand the given address.

    I am a big fan of the Elder Scrolls and uses the new 2.2.9 STEP Setup. They went to the organizer of the Mod (MO) and I can't seem to get my FF working with the mod download things part. I click on the icon "Earth", that takes me immediately to the page file Nexus Mod, but when I choose a file to download after clicking on "Download Manager" I get this error message:
    The address was not included
    Firefox doesn't know how to open this address, because one of the following protocols (nxm) is not associated with any program or is not allowed in this context.
    You may need to install additional software to open this address.

    The address when clicking "Download Manager" begins with nxm://Skyrim/mods/ the address is such because trying to download with the Manager.

    Any help will be greatly appreciated! I pulled out my hair for the last few hours trying to find a solution. I disabled Adblock, other popups blockers and activated the main address in my exception rules. It simply doesn't get it. Ugh!

    Thank you in advance!

    In order to use nxm: / / links, Nexus Mod Manager must be installed and associated with the Protocol nxm .

    Problems with this program to third parties, please see the support forum:

  • I am trying to download and install Itunes for Windows 10 - the download file is labeled itunes6464. When I try to install, I get an error message saying that I can't install this program on a PC?

    New HP laptop, Intel processor running Windows 10 (so I find it almost impossible to find something useful on the computer system - I'm NOT a fan of Windows 10).

    (I have a Mac and an iPhone at home, so am very familiar with iTunes)

    Downloaded iTunes for PC version 12.3.3 (which shows in my downloads as iTunes6464.exe)

    But when I try to install the package I get an error message saying "you cannot install this program on a PC. Contact the Publisher of the software. »

    No previous iTunes installs on this computer... I have on this machine - it's the only other Apple Quicktime software.

    I'll hop on the site of HP support too, but would like to help here, if they are available.

    Kath

    Specific advice Apple seem to be uninstall QuickTime, it should no longer be necessary and has a few potential security vulnerabilities. See Uninstall QuickTime 7 for Windows - Apple Support.

    Assuming that you have a 64 bit system, this facility expected to be compatible. For general advice, see troubleshooting problems with iTunes for Windows updates. More information area has direct links with the current and recent if you have problems to download, need to install an older version , or want to try the version of iTunes for Windows (64-bit - for older video cards) as a workaround for problems with installation or operation, or compatibility with third-party software. It can help with the right button on the downloaded Setup program and use the run as Administrator option.

    TT2

  • When I go online for Age of Mythology the titans dilation I get this error message "there is an age of mythology update version must play" even if I updated it!

    When I go online for Age of mythology the titans expansion I get this error message "there is an age of mythology update version must play" I've updated the expansion and the original version. I don't understand what is happening.

    This sounds like the game that you are trying to reach has either some modules additional (mod/maps/scenarios) installed to which you don't have not or have some sort of update (once again that you do not have). Try to join another game or create your own.

    In addition, this can happen if you have changed your game executable by installing the hotfix that is not supported.

  • I am trying to download a WOW patch for my computer. I am using Windows 7 Home premium. I get an error message: "could not initialize storage. You may not be allowed to write on the destination path. »

    I am trying to download a WOW patch for my computer. I am using Windows 7 Home premium. I get an error message: "could not initialize storage.  You may not be allowed to write on the destination path. "I'm on my admin account, so I should have permission to play where I want to. I did have this problem before with Windows 7. Is this a problem in Windows?  Y at - it an easy fix?

    Have you tried to manually install the hotfix by clicking on it, and as an administrator?

  • I'm trying to upgrade to service pack 3 for xp and I get an error message and it will not complete the installation. What should I do?

    I'm trying to upgrade to service pack 3 for xp and I get an error message and it will not complete the installation.  What should I do?

    Hi BartlettNYC,

    Please see the links below, to solve the problems with Window XP SP3.

    Steps to take before you install Windows XP SP3.

    http://support.Microsoft.com/kb/950717

    How to troubleshoot a windows XP SP3 Installation failure.

    http://support.Microsoft.com/kb/950718

    Good luck.

  • I get an Error Message When you try to send emails. "some errors occurred while processing the requested tasks. Please see the list of errors below for more details". __

    I get an Error Message When you try to send emails. "some errors occurred while processing the requested tasks. Please see the list of errors below for more details".

    But it sends the message anyway... multiple copies, and she also is put in the "Outbox" in Outlook Express as if it is not sent.

    To stop the email to be sent repeatedly to the recipient, I erase it from the "Outbox" but a) you don't know if they really got it) b it is embarrassing for the receiver c) is this a bug I can fix it?

    Thanks for any help.

    You have a corruption of dbx file easily corrected.

    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.

    Compact often as specified above.

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

Maybe you are looking for

  • iCloud library always up-to-date!

    Hi guys,. I have an iPhone 6 and I started using icloud library recently. I turned on icloud photo library on my iphone and the photos were perfectly sync with icloud. Later, I've disabled icloud photo library on my iphone and uploaded a few photos t

  • My xbox and the xbox live service

    My xbox will not let me connect to xbox live and on my settings page, the place of the account is inactive and the place of my privacy and my profiles. what I'm doing I'm having withdrawals live xbox

  • Resolution 6570b proBook

    I read that the probook 6570b display is capable of 1600 x 900, but the highest I can choose is 1366 x 768.  It has the graphics card Intel HD 4000.  Am I missing something?  Thank you!

  • CyberLink Media Library Service has stopped working

    I have a HP Pavilion dv7-30570nr, 64 bit, guard gel to the top and the error message that says that CyberLink Media Library Service has stopped working

  • Key capture within a ScrollView

    I have a check that when I get a touch, I followed the touch() signal when the user moves upwards and downwards, to change the value there is a. Like in this video https://www.youtube.com/watch?v=aK0Mqxg89xc , but in the vertical direction. If I put