Extremely long wait time

I'm using Contribute 3 on a Powerbook G4 running Mac OS 10.3.
I've never had any problems until yesterday when Contribute started
running VERY slowly for me. It takes at least 10 minutes to start
up and then after connection to a site, it takes about 15-30
minutes before I can start browsing or click the Edit button. I
already tried reinstalling the software, but I'm still having
problems and I'm getting extremely annoyed. Has anyone else
experienced anything like this? Any ideas or solutions?
Thanks!
-Lisa

Oops, never mind. Didn't read the sticky before I made this thread.
It's formatted, the data's gone. lol wut

Similar Messages

  • Extremely long "reading" times in media browser

    We are running CC2014 on 3 edit systems with a shared 10Gbit 36TB Synology NAS.  Each workstation has approximately 12TB of local raid storage as well. We shoot P2 primarily and I have a little over 17TB archived on the Synology.  Lately, we have had extremely long "reading" times in Media Browser on all the machines.  I don't quite understand how Premiere is indexing and displaying as sometimes the "reading" time is relatively quick, ie. under 10 seconds and then other times it can take 3-5 minutes to display clips within a directory.
    My Directory Structure is:
    Media
         P2 footage
              (P2 folders/ie. cards are all saved with their shoot dates here)
              Our total archive of P2 footage is around 70 cards.
    It appears that when Media Browser is pointed to a P2 Card folder it is indexing the entire "P2 footage directory, ie. all 70 cards", rather than just the individual folder containing 1 P2 card's footage. Ist this the case?
    Would I get better read speeds in Media Browser if I organized my P2 footage into more directories, ie. by year and quarter or by year and month?  
    Really need to know how the indexing works.  Does premiere cache preview files for each clip and if so, how long are these previews valid.  It seems that when I media browse a new P2 Card/Folder, it has forgotten any previous preview files that have been made and cached.
    Any explanation or help would be appreciated.
    We have copied large numbers of cards/folders from the Synology to our local raids to see if the latency was due to the network but the results are the same when we media browse on the local raid copies.

    We are working on this issue. Could you open a support case and submit your
    project so we can have support see if it is fixed in a later release?
    br
    William Wheeler wrote:
    Is anyone experiencing long deploy times using Eclipse with the Portal/XML Beans facets...it takes approx 30 mins to deploy our ear file. The ear contains:
    3 large schemas projects (using XML Bean Builder facets)
    1 Control util project
    1 Portal Web Project
    1 Ear Project
    3 Util projects
    Is there some validation options that can be turned off or other actions to speed this up?
    Bill Wheeler

  • Re: HP 15-g020ca long wait time to reach lock screen windows 8

    i have the same issue as this guy but can't seem to figure it out.
    http://answers.microsoft.com/en-us/windows/forum/w​indows8_1-performance/45-seconds-delay-to-reach-lo​...
    long wait time when i open the lid of my notebook. it says locking for a good minute or more, if i do win+L to manually lock it , it takes the same amount of time. can anyone help!! thanks

    DSORacing wrote:
    I have same problem but in a 15-j040us. I made everything that you offer as solution but it cannot upgrade to Windows 8.1.  I read this post from another user with same graphics adapter that my laptop has and it looks like a solution, but at the same time, looks quite dangerous to make. Here is the post. http://208.74.204.203/t5/Notebook-Operating-Systems-and-Software/Updating-to-WIN-8-1-Fix-to-black-sc... Let me know if yu can help with this issue as soon as possible.
    Thanks!
    This  worked for me after 7 attempts with all kind of solutions on different forums. HP Envy 15 Notebook - Intel HD 4000, Nvidia 740
    Locate the F11 key and start tapping it as soon as you turn on the system.
    Stop tapping once you reach the recovery manager screen.
    Click Troubleshoot .
    On the Troubleshoot screen, click Recovery Manager .
    On the OS selection screen, click Windows 8 . Recovery Manager opens.
    Under I need immediate help , click Minimized Image Recovery .
    When Recovery Manager prompts you to back up your files, select a backup option.
    If you have already backed up personal files or you do not want to back up personal files, select Recover without backing up your files , then click Next . Continue to the next step.
    Follow the on screen options and complete the system recovery.
    After the system recovery is complete, click Finish to restart the computer. Complete the setup screens and wait until the computer finishes the setup
    -Then, make sure to install all updates via Windows Update. Do NOT install any drivers for graphics etc.
    -I did NOT do any updates with HP Assistant
    -Run the update via Wired network, disable WiFi and Bluetooth
    -I did disable all things in Autostart. Could be reached via Win8 taskmanager
    -Ran Microsoft Compability checker
    Update went fine this time.
    Some of my steps might not be needed. And of course if MS compbility checker says a driver is not compatible you will have to update it.
    Hopefully it will get you there.

  • If the flash object is placed in 0px div, the creationComplete event is fired after a long wait time

    <Problem>
    My requirement is to hide flash object on browser. However, If the flash object is placed in 0px div, the creationComplete event is fired after a long wait time. Is this a bug of Flex? (or Flash Player?)
    <Sample Code>
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
              initialize="app_initialize(event);" creationComplete="app_creationComplete(event);" >
    <mx:Script>
            <![CDATA[
            import mx.events.FlexEvent;
        private function app_initialize(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "application initialize.");
        private function app_creationComplete(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "application creation complete.");
        private function button_creationComplete(evt:mx.events.FlexEvent):void
                  ExternalInterface.call("alert", "button creation complete.");
            ]]>
        </mx:Script>
        <mx:Button id="testButton"  label="button"  creationComplete="button_creationComplete(event);"/>
    </mx:Application>
    <Steps to reproduce>
    1) Dowload the following samples
    MySwf-src.zip
    https://files.acrobat.com/a/preview/c6b7a191-c6c4-486f-9345-e2b5c21a4c0b
    TestSwf.zip
    https://files.acrobat.com/a/preview/98e613e1-63b1-4b2f-93f3-f6e4f4a27f24
    2) Unzip TestSwf.zip.
    3) Copy MySwf.swf, TestInvisible.html, and TestVisible.html to "c:\inetpub\wwwroot\". (Need to install the IIS.)
    4) Visit "http://localhost/TestVisible.html" via IE. notice the creationComplete event fired after initialize event immediately.  -- Correct
    5) Visit "http://localhost/TestInvisible.html" via IE. notice the creationComplete event fired a long time after initialize event.  -- Incorrect
    <Environment>
    Win8.1x64+IIS8.5+IE11+Flash player(13.0.0.182)
    <Note>
    If the flash object is placed in 1px or larger div, the creationComplete event is fired immediately.
    The problem occurs with other browsers(IE9,IE10,FF,Chrome) too.

    Thank you for your response. The computers are indeed running Flash Pro CC 13.1.0.226. I tried to generate a minidump file on four different computers where Flash Pro hung, but was not able to do so on any of them as Flash Pro makes the entire system unresponsive. I get the spinning circle cursor and then the GUI of all apps greys out and fails to update. I don't actually get any sort of error message; everything simply stops responding.
    I was probably unclear above; even if I can alt-tab I can't really interact with any other programs once Flash Pro hangs beyond one or two mouse clicks. So on some computers I could right-click on the process in Process Explorer and choose to create a minidump, which then froze, or I might right-click on the process and have it immediatly freeze. I've experienced about two dozen crashes and I've never been able to really use another program or even kill the Flash process in task manager. I also have to power off the computer by holding down the power button, since while I might be able to open the Start menu I can't reach the point of being able to shut it down without it freezing.
    From what I was able to see in Process Explorer, Flash Pro was using <1% CPU and 120M private / 170M working memory.

  • HT3964 programs hanging; long wait time

    programs hanging; long wait time for 'pie' to clear; reset the smc and still not functioning.  pls. help.

    Hello, see how many of these you can answer...
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab of Activity Monitor, are there a lot of Pageouts?
    https://discussions.apple.com/servlet/JiveServlet/showImage/2-18666790-125104/AM Pageouts.jpg
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on,IPmyriadLogin Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Long wait time for /sap/webcuif/uif_callback

    STAD shows following record indicating a very long wait time. Seems the application /sap/webcuif/uif_callback mentioned in the record is a CRM WebClient UI framework related service defined in transaction SICF. I did not observe such long wait time on other HTTP requests and applications. Why could this happen? How to analyze further? The system is CRM703 SP03.
    CPU time                       0 ms
    RFC+CPIC time                  0 ms
    Total time in workprocs        3 ms
       Response time           49.658 ms
    Wait for work process     49.655 ms
    Processing time                2 ms
    Load time                      0 ms
    Generating time                0 ms
    Roll (in+wait) time            0 ms
    Database request time          0 ms
    Enqueue time                   0 ms
    Number      Roll ins            1
                 Roll outs           1
                 Enqueues            0
    Load time   Program             0  ms
                 Screen              0  ms
                 CUA interf.         0  ms
    Roll time   Out                 0  ms
                 In                  0  ms
                 Wait                0  ms
    Frontend    No.roundtrips       0
                 GUI time            0  ms
                 Net time            0  ms
    Call number                                         6
    Connection-Id          6CAE8B34B9581ED49BF5441DA68E2F2A
    Communication step     Send/Receive
    Timestamp              20141119 131100 CST
    Host                   XXXXXXXXX
    Port                   8001
    Path                   /sap/webcuif/uif_callback
    Status phrase          OK
    Status code              200
    Protocol               HTTP
    Method                 POST
    Virtual host               0
    Calling time                                        2  ms
    Remote exec. time                                   0  ms
    Data send time                                      0  ms
    Data receive time                                   0  ms
    Idle time                                           1  ms
    Sent data                                         107  Bytes
    Received data                                   2.682  Bytes
    Thanks.
    Regards,
    Jason

    Hello Jason,
    the "Wait for work process" means the request was at the dispatcher queue waiting for a work process.
    Probably at that time all  the DIA work processes in that instance were occupied.
    was that the case?
    kind regards,
    Mercedes

  • Incredibly long wait times [SOLVED]

    anyone have any idea why I'd be getting *incredibly* long wait times on my server? [http://omploader.org/vNTRuYg]
    it only seems to affect my wordpress installation, though.. everything else seems ok. I don't get it.
    EDIT: changing the SCRIPT_FILENAME fastcgi_param to $document_root$fastcgi_script_name seemed to help quite a bit.
    Last edited by Stythys (2010-08-03 03:28:11)

    How to get to your VZ Router
    http://192.168.1.1
    User Name: admin (is the default)  or YOURS IF YOU HAVE CHANGED IT
    Password:  Enter the password that is printed next to “Default Password” on the label attached to the bottom of your FIOS Router..or YOURS IF YOU HAVE CHANGED IT
    Now you are at the main menu for your router
    EXPLORE ALL BEFORE CHANGING ANYTHING
    THEN GOT TO Wireless Settings if you want to set up WPA2
    Advanced Security Settings
    Custom Pre-Shared Key….MINE IS 20 CHARACTERS ALPHA NUMERIC      ASCII
    SUGGEST YOU RECORD ANY CHANGES THAT YOU MAKE
    Verizon FIOS Router Manuals
    http://www.verizon.com/support/residential/internet/fiosinternet/networking/user+guides/user+guides....
    Tom
    Freedom Essentials, QIP 7100 1,Bose SOLO TV Sound System,,QIP 7216 P2,M1424WR Rev F, iPad 2 WiFi,iPhone 5,TV SYST INFO Release 1.9.5 Build No. 17.45
    Data Object 39.45

  • Long waiting times when going back to the organizer after doing changes of images. Elements 11.

    After doing changes of images and going back to the organizer I have to wait a long time. This was not the case when I used elements 9. I have a lot of images stored around 18000. There are also often long waiting times when I move around in the organizer. Any suggestion?
    Bo Augustsson

    Please see blog: http://psekb.blogspot.in/2013/04/how-to-improve-pses-performance-please.html
    Please let me know if that doesn't helps.
    ~Andromeda

  • Extremely long build times using object oriented code

    We have a LabVIEW application that we need to build an .exe for distrubution purposes.  The application relies on several object-oriented classes for data handling and dynamic dispatch type casting and function selection.  Currently it takes approximately 1.5 hours to build the application and it seems that most of the time is spent processing the object oriented files.  Has anyone else seen this issue and are there any creative ways to improve the build times?

    Hi again.  We are still having issues using LVOOP due to extrmely long .exe build times as well as long labview loading times.  I traced the source of this to one class hierarchy, shown below.  This hierarchy also relies heavily on overriding top-level functions, declared as virtual VIs in the top level class, which I suspect contributes to this problem.  While debugging another issue, I was trying to build a small piece of my main code into an .exe to verify its functionality and experienced the same extremely long build times.  When I removed this class hierarchy from the VI, it built extremely fast.  Also to be clear, I am using neither the mean function or Mean.vi anywhere in this set of code.  To date we have been delighted with LVOOP and how it has made our code cleaner, mroe robust, and more maintanable.  However, when creating new functionality in the code we often elect NOT to create new objects (even though they would be beneficial) because we are hesitant to introduce the extra time (load and build) required for LabVIEW to handle these classes.  If our entire system was rewritten in LVOOP, I would suspect that it would become unmaintainable and unbuildable due to the LVOOP overhead.  I was hoping that LV2009 would address some of these issues but, alas, it did not. Still looking for a way to improve this and thanks in advance for all of the replies.

  • Extremely long display times for HTML in mail and Safari

    Is anyone else experiencing similar lags in HTML rendering?
    Since upgrading to Mountain Lion, I am experiencing extremely long render times for display HTML email messages in mail.   I am also experiencing extremely long render times in Safari.   I have Chrome installed on this same computer, if I goto the same website on Chrome and Safari, Chrome displays the page immediatly, Safari will take between 30sec and 1 minute.  

    The only way it can get fixed is if you report it to Adobe. Posting it here may not be sufficient. There is an Acrobat feature request forum here and a bug report form here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Since update, start up problems.  Must push start button, must enter password several times, long wait times, must push start button again and enter password again.

    Since update I have start up problems.  Laptop seems to shut down. 
    Must push start button, then wait to enter password.  Long wait time, then screen goes black and I must push start button again and enter password again.  More long wait times.  Startup each morning takes up to ten minutes. 
    I have 4GB Memory and 2.5 GHz Intel Core i5 Processor.

    Does it start up normally in safe mode?

  • Extremely long compression time

    I am trying to compress a 6 minute video into a quicktime movie. It starts out saying it will only take 3 minutes to share. Then it quickly moves up to 17 minutes before coming to a halt.
    Anybody have any ideas on what I am doing wrong or is this common? On previous videos this has never happened. I've tried doing a different video and it is also taking an extremely long time to compress.
    Thanks for the help

    I think possibly it could have something to do with my video settings. I don't know much about video settings.
    We are producing these videos that range from 7-30min from a video camera. We don't need audio (already took that out) and we don't need the best of quality on the video. It obviously needs to be decent enough to see what is going on without straining, but beyond that I don't need much.
    Does anybody have any suggestions on the type of video settings I could use in the expert settings? I believe iMovie is trying to compress much more information than I really need. Thanks for the help.

  • Extreme long execution time

    Hi,
    lately, I realized that Jubula needs extremely long for all the progresses...
    For example, deleting TestResults or after execution of TestCases, the Progress "Collecting Information" and "Writing Report to Database" needs about 15-20 minutes!!
    I use the embedded database and html toolkit and my project is not big at all!
    I already had larger projects and never experienced that long progresses!
    Any ideas/suggestions why Jubula is suddenly working that slow?
    Thanks

    Hi Nicole,
    Thanks for your question! I think the problem is that the h2 database isn't designed for productive use - it doesn't scale well and will indeed get slower and slower with time (not necessarily size of the project, just time).
    If you need to keep using it then you can do the following:
    - stop Jubula
    - perform an export all to export all of the projects
    - you can also copy the database files (from your home directory under .jubula) to back them up
    - delete the database files from your home directory
    - connect to the database: this will recreate the database
    - then you can import the projects you exported
    Like I say, this isn't the preferred way of working, but the steps above should help with the current performance. Bear in mind that you should ensure that you have backups before you delete the database!
    Hope that helps,
    Alex

  • Extremely long hold time for Customer Service

    First couple of times I called for help, I got an answer within 15 minutes. Last couple of times it was close to 90 minutes. Today, I have been on hold for almost 2 hours! This is ridiculous from a company as good as Adobe. If I didn't have an open case which was pending Adobe response, I would hang up again and try back. CS is suffering lately and I'm very dissappointed.
    I don't appreciate the apparent cut in CS personnel stateside and subsequent outsourcing to India and other foriegn sites.
    Tossing in the towel - I cannot afford to hold this long. It's been over 2.5 hours. This kind of wait time is unforgiveable.

    You're not alone.  Adobe apologized for the recent downward trend in support this week in a press release and on the website.  Is the issue something technical that we can help with here?
    Here's the text of the release:
    Open Letter to Adobe Customers
    Adobe is committed to providing the most advanced, innovative products and services in the world. Recently, however, our customers have experienced a level of service that is inconsistent with what they expect and deserve. This is unacceptable and we sincerely apologize for the inconvenience caused. We are working diligently — in fact, teams are working around the clock — to resolve these issues. I'd like to thank all our customers who are sharing feedback and giving us the opportunity to respond. We appreciate your loyalty, support, and willingness to make your concerns heard.
    Adobe is in the process of transitioning to a new global service provider that will help grow and improve the quality of our customer service worldwide. While our new partner is a recognized leader in service and support solutions, this is a major global transition that includes bringing more than 800 new agents onboard. Clearly this process has not gone as smoothly as we had planned, and we are working to immediately remedy the situation. We are confident that once this transition is completed, we will provide customers with new and better ways to engage with Adobe using their preferred methods, helping to ensure prompt, effective customer service.
    The Adobe Customer Care leadership team is monitoring our customers' experiences closely to understand and respond to the challenges you are encountering. If you experience difficulties of any kind, contacting Customer Service in your local region remains the best initial course of action; however, during this transition period, unresolved issues can also be directed to [email protected].
    Thank you for your patience and understanding as we make this transition and work to improve our service and support operations for customers around the world.
    Regards,
    Lambert Walsh
    Vice President, Technical Services

  • Extremely long export time

    Hi,
    I got some big problems while exporting footage from AME and PP CC 2014. I mean – the time of exporting is extremely long. It take 4 hours to export 15 minutes of 1080p footage (with not best quality of render settings). There is no big difference in time while exporting with or without effect same as AME or PP.
    I shoot my footage on SONY A7S in XAVC S and my export settings are H.264, VBR 1, 16/20.
    My PC spec:
    Intel Core i7 3770K 3.5 3.9 GHZ
    32 GB DRR3,
    HDD 2TB, SSD 128GB
    GeForce GTX 770 2GB
    WINDOWS 7 ULTIMATE 64 BIT
    I will appreciate any help cos this problem make me sick already

    I checked the log file and there are no errors in the file.
    There are no ORA- xxxx error messages.
    The last line in the log file is as follows:
    "Processing object type schema_export/table/index/domain_index/index "
    I just checked the export job run this morning and it is still on the same
    index object "A685_IX1" . This is a spatial index. It has been sitting at
    this same object according to the job status for at least 24 hours.

Maybe you are looking for