Remove Loader

Hi -
I am so grateful for this Forum - thank you in advance for all your great input!
I am loading .swf files in with this code (via buttons):
var phoLoader:Loader=new Loader();
photos_btn.addEventListener(MouseEvent.CLICK, photos);
function photos(myevent:MouseEvent):void {
var myURL:URLRequest=new URLRequest("lore_photos.swf");
phoLoader.load(myURL);
phoLoader.x = 0
phoLoader.y = 0
addChild(phoLoader);
var mmLoader:Loader=new Loader();
mm_btn.addEventListener(MouseEvent.CLICK, mimo);
function mimo(myevent:MouseEvent):void {
var myURL:URLRequest=new URLRequest("mm.swf");
mmLoader.load(myURL);
mmLoader.x = 0
mmLoader.y = 0
addChild(mmLoader);
staff_btn.addEventListener(MouseEvent.CLICK, unloadcontent);
function unloadcontent(myevent:MouseEvent):void {
removeChild(mmLoader);
var staffLoader:Loader=new Loader();
staff_btn.addEventListener(MouseEvent.CLICK, staf);
function staf(myevent:MouseEvent):void {
var myURL:URLRequest=new URLRequest("staff.swf");
staffLoader.load(myURL);
staffLoader.x = 0
staffLoader.y = 0
addChild(staffLoader);
mm_btn.addEventListener(MouseEvent.CLICK, unloadstaff);
function unloadstaff(myevent:MouseEvent):void {
removeChild(staffLoader);
When I test the main .fla (which contains the code), I get this error message - even though everything is working fine - what does it mean? What's a "caller"? 
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
at flash.display::DisplayObjectContainer/removeChild()
at davon_fla::MainTimeline/unloadstaff()

Hey - tried various options but still getting error messages.  Maybe it's because it's a .swf file within a .swf file, because clicking on the buttons in the About section of the site doesn't wipe the slate clean like when I click on the main navigation buttons of the site.
If you go to the site:   www.loreleynyc.com/loreleynyc.com_neu   and click on About and then on Staff and then on Michael Momm you will see that they overlap.  I guess because it's a movie within a movie it doesn't automatically clean the slate like it does with the "main navigation" buttons and pages of the site.  I'll try a different way now, on the timeline, because i gotta get this site up, but it must be possible with Actionscript, no?
Also, see the html at the bottom, how can I make the margin to the .swf file bigger?
Thanks a million!
I have attached the .fla files aswell, saved in CS3

Similar Messages

  • Remove load balancing...

    Oracle 10gR2 RHEL 4 AS 64bit
    I wanted to know is there a way to remove load balancing in RAC? Would I just set the LOAD_BALANCE parameter to OFF in the TNSnames.ora file? Would that take care of it? The problem is occurring because developers are trying to upload images into the database (using jumploader) and the file is stored on the first node. What happens is during the upload a procedure searches for the file on the second node (when it is actually on the first node) and then an error is returned. Below are my current TNS entries:
    PROD =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = node1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TAF)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 1)
    TAF =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = node1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TAF)
    PROD2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD)
    (INSTANCE_NAME = PROD2)
    PROD1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node1-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PROD)
    (INSTANCE_NAME = PROD1)
    )

    In this case, changing the tnsnames.ora file alone won't do it. RAC has two independent load balancing sides, client side (tnsnames level) and server side (listener level). The client side is simply a random (yep, random) picking of a listener on an instance to go to. On the server side, however, a given listener can then hand that connection off to another listener on a less loaded machine. Even if you connect via tnsnames to a specific instance, you may be connected to another machine.
    Your best bet would be to use services, you can create a service in the cluster that can connect to a specific node with a different service name than "standard" connection. I have used this for reporting instances on a specific node cluster. You then create a new tnsnames alias to point to that new server. Note. If you use the SERVICE_NAMES parameter within your database this will not work, as anything pointed to by it will override the service names.
    An alternate idea would be to nfs mount your filesystem that contains the pictures to each of your remaining rac nodes.
    Cheers
    Jay Caviness
    http://www.grumpy-dba.com

  • Removing "load more.." from wiki page

    Wiki has a "load more..." at the bottom of the page to load more Wiki's, is there a way to remove that and just show all at all times?

    Never mind. I figured out the solution. I changed the master page from custom to the generic solution which did not reference that web part.
    thanks,
    Sherazad

  • Remove loaded movie after new loadMovie has been loaded

    i need to unload a movie once the new loadMovie is fully
    loaded because once i click on my button to do so, my current
    loaded movie goes away & the screen is white until the new
    loaded movie is loaded. (i hope that made sense)

    well I've done it a few ways successfully.
    The most recent, I dynamically create new movie clips.
    see ---
    http://www.13studios.com/erin
    --- Its a figurative painter's portoflio, so while its oil paint it
    is perhaps a bit [NSFW].
    Anyway, the panning effect kinda killed my normal process, so
    when you click a new button, it goes like this...
    PSEudoCODE
    //tickerVariable is defined on frame 1
    holder.create a new movie clip with name "something +
    tickerVariable"
    play preloader(tickerVariable);
    on completion of preloader {
    holder[something+(tickerVariable-1)].unloadMovie();
    //do anything else you need to do
    tickerVariable++
    I hope I didn't just make that more confusing.

  • How do I remove loading pages in between my video slides?

    Hello,
    I have a 10 slide project in Captivate 8 where each slide is a separate video. When I publish the project, a loading circle appears before each new slide which is very distracting. Are there any settings I can change to stop this from happening? Currently, I am publishing as a video (.mp4) and am using the default settings.
    Any help would be so appreciated!
    Morgan

    That is a preloader that appears because of your bandwidth.
    If each slide is a separate video, which you are publishing as a video, then you should probably use a video editor software such as Windows Movie Maker or even Camtasia instead of Captivate.
    Sreekanth

  • Remove loader component temporarily?

    Hi,
    I am loading images dynamically into a loader component named
    myPicLoader.
    I want myPicLoader to be "unloaded" when I go to the home
    page, then reloaded when I go to the image page.
    Making the loader visible = false doesn't work since it only
    hides it.
    Any suggestions?

    unload the content:
    myPicLoader.unload();
    Then null out the myPicLoader instance and make sure it's
    recreated when you need it again (good time to have your loader in
    a separate class file. :) )
    myPicLoader = null;

  • Belle Software Upgrade wiped loads of my games!!

    Belle upgrade on my Nokia N8 has just removed loads of my game sinlcuding Angry Birds, Angry Birds Seasons and Angry Birds Rio....Aaarrrgghh...how do i get these back?

    Did you back up your phone before you did the update.
    if you log in to the nokia store you should be able to down load the games from the store in your downloads section without having to pay again. Just make sure that the version you get is suitable for Belle

  • Loading External Images Causes Memory Leak

    I have been working on an Actionscript 2.0 project that basically loads external images.
    Everytime i load and unload a new image, memory increases to 1 or 2 MBs
    If all the images are in cache, then it increased to 4 or 8 KBs
    In the unloading of images, I have removed loader and the container of the image.
    Any thoughts why it is behaving like that?
    Please find the sample code snippet below.
    btn_load.onRelease = function()
    loadImage();
    btn_unLoad.onRelease = function()
    unLoadImage();
    var mcListener:Object = new Object();
    var container1:MovieClip;
    var mcLoader:MovieClipLoader;
    var loader_reference = this;
    var n=0;
    function loadImage(){
    var image_arr = ["http://xyz.com/image1.png","http://xyz.com/image2.png","http://xyz.com/image3.png","http:/ /xyz.com/image4.png","http://xyz.com/image5.png"];
    var image_url = image_arr[n];
    if(n==image_arr.length-1) {
      n=0;
    }else{ 
      n++;
    container1 = loader_reference.createEmptyMovieClip("container1", loader_reference.getNextHighestDepth());
    mcLoader = new MovieClipLoader();
    mcLoader.removeListener(mcListener);
    mcLoader.addListener(mcListener);
    mcListener.onLoadComplete = function(target_mc:MovieClip, httpStatus:Number):Void {
    mcListener.onLoadInit = function(target_mc:MovieClip):Void {
      target_mc._x = 300;
      target_mc._y = 200;
      target_mc._width = 300;
      target_mc._height = 250;
    mcLoader.loadClip(image_url, container1);
    function unLoadImage(){
      mcLoader.unloadClip(container1);
      mcLoader = null;
      container1 = null;
      removeMovieClip(loader_reference.container1);
    Thanks in advance.

    that code should only execute once.  fix that.

  • Recently started running slow and freezing up while loading web pages etc.

    Problem description:
    Computer running slow and freezes up for a few minutes from time to time, I have owned it since 2011 with no issues until now.
    EtreCheck version: 2.1.2 (105)
    Report generated December 15, 2014 at 9:58:50 AM MST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:10:42
    Disk Information: ℹ️
      Hitachi HTS545032B9A302 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 318.84 GB (24.01 GB free)
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/launchd.conf - Exists
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Adware: ℹ️
      Geneio [Remove]
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.mice.driver.PS3Controller (1.0.0d1) [Support]
    Launch Agents: ℹ️
      [running] com.amazon.sendtokindle.launcher.plist [Support]
      [running] com.robohippo.HippoConnectAgent.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [not loaded] com.robohippo.HippoConnectDaemon.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.genieo.completer.download.plist Adware! [Remove]
      [loaded] com.genieo.completer.update.plist Adware! [Remove]
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.nds.pcshow.plist [Support]
      [invalid?] com.nds.pcshow.uninstall.plist [Support]
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 [Support]
      Google Earth Web Plug-in: Version: 7.1 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Safari Extensions: ℹ️
      Omnibar Adware! [Remove]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          17% mds
          6% WindowServer
          0% AppleSpell
          0% fontd
          0% mds_stores
    Top Processes by Memory: ℹ️
      120 MB Safari
      77 MB mds_stores
      69 MB com.apple.WebKit.WebContent
      60 MB ocspd
      60 MB WindowServer
    Virtual Memory Information: ℹ️
      1.24 GB Free RAM
      1.15 GB Active RAM
      853 MB Inactive RAM
      1.05 GB Wired RAM
      1.00 GB Page-ins
      25 KB Page-outs
    Diagnostics Information: ℹ️
      Dec 15, 2014, 09:48:45 AM Self test - passed

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*genieo\* \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB ' com.adobe.AAM.Updater-1.0 com.adobe.AAM.Updater-1.0 com.adobe.AdobeCreativeCloud com.adobe.CS4ServiceManager com.adobe.CS5ServiceManager com.adobe.fpsaud com.adobe.SwitchBoard com.adobe.SwitchBoard com.apple.aelwriter com.apple.AirPortBaseStationAgent com.apple.FolderActions.enabled com.apple.installer.osmessagetracing com.apple.mrt.uiagent com.apple.ReportCrash.Self com.apple.rpmuxd com.apple.SafariNotificationAgent com.apple.usbmuxd com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.agent com.google.keystone.daemon com.microsoft.office.licensing.helper com.oracle.java.Helper-Tool com.oracle.java.JavaUpdateHelper com.oracle.java.JavaUpdateHelper org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.startx ' ' 879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 3694147963 1233118628 2456546649 2806998573 2778718105 2636415542 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 523110921 2883943871 3873345487 ' 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<10) print "com.apple.";} ' ' { sub(/ :/,"");print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { split("'"${p[41]}"'",b);split("'"${p[42]}"'",c);for(i in b) print b[i]".plist\t"c[i];if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C="checksum "A[1];"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F" ("T", "C")";else F=F" ("C")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;' ' s/^.+ |\(.+\)$//g;p ' '/\.(appex|pluginkit)\/Contents\/Info\.plist$/p' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/\./ { i++;n=n"\n"$1"\t"$3;} END { if(i>1) print n;} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' pluginkit scutil dtrace profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e netstat );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$(RefProc): \$Message' -k Sender Req 'fsev|kern|launchd' -k RefProc Rne 'Aq|WebK' -k Message Rne 'Goog|ksadm|probe|Roame|SMC:|smcD|sserti|suhel| VALI|ver-r|xpma' -k Message Req 'abn|bad |Beac|caug|corru|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|NVDA\(|pagin|pci pa|proc: t|Roamed|rror|SL|TCON|Throttli|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '/S*/*/Ca*/*xpc* >&- ||echo No' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,Ex}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,In{p,ter},iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????|wc -l' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' " -F '\$Time \$Message' -k Sender kernel -k Message CSeq 'n Cause: -' " -i );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents XPC\ cache Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors App\ extensions Lockfiles Memory\ pressure SMC Shutdowns Nets );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};A'$((7+i))'() { v=` eval sudo "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};';done;A9(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "${s[63]}"<<<"$v"`&&C1 1 $1;};for i in 1 2 7 8;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;B1&&D73 19 53 67 55;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 54 12 56;D23 5 14 12 14;D22 6 36 13 15;D22 20 52 66 54;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D82 35 49 61 51;D82 11 17 17 20;for i in 0 1;do D82 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A8 18 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;B3 4 0 65;A3 14 6 32 0;B4 0 16 11;A1 26 50 64;B7 16;C3 52;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D73 21 0 32 19;D73 10 42 32 40;D82 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D12 22 20 32 25;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 21 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 38 55 68 57;D23 33 34 42 37;B1&&D83 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 10 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 21 48 49 49;B3 4 22 57;A1 21 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D12 4 51 32 53;D23 22 9 37 7;A9;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Can you specify movieclips as cache as bitmap, inside one large loaded movieclip?

    at this point I'm not sure if i have to individualy add cacheasbitmap/cacheasbitmapmatrix to true to each display object that needs it and load them seperatly
    or if i can load the movieclip that they are in first and specify their properties later then add it to the stage when it is all loaded.
    can anyone tell me the best way to do this or maybe some tutorials to check out?
    the AS for the loading is
    var PLoading:Bitmap = new Bitmap (new PlaneLoading());
    addChild(PLoading); //loading screen
    var PLevel:PlaneLevel = new PlaneLevel();
    this.addEventListener(Event.ENTER_FRAME, loading); //reoccuring event listener happens as often as is set by FPS
    function loading(e:Event):void //
        var total:Number = this.stage.loaderInfo.bytesTotal;
        var loaded:Number = this.stage.loaderInfo.bytesLoaded;
        var percent:Number = loaded/total * 100;
        trace (percent);
        if (total == loaded) //checks if all bytes for all movieclips have been loaded
            this.removeEventListener(Event.ENTER_FRAME, loading);
            onComplete();
    function onComplete ():void //removes loading picture, and loads level movieclip
        removeChild(PLoading);
        addChild(PLevel);
        PLevel.x = 475.15;
        PLevel.y = 315.35;

    It is the same do it individually for each MovieClip or all contained in a MovieClip. What you should know is that a movie clip with cachebitmap = true consume resources whenever it is drawn and if a movie clip is an animation, each frame will be redrawn. 
    look this:
    http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36c11f3d612431904db9-7ffc.html

  • Error using load balancer in ebusiness suite R12

    Hi
    Has any one used Cisco 11503 load balancer in their ebusiness implementation
    we have upgraded a customer instance from 11i10cu2 to 12.0.6. we have configured the R12 instance for load balancer as per metalink note 380489.1
    when we access the ebusiness suite, we hit the issue as mentioned below:
    You cannot complete this task because one of the following events caused a loss of page data. Possible Causes:
    You have left your login session idle past the timeout period. A system failure has occurred. The application server is incorrectly configured and does not send a session cookie to the client browser. If you were testing in JDeveloper: JDeveloper OC4J process did not fully shut down before restarting the application. You closed one of the Internet Explorer browser windows while the request is being processed in another Internet Explorer window. Closing an Internet Explorer window causes OC4J to expire a user session. OC4J XML files in your JDeveloper user home system directory have been modified or corrupted.
    as per many metalink notes, this may occur due to load balancer ..example note : 755825.1
    we have then removed load balancer setting from the applications context file (xml file) and issue doesnt occur.
    so issue seems to be with load balancer setting, however we couldnt find any doc which mentions setting for Cisco 11503 load balancer
    we saw notes for Bigip and cisco ACE load balancer in metalink 601694.1
    Customer is also unable to help here .. as to what setting needs to be changed
    Can someone kindly advise

    Have you opened a case with Cisco to see if they can help ? Has persistence been enabled on the load balancer ? Is there some kind of timeout enabled on the balancer ? I do not know much about load balancers, but the settings should be somewhat similar across all of them. See if these docs help
    601694.1 - How To Check Session Persistence On BigIP F5 And Cisco Ace Load Balancer Appliances
    390173.1 - How to prevent Self-Service session expiry when Using Radware's APSolute Insite Software Loadbalancing Software
    HTH
    Srini

  • Problem to remove an EJB

    Hi,
    i have an exception when i want to remove my EJB :
    "java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         javax.transaction.TransactionRolledbackException"
    What is the problem ??
    Thanks in advance
    Steve

    Hi Steve
    i think You are using BMP.In that case Check SQLs in Remove , Load , Store.
    For this
    First comment Code Completely in Load and Store method. and check if the same error is coming or not.
    Also you check you can delete same Record without using bean(I mean check that there is no security).
    Viren Jasani

  • Since loading Yosemite, My system seems to have slowed down abit and was hoping to find a way to get the speed up again.

    I have an older IMAC 2007, and have just been able to load Yosemite on. When I click on anything, It now hesitates before going to the next page. Is it just the older system or is there a way to clean up the system to get it running faster. Thanks in advance

    Problem description:
    My general system seemed to be hesitating after  a new installation of Yosemite software
    EtreCheck version: 2.1.5 (108)
    Report generated December 22, 2014 at 8:47:31 AM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.8 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM Upgradeable
      BANK 0/DIMM0
      1 GB DDR2 SDRAM 667 MHz ok
      BANK 1/DIMM1
      1 GB DDR2 SDRAM 667 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 3 days 15:3:18
    Disk Information: ℹ️
      WDC WD5000AAKS-40TMA0 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 499.25 GB (315.96 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple, Inc. Keyboard Hub
      Toshiba External USB HDD 320.07 GB
      back-up (disk1s1) /Volumes/back-up : 320.07 GB (254.64 GB free)
      Apple, Inc Apple Keyboard
      Apple Inc. Built-in iSight
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Adware: ℹ️
      Conduit [Remove]
      Geneio [Remove]
    Startup Items: ℹ️
      HP IO: Path: /Library/StartupItems/HP IO
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [killed] com.apple.CallHistoryPluginHelper.plist
      [killed] com.apple.cmfsyncagent.plist
      [killed] com.apple.coreservices.appleid.authentication.plist
      [killed] com.apple.gamed.plist
      [killed] com.apple.telephonyutilities.callservicesd.plist
      5 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
      [killed] com.apple.AssetCacheLocatorService.plist
      [killed] com.apple.coreservices.appleid.passwordcheck.plist
      [killed] com.apple.ctkd.plist
      [killed] com.apple.emond.aslmanager.plist
      [killed] com.apple.findmymac.plist
      [killed] com.apple.icloud.findmydeviced.plist
      [killed] com.apple.nehelper.plist
      [killed] com.apple.tccd.system.plist
      [killed] com.apple.wdhelper.plist
      9 processes killed due to memory pressure
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [failed] com.adobe.CS5ServiceManager.plist [Support]
      [invalid?] com.conduit.loader.agent.plist Adware! [Remove]
      [loaded] com.hp.help.tocgenerator.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [loaded] com.adobe.versioncueCS3.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.genieo.completer.download.plist Adware! [Remove]
      [loaded] com.genieo.completer.ltvbit.plist [Support]
      [loaded] com.genieo.completer.update.plist Adware! [Remove]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      HP Registration Assistant UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      TuneupMyMac UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      EPPEX Plugin: Version: 3.0.5.0 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      AdobePDFViewer: Version: 10.1.0 [Support]
      Default Browser: Version: 600 - SDK 10.10
      QuickTime Plugin: Version: 7.7.3
      Google Earth Web Plug-in: Version: 5.2 [Support]
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    Safari Extensions: ℹ️
      DuckDuckGo-1 [Installed]
    3rd Party Preference Panes: ℹ️
      Adobe Version Cue CS3  [Support]
      Flash Player  [Support]
      Growl  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          3% WindowServer
          1% Adobe Photoshop CS3
          0% AppleSpell
          0% fontd
          0% FNPLicensingService
    Top Processes by Memory: ℹ️
      157 MB com.apple.WebKit.WebContent
      58 MB mds
      47 MB Safari
      24 MB WindowServer
      19 MB Finder
    Virtual Memory Information: ℹ️
      50 MB Free RAM
      402 MB Active RAM
      368 MB Inactive RAM
      382 MB Wired RAM
      101.14 GB Page-ins
      4.59 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 19, 2014, 10:46:28 AM /Library/Logs/DiagnosticReports/Preview_2014-12-19-104628_[redacted].hang

  • Why do not Apple send a fix for all fail´s / slow mac`s afther upgrade to Yosemite

    I have upgrade 2 of my Macbook air 11" models. Both have major slow functionality in allmost every programs. slow mail, safari, pages. Allmost nothing of the funksjonalitys can being uses in numbers. Slow functionality when jumping between programs. Allover i have BIG problems with mac for my first time. And why do not Apple send a fix for all fails there is after upgrading to Yosemite. When thousand of users have the same problem with major slow mac`s.
    Here is a test for my mac.
    EtreCheck version: 2.1 (101)
    Report generated 4. desember 2014 kl. 22.48.33 CET
    Hardware Information: ℹ️
      MacBook Air (Verified)
      MacBook Air - model: MacBookAir6,1
      1 1.7 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 -
      Color LCD 1366 x 768
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:12:8
    Disk Information: ℹ️
      APPLE SSD SM0512F disk0 : (500,28 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 496.30 GB (371.41 GB free)
      Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store
    Kernel Extensions: ℹ️
      /Applications/Parallels Access.app
      [not loaded]  com.parallels.virtualsound (1.0 18 - SDK 10.6) [Support]
      /Applications/Parallels Desktop.app
      [not loaded]  com.parallels.kext.hypervisor (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.netbridge (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.usbconnect (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.vnic (10.1.1 28614 - SDK 10.7) [Support]
      /Library/Application Support/Kaspersky Lab/KAV/Bases
      [not loaded]  com.kaspersky.kext.kimul.38 (38) [Support]
      /Library/Extensions
      [loaded]  com.silex.driver.sxuptp (1.10.9 - SDK 10.8) [Support]
      /System/Library/Extensions
      [not loaded]  com.devguru.driver.SamsungComposite (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.freecom.driver.BoulderScsi (1.0.0d1) [Support]
      [not loaded]  com.kaspersky.kext.klif (2.2.1d19) [Support]
      [not loaded]  com.zg.driver.ZGUSBCDCACMData (1.5) [Support]
      [not loaded]  com.zg.driver.ZGUSBMassStorageFilter (1.5) [Support]
      [not loaded]  com.zg.driver.cdc_ecm_qmi (1.9) [Support]
      [not loaded]  com.zg.driver.cdc_usb_bus (1.9) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded]  com.devguru.driver.SamsungACMControl (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungACMData (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungMTP (1.2.61 - SDK 10.5) [Support]
      [not loaded]  com.devguru.driver.SamsungSerial (1.2.61 - SDK 10.6) [Support]
    Launch Agents: ℹ️
      [running]  com.brother.LOGINserver.plist [Support]
      [loaded]  com.google.keystone.agent.plist [Support]
      [loaded]  com.oracle.java.Java-Updater.plist [Support]
      [running]  com.parallels.mobile.prl_deskctl_agent.launchagent.plist [Support]
    Launch Daemons: ℹ️
      [loaded]  com.adobe.fpsaud.plist [Support]
      [loaded]  com.google.keystone.daemon.plist [Support]
      [failed]  com.kaspersky.kav.plist [Support] [Details]
      [loaded]  com.macpaw.CleanMyMac2.Agent.plist [Support]
      [loaded]  com.oracle.java.Helper-Tool.plist [Support]
      [loaded]  com.oracle.java.JavaUpdateHelper.plist [Support]
      [running]  com.parallels.mobile.dispatcher.launchdaemon.plist [Support]
      [failed]  com.parallels.mobile.kextloader.launchdaemon.plist [Support] [Details]
    User Launch Agents: ℹ️
      [running]  ca.indev.MailTagsHelper.agent.plist [Support]
      [loaded]  com.facebook.videochat.[redacted].plist [Support]
      [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [loaded]  com.parallels.mobile.startgui.launchagent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper  ProgramHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      fuspredownloader  ProgramHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.239 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      nplastpass: Version: 3.1.61 [Support]
      JavaPlugin2_NPAPI: Version: Unknown
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    userinternetplugins ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      Facebook Cleaner
      Pin It Button
      LastPass
      ResizeMe
      OpenIE
    3rd Party Preference Panes: ℹ️
      Cineform  [Support]
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 496.30 GB Disk used: 124.90 GB
      Destinations:
      Data [Network]
      Total size: 3.00 TB
      Total number of backups: 65
      Oldest backup: 2013-08-15 20:20:51 +0000
      Last backup: 2014-12-04 17:20:31 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 496.30 GB X 3)
    Top Processes by CPU: ℹ️
           4%  WindowServer
           1%  fontd
           1%  cloudd
           0%  Safari
           0%  launchd
    Top Processes by Memory: ℹ️
      369 MB  com.apple.WebKit.WebContent
      155 MB  Safari
      103 MB  Feedback Assistant
      86 MB  Finder
      69 MB  mds_stores
    Virtual Memory Information: ℹ️
      4.52 GB  Free RAM
      2.60 GB  Active RAM
      652 MB  Inactive RAM
      820 MB  Wired RAM
      1.04 GB  Page-ins
      0 B  Page-outs
    Diagnostics Information: ℹ️
      Dec 4, 2014, 10:37:00 PM  Self test - passed

    [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
    Your machine is slow because you loaded a bunch of third party junk on it.

  • It seems that my Office 2008 is incompatible with the Yosemite OS that my friend just installed on my iMac. My Word no longer works. Also, I can't access messages on Entourage. What version of Office should I buy?

    My friend installed OS X Yosemite 10.10.1 on my iMac. Since then, I can barely use my Miocrsoft Word 2008.  The spinning pinwheel, things freezing up, template and formatting trouble, and I can't get any Entourage messages more than a year old, which is a disaster.  I read that Yosemite won't support Word 2008. What Microsoft Update should I buy, and will that fix my problems?  I am desperate. Thank you in advance for your help.  Here is the result I got from EtreCheck. I hope this helps you help me.  BTW, your drop-down menu under Operating System doesn't work
    EtreCheck version: 2.1.8 (121)
    Report generated February 19, 2015 at 11:26:31 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (24-inch, Early 2009) (Verified)
        iMac - model: iMac9,1
        1 2.93 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GT 120 - VRAM: 256 MB
            iMac 1280 x 800
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 5 days 6:58:44
    Disk Information: ℹ️
        WDC WD6400AAKS-40H2B0 disk0 : (640.14 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 639.28 GB (603.31 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GA11N
    USB Information: ℹ️
        HP Officejet 4500 G510g-m
        Apple Inc. Built-in iSight
        BELKIN USB 2 Flash Media Device
        Apple Computer, Inc. IR Receiver
        DELL Dell USB Wired Multimedia Keyboard
        Logitech Optical USB Mouse
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Conduit [Adware! - Remove]
        Geneio [Adware! - Remove]
    Launch Agents: ℹ️
        [running]    com.conduit.loader.agent.plist [Adware! - Remove]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.genieo.completer.download.plist [Adware! - Remove]
        [loaded]    com.genieo.completer.ltvbit.plist [Adware! - Remove]
        [running]    com.genieo.completer.update.plist [Adware! - Remove]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        Genieo    Application  (/Incompatible Software/Genieo.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.2.8 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Silverlight: Version: 4.0.60531.0 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        CouponPrinter-FireFox_v2: Version: Version 1.1.7 - SDK 10.5 [Click for support]
    User internet Plug-ins: ℹ️
        BrowserPlus_2.9.8: Version: 2.9.8 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 [Click for support]
    Safari Extensions: ℹ️
        Omnibar [Adware! - Remove]
    3rd Party Preference Panes: ℹ️
        BrowserPlus  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             4%    WindowServer
             0%    AppleSpell
             0%    fontd
             0%    askpermissiond
    Top Processes by Memory: ℹ️
        412 MB    softwareupdated
        206 MB    Image Capture Extension
        180 MB    Safari
        125 MB    Microsoft Word
        120 MB    Mail
    Virtual Memory Information: ℹ️
        511 MB    Free RAM
        1.67 GB    Active RAM
        1.06 GB    Inactive RAM
        691 MB    Wired RAM
        12.59 GB    Page-ins
        90 MB    Page-outs

    Remove Office 2008 for Mac using Microsoft deinstall procedure. Reinstall Office 2008 for Mac.  If there are updates, apply them. Using Disk Utility, verify/repair permissions on your boot drive.
    Does Office for Mac 2008 now work correctly? If not, you may want to repeat the above first sentence, and then update to Office for Mac 2011, and apply the latest (14.4.8) update which has Yosemite fixes.

Maybe you are looking for

  • Problem unsyncing contacts in iTunes with multiple devices

    My wife and I each have an iPad and iPhone along and ourkids each have an iPod4 touch. Since we have multiple Apple devices,we sync everything under one Apple ID account using our iMac. We are using OSX Lion on our iMac.  After updating the new iTune

  • Cant connect with airport because of password?

    HELP!!! im very new to this. i am in spain. just got a router and can connect with ethernet, but not with wi fi. my roommate hooked right in with his pc and the 13 digit password. ive read the help pages adn tried the " " and $ tricks but no good. wi

  • ALV Group and Sort

    Hi, I am sorting the ALV Display on the basis of Assignment Field. It is getting sorted, but it is displaying the value in all the lines/rows. I want to display it only once(the first row) if the value is same. Also, the first line of the ALV Output

  • DB Import Error - ORA-39014, ORA-39029, ORA-31672

    Hi, I get the following error while importing the entire database:- Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_POST_SYSTEM_ACTIONS/PR

  • Possible scripting bug

    I have a script that searches and replaces the characters <br> with \r\n It works fine in cs3 - cs5.5 In cs6 the script inserts 2 new lines (one for the\r an one for the \n)  This seems like a bug as \r\n should result in a single new line (unless I'