Java failure in Safari

Today it started.
I can't get any java based websites to run. No chats, no online games..nada.
I do see the Java coffee cup with it's arrows.
Went to Sun's website and tested, it shoed I had version 1.42 and 5.0 release1, but did not load the java image it stated I would see
Is there a reset for Java?....some other indimidation factor?
Any suggestions before I call Apple?

Spent some time with AppleCare and resolved the Java problem.
1) Test with a new user. Logout and make a new user. See if that helps.
2) Go back to user w/ problem, pull Caches folder from Libray and put on desktop. Logout and log back in w/ same user. See if that helps.
3) Rename Preferences to Preferences.old and logout and login w/ same user.
If the problem persists, logout and login with the new user, pull the cache folder to desktop and rename Preferences folder w/ .old after the name
4) Reboot in safe mode ( restart w/ Shift key held until you see the Grey Apple logo and the spinning gear under it. Release shift key and let it go. It will take a few minutes.
5) Try a website with the java failure, like yahoo games or do a google for java pages and try one of those. If it works great. You can then start putting the old preferences, one at a time, back into the new preferences folder. Like the mail.plist, extrenal things.plists, and other stuff you installed after you got the computer or upgraded OSX.
6) The cache folder can be deleted.
7) Keep the old prefs around, its very small and may have something you'll need down the road, if something doesn't run right.
This worked for me, as I cannot use any Java downloader from Apple. They will not install on the new Intel iMac.
This reminded me of the OS9 method of testing extension one at a time, whih worked.
As nothing is erased or lost this seems to be a very good method in finding software failures.
Thanks Apple Care

Similar Messages

  • Is java vulnerable in safari 5.1? I have a macbook using 10.6.8

    I am worried about the java vulnerability.  I need it to pay bills on my banks website.  is java vulnerable in safari 5.1.  I am using a macbook with os 10.6.8

    The recently discovered zero-day flaw in Java 7 is so serious that the U.S. Department of Homeland Security has warned users to disable or uninstall it, and Apple has disabled the Java 7 plugin on Macs through its OS X anti-malware system, in order to protect users from a potentially serious security issue.
    You should disable Java (if not already done) until either the US Department of Homeland Security, or Oracle, declare it safe and Apple restore the facility. Oracle have released an update said to fix the security flaw, available from here:
    http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.h tml
    Javascript should not be disabled (it has nothing to do with Java), and is probably what your bank is using.

  • Quicktime "plug-in failure" in safari 8.0.5

    I have OS X Yosemite 10.10.3 and get a quicktime "plug-in failure" in safari 8.0.5 when playing mov files at http://www.time-science.com/timescience/timelapse.asp

    So it's something unique to my setup
    I wonder how to fix it.
    Tried uninstalling adobe flash, restarting and reinstalling as I noticed that idea in some web searching
    This is what I get for the "Flowers":
    Sorenson Video 3 is a legacy codec that is only passively supported under Yosemite. QT 7 and the QT browser plug-in can still play this content. However, QT 7 Pro can only export to this compression format if the codec is turned back on by the user. (I.e., active QT export support of the "legacy" codecs was turned off under Lion.) Further, Sorenson Video 3 is neither QT X or QL "playback" compatible but can be converted natively by QT Player v10.4 if desired.
    Not sure if your error message is supposed to indicate that the QT browser plug-in is missing or is simply corrupted. Problem could also be in the way the web site is coded to play the files but I am not a site programmer so it would do me little good to examine the code use. On the other hand, I do already have a "Test" web site set up for a user trying to get his files to play in an older version of Safari so I added test pages for the Sorenson files from the site you referenced. See if you can play them from my alternate test pages. If they play there, then the problem may be site, otherwise, if they still don't play, you may need to reinstall the browser software.
    Alternate Test Web Pages

  • Java Applets in Safari

    I'm trying to run a Java applet with safari, but everytime I go to the webpage all I get is a grey box with a picture of a coffee cup that has two arrows circling it. Nothing loads after that. Any idea how to fix this?

    Hi ad1054,
    Are you sure you have java 1.6 and if so, how did you get it? I believe the latest version available from apple is 1.5.0_06. Java 1.6 was only just released by Sun, and, if I'm not mistaken, only for PC and Linux. Apple may be waiting to force people to pay for Leopard to get Java 1.6. (Though you can get a beta version from developer.apple.com.) As Hawaiian_Starman mentioned above, you can check your java version.
    That said, you don't have to worry about lower versions of Java because Java is backwards compatible. In fact, if you use Firefox (sorry, but I just checked it in Safari, and got a blank page so I guess Safari, like IE, doesn't support this) and go to "about:plugins" you will see something like
    <pre>
    Java Embedding Plugin 0.9.5g2
    File name: MRJPlugin.plugin
    Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Test Your JVM.
    MIME Type Description Suffixes Enabled
    application/x-java-vm Embedded JVM xjv Yes
    application/x-java-applet Embedded Java Applet xja Yes
    application/x-java-applet;version=1.1 Embedded Java Applet xja11 Yes
    application/x-java-applet;version=1.1.1 Embedded Java Applet xja111 Yes
    application/x-java-applet;version=1.1.2 Embedded Java Applet xja112 Yes
    application/x-java-applet;version=1.1.3 Embedded Java Applet xja113 Yes
    application/x-java-applet;version=1.2 Embedded Java Applet xja12 Yes
    application/x-java-applet;version=1.2.1 Embedded Java Applet xja121 Yes
    application/x-java-applet;version=1.2.2 Embedded Java Applet xja122 Yes
    application/x-java-applet;version=1.3 Embedded Java Applet xja13 Yes
    application/x-java-applet;version=1.3.1 Embedded Java Applet xja131 Yes
    application/x-java-applet;version=1.4 Embedded Java Applet xja14 Yes
    application/x-java-applet;version=1.4.1 Embedded Java Applet xja141 Yes
    application/x-java-applet;version=1.4.2 Embedded Java Applet xja142 Yes
    application/x-java-applet;version=1.5 Embedded Java Applet xja15 Yes
    </pre>
    You can see from this list that all versions up to and including the currently installed one are supported. The only thing you have to fear is that the applet you are trying to use was compiled with Java 1.6 and is not itself backwards compatible. However, when I made a test applet of this type, I got a red X, and no coffee cup.
    If you see the red X, and I think the coffee cup as well, you should be able to right-click (or ctrl-click) the icon. If so, this will give you a menu with "console" and "about" choices. "About" will give you the version of Java you have, and "console" is supposed to show you the errors that kept the applet from working. (However, with my Java 1.6 test, the console was empty.)
    I hope this helps.
    1.5GB, 2.16 GHz Core Duo, 15.4" Macbook Pro   Mac OS X (10.4.8)  

  • Flash/Java/Quicktime?/Safari Problem

    Alright, I have this pretty large problem in my case.
    I just updated to QT 7.3 and iTunes 7.5, restarted my computer because of the update.
    & went on normally, then when trying to load a site like youtube.com (with its flash videos and other things)
    Nothing shows up for things swf/flash/java based.
    I then restarted my computer again, but the same problem occurs.
    I have repaired disk permissions, but that didnt do anything.
    I reinstalled flash and java. and 'Reset' Safari.
    So what am I suppose to do now?

    I'm having a similar problem ever since I did the 10.4.11 update. If I use the computer after having been in sleep mode all flash content comes up with a quicktime symbol and a question in front of it when using safari 3.0.4 and in firefox nothing comes up. The first time it did this a dialog box popped up and asked if I would like to enable quicktime to play flash. Enabling or disabling doesn't seem to affect the problem, however if I restart the computer everything is fine. I would prefer to be able to put the darn thing to sleep instead of having to restart every time i want to get online. Any help would be greatly appreciated.

  • How to install & enable Java Plugin2 in safari on windows

    how to enable java next generation plugin 2 in safari.I used this link to detect plugins in my safari http://www.pinlady.net/PluginDetect/JavaDetect.htm. and i get Next-Generation Java Plugin2 installed & enabled: false. can anybody help me how to enable or install the java plugin 2

    update safari and retry.
    if that fails, use a different browser to dl adobe story.

  • Flash Plug-in Failure in Safari w/image uploads

    Hello All!
    I'm having upload issues with two online services that I use. I am not getting any notifications, it is just not uploading. Well, that's true for one, with other, I upload, the # of images I selected for upload appear, but then they aren't uploading and the little circle that is supposed to be green and checked isn't. Then I open to select images again, and where you can select images to import the images from your computer, there is "plug-in failure" and nothing more. It doesn't say WHICH plug-in is failing, it just says plug-in failure.
    This is what I have done so far (not in any particular order):
    •reinstalled flash
    •reinstalled acrobat reader
    •reinstalled silverlight
    •reinstalled Java
    •reinstalled the Mountain Lion OS (twice)
    •cleared my history
    •cleared my cache
    •reset safari
    Any help you could provide would be appreciated. One is a main part of my sales process and I'm in dire need of it to work. [Yes, I have contacted their support but they said, after a week of their techs working on it, that it is an issue on my end, not their's.]
    I have a Mac and I am using Safari.
    Thank you for your time and your assistance in advance.

    Chris, I have tried that.  I tried Firefox and had the same problem.  I was unable to load. 
    HOWEVER, I just installed a new update for Mountain Lion and while I do not know what they did, whatever they did do, IT WORKED!!!!
    So now I am able to upload images, and I am truly thankful for your time and help on this issue!   It appears I wasn't alone and Apple fixed it. 
    Thank you again!
    ~Michael

  • Java Problem in Safari 5.0.3

    Safari 5.0.3 has a problem with Java applets. On the page http://www.cnlab.ch/speedtest/index.jsp?language=en is no Googlemap on the right site of the page. And I can not start the speedtest.
    I use Mac OS X 10.6.6 and Java 1.6.0_22.
    I already tried to reset Safari and reinstall Java. Nothing worked.
    I am happy for any help.

    Hi
    it doesn't look like there's any Java being used on the page, although they mention needing it.
    The map needs javascript & displays ok here - you do have javascript enabled in Safari-Preferences-Security ?
    The page seems to be a list of links to speed-test websites, with a map showing their location... click on one & you get a mini-popup with a text-link to the website.
    Assuming you do have javascript working - does a a New User Account have the same problem ?
    do you have any security, anti-virus, or other internet filtering software that might be blocking the google map or javascript ?

  • What's the Successful Way of Taking Out Java Out Of Safari ?

    Disabled Java in Safari Preferences .
    Heck , Disabled Javascript too .
    Disabled Plugins .
    Disabled Extensions .
    i still get :
    Macintosh HD  >  Library  >  Java  >  Extensions  >  ( unable to view , it's only viewable with a System Administrator ( ie root ) that i don't have the username and/or password for )
    Macintosh HD  >  Library  >  Java  >  JavaVirtualMachines  >   ( unable to view , it's only viewable with a System Administrator ( ie root ) that i don't have the username and/or password for )
    Macintosh HD  >  Library  >  Internet Plug-Ins  >  JavaAppletPlugin.plugin
    I have downloaded and updated OS X 10.8.3 Combo .
    Java isn't listed anywhere in Systems Preferences .  But if i click on the .jar 's and other Java .app 's , i can get the consoles to launch .  I haven't tested if i can work it .  I don't want to .  I don't want it .  I didn't download it .  I didn't launch the .app either . 
    Apple logo  >  System Preferences...  >  ( No Java icon ) .
    In Safari , it doesn't matter if i config the Preferences a hundred times .  Safari after 5 to 10 seconds will load up the Reader in Blue highlight at the top right , which means some type of Adobe Reader is running in the background , which i haven't downloaded and installed and launched , also if i click it , it copies the webpage to a pdf look a like , which is pointless , and then i go back to the Internet Plug-ins and the Extensions in the Safari Preferences and it switches back in front of my eyes to what i set the configuration for .  Like a real-time config edit on the fly .  What is happening ? 
    As i write this Discussion Question , i am constantly being jumped around to write , as if ( if you have ever tested or used remote login and remote access ) there's a slight delay between you computer entry , and the result of the computer entry on the computer you're logged in to and remote accessing .  Strange .  Weird  .  Whatever you wanna call it  .  I got it  .  Very odd computer device behaviour .
    Terminal and Terminal sudo su : 
    java -version
    1.6 build
    Java 6
    i have already gone thru both scenarios of :
    Downloading the Apple Approved Java 2013-002 scenario .  Downloading , installing , launching , and then ultimately once i got it , Disabling it .  It shows up in System Preferences Other with the Java icon .  Also i have downloaded and installed the Java 7 latest Apple Approved Java , and Disabled it .
    Java still persists .
    And then if i Delete the Java .app 's and plugin 's , etc , etc , etc , what happens is ultimately i get the infamous Apple Windmill for about 5 seconds , and then asks , you are attempting to make changes , so Enter in your Administrator username and password , and i do , and the System Administrator ( ie root ) user that has this access , i do not know , so i am essentially stuck with a OS X with missing Software that can't be unistalled / reinstalled / repaired , and then i must Clean Install OS X in Recovery since it's inoperable .

    And what's your thoughts on this ?      http://support.apple.com/kb/HT5701        http://support.apple.com/kb/HT5734

  • QuickTime Plug-In Failure in Safari under Lion - HELP!

    I'm building my website in iWeb, using MP4s (H.264) files. When I publish and visit the live site, Safari will not read the movies and instead gives me a "plug-in failure" error. Meanwhile, the files play no problem in every other browers. This is a Lion bug. I tried emptying the cache, re-setting Safari, running in 32-bit mode, and choosing QT7 to open all QT files. Nothing helps. Please advise. Thanks!

    FYI, I've checked ALL the other posts with similar issues including the solution to remove the Quicktime Plugin.plugin, and still nothing works. I did notice that I had this older plugin. I added the extention webplugin which changed the icon to a Lion icon, but that didn't help either. Could it be that Lion failed to install the latest plugin? If so, how can I get this file? I really don't want to archive and install over one lousy plugin. Thanks.

  • Java update makes Safari 1.3.2 (v312.6) buggy?

    I use Safari 1.3.2 (v312.6) on an iMac G5 with 10.3.9.
    I just switched to DSL, after which I downloaded a recent Java update and Security update for my system. Now I'm encountering frequent crashes, usually when loading a web page; most are pages I frequently visited before with no problems.
    I'm not able to upgrade to Tiger or Leopard on this machine (I have Classic apps I still use regularly), so I can't switch to Safari 3.
    Could the Java update be causing the error? If so, how do I revert to the previous version?

    One source for a retail version of Tiger is TheNerds.net. Mac OS 9.2.2 does not come with Tiger, so you will have to install Classic after you install Tiger.
    Mulder

  • Issue with running Java applets on Safari 6.1

    I conducted a system capability check on the course site I access (Defense Acquisition University) and one of the results indicated that I do not have the capability to run applets (requirements to run all courses).  I verified my setings and I do have Java ver. 7 update 45 installed.  I verified Safari's security preferences and confirmed that the "Enable Java Script" is checked.  I tried configuring the website settings for Java plug-in but cannot figure out how to add url on the configured websites box.  Is there any way to enable running applets in Safari?  Any help is appreciated.  Thanks in advance.

    Please post a link to the page you're having trouble with (unless it requires a password.)

  • Java function in Safari

    List members:
       I'm running OS 10.7.4 on an Intel desktop Mac. I'm using Safari 5.1.7, as well as the latest versions of Chrome and Firefox. I have the most recent version of Java. Pop-up blockers are off. The Java plug-in is enabled.
       When I try to use a particular web page - specifically, Amazon's  - in  response to various simple commands I get the error message:
       javascript:void (false);
       This happens in all three browsers.
       Needless to say, the important function on the web page that I'm trying to utilize doesn't work when this error message appears.
       If anyone can shed some light on this problem I'll mail you $1000.
       Thank you in advance for any thoughts.
         - Mark

    Mr. Davis,
        I can't thank you enough for all this.
         If I type "Boot_Log" into Console, everything disappears. So I'm posting everything below. Thank you for any thoughts. - Mark
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:45:54 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:45:55 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:46:03 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:46:04 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:46:15 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5: fsck_hfs run at Fri Jun 15 02:46:15 2012
    /dev/rdisk5: ** /dev/rdisk5 (NO WRITE)
    /dev/rdisk5:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s1: fsck_hfs run at Fri Jun 15 02:48:16 2012
    /dev/rdisk5s1: ** /dev/rdisk5s1 (NO WRITE)
    /dev/rdisk5s1:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s1: fsck_hfs run at Fri Jun 15 02:48:16 2012
    /dev/rdisk5s1: ** /dev/rdisk5s1 (NO WRITE)
    /dev/rdisk5s1:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 02:48:29 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 02:48:29 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 02:48:39 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 02:48:40 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s3: fsck_hfs run at Fri Jun 15 02:48:56 2012
    /dev/rdisk5s3: ** /dev/rdisk5s3 (NO WRITE)
    /dev/rdisk5s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s3: fsck_hfs run at Fri Jun 15 02:48:56 2012
    /dev/rdisk5s3: ** /dev/rdisk5s3 (NO WRITE)
    /dev/rdisk5s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s3: fsck_hfs run at Fri Jun 15 02:50:17 2012
    /dev/rdisk5s3: ** /dev/rdisk5s3 (NO WRITE)
    /dev/rdisk5s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s3: fsck_hfs run at Fri Jun 15 02:50:17 2012
    /dev/rdisk5s3: ** /dev/rdisk5s3 (NO WRITE)
    /dev/rdisk5s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 03:00:54 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 03:00:54 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:51 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:51 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:54 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:54 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:59 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:36:59 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:37:05 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 05:37:05 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:30 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:30 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:36 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:36 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:40 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 07:52:41 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 09:14:55 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 15:41:52 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 15:44:08 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk5s2: fsck_hfs run at Fri Jun 15 15:44:09 2012
    /dev/rdisk5s2: ** /dev/rdisk5s2 (NO WRITE)
    /dev/rdisk5s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 15:59:53 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 16:00:11 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk4s2: fsck_hfs run at Fri Jun 15 16:00:12 2012
    /dev/rdisk4s2: ** /dev/rdisk4s2 (NO WRITE)
    /dev/rdisk4s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 16:00:14 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 16:27:56 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 16:28:17 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk4s2: fsck_hfs run at Fri Jun 15 16:28:17 2012
    /dev/rdisk4s2: ** /dev/rdisk4s2 (NO WRITE)
    /dev/rdisk4s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 16:28:22 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:07:18 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:07:36 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk4s2: fsck_hfs run at Fri Jun 15 17:07:37 2012
    /dev/rdisk4s2: ** /dev/rdisk4s2 (NO WRITE)
    /dev/rdisk4s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 17:07:38 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:13:51 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:14:08 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk3s2: fsck_hfs run at Fri Jun 15 17:14:09 2012
    /dev/rdisk3s2: ** /dev/rdisk3s2 (NO WRITE)
    /dev/rdisk3s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 17:14:10 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:27:17 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:27:34 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk3s2: fsck_hfs run at Fri Jun 15 17:27:34 2012
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk3s2: ** /dev/rdisk3s2 (NO WRITE)
    /dev/rdisk3s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 17:27:35 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:34:16 2012
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk0s2: fsck_hfs run at Fri Jun 15 17:34:33 2012
    /dev/rdisk0s2: ** /dev/rdisk0s2 (NO WRITE)
    /dev/rdisk0s2: ** Root file system
    /dev/rdisk0s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    /dev/rdisk3s2: fsck_hfs run at Fri Jun 15 17:34:34 2012
    /dev/rdisk3s2: ** /dev/rdisk3s2 (NO WRITE)
    /dev/rdisk3s2:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    /dev/rdisk0s3: fsck_hfs run at Fri Jun 15 17:34:35 2012
    /dev/rdisk0s3: ** /dev/rdisk0s3 (NO WRITE)
    /dev/rdisk0s3:    Executing fsck_hfs (version diskdev_cmds-540.1~25).
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    My attempt to boot into safe mode was here:
    Jun 15 15:41:46 marks-mac-pro installd[47070]: Starting
    Jun 15 15:41:46 marks-mac-pro installd[47070]: uid=0, euid=0
    Jun 15 15:41:52 marks-mac-pro fseventsd[16]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Jun 15 15:42:26 marks-mac-pro installd[47070]: Exiting.
    Jun 15 15:42:29 marks-mac-pro mdworker[47148]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jun 15 15:42:59: --- last message repeated 2 times ---
    Jun 15 15:44:09 marks-mac-pro KernelEventAgent[39]: tid 00000000 received event(s) VQ_LOWDISK, VQ_VERYLOWDISK (516)
    Jun 15 15:44:10 marks-mac-pro DiskImages UI Agent[47153]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    Jun 15 15:44:10 marks-mac-pro [0x0-0x19f19f].com.apple.DiskImageMounter[47149]: 2012-06-15 15:44:10.834 DiskImages UI Agent[47153:707] *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    Jun 15 15:44:13 marks-mac-pro sandboxd[47176] ([47175]): CVMCompiler(47175) deny mach-lookup com.intego.mig_hook
    Jun 15 15:48:16 marks-mac-pro com.apple.launchd.peruser.502[272] (com.apple.helpd[47196]): Job appears to have crashed: Segmentation fault: 11
    Jun 15 15:48:17 marks-mac-pro ReportCrash[47203]: Saved crash report for helpd[47196] version 1.1.2 (72.2) to /Users/mark/Library/Logs/DiagnosticReports/helpd_2012-06-15-154817_Marks-Mac-Pr o.crash
    Jun 15 15:49:37 marks-mac-pro DragThing[352]: kCGErrorInvalidConnection: CGSGetWindowTags: Invalid connection
    Jun 15 15:49:42 marks-mac-pro textsoapAgent[343]: textsoapAgent is terminating
    Jun 15 15:49:42 marks-mac-pro com.apple.launchd.peruser.502[272] (com.intego.VirusBarrierX6.statusitem[318]): Exited: Killed: 9
    Jun 15 15:49:42 marks-mac-pro com.apple.launchd.peruser.502[272] ([0x0-0xb00b].com.apple.universalaccess[293]): Exited: Killed: 9
    Jun 15 15:49:42 marks-mac-pro com.apple.launchd.peruser.502[272] (com.apple.mdworker.pool.0[47148]): Exited: Terminated: 15
    Jun 15 15:49:42 marks-mac-pro com.apple.launchd.peruser.502[272] ([0x0-0x24024].com.apple.AppleSpell[401]): Exited: Killed: 9
    Jun 15 15:49:42 marks-mac-pro com.apple.launchd.peruser.502[272] (com.apple.talagent[283]): Exited: Killed: 9
    Jun 15 15:49:42 marks-mac-pro loginwindow[37]: DEAD_PROCESS: 37 console
    Jun 15 15:49:43 marks-mac-pro SystemUIServer[47210]: ICNInitialize failed: -536870212
    Jun 15 15:49:44 marks-mac-pro com.apple.kextd[10]: Error reconsidering volume /Volumes/BOOTCAMP.
    Jun 15 15:49:44 marks-mac-pro com.apple.kextd[10]: Error reconsidering volume /Volumes/PROBDISK1.
    Jun 15 15:49:44 marks-mac-pro shutdown[47215]: reboot by mark:
    Jun 15 15:49:44 marks-mac-pro shutdown[47215]: SHUTDOWN_TIME: 1339789784 301237
    Jun 15 15:59:50 localhost bootlog[0]: BOOT_TIME 1339790390 0
    Jun 15 15:59:51 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun 15 16:00:00 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    Jun 15 16:00:00 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    Jun 15 16:00:05 localhost com.apple.ucupdate.plist[22]: ucupdate: Checked 1 update, no match found.
    Jun 15 16:00:09 localhost com.apple.pfctl[31]: No ALTQ support in kernel
    Jun 15 16:00:09 localhost com.apple.pfctl[31]: ALTQ related functions disabled
    Jun 15 16:00:10 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    Jun 15 16:00:10 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Jun 15 16:00:10 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - PreProbe
    Jun 15 16:00:10 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Jun 15 16:00:21: --- last message repeated 1 time ---
    Jun 15 16:00:10 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - PreProbe
    Jun 15 16:00:10 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Jun 15 16:00:21: --- last message repeated 1 time ---
    Jun 15 16:00:10 localhost UserEventAgent[11]: CertsKeychainMonitor: configuring
    Jun 15 16:00:11 localhost mDNSResponder[35]: mDNSResponder mDNSResponder-320.16 (Mar 17 2012 21:31:16) starting OSXVers 11
    Jun 15 16:00:11 localhost com.apple.usbmuxd[21]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    Jun 15 16:00:11 localhost VMware Fusion 204229[71]: Starting VMware Fusion:
    Jun 15 16:00:11 localhost com.vmware.launchd.vmware[52]: Jun 15 16:00:11 localhost VMware Fusion 204229[71] <Notice>: Starting VMware Fusion:
    Jun 15 16:00:13 localhost fseventsd[15]: could not open <</Volumes/BOOTCAMP/.fseventsd/fseventsd-uuid>> (No such file or directory)
    Jun 15 16:00:13 localhost fseventsd[15]: log dir: /Volumes/BOOTCAMP/.fseventsd getting new uuid: DF1993BE-7C3F-4862-BF08-B5F14ED1E893
    Jun 15 16:00:15 localhost xpchelper[62]: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    Jun 15 16:00:16 localhost airportd[105]: _processDLILEvent: en2 attached (down)
    Jun 15 16:00:16 localhost mds[34]: (Normal) FMW: FMW 0 0
    Jun 15 16:00:16 localhost com.vmware.launchd.vmware[52]: Verifying files from package 'com.vmware.fusion.application' on '/'.
    Jun 15 16:00:16 localhost com.vmware.launchd.vmware[52]:           Permissions differ on "Library/Application Support", should be drwxrwxr-x , they are drwxr-xr-x .
    Jun 15 16:00:16 localhost com.vmware.launchd.vmware[52]:           Repaired "Library/Application Support".
    Jun 15 16:00:16 localhost com.vmware.launchd.vmware[52]: Finished verifying files from package 'com.vmware.fusion.application' on '/'.
    Jun 15 16:00:19 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Jun 15 16:00:21: --- last message repeated 1 time ---
    Jun 15 16:00:19 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - PreProbe
    Jun 15 16:00:20 localhost configd[14]: network configuration changed.
    Jun 15 16:00:20 Marks-Mac-Pro configd[14]: setting hostname to "Marks-Mac-Pro.local"
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: Could not find MySQL startup script!
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: Loading VBoxDrv.kext
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: Loading VBoxUSB.kext
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: Loading VBoxNetFlt.kext
    Jun 15 16:00:22 Marks-Mac-Pro com.apple.SystemStarter[23]: Loading VBoxNetAdp.kext
    Jun 15 16:00:28 Marks-Mac-Pro virusbarrierd[54]: VBX6DaemonLogExportManager: loading preferences from old format.
    Jun 15 16:00:35 Marks-Mac-Pro systemkeychain[102]: done file: /var/run/systemkeychaincheck.done
    Jun 15 16:00:35 Marks-Mac-Pro mDNSResponder[35]: D2D_IPC: Loaded
    Jun 15 16:00:35 Marks-Mac-Pro mDNSResponder[35]: D2DInitialize succeeded
    Jun 15 16:00:35 Marks-Mac-Pro configd[14]: network configuration changed.
    Jun 15 16:00:35: --- last message repeated 1 time ---
    Jun 15 16:00:35 Marks-Mac-Pro UserEventAgent[11]: ServermgrdRegistration cannot load config data
    Jun 15 16:00:35 Marks-Mac-Pro UserEventAgent[11]: get_backup_share_points no AFP
    Jun 15 16:00:35 Marks-Mac-Pro loginwindow[37]: Login Window Application Started
    Jun 15 16:00:38 Marks-Mac-Pro rpcsvchost[238]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Jun 15 16:00:39 Marks-Mac-Pro xpchelper[234]: for uid: 89 -- timeout while waiting on FSEvents flush; clearing cache.
    Jun 15 16:00:39 Marks-Mac-Pro com.apple.launchd[1] (com.apple.netbiosd[124]): Exited abnormally: Hangup: 1
    Jun 15 16:00:39 Marks-Mac-Pro com.intego.VirusBarrierX6.realtime.daemon[246]: ba_init Tue May 15 11:09:21 2012
    Jun 15 16:00:39 Marks-Mac-Pro virusbarrierd[54]: Network Threats Filtering (Version 6) bundle Loaded
    Jun 15 16:00:40 Marks-Mac-Pro configd[14]: network configuration changed.
    Jun 15 16:00:40 Marks-Mac-Pro xpchelper[228]: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: [11] error in getAndLockContext: open returned -1 (errno=2)  file was /private/var/servermgrd//servermgr_certs.lock
    Jun 15 16:00:40: --- last message repeated 1 time ---
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: CertsKeychainMonitor: ready to process keychain & timer events
    Jun 15 16:00:40 Marks-Mac-Pro airportd[105]: _doAutoJoin: Already associated to “09FX04059343”. Bailing on auto-join.
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - Probe
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on 09FX04059343 because it is protected and not on the exception list
    Jun 15 16:00:40 Marks-Mac-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - Unknown
    Jun 15 16:00:40 Marks-Mac-Pro configd[14]: network configuration changed.
    Jun 15 16:00:42 Marks-Mac-Pro vmnet-bridge[258]: UUID: Unable to open /dev/mem: No such file or directory
    Jun 15 16:00:42 Marks-Mac-Pro configd[14]: network configuration changed.
    Jun 15 16:00:42 marks-mac-pro configd[14]: setting hostname to "marks-mac-pro.westell.com"
    Jun 15 16:00:42 marks-mac-pro vmnet-bridge[258]: Dynamic store changed
    Jun 15 16:00:42 marks-mac-pro vmnet-bridge[258]: Started bridge for 0, en1
    Jun 15 16:00:42 marks-mac-pro loginwindow[37]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Jun 15 16:00:42 marks-mac-pro com.apple.launchctl.LoginWindow[266]: com.apple.findmymacmessenger: Already loaded
    Jun 15 16:00:42 marks-mac-pro airportd[105]: _doAutoJoin: Already associated to “09FX...”. Bailing on auto-join.
    Jun 15 16:00:42 marks-mac-pro loginwindow[37]: Login Window Started Security Agent
    Jun 15 16:00:42 marks-mac-pro SecurityAgent[277]: Echo enabled
    Jun 15 16:00:42 marks-mac-pro SecurityAgent[277]: User info context values set for mark
    Jun 15 16:00:43 marks-mac-pro WindowServer[240]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Jun 15 16:00:43 marks-mac-pro loginwindow[37]: Login Window - Returned from Security Agent
    Jun 15 16:00:43 marks-mac-pro loginwindow[37]: USER_PROCESS: 37 console
    Jun 15 16:00:43 marks-mac-pro airportd[105]: _doAutoJoin: Already associated to “09FX...”. Bailing on auto-join.
    Jun 15 16:00:43 marks-mac-pro applepushserviced[51]: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    Jun 15 16:00:43 marks-mac-pro applepushserviced[51]: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([263]): CVMCompiler(263) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([260]): CVMServer(260) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([242]): netbiosd(242) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([238]): rpcsvchost(238) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([35]): mDNSResponder(35) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([34]): mds(34) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro sandboxd[287] ([28]): revisiond(28) deny mach-lookup com.intego.mig_hook
    Jun 15 16:00:43 marks-mac-pro com.vmware.launchd.vmware[52]: Started network services
    Jun 15 16:00:44 marks-mac-pro com.apple.launchd.peruser.502[285] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Jun 15 16:00:44 marks-mac-pro com.apple.launchd.peruser.502[285] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Jun 15 16:00:44 marks-mac-pro com.apple.launchctl.Aqua[297]: load: option requires an argument -- D
    Jun 15 16:00:44 marks-mac-pro com.apple.launchctl.Aqua[297]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    Jun 15 16:00:44 marks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 16395
    Jun 15 16:00:45 marks-mac-pro com.vmware.launchd.vmware[52]: Verifying and re-installing files from /Library/Application Support/VMware Fusion/thnuclnt
    Jun 15 16:00:45 marks-mac-pro com.apple.launchd.peruser.502[285] (com.apple.launchctl.Aqua[297]): Exited with code: 1
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: 2012-06-15 16:00:47.723 com.apple.dock.extra[328:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: 2012-06-15 16:00:47.724 com.apple.dock.extra[328:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: 2012-06-15 16:00:47.725 com.apple.dock.extra[328:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:47 marks-mac-pro com.apple.dock.extra[328]: 2012-06-15 16:00:47.725 com.apple.dock.extra[328:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:52 marks-mac-pro [0x0-0x10010].com.kensington.mouseworks.background[353]: Service 'com_kensington_mouseworks_iokit_KensingtonMouseDriver' not found
    Jun 15 16:00:52 marks-mac-pro [0x0-0x10010].com.kensington.mouseworks.background[353]: MouseWorks Background: could not connect to driver
    Jun 15 16:00:52 marks-mac-pro com.apple.launchd.peruser.502[285] ([0x0-0x10010].com.kensington.mouseworks.background[353]): Exited with code: 230
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54: --- last message repeated 1 time ---
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54: --- last message repeated 1 time ---
    Jun 15 16:00:54 marks-mac-pro NetUpdateAgent[345]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54: --- last message repeated 18 times ---
    Jun 15 16:00:54 marks-mac-pro isst[334]: Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder:  dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found.  Did find:
                        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper
    Jun 15 16:00:54: --- last message repeated 18 times ---
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- p
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- s
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- n
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- _
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 0
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- _
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 1
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 0
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 6
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 5
    Jun 15 16:00:54 marks-mac-pro [0x0-0x1a01a].com.vmware.fusionDaemon[359]: /Library/Application Support/VMware Fusion/VMware Fusion Helper.app/Contents/MacOS/VMware Fusion Helper: illegal option -- 2
    Jun 15 16:00:53: --- last message repeated 1 time ---
    Jun 15 16:00:53 marks-mac-pro ntpd[18]: proto: precision = 1.000 usec
    Jun 15 16:00:54 marks-mac-pro VMware Fusion Helper[359]: Could not connect the action buttonPressed: to target of class NSApplication
    Jun 15 16:00:58: --- last message repeated 3 times ---
    Jun 15 16:00:57 marks-mac-pro textsoapAgent[358]: textsoapAgent Version 6.4.4b2 (794) launched
    Jun 15 16:00:57 marks-mac-pro VMware Fusion Helper[359]: Could not find image named 'fusion.icns'.
    Jun 15 16:01:01 marks-mac-pro com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[271]): Exit timeout elapsed (20 seconds). Killing
    Jun 15 16:01:12 marks-mac-pro mdworker[379]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jun 15 16:01:12 marks-mac-pro virusbarriers[53]: VirusBarrier X6 OK
    Jun 15 16:01:21 marks

  • Why isn't java working with safari 5.1?

    I've been playing an online game lately that is powered by java. I saw there was a software update for my mac (os x lion i think) so i updated the software on my computer. Now, Java does not run on my computer, and i dont know how to downgrade to the safari software that i had before. Can somebody please help? This is really stressing me out.

    I have just found out from the Scifinder site at
    http://libinfo.wordpress.com/2011/07/27/scifinder-web-java-plug-in-available-for -safari-5-1/
    that Apple fixed this with a download, dated 20 July 2011;
    Here is the link: http://support.apple.com/kb/DL1421
    After quitting all browsers and installing the dmg, Safari 5.1 still wouldn't work with it until I re-started my computer - perhaps this just flushed a cache and I could perhaps have had the same result just from flushing caches.
    If Apple would only look at these threads and inform us!
    But I suppose by now most of you have found this anyway.

  • Sun java plugin for Safari for windows

    Dear Friends
    I have installed Safari in Windows XP. I tried to load my applet through safari. It doesn't ask for signing and doesn't run the applet. Actually safari uses its own java plugin . Is there any option to use sun java plugin for that one and run the signed applets. please reply immediately

    We (Sun) don't have much experience with Safari on Windows at this point. Going forward, the new Java Plug-In in 6u10 should work with Safari on Windows, once Safari upgrades their NPAPI and NPRuntime interfaces to the versions in Firefox 3.

Maybe you are looking for

  • Unable to Schedule the Report with a user with Author Role.

    Hi, I tried to Schedule the Report using weblogic user(which has admin role) it worked perfectly. But when i try to login using User(which has author role) and when i try to schedule a report i am getting the following error. It is clustered Environm

  • Please help me in fixing this bug

    ?:|Hi guys, I am new to web logic .... I was just trying with BEA weblogic 8.1 sp1. I just deployed simple "Hello" application to check. But i got this error while starting the server... Error is... The WebLogic Server did not start up properly. java

  • Creative Suite 2-InDesign serious errors

    I've installed a fresh new copy of CS2, and InDesign will not launch. Well, it will launch once in awhile, but crashes when I create or try to save a file. The various error messages are: Code 3; "Cannot add data to defaults, defaults is damaged."; "

  • TPAM - 10g sso

    anyone have any clue where the files mentioned in the 10g single signon "third party authentication module" are? http://download-east.oracle.com/docs/cd/B10464_01/manage.904/b10851/tpsso.htm#1009577 i can't find the java files mentioned to change the

  • Time Machine Freezes Internet

    Any time I am surfing the web and time machine starts up the page I am viewing freezes up or if I am watching a streaming video the video just freezes. I have a Mac Pro 8 core 3.0 ghz so its not my machine being too slow (I hope). Has anyone had simi