Versioning menu hang

I've reported performance problems already, (see
Terrible Performance with 10g preview ). I got rid of some of them but others persist.
This one has gone mad recently.
If the System Navigator has focus, and a "package-name-part" (e.g. "com") node is selected in the tree, if I try to open the Versioning Menu from the main menu bar, or from the context menu by right clicking on the node, JDeveloper hangs for several minutes using all the CPU.  The context menu takes a few seconds to appear, but nothing compared to the versioning menu.
The time taken seems to be related to the number of files under the selected node.
The above happens with the Application Navigator too.
As I run the mousepointer along the menu bar or down the context menu, each item is highlighted as normal, but as soon as the pointer moves over the Versioning item, the problem manifests itself.
Trying the same thing with the focus in an editor window is OK.
Recent Changes  -
1 I deleted a lot of files in the java source tree which weren't under CVS control. I thought these  might be causing the slowness, but its worse since then.
2 Activated System Navigator in preference to Application Navigator
No errors appear in the console                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

This is a thread dump from a more typical event, taken during the high CPU phase.
Full thread dump OJVM Client VM (9.0.5.972 4dopv):
    "WeakDataReference polling"    prio: 1    state: waiting for notification of monitor 0x1DE85454
        void java.lang.Object.wait(long)
            native code
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
            [locked monitor 0x1DE85454]
            ReferenceQueue.java:111
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
            ReferenceQueue.java:127
        void oracle.ide.util.WeakDataReference$Cleaner.run()
            WeakDataReference.java:88
        void java.lang.Thread.run()
            Thread.java:536
    "IconOverlayTrackerTimer"    prio: 5    state: waiting for notification of monitor 0x1D905294
        void java.lang.Object.wait(long)
            native code
        void java.lang.Object.wait()
            Object.java:426
        void java.util.TimerThread.mainLoop()
            [locked monitor 0x1D905294]
            Timer.java:403
        void java.util.TimerThread.run()
            Timer.java:382
    "AWT-Windows"    prio: 6    state: waiting for unlock of internal monitor
        void java.lang.Object.notifyAll()
            native code
        void java.awt.EventQueue.wakeup(boolean)
            [locked monitor 0x1D29C7E4]
            EventQueue.java:834
        void sun.awt.SunToolkit.wakeupEventQueue(java.awt.EventQueue, boolean)
            native code
        void sun.awt.PostEventQueue.postEvent(java.awt.AWTEvent)
            SunToolkit.java:748
        void sun.awt.SunToolkit.postEvent(sun.awt.AppContext, java.awt.AWTEvent)
        void sun.awt.windows.WComponentPeer.postEvent(java.awt.AWTEvent)
            WComponentPeer.java:563
        void sun.awt.windows.WToolkit.eventLoop()
            native code
        void sun.awt.windows.WToolkit.run()
            WToolkit.java:253
        void java.lang.Thread.run()
            Thread.java:536
    "AWT-EventQueue-0"    prio: 6    state: waiting for unlock of internal monitor
        java.lang.Throwable java.lang.Throwable.fillInStackTrace()
            native code
        void java.lang.Throwable.<init>(java.lang.String)
        void java.lang.Exception.<init>(java.lang.String)
        void java.lang.RuntimeException.<init>(java.lang.String)
        void java.util.MissingResourceException.<init>(java.lang.String, java.lang.String, java.lang.String)
        java.lang.Object java.util.ResourceBundle.getObject(java.lang.String)
        java.lang.String java.util.ResourceBundle.getString(java.lang.String)
            ResourceBundle.java:274
        java.lang.Class oracle.bm.commonIde.node.UMLPackageRecognizer.recognize(java.net.URL)
            UMLPackageRecognizer.java:64
        java.lang.Class oracle.bm.commonIde.node.ModelerNodeFactory.recognize(java.net.URL)
            ModelerNodeFactory.java:117
        boolean oracle.bm.commonIde.node.NodeUtil$NodeURLFilter.accept(java.net.URL)
            NodeUtil.java:465
        boolean oracle.bm.commonIde.ModelerURLFilter.accept(java.net.URL)
            ModelerURLFilter.java:87
        boolean oracle.jdeveloper.model.JProject$DynamicPathFilters.accept(java.net.URL)
            JProject.java:1876
        java.util.Iterator oracle.jdeveloper.model.JProject.applyDynamicPathFilters(java.util.Iterator)
            JProject.java:1762
        java.util.Iterator oracle.jdeveloper.model.JProject.getChildren()
        oracle.ide.model.Node oracle.ide.model.NodeFactory.findInFolder(oracle.ide.model.Folder, java.net.URL)
            NodeFactory.java:246
        void oracle.jbo.dt.jdevx.JdvApplication.setName(java.lang.String)
            JdvApplication.java:581
        void oracle.jbo.dt.objects.JboApplication.setName(java.lang.String)
            JboApplication.java:422
        void oracle.jbo.dt.jdevx.JdvApplication.assignApplicationNameInfo(oracle.jdeveloper.model.JProject)
            JdvApplication.java:1375
        void oracle.jbo.dt.jdevx.JdvApplication.setIdeProject(java.lang.Object, boolean)
            JdvApplication.java:1313
        void oracle.jbo.dt.jdevx.JdvApplication.setIdeProject(java.lang.Object)
            JdvApplication.java:1300
        void oracle.jbo.dt.objects.JboApplication.assignProjectInfo(java.lang.Object)
            JboApplication.java:158
        void oracle.jbo.dt.objects.JboApplication.<init>(java.lang.Object)
            JboApplication.java:153
        oracle.jbo.dt.objects.JboApplication oracle.jbo.dt.jdevx.JdvApplication.loadFromProject(oracle.jdeveloper.model.JProject, oracle.jbo.dt.object
s.JboUIListener)
            JdvApplication.java:1384
        oracle.jbo.dt.objects.JboApplication oracle.jbo.dt.jdevx.JdvApplication.doOpenProject(oracle.jdeveloper.model.JProject, oracle.jbo.dt.objects.
JboUIListener)
            JdvApplication.java:1613
        boolean oracle.jbo.dt.jdevx.JdvApplication.isJboProject(oracle.jdeveloper.model.JProject, oracle.jbo.dt.objects.JboUIListener)
            JdvApplication.java:1550
        boolean oracle.jbo.dt.jdevx.JdvApplication.isJboProject(oracle.jdeveloper.model.JProject)
            JdvApplication.java:1537
        oracle.jbo.dt.objects.JboApplication oracle.jbo.dt.jdevx.JdvApplication.findApplicationInstance(oracle.jdeveloper.model.JProject)
            JdvApplication.java:152
        oracle.ide.model.Locatable[] oracle.jbo.dt.jdevx.ui.JdxJboAddin.getAssociatedLocatables(oracle.ide.model.Element)
            JdxJboAddin.java:827
        oracle.ide.model.Locatable[] oracle.ide.model.composite.LocatableRegistry.getLocatables(oracle.ide.model.Element[])
            LocatableRegistry.java:190
        oracle.ide.model.Element[] oracle.jdeveloper.vcs.VCSFunctions.resolveCompositeLocatables(oracle.ide.model.Element[])
            VCSFunctions.java:609
        oracle.ide.addin.Context oracle.jdeveloper.vcs.VCSFunctions.expandCompositeContext(oracle.ide.addin.Context)
            VCSFunctions.java:540
        void oracle.jdeveloper.vcs.util.ClientAbstractCommand.setContext(oracle.ide.addin.Context)
            ClientAbstractCommand.java:87
        oracle.ide.addin.Command oracle.ide.CommandProcessor.createCommand(java.lang.String, oracle.ide.addin.Context)
            CommandProcessor.java:223
        void oracle.jdeveloper.vcs.util.ClientController.updateImpl(oracle.ide.IdeAction, oracle.ide.addin.Context)
            ClientController.java:157
        void oracle.jdevimpl.vcs.cvs.CVSAbstractController.updateImpl(oracle.ide.IdeAction, oracle.ide.addin.Context)
            CVSAbstractController.java:40
        boolean oracle.jdeveloper.vcs.util.ClientController.update(oracle.ide.IdeAction, oracle.ide.addin.Context)
            ClientController.java:106
        boolean oracle.jdevimpl.vcs.cvs.CVSController.update(oracle.ide.IdeAction, oracle.ide.addin.Context)
            CVSController.java:70
        void oracle.ide.IdeAction.updateAction(oracle.ide.addin.View, oracle.ide.addin.Context)
            IdeAction.java:879
        void oracle.ide.AbstractMenuManager$PrivateMenuListener.menuSelected(javax.swing.event.MenuEvent)
            AbstractMenuManager.java:488
        void javax.swing.JMenu.fireMenuSelected()
            JMenu.java:1106
        void javax.swing.JMenu$MenuChangeListener.stateChanged(javax.swing.event.ChangeEvent)
            JMenu.java:1199
        void javax.swing.DefaultButtonModel.fireStateChanged()
        void javax.swing.DefaultButtonModel.setSelected(boolean)
            DefaultButtonModel.java:227
        void javax.swing.JMenu.setSelected(boolean)
            JMenu.java:286
        void javax.swing.JMenu.menuSelectionChanged(boolean)
            JMenu.java:1266
        void javax.swing.MenuSelectionManager.setSelectedPath(javax.swing.MenuElement[])
            MenuSelectionManager.java:81
        void javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mousePressed(java.awt.event.MouseEvent)
            BasicMenuUI.java:314
        void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
            Component.java:5131
        void java.awt.Component.processEvent(java.awt.AWTEvent)
            Component.java:4931
        void java.awt.Container.processEvent(java.awt.AWTEvent)
            Container.java:1566
        void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
            Component.java:3639
        void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
            Container.java:1623
        void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
        void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
        boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
            Container.java:3162
        boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
            Container.java:3095
        void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
            Container.java:1609
        void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
        void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
        void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
            EventQueue.java:452
        boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(int, java.awt.Component)
            EventDispatchThread.java:197
        void java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component)
            EventDispatchThread.java:150
        void java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional)
            EventDispatchThread.java:145
        void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
            EventDispatchThread.java:136
        void java.awt.EventDispatchThread.run()
            EventDispatchThread.java:99
    "WaitCursorTimer"    prio: 5    state: waiting for notification of monitor 0x1E864B5C
        void java.lang.Object.wait(long)
            native code
        void java.lang.Object.wait()
            Object.java:426
        void java.util.TimerThread.mainLoop()
            [locked monitor 0x1E864B5C]
            Timer.java:403
        void java.util.TimerThread.run()
            Timer.java:382
    "Java2D Disposer"    prio: 10    state: waiting for notification of monitor 0x1D36F1D4
        void java.lang.Object.wait(long)
            native code
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
            [locked monitor 0x1D36F1D4]
            ReferenceQueue.java:111
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
            ReferenceQueue.java:127
        void sun.java2d.Disposer.run()
            Disposer.java:97
        void java.lang.Thread.run()
            Thread.java:536
    "Finalizer"    prio: 8    state: waiting for notification of monitor 0x1CDFC134
        void java.lang.Object.wait(long)
            native code
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
            [locked monitor 0x1CDFC134]
            ReferenceQueue.java:111
        java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
            ReferenceQueue.java:127
        void java.lang.ref.Finalizer$FinalizerThread.run()
            Finalizer.java:159
    "Reference Handler"    prio: 10    state: waiting for notification of monitor 0x1CDFC124
        void java.lang.Object.wait(long)
            native code
        void java.lang.Object.wait()
            Object.java:426
        void java.lang.ref.Reference$ReferenceHandler.run()
            [locked monitor 0x1CDFC124]
            Reference.java:113
    "TimerQueue"    prio: 5    state: waiting for notification of monitor 0x1D1F4814
        void java.lang.Object.wait(long)
            native code
        void javax.swing.TimerQueue.run()
            [locked monitor 0x1D1F4814]
            TimerQueue.java:231
        void java.lang.Thread.run()
            Thread.java:536
    "IconOverlayTrackerTimer"    prio: 5    state: waiting for notification of monitor 0x1DB146F4
        void java.lang.Object.wait(long)
            native code
        void java.lang.Object.wait()
            Object.java:426
        void java.util.TimerThread.mainLoop()
            [locked monitor 0x1DB146F4]
            Timer.java:403
        void java.util.TimerThread.run()
            Timer.java:382
    "main"    prio: 5    state: idle
    "VM Tasks"    prio: 1    state: runnable
    "AWT-Shutdown"    prio: 5    state: waiting for notification of monitor 0x1D1D3D14
        void java.lang.Object.wait(long)
            native code
        void java.lang.Object.wait()
            Object.java:426
        void sun.awt.AWTAutoShutdown.run()
            [locked monitor 0x1D1D3D14]
            AWTAutoShutdown.java:259
        void java.lang.Thread.run()
            Thread.java:536
    "Signal Dispatcher"    prio: 1    state: idle

Similar Messages

  • "Versions" menu doesn't appear

    According to:  OS X Lion: About Auto Save and Versions, when I click the document name in the title bar of a Mavericks app, I should see a Versions menu with options such as Lock, Duplicate, and Browse All Versions.
    I don't.  For example, in Text Edit 1.9 (310) under Mac OS X 10.9.4, when I hover over the title bar in a Text Edit document, the down-pointing triangle does appear, but when I click the document name in the title bar, a box pops up with the editable fields Name and Tags, a drop-down menu called Where, and a checkbox called Locked.  How do get the Versions menu to appear?

    It's a known issue that if iPhoto is left open it does not get backed up by Time Machine. So if you have been in the habit of leaving iPhoto open all the time then you will need to change your workflow. Also report your issue to Apple at http://www.apple.com/feedback/iphoto.html with the details.
    If keeping iPhoto open all the time is necessary you can create a new library just for the book, move the photos for it from your primary library to it using iPhoto Library Manager (which will also copy over the keywords, titles, faces and places, etc) and then close the book library when you're not woking on it. This also creates a smaller library that is easier to archive in case you might want to order another book at a later date. See Old Toad's Tutorial #9a - Archiving an iPhoto 7/8 Book for Editing and/or Ordering at a Later Date.

  • CS 6: trial version install hangs at 42%  (Win 7)

    Greetings,
    I am attempting to install the CS6 trial version on my Windows 7 machine.
    When it starts installing AdobeHelp, it gets to 42%, then the time remaining increases, but the percentage stays at 42%. I rebooted and tried again, with the same result.
    It started out at 7 minutes remaining. At 66 minutes, I gave up.
    Windows 7 Professional
    Service Pack 1
    Intel Core Duo 3.00GHz 64-bit
    42 GB free space on master drive
    I do not have any versions of the Creative Suite--I have standalone versions of Photoshop CS6 and InDesign CS5. I'd really like to play with this new version before I plunk down my dime(s).
    Any help would be greatly appreciated.
    Thanks,
    Michele

    Hi Michele,
    Hope this isn't too late for you, but I had the same problem and have found a solution.
    The hang also happens with Creative Cloud installs, and with both InDesign and Illustrator. It is a known issue with the Adobe Help installer (Mentioned here in an enterprise deployment context: http://blogs.adobe.com/oobe/2010/07/adobe_application_manager_ente_1.html)
    The solution is quite simple and I've successfully installed both applications as follows:
    Step 1:
    Download Process Explorer from Windows Sysinternals (it's from Microsoft, safe to use) here: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx. Extract it from the .zip file and run it.
    Step 2:
    Start installing the application and wait for it to hang (On my machine, InDesign at 42%, Illustrator at 34%)
    Step 3:
    Once the install has hung, go to Process Explorer, look for "PDapp.exe", expand it's line to "AAMHelper.exe", expand that to see "Setup.exe", and expand that to see "InstallAdobeHelp.exe". Right-click on "InstallAdobeHelp.exe" and click "Kill Process" in the menu.
    Step 4:
    Watch Illustrator/InDesign continue to install successfully. I've installed both this way and both work fine. I don't know if it affected help, because it's all online now anyways.
    Cheers,
    Iain

  • IPod Nano (4th Generation) switches on when connected to USB power - shows Menu & hangs (unresponsive to click wheel) - deems off after 5-sec - Switches off after disconnecting from USB Power - syncs with iTunes - Tried 5R's - Problem still persists

    1. The iPod Nano (4th Generation - 8GB) switches on, only when connected to USB power by showing apple logo and displays Menu options thereafter..
    2. However, I can not access Menu as it is unresponsive to click wheel. As a result it is inaccessible to any further use, 
    3. NOTE: it displays "Battery Fully charged" icon on the screen without any "Lock" icon.
    4. After  5-sec to 10-secs the screen deems off.. i.e. goes to sleep mode.. And thereafter would probably remain like that (sleeeping) for eternity!!!!
    5. It Switches off after WITHOUT DISPLAYING any Apple Logo immediately after disconnecting from USB Power.
    6. In other words, it can be switched on only through USB power in spite of battery being fully charged.
    7. Interestingly, it syncs with iTunes. It is recognised in iTunes (Latest version 11+).. Displays on screen all commands Like.. syncronising, connecting, connected,
    8. Allows to add Music, videos like a normal ipod & displays all status information in iTunes.
    9. Read Trobleshooting & Tried all 5R's. Registered, Resetted, updated & Restored to iOS 1.0.2
    10. It is now displaying to select Language in place of Menu options, with no access through click wheel, centre button whatsoever... Problem still persists
    KINDLY GUIDE ME THE SOLUTION. APPRECIATE YOUR RESPONSE in advance...

    "I get the feeling that this is a software issue that could probably be solved quite easily"
    Since you have already tried all the normal troubleshooting solutions, take the iPod to your nearest Apple Store for a *proper diagnosis.* The staff there will be able to confirm if your problem is software or hardware _*at no cost to you.*_
    !http://i50.tinypic.com/izvwo1.gif!

  • Numbers web version -- menu bar suffers from "mystery meat" navigation. Tooltips perhaps?

    The web version of Numbers (beta) is great, but the icons in the menu bar are a bit confusing until one gets accustomed to them. Surprisingly, hovering over the icons does not trigger a helpful tooltip, instead a new user is left wondering "what does this do, and what happens when I click it?" Typically labeled mystery meat navigation, links presented in this way often need additional explanation in the form of text or tooltips.
    Thx!

    I agree with you.  One of the mystery meat icons is for sending feedback to Apple, which I suggest that you use since this is a user forum and Apple does not monitor it.

  • Right-Click/Contextual Menu Hang

    Hi, for maybe a week now, Logic Pro 8 has been hanging every time I've right-clicked for about 30 seconds (every single time). I constantly check Console for any error messages, but nothing comes up, and I have no clue as to what the problem might be. Any help with troubleshooting or finding a solution would be greatly appreciated. Thanks.

    I just started getting something similar on most pop-up menus in Logic Pro 8.0.2. It started with channel strip preset menus, but today I was getting it on channel inputs, plug-in preset menus and eventually even on insert effect menus and the Esc tool box! I click, nothing for 3-4 seconds, then a spinning beach ball for about 18-20 seconds more, then the menu comes up like nothing happened.
    Nothing in Console here either. Activity Monitor shows one of my 8 CPU's peg to 100% during the lag. I have tried getting rid of two plug-ins I installed in the last month, verified all fonts and yanked the one I installed recently, repaired permissions, and cleared all caches using Onyx. Many full reboots. Everything is up to date.
    Everything else works and plays perfectly, but this is seriously killing my happy flow. What the heck changed recently? QuickTime 7.5? Pro App 2008-02?

  • Pages (iWorks '09) version is hanging on opening files as well as saving files.  On opening it eventually opens but on Saving it will never save.

    All of a sudden today, Pages has developed a problem on opening and saving files on my Macbook Pro 13.  I tried updating to the newest version of Pages weks ago but it really messed with the formatting of documents I had already been using so I am working from the iWorks 09 version of Pages.  I can't use the newest version.   To complete my background, I use Pages every day sometimes several times a day and that has been true all along up to yesterday.
    When opening any saved Pages files, to include a blank pages document, the program hangs up for over a minute with the spinning wheel.  I have no other programs running.  Once the document opens, I can work as usual and nothing is slowed.  Upon saving, the spinning wheel comes up and the program will not save.  I have had it open for 10 minutes or more with the spinning wheel and Pages refuses to Save.  I have to Force Quit Pages.  Now when the spinning wheel comes up on Save, I can do anything else with my computer I want.  The other programs on the laptop are not affected.  Saving is not affected on other programs.
    I read on another forum to try Keynote to see if there is a problem with all of iWorks 09.  I did that and Keynote works perfectly with no problems opening and saving files like a champ.  I have turned my laptop off and then on and the problem continues.
    I also read to delete the plist files in Preferences and let Pages rebuild.  I did that and the problem continues.  I then read to use Disk Utility to Repair Permissions.  I did that and the problem continues.
    I have not reloaded Pages from my purchase disk but I've also read that that doesn't necessarily eliminate problems that might be elsewhere.  Thank you in advance for your help.

    As the day progressed, all other files quit being able to save to the desktop.  As I tried to diagnose the issue, I went through the Repair Disk in Disk Utilities and was told by that program to close and use the disk repair from Recovery HD (CMD + R upon reboot).  I did that and was eventually told the HDD was too far gone to repair.  I reformatted and restored from Time Machine following the instructions given.  All is good now after 24 hours of work.  I have no idea what happened but I'm not feeling real safe about my mac today.  I have an SSD on order.

  • Firefox Help menu hang fixed (I think).

    I recently installed Snow Leopard--not a clean install, just a regular upgrade--and discovered a vexing issue with Firefox 3.5.3--any time I clicked on the Firefox Help menu, FF would hang with a spinning pinwheel cursor.
    First, I disabled all of my FF add-ons, extensions, themes, etc. No change. Next I uninstalled all of those things. No change.
    Finally, I went into my Library folder and trashed all of the Firefox settings files I could find, then re-installed a fresh copy of Firefox, and now the problem seems to have disappeared.
    I hope this is helpful to someone.
    Regards, Doug

    Can you please provide more detail such as full path and what files were deleted? I am having the same problem.

  • Starting NetBeans via gmrun or openbox menu hangs X11

    Hi!
    The same problem takes place when I start NetBeans with gmrun or openbox menu (at all cases the same bash script is used). NetBeans itself starts without problems. But then I start NB project application (it is Scala project at my case), and X11 hangs. I still am able to switch to console via Ctrl-Alt-F1 and terminate X11 with Ctrl-C.
    If I start NetBeans from terminal or bashrun, all works fine. ~/.xinitrc contains just 'exec ck-launch-session openbox-session'.
    Where to dig in?

    At my case the problem isn't related to gnome-keyring. And I don't use GNOME.
    I was forced to reject openbox at all (starting from openbox menu results in the same problem) and have returned to KDE. All is fine now.

  • E51 menu hang

    i know this was discussed, but with search i didn't found anything about this problem. my problem is that today, after a month using without any problems, my E51 didn't entered the menu. from standby i pushed the menu button, but the menu didn't opened. the standby screen remained with some modifications around the clock. the other buttons (contacts, messages) did work. after a restart everything was okay beside that a folder that i moved from the root menu into a subfolder, appeared again in the root menu. is there a method to correct this problem or a method to avoid this?
    400.34.011
    RM-244
    Nokia E51

    I experienced the same problem twice. It happens just randomly, nothing in specific "triggers" it. If someone happen to find a solution, please inform us

  • Font menu hangs

    HELP!! I think there might be a problem with the font menu utility running on mail. When I go to change the size or typeface ...anything that requires the use of the font menu, everything grinds almost to a halt and the ball keeps spinning. Sometimes it actually does what I want it to do and sometimes it doesn't ...after an exasperatingly long wait.
    Is the application corrupted? I'm using font reserve.
    Thanks.
    Sarah
    1.33 PowerPC G4   Mac OS X (10.4.8)  

    This message occurs whenever your installed fonts change. I work for a publisher so was getting it all the time as I turned fonts on and off for different projects.
    In Office 2004, do this:
    1. Go to */Applications/Microsoft Office 2004/Office/Support Files/*
    2. Rename or move FontCacheTool. (Requires administrator access)
    In Office 2011, do this:
    1. Go to *~/Library/Preferences/Microsoft/Office 2011/*
    2. Delete *Office Font Cache*
    3. From Terminal, type touch" then drag in the Office 2011 folder
    4. Back in the Finder, do Get Info on the new, empty *Office Font Cache* file. Make it read only and lock it.
    Notes:
    1. WYSIWYG menus will now just show the font name in standard font.
    2. You may be able to disable the 'optimising' message more easily by going to Word's preferences and turning off the 'WYSIWYG font and style menus' tick box in the General section. This takes affect in all Office applications but doesn't seem as reliable at preventing the caching problem.
    4. Newly added fonts should still appear when you next start an Office application.
    3. However you have Office set up, it can't see certain fonts. They are the ones logged to Console, e.g.:
    12/04/2011 09:58:14 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/fontd[21782] ATS Font family could not be created for Abaton ITC Std - Legacy Applications may not see this font

  • LR 6 (stand alone version) installer hangs when it says to login with Adobe ID

    The installer runs, but when it prompts me to sign in with an Adobe Id I just get the following dialog box with the wheel spinning perpetually.
    Adobe support keeps thinking I have CC, but this is not a CC issue. Can't even chat support. Can't imagine a worse customer support experience.

    Hi Matt,
    We would request you to try a new Admin user account and try activate Lightroom and try to serialize Lightroom CC trial to activate as Lightroom 6:
    https://helpx.adobe.com/lightroom/kb/serialize-lightroom-cc-trial-to-activate-as-lightroom -6.html
    If you are still not able to activate it, kindly contact our support team via:  http://helpx.adobe.com/in/contact.html?step=CCSN_adobe-id-signing-in_stillNeedHelp
    If you are unable to use chat option kindly try below mentioned steps.
    Try different browser.
    Delete cookies and cache
    If you are still not able to chat, Kindly reply with the below mentioned information.
    OS version:
    Browser Version:
    Thanks,
    Atul Saini

  • Version 21 hangs EVERY time I attempt a download. Resetting does not work. Reinstalling does not work

    Since version 21 was downloaded, I can't download anything without Firefox crashing. It never comes up and I have to close everything out. I've tried resetting (4 times) and reinstalling. This has been going on for over a month and I'm about to just give up on the software entirely after years.
    There is no solution to this on the forums at all

    We're sorry to hear that your Firefox seems to be crashing when you open it. Please perform the following steps to give us a crash report ID that helps us find out more about the cause of the crash (I have assumed you are running .Windows, if not, let us know).
    #Press the following shortcut to get a Run window: [Windows] + [R]. This should bring up a window that contains a text field.
    #In that text field, enter %APPDATA% and press Enter. An explorer window should open.
    #From that explorer window, double-click on the ''Mozilla'' folder, then double-click on ''Firefox'' and then on ''Crash reports''. Double-click on ''submitted''.
    #Now, you should see a list of files that contain reports. Go to ''View'' > ''Arrange Icons by'' > ''Modified'' to get the most recent files at the top of the window.
    #Open the most recent 5 files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • New Desktop Software Version 7 Hangs at "Preparing sync preview"

    PC Version, upgraded on prompt this morning, now get above message, so can't sync.
    Uninstalled and tried to find Version 6.0 on site - clicked on prior versions, but only takes to new version.
    HELP!
    Solved!
    Go to Solution.

    This solution works perfectly for me too with BB curve 8250.    Will not be going anywhere near  Desktop 7 until RIM announces a fix.    I just wasted half a day of my life trying to recover from V7.

  • Menu hangs on dual monitor

    We are using dual monitors on our windows xp pc's, and under designer 6 all applications worked on both screens.
    After migration from designer 6 to designer 10, we can use all applications on the main monitor, but when we move an application towards the secondary screen, the menu does not respond anymore. I think it has to do with a designer preference. Can anybody please tell me which one and what value I should set it to ?

    In my preferences - NONE of the check boxes are checked. I did check the mirror displays one earlier today, but that is not the answer.
    Right now on my main monitor I have Firefox in the top menu, and the dock in the bottom, on the secondary monitor, it shows Photoshop main menu dimmed out. If I click on a Photoshop command in that menu, it immediately goes to the program.
    iTunes is open, I just moved the main window over to that second monitor, now I can see both this Firefox screen and the Firefox menu, but now on the secondary monitor I see the iTunes window -- and the iTunes main menu is visible but dimmed in the second monitor.
    I honestly don't think this is intended. It is certainly not helpful. The second monitor seems to remember whatever was open there last. Weird. I have used 2 monitors for YEARS, not seen that one before.

Maybe you are looking for

  • My computer doesn't see my photos on my iphone 5

    My computer does not see my photoes on my computer. I shows i have some in the summary bar at the bottom. but doesnt show them in photos? Help

  • Problems with my new MacBook Pro.

    Some time ago my Macbook has some problem with the display, common when I used Safari for long time... it's like the image is pixeleated. I bring the computer with a authorized dealer because I'm from Colombia. But the technical service said that the

  • Does Anybody Know How to Use utl_post In Oracle 9i

    Hi, I am able to handshake between Oracle IAS and ASP using HTTP post. Does anybody know is there any way Url can send array of data or table data

  • Cant understand this exception

    hai forum, Please help me understand this error. I am selecting class files using filechooser.When i selected A.class from a directory this exception was thrown.Kindly tell me what this exception says. And i dont face this exception with a particular

  • Global Container set Parameter

    Hello, I would like to change the field CONTENT_TYPE in my SOAP-Header-Message. Now I know that I can do this in the GlobalContainer inside the message-mapping with an user-define function. I found in the SAP-help and in the SDN so many messages and