Adding tabs from classes

Hi
I'm new here and I started to learn Java last week.
I am trying to make a converter for temperature and distance.
The classes are Main, Converter, Temperature and Distance.
In Main, I make a new Converter() and a frame and call to the functions of Converter to do the configuration (title, size, ...).
In Converter, I make a TabbedPane and a Temperature() and a Distance().
In Temperature and Distance I make a JPanel with the content.
Then in Converter, I do this:
TabbedPane.addTab("Temperature", Temperature.PTemperature);
TabbedPane.addTab("Distance", Distance.PDistance);But when I run the application, it doesn't show the content, only the tabs.
If you need any more code, just ask, I hope you can help.
Thanks in advance.

Please don't cross-post the same question on multiple fora without at least stating this up front and providing a link from one thread to the other. The folks here and at other fora don't like wasting time reiterating what has already been discussed or debated in other fora. Thanks.

Similar Messages

  • Administrator cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2

    Hello, dear Colleagues.
    User with administrators rights cannot change printer properties on "Advanced" tab from "Devices and Printers" on Windows Server 2012 R2. 
    If to launch "Devices and Printers" on server, all printer properties on "Advanced" tab are inactive (see screen below). 
    But I can change it manually with "Print Management". Features become active.
    The main purpose - to uncheck "Enable advanced printing features"  with powershell
    scripts.
    $erroractionpreference = "continue"
    $colPrinters = Get-Wmiobject -Class win32_printer -computername print_server -Filter "Name like 'printer1' or Name like 'printer2' or Name like 'printer3' or Name like 'printer4' or Name like 'printer5' or Name like 'printer6'" # get printers on server and filter with names
    ForEach ($objPrinter in $colPrinters) { # get printer details from WMI
    If ($objPrinter.RawOnly -ne "True") { # check that Advanced printing fetaures is turned on
    Write-host $objPrinter.Name
    Write-Host $objPrinter.RawOnly
    $objPrinter.RawOnly = "True" # Untick and update the object in WMI
    $objPrinter.Put()
    It works on Windows 7 workstation, but does not on print server Windows Server 2012 R2 with error
    Exception calling "Put" with "0" argument(s): "Generic failure "
    At \\print_server\c$\DisableAdvancedPrintingFeatures.ps1:8 char:17
    + $objPrinter.Put()
    + ~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException
    Can you help me with that? Look like somethings with rights.
    Thank you.

    Hello, Alan
    Morris.
    Thanks for your reply.
    I've tried to runs PS Script both locally and remotely, previously running Powershell ISE as Administrator.
    I've noticed interesting thing - if to
    check "Enable advanced printing features"
    manually thru Print Management snap-in, script works fine. But, time to time after some manipulations on print server, this advanced feature returns to enabled state automatically by system, I think. In this case PS Script does not work. Next, if to disable
    feature manually again (thru Print Management snap-in),
    and enable manually again, PS Script will work. Very strange situation.
    Thanks.

  • I have added music from my CD library to iTunes but now my iPod will not sync.  Message says not enough free space.  How can I sync only a portion of my library to my 8Gb Nano?

    I have added music from my CD library to iTunes on my PC.  I now have too many songs in my iTunes and I have insufficient space in my 8 Gb Nano.  I am unable to sync my iPod now.  How can I get my iPod to sync?  I only want a portion of my songs on the Nano.

    Hi wisemra,
    First, make sure your iTunes does not attempt to sync automatically. Open iTunes, and select Preferences under the iTunes menu item:
    Then, once you have hooked up your device and selected it, you should see the device Profile pages to the right. Select the Music tab:
    Once you get to the Music detail screen, you will see the option to "Sync Music". You can then select "Sync Entire Music Library" or you can select "Sync Selected Playlists, Artists, Albums, Genres". Click on the second one. Then, below, you can select which of your music from the library you want on your device:
    Your will show a list of your music. Mine doesn't because I sync with an iTunes library on different computer, but once you have selected the options I have shown you, you will see the music listed. Just pick what you want on your device and then click "Sync" at the bottom.
    Cheers,
    GB

  • Adding a new class with Creator (really simple problem i think..)

    I added a new class to my project with creator...
    class name is "CambiaNote" and there's a method called Cambia
    tabellaselezionabile is my project(package)
    I tried to run everything but It gave me an error:
    Exception Details:  org.apache.jasper.JasperException
      Error getting property 'cambia' from bean of type tabellaselezionabile.Page1I don't know, but the word cambia don't exists at all in my code... or it is not case sensitive..?
    please help, thanks

    typo: correct Paint() to paint()

  • Options Startup Show my Windows & Tabs from last time,but upon exit FF doesn't ask to save tabs & windows. When restarting FF I have a home pape,but no Bookmark tabs show. Why

    Upon starting FF and going to my Home Page, I have no Bookmarks or Tabs showing. I have to Re-load the Bookmark Tabs. My options at Startup are "Show my Windows & Tabs from last time" Also using the Firefox exit,it does not ask to save tabs & windows on Exit. I'm getting tired of adding Bookmark Tabs each time I want to use FF.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/sessionstore.js
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Unable to find XML document from class path resource

    Hi,
    I am trying to learn spring and wrote my first class today. I added all the jar files to the lib folder and created all the classes. When I try to run the client program I get
    [INFO] XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [MorningGreeting.xml]
    org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [MorningGreeting.xml]; nested exception is java.io.FileNotFoundException: class path resource [MorningGreeting.xml] cannot be opened because it does not exist
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:180)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:148)
         at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:73)
         at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:61)
         at com.training.spring.greetCustomers.EnterTraining.main(EnterTraining.java:22)
    Exception in thread "main"
    I have my client, interface, XML file all in the same package com.training.spring.greetCustomers. I could not understand what I am doing wrong?? Can you please help me.

    congratulations on deciding to learn spring. that's a smart thing to do.
    stop assuming that you did it correctly. the xml file is not in the classpath. when you get it there correctly, spring will find it.
    you have the source files and xml in that directory, but where do the .class files end up when you run them? does the xml config end up there, too?
    remember, the xml config should be in the directory where the root of the package hierarchy begins, not down where the .class files are.
    %

  • Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    I came up with an alternative solution.
    Instead of actually trying to move the JInternalFrame from one JDesktopPane to another, I added a single, maximized JInternalFrame to the left side. When one of the right side frames is to be docked, I merely copy its ContentPane to the single JInternalFrame on the left, set the original to be non-visible, and adjust the properties of the JSplitPane to make the "docked" frame appear.
    When the "close" button on the docked frame is pressed, I simply undo this procedure to "undock" the frame and redisplay it on the right-hand side (with its content intact from the docked frame, but in its original position).

  • No iCloud Tabs from my Mac shown on my mobile devices

    I have a MacBook Pro, an iPhone 4 and an iPad Gen. 3. All running the latest OS / iOS.
    For some reasons, my iCloud tabs on my mac aren't showing on my iPad and iPhone.
    You know that you should have a break down showing those are the tabs from iPad, and then others from the iPhone? I got both of then on my Mac, but iPad only on my iPhone, and iPhone only on my Mac. I couldn't figure out how I can have my tabs from Mac sent to the iCloud.
    If anyone can provide a clue, I would really appreciate it.
    Best Regards,
    Nan

    I tried something similar by adding a new mail account doing the apple id etc but it worked in that it would look for mail but no mail would come even though mail still goes to my phone I was loath to delete my original account just in case the new one did not work as well. So I guess I am a little stuck now.. I hope you can help me to sort it out.
    Thanks

  • Adding fields from KOMK structure to screen painter.

    Hello Everyone,
    i have created an Extra tab(like ADDITIONAL DATA B) using BADI, i have added fields from VBAP table, its working fine. But when i add fields from KOMK structure(KOMK-STCEG) only empty field is showing. Do i need to code something in PBO or PAI?
    Thanks & Regards,
    NarsiReddy Cheruku.

    Hello NarsiReddy,
    I assume that you have linked the field KOMK-STCEG using "Get from Dictionary" option from your above screenshot.
    In PBO section, make sure to write the logic to update the value in the field. The logic which you would build, would be based on your requirement. For instance, you can use BELNR to check and its corresponding STCEG could be found in the structure KOMK.
    But if the KOMK structure itself is not filled with any value, then there is some problem with your code. Try to check your BADI and its corresponding structures which would get updated at runtime and use them appropriately.
    Thank you.
    Regards,
    Naresh

  • Removal of TABS from File Upload

    Hi all,
    I made an upload of a local file with TAB spaces in an internal table .I am required to remove the TABs from the records.I tried to used command REPLACE '/h' by single space, where '/h' being the TAB , but it did not work.
    How can I achieve the requirement?
    Your ideas are appreciated
    Thanks,
    stock

    first you wil call GUI_UPLOAD in normal way.
    <b>if you are in UNICODE system,</b>
    CLASS CL_ABAP_CHAR_UTILITIES DEFINITION LOAD.
    CONSTANTS: X_DELIM  TYPE C VALUE CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB.
    this X_DELIM is to store HORIZANTAL TAB value.
    <b>if you are in a NON UNICODE SYSTEM,</b>
    you can use,
    data X_DELIM type x value '09'.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                = V_FNAME
          FILETYPE                = 'ASC'
        TABLES
          DATA_TAB                = IT_READFILE
        EXCEPTIONS
          FILE_OPEN_ERROR         = 1
          FILE_READ_ERROR         = 2
          NO_BATCH                = 3
          GUI_REFUSE_FILETRANSFER = 4
          INVALID_TYPE            = 5
          NO_AUTHORITY            = 6
          UNKNOWN_ERROR           = 7
          BAD_DATA_FORMAT         = 8
          HEADER_NOT_ALLOWED      = 9
          SEPARATOR_NOT_ALLOWED   = 10
          HEADER_TOO_LONG         = 11
          UNKNOWN_DP_ERROR        = 12
          ACCESS_DENIED           = 13
          DP_OUT_OF_MEMORY        = 14
          DISK_FULL               = 15
          DP_TIMEOUT              = 16
          OTHERS                  = 17.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        EXIT.
      ENDIF.
    *--Delete any Empty lines in the input file,if any
      DELETE IT_READFILE WHERE LINE IS INITIAL.
      LOOP AT IT_READFILE INTO X_READFILE.
        SPLIT X_READFILE-LINE AT X_DELIM
                            INTO  X_INPUTFILE-F1
                                 X_INPUTFILE-F2
                                X_INPUTFILE-F3.
        APPEND X_INPUTFILE TO IT_INPUTFILE.
        CLEAR X_INPUTFILE.
      ENDLOOP.
    HERE IT_INPUTFILE IS the internal table with your fields.
    IT_READFILE IS a character type internal table
    data : BEGIN OF IT_READFILE occurs 0,
              LINE(1000) TYPE C,
            END OF IT_READFILE.
    or you can put HAS_FIELD_SEPERATOR = 'X' in calling the above function module.
    Regards
    Srikanth
    Message was edited by: Srikanth Kidambi

  • Adding music from I-pod to Adobe Photoshop Elements 5.0 slideshow

    Trying to put together slideshow for present to teacher from class. Using Adobe Photoshop Elements 5.0. Would like to use some songs purchased from I-Tunes and some that I have added to my I-pod from personal CD collection. Having trouble adding them to the "audio" section of the slideshow. Any easy suggestions?

    You're on the wrong forum. Post on the PSElements specific forum.
    Mylenium

  • Adding tabs at the header

    Hi Experts,
    I have added some tabs at the header  for Order,Order from Template and Order Template. Problem I am facing is when I am clicking on those tabs it is working fine everywhere except when I am in catalog page.
    Has anybody faced the similar issue. Please advice on this.
    Thanks in anticipation.
    Regards
    Harshmeet Singh

    Hi,
    I have added tabs for Order,Order from template and OrderTemplate in header.jsp which are in the form of links in welcome.jsp. I am not able to go back to any of the pages from catalog page. It is giving an error at the bottom of the page saying location is null or not an object.But the same links are working if I am in any other part of the web shop.
    @Arshi
    Thanks for your input. Will work on it and will let you know if I still face any issues.

  • My recently added tabs are restored only partially after restarting Firefox 4

    I changed the following
    browser.sessionstore.max_tabs_undo;50
    browser.sessionstore.max_windows_undo;12
    At some point after that in the following sequence:
    1. most of recently added tabs and some windows didn't restore after Firefox restart
    2. some recently deleted tabs disappeared from "recently closed tabs" in history
    3. ''recently closed windows'' in history disappeared
    Have anybody changed this and got similar problems? Imho, it's history storage related.

    Are you running Firefox in "Permanent Private Browsing" mode?
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"<br />
    To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Permanent Private Browsing mode"
    It is also possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • How to disable App tabs (pined tabs) from being started automatically?

    how to disable App tabs (pined tabs) from being started automatically?
    because the option [Don't load tabs until selected] dose not work with it, and it keeps starting every time when I restart Firefox.
    Please help me!

    Don't bother, I reached to the solution by my self, you can do it as following:
    Type "about:config" [ without quotation marks! ] in the Location Bar (address bar) and press Enter to display the list of preferences, as shown in the picture '''#1''' in Firefox 17 on Windows 7.
    If you see a page with the warning message as shown in picture '''#2''', This might void your warranty!, click the button labeled "I'll be careful, I promise!", to continue (in fact, there is no warranty whatsoever, it's more a joke to ensure that users are aware of what they are about to do). uncheck the check-box there to avoid the warning in the future.
    Now at the search bar in the picture '''#3''' type: ''tab'' and look for the
    '''preference name:'''
    browser.sessionstore.restore_pinned_tabs_on_demand
    or you can '''copy''' it directly to the search bar,
    '''Next,''' follow the instruction in picture '''#3''' .
    Just in case if the pictures didn't appear, do ''these steps'':
    '''First:''' Right click at the preference name that we searched for.
    '''Next,''' click Toggle to change the value from false to true.
    '''Or,''' double click on it and it will change.
    '''Finally,''' restart Firefox and you will notice that they don't load automatically until you click on it.
    That's it, Good luck to all. ''';-)'''
    '''Note''': The bolded font preferences list is the user modified, and the un-bolded is the default setting.
    '''Warning''': Modifying preferences can, in rare circumstances, break Firefox, Thunderbird or the Mozilla Suite, or can cause strange behavior. Only do so if you know what you are doing or are following trustworthy advice.
    Additional INFO:
    about:config is a feature of Mozilla applications which lists application settings (known as preferences) that are read from the profile files prefs.js and user.js, and from application defaults. Many of these preferences are not present in the Options or Preferences dialog. Using about:config is one of several methods of modifying preferences and adding other "hidden" ones.

  • Sync does not show tabs from other devices

    I have two computers running Windows 8.1 and FF 26: at work, and at home. Both are synced, however, every time I want to see tabs on the other computer (History - Tabs from other devices) all I see is a blank tab. Sync settings on both are to sync everything (tabs option checked).
    Is this a bug, or is there anything else I need to do to see the remote tabs?

    Hi, yes, other items do sync (bookmarks from remote host show up instantly).
    Here's the log from the home computer (I'm trying to copy the tabs from this computer to my work computer):
    <pre><nowiki>1387934024952 Sync.Service INFO Loading Weave 1.28.0
    1387934024953 Sync.Engine.Clients DEBUG Engine initialized
    1387934024954 Sync.Engine.Clients DEBUG Resetting clients last sync time
    1387934024960 Sync.Engine.Bookmarks DEBUG Engine initialized
    1387934024963 Sync.Engine.Forms DEBUG Engine initialized
    1387934024965 Sync.Engine.History DEBUG Engine initialized
    1387934024968 Sync.Engine.Passwords DEBUG Engine initialized
    1387934024970 Sync.Engine.Prefs DEBUG Engine initialized
    1387934024973 Sync.Engine.Tabs DEBUG Engine initialized
    1387934024973 Sync.Engine.Tabs DEBUG Resetting tabs last sync time
    1387934024978 Sync.Engine.Addons DEBUG Engine initialized
    1387934024978 Sync.Service INFO Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
    1387934024980 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
    1387934024981 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1387934024982 Sync.Service DEBUG Caching URLs under storage user base: https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/
    1387934024982 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1387934024982 Sync.AddonsReconciler INFO Registering as Add-on Manager listener.
    1387934024982 Sync.AddonsReconciler DEBUG Adding change listener.
    1387934025000 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1387934025002 Sync.Engine.AdblockPlus DEBUG Engine initialized
    1387934025002 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1387934026065 Sync.SyncScheduler DEBUG Next sync in 86400000 ms.
    1387934033549 Sync.Tracker.History DEBUG Saving changed IDs to history
    1387934112297 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1387934112297 Sync.SyncScheduler DEBUG Next sync in 86313703 ms.
    </nowiki></pre>
    And here's the log on the work computer:
    <pre><nowiki>1379558743354 Sync.Service INFO Loading Weave 1.25.0
    1379558743356 Sync.Engine.Clients DEBUG Engine initialized
    1379558743395 Sync.Engine.Clients DEBUG Resetting clients last sync time
    1379558743401 Sync.Engine.Bookmarks DEBUG Engine initialized
    1379558743404 Sync.Engine.Forms DEBUG Engine initialized
    1379558743491 Sync.Engine.History DEBUG Engine initialized
    1379558743497 Sync.Engine.Passwords DEBUG Engine initialized
    1379558743604 Sync.Engine.Prefs DEBUG Engine initialized
    1379558743610 Sync.Engine.Tabs DEBUG Engine initialized
    1379558743611 Sync.Engine.Tabs DEBUG Resetting tabs last sync time
    1379558743667 Sync.Engine.Addons DEBUG Engine initialized
    1379558743667 Sync.Service INFO Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
    1379558743884 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
    1379558743885 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558743885 Sync.Service DEBUG Caching URLs under storage user base: https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/
    1379558743885 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558743885 Sync.AddonsReconciler INFO Registering as Add-on Manager listener.
    1379558743885 Sync.AddonsReconciler DEBUG Adding change listener.
    1379558753130 Sync.Engine.AdblockPlus DEBUG Engine initialized
    1379558759692 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558763718 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558763721 Sync.Service DEBUG User-Agent: Firefox/23.0.1 FxSync/1.25.0.20130814063812.
    1379558763721 Sync.Service INFO Starting sync at 2013-09-18 19:46:03
    1379558763721 Sync.Service DEBUG In sync: should login.
    1379558763721 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558763721 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558763721 Sync.Service INFO Logging in user flquys5cfbvsalyk3tiehzjre77bgph2
    1379558763721 Sync.Service DEBUG Caching URLs under storage user base: https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/
    1379558787300 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok
    1379558843929 Sync.SyncScheduler DEBUG Next sync in 86400000 ms.
    1379558857661 Sync.Resource DEBUG mesg: GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/info/collections
    1379558857661 Sync.Resource DEBUG GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/info/collections
    1379558857661 Sync.Service DEBUG Fetching global metadata record
    1379558863518 Sync.Resource DEBUG mesg: GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/storage/meta/global
    1379558863518 Sync.Resource DEBUG GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/storage/meta/global
    1379558863518 Sync.Service DEBUG Weave Version: 1.25.0 Local Storage: 5 Remote Storage: 5
    1379558863518 Sync.Service INFO Sync key is up-to-date: no need to upgrade.
    1379558863518 Sync.Service DEBUG Fetching and verifying -- or generating -- symmetric keys.
    1379558894438 Sync.Tracker.History DEBUG Saving changed IDs to history
    1379558909190 Sync.Resource DEBUG mesg: GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/info/collections
    1379558909190 Sync.Resource DEBUG GET success 200 https://phx-sync-1-3-0.services.mozilla.com/1.1/flquys5cfbvsalyk3tiehzjre77bgph2/info/collections
    1379558909523 Sync.Service INFO Testing info/collections: {"passwords":1379541660.29,"addons":1375980277.93,"tabs":1379541660.56,"clients":1379528737.81,"crypto":1375980218.18,"forms":1379541655.78,"meta":1375980278.94,"bookmarks":1378769210.15,"prefs":1375980277.24,"history":1379541659.17}
    1379558909524 Sync.CollectionKeyManager INFO Testing for updateNeeded. Last modified: 0
    1379558909524 Sync.Service INFO collection keys reports that a key update is needed.
    1379558909524 Sync.Tracker.History DEBUG Saving changed IDs to history
    1379559011304 Sync.Service WARN Got exception "Error: NS_ERROR_NET_RESET" fetching cryptoKeys.
    1379559011304 Sync.Status DEBUG Status.login: success.login => error.login.failed
    1379559011304 Sync.Status DEBUG Status.service: success.status_ok => error.login.failed
    1379559011304 Sync.Service WARN Failed to fetch symmetric keys. Failing remote setup.
    1379559011304 Sync.Service WARN Remote setup failed.
    1379559011304 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
    1379559011304 Sync.SyncScheduler DEBUG Next sync in 86400000 ms.
    </nowiki></pre>
    As you can see, there are some potential authentication issues, but I don't understand why would it only affect tabs sync, while bookmarks are fine. Note also that I merged all the stuff to the sync account by Sync - Manage Account - Reset Sync - Merge data from this device browser into your Sync account.
    Thanks for your help!

Maybe you are looking for

  • Just when  you think you know..

    New to the HD side of PPCS3, was using 2.0 with SD camera for quite awhile and trying to replicate what I did on that side. We have an opening avi that we embed in each video. In the SD side it filled the screen, looks sharp and crisp. That avi, obvi

  • Help in writting a query..

    with my_data as     ( select '1','A',2 from dual       union       select '1','B',1 from dual       union       select '2','A',4 from dual       union       select '3','A',1 from dual       union       select '3','B',1 from dual       union       sel

  • Why is the itunes download so slow

    why is the itunes download so slow - I am trying to download itunes update to recognize my new ipod touch 5th generation and my pc will not even show it in itunes, in trying to download the update the speeds are so slow that it is estimating download

  • Blueish screen

    The screen of my 3rd gen 32gb ipod touch shows thin semi-transparent horizontal blue / green lines. I can still open every application normally. It looks as if somehow I messed up with its hue / contrast configuration. The first time they appeared, a

  • Premiere element move from 32 to 64 bit

    Hello All- I am going directly from PE9 to PE13. PE9 was only available in 32 bit, and of course I want to install the 64 bit version of PE13 on my Windows 7 machine. Q: Is the 64 bit version a totally separate installation from the 32 bit, or do I n