Preloader gets stuck when I test movie

The preloader was the first thing I coded before I started designing the next frames, and it initially worked when it was the only frame, but after adding stuff to the next frames, the preloader keeps getting stuck at 30% everytime i test the movie, i'm clueless.
here's the code if it helps
stop();
enter_mc.visible=false;
enter_mc.addEventListener(MouseEvent.CLICK, goHome);
function goHome(e:MouseEvent):void {
gotoAndStop("2");
this.addEventListener(Event.ENTER_FRAME, preload);
var total:Number = this.stage.loaderInfo.bytesTotal;
var loaded:Number = this.stage.loaderInfo.bytesLoaded;
function preload(e:Event):void {
preAnim_mc.gotoAndStop(Math.floor((loaded/total)*100))
prog_text.text = Math.floor((loaded/total)*100)+ "% loaded";
if (total == loaded) {
preAnim_mc.visible = false;
prog_text.visible = false;
enter_mc.visible = true;
it never gets to the if statement

Try moving that if section of code inside the preload function.  It probably gets to the if statement, but just once when the file first starts, but since it won't pass the if(test) at that point it appears to not execute... as standalone code there is nothing to make it continually execute.

Similar Messages

  • Hanging and getting stuck when uploading

    This has happened a few times now
    FCPX gets stuck uploading
    It doesnt move from the percentage mark its stuck on
    It becomes unresponsive to clicks
    I have to force close
    Also... I suspect that the job gets finished...
    When I tried to reupload a task that I thought it got stuck on... I got a message on youtube saying I had uploaded duplicate content
    Any ideas?
    Thanks
    Omar

    Hey Omar
    Some of the issues can be addressed by checking out the basic troubleshooting article to ensure everything is installed and up to date.
    Final Cut Pro X: Troubleshooting basics
    http://support.apple.com/kb/ts3893
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    Thanks for the info.
    I've recently stumbled on an article on how to view the packaged file (apk) published using AIR 3.2 for Android setting (Adobe Flash CS6). All you need to do is change the extension of the file from (.apk) to (.rar) or (.zip) and extract the file as you would with any other zip or rar file. I was able to confirm that the packaged file (apk) indeed contain all the videos for the presentation. I have more than 80 videos in the presentation. All videos included in the package are of the same video format and resolution (FLV 320x240) but of different duration. I intentionally included the all the videos inside the package so I can use the presentation anywhere and anytime without the need to connect to the internet. The packaged apk file size is (1.23GB) the file includes the project's swf and xml file, the component swf and videos.
    When installed to android I noticed that the package remained as an apk file. Not really sure if android temporarily unpacks it when you run the app.
    Testing phase:
    I see no problem when I'm testing the project on my desktop computer. But when packaged and installed on my device the problem arise.
    Problem:
    I'm able to install and run the app on my device but wont play some of the videos included in the package.
    Was this due to the limited RAM or processor of my android device?
    I wanted to distribute the presentation to friends so i was trying to package it for easy access and installation on their device.
    Alternative Solution:
    I installed a third party app called SWF player by BIT LABS. Copied all the files to my device (the project's swf and component swf with the videos). The project worked like a charm the player (SWF player) and was able to run the presentation as if it was running of my desktop. All buttons and videos working properly. Although the alternative solution worked for me I still wanted to package the presentation for easy access and distribution to friends.
    Please help...Thanks in advance.

  • [SOLVED] Duplicity getting 'stuck' when attempting to restart a backup

    Hey all,
    After a backup attempt failed partway through (first-time full backup) with this error:
    AsyncScheduler: scheduling task for asynchronous execution
    No handlers could be found for logger "paramiko.transport"
    AsyncScheduler: a previously scheduled task has failed; propagating the result immediately
    AsyncScheduler: task execution done (success: False)
    Backend error detail: Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1391, in <module>
    with_tempdir(main)
    File "/usr/bin/duplicity", line 1384, in with_tempdir
    fn()
    File "/usr/bin/duplicity", line 1354, in main
    full_backup(col_stats)
    File "/usr/bin/duplicity", line 500, in full_backup
    globals.backend)
    File "/usr/bin/duplicity", line 399, in write_multivol
    (tdp, dest_filename, vol_num)))
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 151, in schedule_task
    return self.__run_asynchronously(fn, params)
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 215, in __run_asynchronously
    with_lock(self.__cv, wait_for_and_register_launch)
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 100, in with_lock
    return fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 207, in wait_for_and_register_launch
    check_pending_failure() # raise on fail
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 191, in check_pending_failure
    self.__failed_waiter()
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 201, in caller
    value = fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 183, in <lambda>
    (waiter, caller) = async_split(lambda: fn(*params))
    File "/usr/bin/duplicity", line 398, in <lambda>
    async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename, vol_num: put(tdp, dest_filename, vol_num),
    File "/usr/bin/duplicity", line 296, in put
    backend.put(tdp, dest_filename)
    File "/usr/lib/python2.7/site-packages/duplicity/backends/sshbackend.py", line 191, in put
    raise BackendException("sftp put of %s (as %s) failed: %s" % (source_path.name,remote_filename,e))
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    the process keeps getting stuck when I try to restart it. There's almost no CPU use and no useful error messages. Here's the output (the version and parameters are included) with -v debug:
    Using archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce [83/4524]
    Using backup name: 1498ef4c9557164d69523e5aec4c78ce
    Import of duplicity.backends.sshbackend Succeeded
    Import of duplicity.backends.rsyncbackend Succeeded
    Import of duplicity.backends.botobackend Succeeded
    Import of duplicity.backends.webdavbackend Succeeded
    Import of duplicity.backends.hsibackend Succeeded
    Import of duplicity.backends.localbackend Succeeded
    Import of duplicity.backends.ftpsbackend Succeeded
    Import of duplicity.backends.giobackend Failed: No module named gio
    Import of duplicity.backends.ftpbackend Succeeded
    Import of duplicity.backends.cloudfilesbackend Succeeded
    Import of duplicity.backends.u1backend Succeeded
    Import of duplicity.backends.tahoebackend Succeeded
    Import of duplicity.backends.imapbackend Succeeded
    Import of duplicity.backends.gdocsbackend Succeeded
    Main action: inc
    ================================================================================
    duplicity 0.6.18 (February 29, 2012)
    Args: /usr/bin/duplicity --use-agent -vdebug --encrypt-key YYYYYYYY --sign-key XXXXXXX --full-if-older-than 60D --exclude /mn
    t/backup/bfd-training-data --exclude /mnt/backup/fsarchiver --exclude /mnt/backup/media --exclude /mnt/backup/usapparel --asyn
    chronous-upload /mnt/backup scp://[email protected]//backups/homeserver
    Linux homeserver 3.0.29-1-lts #1 SMP PREEMPT Mon Apr 23 09:41:11 CEST 2012 x86_64 AMD Sempron(tm) Processor 3400+
    /usr/bin/python2 2.7.3 (default, Apr 24 2012, 00:00:54)
    [GCC 4.7.0 20120414 (prerelease)]
    ================================================================================
    Using temporary directory /tmp/duplicity-OjWCPd-tempdir
    Registering (mkstemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    Temp has 490532864 available, backup will use approx 60293120.
    Local and Remote metadata are synchronized, no sync needed.
    41 files exist on backend
    2 files exist in cache
    Extracting backup chains from list of files: ['duplicity-full.20120507T060530Z.manifest.part', 'duplicity-full-signat[51/4524]
    0507T060530Z.sigtar.part', 'duplicity-full.20120507T060530Z.vol1.difftar.gpg', 'duplicity-full.20120507T060530Z.vol2.difftar.g
    pg', 'duplicity-full.20120507T060530Z.vol3.difftar.gpg', 'duplicity-full.20120507T060530Z.vol4.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol5.difftar.gpg', 'duplicity-full.20120507T060530Z.vol6.difftar.gpg', 'duplicity-full.20120507T060530Z.vol7.d
    ifftar.gpg', 'duplicity-full.20120507T060530Z.vol8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol9.difftar.gpg', 'duplicit
    y-full.20120507T060530Z.vol10.difftar.gpg', 'duplicity-full.20120507T060530Z.vol11.difftar.gpg', 'duplicity-full.20120507T0605
    30Z.vol12.difftar.gpg', 'duplicity-full.20120507T060530Z.vol13.difftar.gpg', 'duplicity-full.20120507T060530Z.vol14.difftar.gp
    g', 'duplicity-full.20120507T060530Z.vol15.difftar.gpg', 'duplicity-full.20120507T060530Z.vol16.difftar.gpg', 'duplicity-full.
    20120507T060530Z.vol17.difftar.gpg', 'duplicity-full.20120507T060530Z.vol18.difftar.gpg', 'duplicity-full.20120507T060530Z.vol
    19.difftar.gpg', 'duplicity-full.20120507T060530Z.vol20.difftar.gpg', 'duplicity-full.20120507T060530Z.vol21.difftar.gpg', 'du
    plicity-full.20120507T060530Z.vol22.difftar.gpg', 'duplicity-full.20120507T060530Z.vol23.difftar.gpg', 'duplicity-full.2012050
    7T060530Z.vol24.difftar.gpg', 'duplicity-full.20120507T060530Z.vol25.difftar.gpg', 'duplicity-full.20120507T060530Z.vol26.diff
    tar.gpg', 'duplicity-full.20120507T060530Z.vol27.difftar.gpg', 'duplicity-full.20120507T060530Z.vol28.difftar.gpg', 'duplicity
    -full.20120507T060530Z.vol29.difftar.gpg', 'duplicity-full.20120507T060530Z.vol30.difftar.gpg', 'duplicity-full.20120507T06053
    0Z.vol31.difftar.gpg', 'duplicity-full.20120507T060530Z.vol32.difftar.gpg', 'duplicity-full.20120507T060530Z.vol33.difftar.gpg
    ', 'duplicity-full.20120507T060530Z.vol34.difftar.gpg', 'duplicity-full.20120507T060530Z.vol35.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol36.difftar.gpg', 'duplicity-full.20120507T060530Z.vol37.difftar.gpg', 'duplicity-full.20120507T060530Z.vol3
    8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol39.difftar.gpg', 'duplicity-full.20120507T060530Z.vol40.difftar.gpg', 'dup
    licity-full.20120507T060530Z.vol41.difftar.gpg']
    File duplicity-full.20120507T060530Z.manifest.part is not part of a known set; creating new set
    File duplicity-full-signatures.20120507T060530Z.sigtar.part is not part of a known set; creating new set
    Ignoring file (rejected by backup set) 'duplicity-full-signatures.20120507T060530Z.sigtar.part'
    File duplicity-full.20120507T060530Z.vol1.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol2.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol3.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol4.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol5.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol6.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol7.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol8.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol9.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol10.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol11.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol12.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol13.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol14.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol15.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol16.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol17.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol18.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol19.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol20.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol21.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol22.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol23.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol24.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol25.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol26.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol27.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol28.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol29.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol30.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol31.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol32.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol33.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol34.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol35.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol36.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol37.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol38.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol39.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol40.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol41.difftar.gpg is part of known set
    Found backup chain [Sun May 6 23:05:30 2012]-[Sun May 6 23:05:30 2012]
    Last full backup left a partial set, restarting.
    Last full backup date: Sun May 6 23:05:30 2012
    Collection Status
    Connecting with backend: SftpBackend
    Archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce
    Found 0 secondary backup chains.
    Found primary backup chain with matching signature chain:
    Chain start time: Sun May 6 23:05:30 2012
    Chain end time: Sun May 6 23:05:30 2012
    Number of contained backup sets: 1
    Total number of contained volumes: 41
    Type of backup set: Time: Num volumes:
    Full Sun May 6 23:05:30 2012 41
    No orphaned or incomplete backup sets found.
    RESTART: Volumes 41 to 42 failed to upload before termination.
    Restarting backup at volume 41.
    Registering (mktemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    ^CRemoving still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    Removing still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    INT intercepted...exiting.
    Does anyone have some experience with this? It's a fairly good sized backup (well, for me at least) so I'd really hate to have to start over every time one fails!
    Thanks,
    Scott
    Last edited by firecat53 (2012-05-08 18:23:19)

    Ok, solved-ish. There were actually 3 issues:
    1. There's a problem in the 0.6.18 new python paraminko ssh internals that was preventing it from uploading more than about 1GB at a time, possibly because it's reusing the same ssh connection which some webhosts will kick off after a certain time or amount.
    2. The --num-retries parameter wasn't being read by the ssh backend
    3. There's a bug in some encryption validation code that had to be removed before a 'resume backup' operation would work correctly (it won't read the GPG encryption key correctly).
    So I reverted to 0.6.17 and removed a previously applied patch from the code found here.
    So far it seems to be working. The dev who answered me on Launchpad said that there's a memory leak with 0.6.17 so watch out when doing any backups over ~100GB or so.
    Scott

  • My ipod touch 2nd gen gets stuck when updating ios 4.2

    I can download the update, but it gets stuck when backing up the itouch.  Any suggestions?

    It's not supposed to. You need a newer device to use applications which require iOS 4.3 or above.
    (73338)

  • Why does my ITunes now get stuck when it can't find the album art?

    I've noticed since yesterday when I bought my new IPod Touch my ITunes on my computer gets stuck when it can't find the album art for some music I have. It gets to that album and won't do anything, won't let me skip it or anything ... Anyone else having similar issues and if so any workaround?

    Hi joanhello,
    I understand that you are seeing an issue with iTunes fetching information about CDs you are importing. Here is an article for you that explains how to troubleshoot this issue:
    iTunes 11 for Windows: If you don’t see song information
    http://support.apple.com/kb/PH12488
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • After downloading the IOS5 my phone gets stuck when doing the back up. What should I do?, After downloading the IOS5 my phone gets stuck when doing the back up. What should I do?

    My iphone gets stuck when doing the back up of the IOS 5. What should I do? Any ideas?

    I'm having the same issue on the 3Gs.  I get a message "an error occurred while backing up this phone (-43)."  It tells me if I continue the contents of the phone while be deleted.  Is it safe to continue and restore from my current backup?  I can do a manual backup without any issues. 

  • Why the new firefox version 31.0 is getting stuck when something is downloaded.

    Why the new firefox version 31.0 is getting stuck when something is downloaded. After force restart also same issue (still the download status is showing the same and again getting stuck) for 4-5 times and then it asks for to clear all the data. After that it is working fine. Again If I download something facing the same issue. Its really irritating. I am using windows7.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Iphone 4s getting stuck when syncing...

    my iphone is getting stuck when trying to finish sync saying, "waiting for changes to be applied"
    anyone have this problem and how to fix?
    please.

    It's me again!
    I think I've located the problem (at least in my case). I use a ringtone program called iToner 2 and that is what's apparently causing a conflict and syncing issues with my iPhone. I installed my ringtones from iToner 2 and the sync issues re-occurred. After deleting my iToner 2 ringtones, I was able to sync again.
    My guess is that some application that you are using that works in some way with iTunes or your iPhone is what's causing the sync issues. I would suggest finding that particular application and not using it until it gets updated to work with iTunes 10.5 and iOS5.
    I hope this helps! Good Luck!

  • Ipod gets "stuck" when rating songs

    My ipod will repeatedly get "stuck" when I rate a song. Hitting the middle-button only scrolls to the rating option again. It sometimes take 4-8 times hitting the middle-button to get it to get un-stuck. My ipod also crashed on me within 2 months of owning it. Could this be indicative of some sort of data corruption or lurking problem waiting to crash my ipod again?
    ipod video 60GB

    http://docs.info.apple.com/article.html?artnum=303130

  • Finder gets stuck when reading contents of large folders on a SMB-share

    Hai thar, everyone. Recently I've found a sad bug in the world's most advanced OS. I wonder why it was left almost unnoticed as I was unable to find out some info on it so I created this topic in hope to turn attention to this issue when no solution is available right now by far. In short, bug consists in Finder's misbehaviour when it reads contents of big folders on a mounted SMB-shares like stated in the title. Number of files - somewhat around 11-12 thousands/folder. What't interesting, when one goes to the shared folder which contains not much files (below critical limit) - everything's just fine. When one opens a "bomb"-folder, Finder does nothing. It won't display folder's contents and moreover, it won't display contents of other folders on the share anymore, however, it's still able to show up contents of those folders you have visited just before opening "bomb"-folder. Probably it simply has  the contents of visited folders cached somewhere. The second consequence, connection to the SMB-share seems to degrade. Speed drops to miserable numbers and case you open some big file from the share theres a chance that it'll be loaded slowly. It's not that hot idea in fact, to load network by watching videos directly from the SMB-server =) but if you do open a movie, playback will be jerky as **** while it was perfect just before you poked the "bomb" and current traffic is very little - a few kbps/~100bps (according to Activity Monitor). As stated before, stuck Finder seemingly affects overall connection to the SMB-server in some strange manner. FS notifications get broken too, on the share.
    In general Finder proceeds functioning. It has no problems with local FS/other kinds of remote FS, but SMB. It looks like theres a stuck thread serving requests to for the file objects on the SMB-share which actually gets stuck or does extremelly slowly.
    The workaround is pretty simple and straight forward - you have to restructurize your "bomb"-folders by splitting them into several subfolders or such. Simply get rid of that huge heap of files stored in a single folder, fragment them and keep their number below 10k/folder. However, this is not a fix. It's only workaround. Fix should follow, as this issue is not only a "little inconvenience" but also a software flaw.
    This bug affects at least OS X 10.7.5 (11G63). Something similar was seen also on OS X 10.6.6
    WBR
    PS: sorry for my broken English.

    Reporting the same problem.
    1. Have Windows 7 MediaCenter with file sharing set up properly (LM+NTLM Authentication allowed and 128-bit encryption disabled in security policies).
    2. Test folder ("C:\income") and all the subfolders' owner is 'Guest', full access is granted for everyone.
    3. Connecting to MediaCenter from MacBook with Finder by pressing Cmd+K and typing smb://ip-addr/income
    4. Finder connects successfully, but some sub-folders and files are not being listed.
    Workaround:
    5. You can open a not-listed folder directly by pressing Cmd+K and typing smb://ip-addr/income/some-invisible-folder
    6. Voila! You're inside invisible folder.
    In the meantime, i can see all the sub-folders on a Windows XP client machine, so i can make a conclusion that all of these 'invisible' sub-folders are actually accessible by Finder, but in some reason are just not being listed on Mac.

  • OpenSSO - Redirection gets stuck when SSO protected page is not first page

    I am facing an issue with OracleSSO/OpenSSO, while trying to integrate with an .Net/AJAX application in IIS.
    The landing page of the application is index.htm and the second page handles Headers and sets cookie . But when we SSO protect the second page, the agent is not able to redirect to SSOLogin page.
    It gets stuck there, we can see ib Firefox that internally it is waiting at SSOLogin page, unable to show SSOLogin page on browser as the requesting page is not the first page. Is there a configuration that I need to do ?

    Per default the login page is placed on the same server as the OpenSSO server. So firstly: Test if You can reach the OpenSSO server from where you are. Secondly, if that work, check the policy agent properties file of the login.url property is correctly set to a existing login page.

  • Threads get stuck during load test

    Hi,
    We are running some stress tests and receive some warnings about threads getting
    stuck.
    My question is regarding the warning itseld, how can I know from the warning string
    what was the thread doing.
    We got two kinds of warnings:
    1) Warnings regarding "null" requests, which look more or a less like this:
    <Jan 19, 2004 8:23:59 PM GMT> <Warning> <WebLogicServer> <BEA-000337> <ExecuteThread:
    '117' for queue: 'weblogic.kernel.Default' has been busy for "1,411" seconds working
    on the request "null", which is more than the configured time (StuckThreadMaxTime)
    of "600" seconds.>
    2) Warnings regarding "ConnectionXXX.SessionYYY", which look like this:
    <Jan 15, 2004 6:12:15 AM CST> <Warning> <WebLogicServer><BEA-000337> <ExecuteThread:
    '9' for queue:'weblogic.kernel.Default' has been busy for "707" seconds working
    on the request "connection72.session501", which is more than the configured time
    (StuckThreadMaxTime) of "600" seconds.>
    Does anyone know what is the meaning of this part of the warning?
    TIA,
    Lior

    Hi,
    Thanks for the explanation. My question was regarding the fomrat of the warning
    message.
    Can I find out what was the thread doing according to the <request "null"> or
    <request "ConnectionXXX.SessionYYY"> which appear in the warning?
    Lior
    "Slava Imeshev" <[email protected]> wrote:
    Hi Lior,
    "Lior Manor" <[email protected]> wrote in message news:400e50bf$[email protected]..
    We are running some stress tests and receive some warnings about threadsgetting
    stuck.
    My question is regarding the warning itseld, how can I know from thewarning string
    what was the thread doing.
    We got two kinds of warnings:
    1) Warnings regarding "null" requests, which look more or a less likethis:
    <Jan 19, 2004 8:23:59 PM GMT> <Warning> <WebLogicServer> <BEA-000337><ExecuteThread:
    '117' for queue: 'weblogic.kernel.Default' has been busy for "1,411"seconds working
    on the request "null", which is more than the configured time (StuckThreadMaxTime)
    of "600" seconds.>
    2) Warnings regarding "ConnectionXXX.SessionYYY", which look like this:
    <Jan 15, 2004 6:12:15 AM CST> <Warning> <WebLogicServer><BEA-000337><ExecuteThread:
    '9' for queue:'weblogic.kernel.Default' has been busy for "707" secondsworking
    on the request "connection72.session501", which is more than the configuredtime
    (StuckThreadMaxTime) of "600" seconds.>
    Does anyone know what is the meaning of this part of the warning?Basically it means that given threads spent time processing requests
    that exceeded configured threshold (600 second is a default value).
    When it happens, weblogic signals this situation with the warnings
    above. It's done to notify about potential exhausting of execute threads.
    If the request processing times above are normal, you need to increase
    the threshold to eliminate these messages. If not, you may want to find
    out why it's taking so long.
    Let me know if you have more questions.
    Regards,
    Slava Imeshev

  • Apps gets stuck when downloading from iCloud, shows as "waiting" but never downloaded

    When I download an app already purchase from iCloud it gets stuck as waiting. It only happens with apps downloaded from iCloud as new apps download well.

    Hi there Tincho27,
    It sounds like new apps are downloading without issue, but apps that are already on your account seem to never get done Waiting. I would start by deleting any apps you have that are currently stuck:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    Tap and hold the app you want to delete.
    The apps will begin to jiggle.
    Tap the X on the app.
    Then sign out of the account in your Settings:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    Tap Settings > iTunes & App Stores.
    Tap your Apple ID.
    If you see the option to Sign In, you can change your Apple ID now.
     Tap Sign Out.
    Then restart your iPhone and try downloading an purchased app again to test the issue:
    Restart or reset your iPhone, iPad, or iPod touch
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Finder get stuck when i add new tag into File

    I habe this following problem:
    When i add a new tag into a File, then Finder get stuck (Application not responding). After a certain amount of time, it works normally again. But in some cases, i have to wait 10 or 15 minutes. It happens only when i add new tag. With the old tags, it doesn't happen.
    Anyone else have the same problem, or it's just me.
    Albert

    thanks for fast response. Here is what i did:
    I open PDF file with Preview at 00:23:40
    Add new tag: "test test test"
    This process end at 00:28:32, and then Finder works again
    Same thing happens when i delete tags
    Some additional infor may be help:
    Macbook pro midd 2014
    Mac 10.10.1
    Log
    ================================================
    18/12/14 00:23:40,820 Preview[1045]: Page bounds {{0, 0}, {400, 400}}
    18/12/14 00:23:40,825 Preview[1045]: -[AKFormFeatureDetector dealloc]
    18/12/14 00:24:16,474 cloudd[802]: Stream 0x7f92c0784730 is sending an event before being opened
    18/12/14 00:24:32,153 bird[207]: Assertion failed: ![_xpcClients containsObject:client]
    18/12/14 00:24:43,849 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,853 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,872 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,872 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,873 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,874 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,878 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,883 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,948 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,958 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,972 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,993 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,998 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,998 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:43,999 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,004 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,025 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,037 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,045 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,073 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,080 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,088 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,118 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,126 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,134 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,163 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,170 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,177 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,201 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,202 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,203 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,209 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,238 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,240 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,241 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,248 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,270 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,272 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,272 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,273 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,306 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,307 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,308 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,309 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,317 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,355 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,384 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,423 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,426 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,444 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,445 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,499 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,508 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,573 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,645 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,679 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,703 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,777 WindowServer[126]: disable_update_timeout: UI updates were forcibly disabled by application "Preview" for over 1.00 seconds. Server has re-enabled them.
    18/12/14 00:24:44,804 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,837 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,894 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,903 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,909 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,967 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:44,993 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,071 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,084 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,170 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,231 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,291 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,374 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,438 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,451 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,459 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,484 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,491 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,504 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,526 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,533 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,533 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,535 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,556 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,569 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,577 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,604 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,607 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,608 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,616 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,645 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,648 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,674 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,722 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,734 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,753 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,798 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,833 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,919 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,937 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,952 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,979 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,986 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,994 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:45,994 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,021 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,021 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,023 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,059 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,077 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,087 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,114 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,124 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,132 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,156 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,158 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,158 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,177 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,203 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,212 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,221 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,291 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,307 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,371 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,387 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,387 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,402 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,473 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,491 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,582 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,596 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,604 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,648 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,656 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,669 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,718 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,730 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,754 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,850 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,858 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:46,974 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,009 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,061 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,069 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,076 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,104 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,113 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,126 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,151 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,153 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,154 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,161 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,185 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,187 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,187 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,187 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,221 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,223 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,223 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,237 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,262 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,269 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,276 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,323 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,373 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,440 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,442 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,442 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,442 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,445 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,505 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,515 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,522 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,522 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,654 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,661 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,722 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,724 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,724 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,730 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,755 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,767 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,778 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,802 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,804 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,805 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,805 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,806 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,835 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,842 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,843 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,845 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,866 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,897 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:47,987 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,000 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,093 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,116 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,129 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,183 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,203 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,212 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,246 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,248 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,261 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,287 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,290 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,290 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,297 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,326 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,327 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,327 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,331 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,331 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,345 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,345 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,346 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,347 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,351 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,380 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,381 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,381 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,381 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,382 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,383 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,383 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,402 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,406 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,445 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,452 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,452 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,460 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,510 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,520 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,524 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,524 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,559 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,573 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,588 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,615 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,623 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,636 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,669 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,670 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,670 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,671 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,672 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,672 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,709 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,709 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,739 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,740 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,740 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,741 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,742 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,742 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,755 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,757 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,757 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,758 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,758 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,758 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,764 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,764 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,779 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,781 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,781 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,786 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,786 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,800 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,801 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,802 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,802 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,803 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,803 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,824 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,824 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,824 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,826 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,826 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,847 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,848 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,848 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,885 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,886 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,886 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,893 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,893 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,918 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,933 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,935 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,935 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,959 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,960 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,960 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:48,992 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,003 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,010 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,044 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,055 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,064 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,064 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,094 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,103 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,136 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,138 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,138 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,139 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,140 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,165 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,166 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,166 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,166 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,167 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,167 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,167 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,181 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,181 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,187 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,220 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,227 coreservicesd[79]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    18/12/14 00:24:49,360 WindowServer[126]: common_reenable_update: UI updates were finally reenabled by application "Preview" after 5.58 seconds (server forcibly re-enabled them after 1.00 seconds)
    18/12/14 00:24:49,476 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,476 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,477 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,478 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,478 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,479 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:24:49,483 Preview[1045]: Page bounds {{0, 0}, {400, 400}}
    18/12/14 00:24:49,494 Preview[1045]: -[AKFormFeatureDetector dealloc]
    18/12/14 00:25:03,005 cloudd[802]: Stream 0x7f92c5a149a0 is sending an event before being opened
    18/12/14 00:25:24,100 Finder[195]: lock contention for shared file list item 0x60800096a740
    18/12/14 00:25:32,649 Finder[195]: lock contention for shared file list item 0x600000367740
    18/12/14 00:25:39,817 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:25:39,818 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:25:39,821 Preview[1045]: Page bounds {{0, 0}, {400, 400}}
    18/12/14 00:25:39,826 Preview[1045]: -[AKFormFeatureDetector dealloc]
    18/12/14 00:25:44,610 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:25:44,611 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:25:44,613 Preview[1045]: Page bounds {{0, 0}, {400, 400}}
    18/12/14 00:25:44,619 Preview[1045]: -[AKFormFeatureDetector dealloc]
    18/12/14 00:25:53,356 Spotlight[250]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    18/12/14 00:26:04,129 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:26:04,130 Preview[1045]: WARNING: Type1 font data isn't in the correct format required by the Adobe Type 1 Font Format specification.
    18/12/14 00:26:04,134 Preview[1045]: Page bounds {{0, 0}, {400, 400}}
    18/12/14 00:26:04,139 Preview[1045]: -[AKFormFeatureDetector dealloc]
    18/12/14 00:26:07,807 mds[32]: (DiskStore.Normal:2376) 7001 1.008877
    18/12/14 00:26:42,000 kernel[0]: process Finder[195] thread 1803 caught burning CPU! It used more than 50% CPU (Actual recent usage: 88%) over 180 seconds. thread lifetime cpu usage 551.930025 seconds, (519.388200 user, 32.541825 system) ledger info: balance: 90010300004 credit: 548645305784 debit: 458635005780 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 101841194372
    18/12/14 00:26:42,783 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1328]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    18/12/14 00:26:42,786 ReportCrash[1328]: Invoking spindump for pid=195 thread=1803 percent_cpu=88 duration=103 because of excessive cpu utilization
    18/12/14 00:26:43,254 spindump[397]: Saved cpu_resource.diag report for Finder version 10.10.1 (10.10.1) to /Library/Logs/DiagnosticReports/Finder_2014-12-18-002643_Alberts-MacBook-Pro.cp u_resource.diag
    18/12/14 00:28:32,228 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.

Maybe you are looking for

  • Songs aren't showing up in iPod but are on iTunes

    Certain songs aren't showing up on my iPod, but I see them in the iPod music list on iTunes. They show up in the library. They are also in the iPod when it is open in iTunes. But they dissapear when I disconnect the iPod from the computer. Any sugges

  • Is this speaker compatible with iPod Touch 4th gen?

    Hi, As above, is the Sony ICF-C7iP compatible with the 4th Gen iPod touch? Have had a quick look through and can't see this already mentioned, apologies if already posted.

  • Calling a function from procedure

    Please someone let me know if I'm going in the right direction or am I making it too difficult for myself. I'm only using the exam guide on programming units which assumes the reader already has a firm grasp on the material. I am entry level and need

  • Put parapraphs on the next page

    Hi there, I got a really simple question but no matter what I tried it doesn't work. I want to make sure, that a paragraph where just the first one or two lines fit on the end of a page are automatically start on the next page. How do I do that? Gree

  • Adding music to Keynote 6.5, over multi-slide transition.

    I have created a six slide dissolve in Keynote 6.5. The dissolve takes about 18 seconds complete. I would like to have some subtle music play over the transition. I know I can have music play in just one slide or over he entire presentation. But I ju