Java 7 update

Is the Java 7 update safe on my Mac? 

Yarbob,
if you currently use an older version of Java than the update that is being offered, then the update is safe — or at minimum, safer than what is currently installed.

Similar Messages

  • Type Error: oE Started immediately after Auto Java update! Other threads just started but doesn't mention the relationship! Firefox reset does not correct

    Problem correlates exactly with the Java update time per event viewer! Problem is starting to gain traction as more users experience same! Can’t determine how to fix? Maybe an error in the Java update?

    I have also been having this problem, starting today, although my Firefox doesn't crash/close when the error box pops up - I can just close the box and carry on browsing.
    However, as with the person in the thread listed above, I found that disabling McAfee SiteAdvisor seems to stop it happening (it happened fairly at random, but in about half an hour of browsing with it disabled, I haven't had the error pop up, compared to within a few minutes when SiteAdvisor is enabled). It looks like there was also a SiteAdvisor update today, so that also correlates with the onset of this problem. Are other people getting this problem using SiteAdvisor? I don't know much about the mechanics of SiteAdvisor - could there be a link with Java too?
    Using Firefox 27.0, Windows 7 SP1, McAfee SiteAdvisor 3.6.5, Java 10.45.2.18.

  • Applet is not working properly on windows 7 with java update 23

    I am using applet in web application to serve as Image Viewer.
    Problem Description :
    1.Client machine configuration: Windows 7, java update 23 , IE8
    2.When my web application is not secure (i.e. accessible via HTTP), applet is
    able to download image from server.
    3.But when my web application is secure (i.e. accessible via HTTPS), applet
    is unable to download image from server.
    4.When applet try to download image using HTTPS, somehow it takes it as
    crossdomain access.
    5.When Client machine has Windows vista or Windows xp OS no such problem
    is there, applet works fine.
    Note : Applet method to download image is called from javascript.
    6.Java log console -
    network: Cache entry not found [url: https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution, version: null]
    network: Connecting https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution with proxy=DIRECT
    network: Cache entry not found [url: http://65.52.203.213/crossdomain.xml, version: null]
    network: Connecting http://65.52.203.213/crossdomain.xml with proxy=DIRECT
    network: Connecting http://65.52.203.213:80/ with proxy=DIRECT
    java.security.PrivilegedActionException: java.net.ConnectException: Connection refused: connect
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
    at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
    at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
    at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
    at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
    at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getNew HttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connec t(Unknown Source)
    at com.sun.deploy.net.CrossDomainXML$2.run(Unknown Source)
    ... 39 more
    java.security.AccessControlException: access denied (java.net.SocketPermission 65.52.203.213:443 connect,resolve)
    at java.security.AccessControlContext.checkPermission (Unknown Source)
    at java.security.AccessController.checkPermission(Unk nown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkConnect(Unknown Source)
    at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
    at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
    at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
    at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Edited by: 837609 on Feb 20, 2011 9:17 PM

    908304 wrote:
    Thanks for the response. But I don't think the problem is due to Protocol relative URLs. This seems to be a permissions issue.So is the non Protocol relative URLs issue!
    I get the following exception
    java.security.AccessControlException: access denied (java.net.SocketPermission 66.150.109.50:443 connect,resolve)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkConnect(Unknown Source)
         at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source)
    But this is only in Windows 7 machines. In Windows XP it is working fine.Windows 7 is much more fussy than XP about permissions. I can't make you investigate the Protocol relative URLs issue but surely it must be worth spending some time on it.

  • I just updated my latest java but the update is causing problems with some externale devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device

    i just updated my latest java but the update is causing problems with some external devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device.
    Is this possible and how do i do that?
    Anyone who responds thanks for that!
    Juko
    I am running
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro1,1
      Processor Name:          Dual-Core Intel Xeon
      Processor Speed:          2,66 GHz
      Number of Processors:          2
      Total Number of Cores:          4
      L2 Cache (per Processor):          4 MB
      Memory:          6 GB
      Bus Speed:          1,33 GHz
      Boot ROM Version:          MP11.005D.B00
      SMC Version (system):          1.7f10
      Serial Number (system):          CK7XXXXXXGP
      Hardware UUID:          00000000-0000-1000-8000-0017F20F82F0
    System Software Overview:
      System Version:          Mac OS X 10.7.5 (11G63)
      Kernel Version:          Darwin 11.4.2
      Boot Volume:          Macintosh HD(2)
      Boot Mode:          Normal
      Computer Name:          Mac Pro van Juko de Vries
      User Name:          Juko de Vries (jukodevries)
      Secure Virtual Memory:          Enabled
      64-bit Kernel and Extensions:          No
      Time since boot:          11 days 20:39
    Message was edited by Host

    Java 6 you can't as Apple maintains it, and Java 7 you could if you uninstall it and Oracle provides the earlier version which they likely won't his last update fixed 37 remote exploits.
    Java broken some software here and there, all you'll have to do is wait for a update from the other parties.

  • Are my kernel panics due to the Java Updater (com.oracle.java.Java-Updater) ?

    In the past few months I've been getting more kernel panics than usual. This is on my late 2012 2.3 GHz Intel Core i7 Mac Mini, running OS X Yosemite (OS X 10.2.2) with 16 GB of RAM.
    Looking at the console logs following the last panic, I can see that immediately before the crash, com.oracle.java.Java-Updater had been spamming my log. Here's a sample:
    3/20/15 11:58:45.317 PM com.apple.xpc.launchd[1]: (com.oracle.java.Java-Updater[77795]) Could not find and/or execute program specified by service: 2: No such file or directory: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater
    3/20/15 11:58:45.317 PM com.apple.xpc.launchd[1]: (com.oracle.java.Java-Updater[77795]) Service setup event to handle failure and will not launch until it fires.
    3/20/15 11:58:45.321 PM com.apple.xpc.launchd[1]: (com.oracle.java.Java-Updater[77796]) Could not find and/or execute program specified by service: 2: No such file or directory: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater
    3/20/15 11:58:45.321 PM com.apple.xpc.launchd[1]: (com.oracle.java.Java-Updater[77796]) Service setup event to handle failure and will not launch until it fires.
    # PANIC HAPPENS HERE!
    3/20/15 11:58:46.037 PM sample[77799]: assertion failed: 14C109: libxpc.dylib + 75491 [876216DC-D5D3-381E-8AF9-49AE464E5107]: 0x8d
    3/20/15 11:58:46.037 PM sample[77799]: assertion failed: 14C109: libxpc.dylib + 34510 [876216DC-D5D3-381E-8AF9-49AE464E5107]: 0x8d
    3/20/15 11:58:46.065 PM sample[77799]: assertion failed: 14C109: libxpc.dylib + 34510 [876216DC-D5D3-381E-8AF9-49AE464E5107]: 0x8d
    3/20/15 11:58:47.076 PM sample[77799]: assertion failed: 14C109: libxpc.dylib + 34510 [876216DC-D5D3-381E-8AF9-49AE464E5107]: 0x8d
    3/20/15 11:59:17.000 PM bootlog[0]: BOOT_TIME 1426910357 0
    3/21/15 12:00:33.000 AM syslogd[17]: Configuration Notice: ASL Module "com.apple.AccountPolicyHelper" claims selected messages. Those messages may not appear in standard system log files or in the ASL database.
    From what it looks like, com.oracle.java.Java-Updater had sent around 77,000 message like this before crapping out.
    I'm out of ideas — both regarding whether Java is actually responsible, and if so what to do. I need Java for a few programs I run, so deleting it isn't an option, unfortunately.
    EtreCheck version: 2.1.8 (121)
    Report generated March 23, 2015 at 2:55:40 PM GMT-4
    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.
    Hardware Information: ℹ️
        Mac mini (Late 2012) (Technical Specifications)
        Mac mini - model: Macmini6,2
        1 2.3 GHz Intel Core i7 CPU: 4-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 4000
            SME2320 spdisplays_1080p
            DELL ST2320L spdisplays_1080p
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 2 days 14:53:27
    Disk Information: ℹ️
        APPLE HDD HTS541010A9E662 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (223.27 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Western Digital My Passport 07A8 1 TB
            EFI (disk1s1) <not mounted> : 210 MB
            Jackie Treehorn (disk1s2) /Volumes/Jackie Treehorn : 999.83 GB (128.88 GB free)
        Apple, Inc. Keyboard Hub
            Apple, Inc Apple Keyboard
        Logitech USB Receiver
        Logitech Logitech Wireless Headset
        Brother HL-5450DN series
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 1
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Private Eye.app
        [loaded]    com.radiosilenceapp.nke.PrivateEye (1 - SDK 10.7) [Click for support]
            /Applications/Tunnelblick.app
        [not loaded]    net.tunnelblick.tap (1.0) [Click for support]
        [not loaded]    net.tunnelblick.tun (1.0) [Click for support]
    Startup Items: ℹ️
        ChmodBPF: Path: /Library/StartupItems/ChmodBPF
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.cisco.anyconnect.gui.plist [Click for support]
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ReceiverHelper.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [loaded]    com.examsoft.softest.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [unknown]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [running]    com.cisco.anyconnect.vpnagentd.plist [Click for support]
        [running]    com.crashplan.engine.plist [Click for support]
        [loaded]    com.DesignScience.DSMTTool.plist [Click for support]
        [running]    com.edb.launchd.postgresql-9.4.plist [Click for support]
        [running]    com.examsoft.softest.service.plist [Click for support]
        [loaded]    com.github.GitHub.GHInstallCLI.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [unknown]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.radiosilenceapp.nke.PrivateEye.plist [Click for support]
        [failed]    noip2.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.adobe.ARM.[...].plist [Click for support] [Click for details]
        [running]    com.ecamm.printopia.plist [Click for support]
        [failed]    com.google.Chrome.framework.plist [Click for support] [Click for details]
        [running]    com.microsoft.LaunchAgent.SyncServicesAgent.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [running]    com.victorpimentel.TVShowsHelper.plist [Click for support]
        [loaded]    net.tunnelblick.tunnelblick.LaunchAtLogin.plist [Click for support]
    User Login Items: ℹ️
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Fantastical    Application  (/Applications/Fantastical.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        BetterSnapTool    Application  (/Applications/BetterSnapTool.app)
        CrashPlan menu bar    Application  (/Applications/CrashPlan.app/Contents/Helpers/CrashPlan menu bar.app)
        Music Manager    Application Hidden (/Users/[redacted]/Library/PreferencePanes/MusicManager.prefPane/Contents/Helpe rs/MusicManagerHelper.app)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        JavaAppletPlugin (1.7.13.20): Version: Java 7 Update 15 [Click for support]
        nplastpass: Version: 2.5.5 [Click for support]
        Unity Web Player: Version: UnityPlayer version 4.3.5f1 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 [Click for support]
        SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 [Click for support]
        GarminGpsControl: Version: 4.0.4.0 Release - SDK 10.6 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        JavaAppletPlugin: Version: Unknown Check version
    Safari Extensions: ℹ️
        LastPass
        Evernote Web Clipper
        Zotero Connector
        Reddit Enhancement Suite
        Page One - Banish Multipage Articles
        Optimize Legibility
        AdBlock
        Footnotify
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        MusicManager  [Click for support]
        Perian  [Click for support]
        Printopia  [Click for support]
        TeXDistPrefPane  [Click for support]
        TVShows  [Click for support]
    Time Machine: ℹ️
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 776.07 GB
        Destinations:
            Jackie Treehorn [Local]
            Total size: 999.83 GB
            Total number of backups: 58
            Oldest backup: 2015-01-13 07:51:57 +0000
            Last backup: 2015-03-21 03:26:26 +0000
            Size of backup disk: Too small
                Backup size 999.83 GB < (Disk used 776.07 GB X 3)
    Top Processes by CPU: ℹ️
            19%    Google Chrome
             6%    WindowServer
             2%    backupd
             1%    Safari
             0%    AppleSpell
    Top Processes by Memory: ℹ️
        1.25 GB    CrashPlanService
        481 MB    softwareupdated
        412 MB    mds_stores
        395 MB    Safari
        223 MB    Google Chrome
    Virtual Memory Information: ℹ️
        6.06 GB    Free RAM
        6.63 GB    Active RAM
        2.92 GB    Inactive RAM
        1.56 GB    Wired RAM
        21.47 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 20, 2015, 11:59:31 PM    Self test - passed
        Mar 21, 2015, 12:00:32 AM    /Library/Logs/DiagnosticReports/Kernel_2015-03-21-000032_[redacted].panic [Click for details]
        Mar 21, 2015, 03:36:02 AM    /Library/Logs/DiagnosticReports/CrashPlanService_2015-03-21-033602_[redacted].c pu_resource.diag [Click for details]
        Feb 27, 2015, 11:56:48 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-27-235648_[redacted].panic [Click for details]

    Here's the kernel panic report:
    Sat Mar 21 00:00:32 2015
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff80255c1694): "launchd died\nState at Last Exception:\n\n"@/SourceCache/xnu/xnu-2782.10.72/bsd/kern/kern_exit.c:361
    Backtrace (CPU 0), Frame : Return Address
    0xffffff820e36be50 : 0xffffff802512fe41
    0xffffff820e36bed0 : 0xffffff80255c1694
    0xffffff820e36bf40 : 0xffffff80255c135c
    0xffffff820e36bf50 : 0xffffff802564b386
    0xffffff820e36bfb0 : 0xffffff8025236e86
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:    0x0000000024e00000
    Kernel text base: 0xffffff8025000000
    __HIB  text base: 0xffffff8024f00000
    System model name: Macmini6,2 (Mac-F65AE981FFA204ED)
    System uptime in nanoseconds: 1811035465800191
    last loaded kext at 1717666037079230: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7fa7956000, size 20480)
    last unloaded kext at 1717726076238694: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7fa7956000, size 16384)
    loaded kexts:
    com.radiosilenceapp.nke.PrivateEye 1
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.driver.AppleIntelHD4000Graphics 10.0.2
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleIntelFramebufferCapri 10.0.2
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.SCSITaskUserClient 3.7.3
    com.apple.driver.AppleIRController 327.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.security.SecureRemotePassword 1.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOAcceleratorFamily2 156.6
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    System Profile:
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Thunderbolt Bus: Mac mini, Apple Inc., 23.4
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x859B, 0x435438473353313630424D2E4D3136464544
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x859B, 0x435438473353313630424D2E4D3136464544
    USB Device: My Passport 07A8
    USB Device: Hub
    USB Device: USB 2.0 Hub [MTT]
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: Miscellaneous Device
    USB Device: USB Receiver
    USB Device: Logitech Wireless Headset
    USB Device: Hub
    USB Device: HL-5450DN series
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
    Model: Macmini6,2, BootROM MM61.0106.B03, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.8f0
    Network Service: Wi-Fi, AirPort, en1
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In

  • Bloomberg video no longer plays since last system or Java update - I do not recall which.

    In last 45 days or so, Bloomberg video no longer plays. 
    This is the result of a system or Java update - I do not recall which.  I've tried all the tips that Bloomberg has suggested to no avail... and they are no longer assisting me!  Please help, friends.  I've been a Macintosh user since 1986 (really!), please help, friends.
    Below is that they have said to me about this issue:
    Thank You for Your Feedback!
    Feedback Status:
    TicketID: W00526585060669600559
    Status: Resolved
    Summary: About a week ago video from your web site stopped playing
    LOG: 3/ 5/13 00:09:19
    Your Feedback:
    About a week ago video from your web site stopped playing. I'm a MAC user and
    keep my system updated. Can you help, please?
    LOG: 3/ 5/13 14:30:14 Bloomberg Feedback Team
    Hello,
    We suggest:
    1) have the latest version of flash. Restart your browser.
    2) Once you have new flash installed, allow third-party Flash content to store
    data on your computerhttp://www.macromedia.com/support/documentation/en/flashpla
    yer/help/settings_manager03.html
    3) JavaScript should be enabled on your browser
    4) Turn off ad blockers
    Sincerely,
    Bloomberg Website Feedback Team
    LOG: 3/ 6/13 03:16:01 Your Subsequent Feedback
    OK, I did all this and still no video. Now what?
    LOG: 3/ 6/13 13:46:57 Bloomberg Feedback Team
    Hello:
    -Please confirm that JavaScript is enabled in your web browser.
    -We recommend you check the Flash Player settings on your computer. You can use
    the following link to check the "Global Storage Settings" tab:
    Http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man
    ager03.html
    Make sure to check the box that said "Allow third-party Flash content to store
    data on your computer.
    Change the capacity of local storage, and disable any add-ons and plug-ins.
    Sincerely,
    Bloomberg Website Feedback Team
    LOG: 3/10/13 18:12:09 Your Subsequent Feedback
    HELP, please! I've done all that you've suggested, and I'm still unable to view
    Bloomberg videos. Can you help me? I 'think' it started with a recent Java
    update on MAC OS, but I'm not totally sure.
    LOG: 3/12/13 12:29:27 Bloomberg Feedback Team
    Hello,
    We are sorry we are unable to assist you further with this query. We are not
    experiencing this issue and are unable to duplicate at this time.
    Sincerely,
    Bloomberg Website Feedback Team

    Do you use Glimmerblocker, or any other advert/content/security blocking/filtering software ?
    Yes, I use Sophos.  But, recall that with another browser (Chrome), video plays fine.  So the issue is not with Sophos per se.
    Safari-Preferences-Extensions is set to OFF ?
    I just turned Safari-Preferences-Extensions to OFF.  Video will sill not play.
    Regarding;"
    check System Preferences - Flash Player - Storage tab to see that 'allow sites to save information..." is on.
    In the Advanced tab -  click 'delete all'  ?"
    I did this, but, I an unable to delete all the Site Data; I get an error box:  "Flash Player was unable to delete all local storage. The files may be locked by another program. Close all browsers or restart your computer, and try again."
    I get this error even with all the browsers are closed.
    I think this points to our bug:  Only in my Mac OS user profile and only in Safari there seems to be some Flash Player file which is either 'open' or 'locked' to deleting.
    Where could that pesky file be????

  • 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

  • Help please. My mac book pro did a java update and now will not boot  oot.

    As it says above. Since doing a java update automatically and then shutting down on me.. my mac book will not boot properly.
    I can get it to boot in safe mode eventually, usually after 5 to 10 mins of waiting, but will not boot into mormal mode.
    How do i cure this?.   I have tried disk utility and this saus alls ok.

    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid pixel format
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid context
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid pixel format
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid context
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:09.426 firefox[229:903] invalid pixel format
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:09.430 firefox[229:903] invalid context
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:09.430 firefox[229:903] invalid pixel format
    Mar  8 13:01:09 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:09.431 firefox[229:903] invalid context
    Mar  8 13:01:12 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    Mar  8 13:01:12 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Rescanning kernel extensions.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleTyMCEDriver.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleSMBusPCI.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleSMBusPCI.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleSMBusPCI failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load GeForce.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.GeForce failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleMCCSControl.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleMCCSControl.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleMCCSControl failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleProfileFamily.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelMeromProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load IOFireWireIP.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load IOFireWireIP.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.iokit.IOFireWireIP failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load SMCMotionSensor.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load SMCMotionSensor.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.SMCMotionSensor failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleSMCLMU.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleSMCLMU.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.kext.AppleSMCLMU failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load GeForce.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.GeForce failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleHDAController.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleHDAController failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleUpstreamUserClient.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleUpstreamUserClient.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AudioIPCDriver.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AudioIPCDriver failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelNehalemProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load IOBluetoothSerialManager.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelPenrynProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelPenrynProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load IOSurface.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.iokit.IOSurface failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelYonahProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Can't load AppleIntelYonahProfile.kext - validation problems.
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    Mar  8 13:01:14 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    Mar  8 13:01:30 ROBERT-HUSKINSONs-MacBook-Pro mds[20]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar  8 13:01:59: --- last message repeated 8 times ---
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid pixel format
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:59.580 firefox[229:903] invalid pixel format
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid context
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:59.581 firefox[229:903] invalid context
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid pixel format
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:59.582 firefox[229:903] invalid pixel format
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro firefox[229]: invalid context
    Mar  8 13:01:59 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: 2013-03-08 13:01:59.582 firefox[229:903] invalid context
    Mar  8 13:07:54 ROBERT-HUSKINSONs-MacBook-Pro [0x0-0x14014].org.mozilla.firefox[0]: NOTE: child process received `Goodbye', closing down
    Mar  8 13:09:20 ROBERT-HUSKINSONs-MacBook-Pro mds[20]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    Mar  8 13:09:57 ROBERT-HUSKINSONs-MacBook-Pro com.apple.launchd.peruser.501[105] (com.apple.AirPortBaseStationAgent[127]): Exited: Killed
    Mar  8 13:09:57 ROBERT-HUSKINSONs-MacBook-Pro loginwindow[22]: DEAD_PROCESS: 22 console
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro com.apple.kextd[9]: Rescanning kernel extensions.
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro shutdown[252]: reboot by roberthuskisnon:
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro shutdown[252]: SHUTDOWN_TIME: 1362748198 226066
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro mDNSResponder[21]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) stopping
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro DirectoryService[32]: BUG in libdispatch: 10K549 - 1960 - 0x10004004
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro WindowServer[71]: hidd died. Reestablishing connection.
    Mar  8 13:09:58 ROBERT-HUSKINSONs-MacBook-Pro WindowServer[71]: Unable to create event queue via hidd: (0x10000003)
    Mar  8 13:10:17 localhost com.apple.kextd[10]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    Mar  8 13:10:12 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar  8 13:10:12 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
    Mar  8 13:10:22 localhost bootlog[38]: BOOT_TIME: 1362748212 0
    Mar  8 13:10:22 localhost blued[39]: Apple Bluetooth daemon started
    Mar  8 13:10:30 localhost /Library/Sophos Anti-Virus/SophosAutoUpdate.app/Contents/MacOS/SophosAutoUpdate[45]: AlreadyRegistered
    Mar  8 13:10:30 localhost mDNSResponder[23]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Mar  8 13:10:30 localhost com.apple.usbmuxd[16]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar  8 13:10:40 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: setting hostname to "ROBERT-HUSKINSONs-MacBook-Pro.local"
    Mar  8 13:10:40 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: network configuration changed.
    Mar  8 13:12:08 ROBERT-HUSKINSONs-MacBook-Pro diskarbitrationd[33]: unable to repair /dev/disk0s3 (status code 0x00000008).
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer: timed out waiting for IOKit to quiesce
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer: Busy services :
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3 [2]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert [9]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/CPU0@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/CPU0@0/AppleACPICPU [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/CPU1@1 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/CPU1@1/AppleACPICPU [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PNLF [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [20]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/MCHC@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/MCH2@0,1 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/LPCB@3 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IMAP@3,1 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SBUS@3,2 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P4MI@3,3 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/TRIM@3,4 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/NVPM@3,5 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/OHC1@4 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC1@4,1 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/OHC2@6 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@6,1 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@8 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/pci-bridge@9 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/GIGE@A [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@C [2]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@C/IOPCI2PCIBridg e [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@C/IOPCI2PCIBridg e/GFX0@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IXVE@10 [2]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IXVE@10/IOPCI2PCIBrid ge [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IXVE@10/IOPCI2PCIBrid ge/IGPU@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP04@15 [2]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP04@15/IOPCI2PCIBrid ge [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP04@15/IOPCI2PCIBrid ge/ARPT@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16 [2]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16/IOPCI2PCIBrid ge [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16/IOPCI2PCIBrid ge/FRWR@0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16/IOPCI2PCIBrid ge/FRWR@0/AppleFWOHCI [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16/IOPCI2PCIBrid ge/FRWR@0/AppleFWOHCI/IOFireWireController [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@16/IOPCI2PCIBrid ge/FRWR@0/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/SMC [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/ALS0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/SMS0 [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/AppleACPIPlatformExpert/GMUX [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer:   MacBookPro5,3/IOResources [1]
    Mar  8 13:12:09 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: InterfaceNamer: No network stack object
    Mar  8 13:12:16 ROBERT-HUSKINSONs-MacBook-Pro SophosAntiVirus[43]: reloading scheduled scans...
    Mar  8 13:12:19 ROBERT-HUSKINSONs-MacBook-Pro /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[24]: Login Window Application Started
    Mar  8 13:13:11 ROBERT-HUSKINSONs-MacBook-Pro kernel[0]:
    Mar  8 13:14:02: --- last message repeated 3 times ---
    Mar  8 13:14:01 ROBERT-HUSKINSONs-MacBook-Pro diskarbitrationd[33]: unable to mount /dev/disk0s3 (status code 0x00000047).
    Mar  8 13:14:01 ROBERT-HUSKINSONs-MacBook-Pro XProtectUpdater[14]: NSURLConnection error: Error Domain=NSURLErrorDomain Code=-1001 UserInfo=0x102c05c80 "The request timed out." Underlying Error=(Error Domain=kCFErrorDomainCFNetwork Code=-1001 UserInfo=0x102c0bf90 "The request timed out.")
    Mar  8 13:14:01 ROBERT-HUSKINSONs-MacBook-Pro com.apple.launchd[1] (com.apple.xprotectupdater[14]): Exited with exit code: 255
    Mar  8 13:14:01 ROBERT-HUSKINSONs-MacBook-Pro configd[36]: network configuration changed.
    Mar  8 13:14:01 unknown configd[36]: setting hostname to "unknown"
    Mar  8 13:14:02 unknown com.apple.launchd[1] (com.apple.aslmanager): Throttling respawn: Will start in 10 seconds
    Mar  8 13:14:09 unknown loginwindow[24]: Login Window Started Security Agent
    Mar  8 13:16:15 unknown kernel[0]:
    Mar  8 13:16:15 unknown kernel[0]:
    Mar  8 13:19:11: --- last message repeated 2 times ---
    Mar  8 13:17:06 unknown com.apple.launchd[1] (com.apple.aslmanager): Throttling respawn: Will start in 9 seconds
    Mar  8 13:19:11 unknown kernel[0]:
    Mar  8 13:20:03: --- last message repeated 3 times ---
    Mar  8 13:20:01 unknown loginwindow[24]: Login Window - Returned from Security Agent
    Mar  8 13:20:01 unknown com.apple.launchd[1] (com.apple.aslmanager): Throttling respawn: Will start in 10 seconds
    Mar  8 13:20:01 unknown loginwindow[24]: USER_PROCESS: 24 console
    Mar  8 13:20:02 unknown PenTabletDriver[103]: _NXTermWindow: error releasing window (268451844)
    Mar  8 13:20:02 unknown com.apple.launchctl.Aqua[135]: launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.SwitchBoard.monitor.plist
    Mar  8 13:20:02 unknown com.apple.launchd.peruser.501[133] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar  8 13:20:02 unknown com.wacom.pentablet[103]: 2013-03-08 13:20:02.272 PenTabletDriver[103:1607] _NXTermWindow: error releasing window (268451844)
    Mar  8 13:20:13 unknown mds[22]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    Mar  8 13:20:15 unknown fontd[163]: Database content version mismatch (stored(15) != expected(14))
    Mar  8 13:20:15 unknown fontd[163]: Failed to open read-only database, regenerating DB
    Mar  8 13:20:15 unknown com.apple.launchd.peruser.501[133] (com.apple.Kerberos.renew.plist[152]): Exited with exit code: 1
    Mar  8 13:20:15 unknown com.apple.launchd.peruser.501[133] (com.apple.mrt.uiagent[151]): Exited with exit code: 255
    Mar  8 13:20:16 unknown com.apple.launchd.peruser.501[133] (0x100300e50.mach_init.switchboard.sh): Failed to check-in!
    Mar  8 13:20:22 unknown com.apple.launchd[1] (com.wacom.pentablet[103]): Exit timeout elapsed (20 seconds). Killing
    Mar  8 13:20:22 unknown com.apple.launchd[1] (com.wacom.pentablet[103]): Job has overstayed its welcome. Forcing removal.
    Mar  8 13:20:22 unknown com.apple.launchd[1] (com.wacom.pentablet): Bug: launchd_core_logic.c:1114 (24498):0
    Mar  8 13:20:49 unknown WindowServer[86]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  8 13:20:49 unknown com.apple.WindowServer[86]: Fri Mar  8 13:20:49 unknown WindowServer[86] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  8 13:20:49 unknown ConsumerTouchDriver[176]: Unknown class 'OBezelWindowGradientBackgroundFadeLeft', using 'NSView' instead. Encountered in Interface Builder file at path /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app/C ontents/Resources/English.lproj/BezelWindowContent.nib.
    Mar  8 13:20:49 unknown ConsumerTouchDriver[176]: Unknown class 'OBezelWindowGradientBackgroundFadeRight', using 'NSView' instead. Encountered in Interface Builder file at path /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app/C ontents/Resources/English.lproj/BezelWindowContent.nib.
    Mar  8 13:20:49 unknown ConsumerTouchDriver[176]: Unknown class 'OBezelWindowGradientBackgroundFadeLeft', using 'NSView' instead. Encountered in Interface Builder file at path /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app/C ontents/Resources/English.lproj/BezelWindowContent.nib.
    Mar  8 13:20:49 unknown ConsumerTouchDriver[176]: Unknown class 'OBezelWindowGradientBackgroundFadeRight', using 'NSView' instead. Encountered in Interface Builder file at path /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app/C ontents/Resources/English.lproj/BezelWindowContent.nib.
    Mar  8 13:20:49 unknown com.wacom.pentablet[155]: TabletDriver[155]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Mar  8 13:20:49 unknown TabletDriver[155]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Mar  8 13:20:51 unknown TabletDriver[155]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Mar  8 13:20:51 unknown com.wacom.pentablet[155]: TabletDriver[155]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Mar  8 13:20:53 unknown com.apple.fontd[163]: FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    M

  • Can you tell me if I have a 64 bit operating system which Java update do I download

    Please can anyone advise me on what Java update I download for a Windows 7 64 bit operating system. My Firefox is telling me I need to urgently update my Java but when I click through to update all that is there is a page of confusing information about 32 bit and 64 bit systems. It asks which version am I using 64 bit version of Firefox or 32 bit. I didn't know there were two, I thought when referring to 64 bit and 32 bit it meant the operating system of my computer. Can anyone clear this up for me. Thank you.

    Of course, if you have a x64 bit system, its better to download a x64 bit Java version. However, i think Firefox won't be able to use it since Firefox isn't x64 bit (yet). So if you need Java in your browser, you'll need Java's 32bit version.
    Keep in mind i could be wrong. It's just my guessing because i tried it out some months ago. I installed 64bit Java but Firefox couldn't handle it.
    However in my opinion you won't recognize a difference between 32 and 64 bit, unless you play games in Java or do other resource intensive work. 32bit will always work on a 64bit PC, but not the other way around.

  • I need to upgrade my first generation Macbook Air to Lion OS x10. I need to install software that requires 10.7 also a java update that requires 10.7. I am currently on Snow Leopard 10.6.8 and my macbook Air 1.1 will not go up to Mountain Lion. The lion s

    I need to upgrade my first generation Macbook Air 1,1 to Lion OS x10. I need to install other  software that requires 10.7 also a java update that requires 10.7. I am currently on Snow Leopard 10.6.8 and my macbook Air 1.1 will not go up to Mountain Lion. The Lion software update 10.7 is no longer available from the store or downloads.
    Where do I get this?
    It was only released a couple of months ago.
    I really feel disinfranchised already by not being able to upgrade and keep up with other software needs but to not allow me to update to my full capacity is really ridiculous.

    @Jennacide wrote:
    It was only released a couple of months ago.
    OS Lion was released 16 months ago...  in July 2011.
    Lion Tech Specs  >  http://support.apple.com/kb/SP629
    To upgrade to Lion...
    Contact Apple in your Country to Purchase a Snow Leopard Disc...
    http://support.apple.com/kb/HE57
    In the US...
    1-800-MY-APPLE or 1-800-676-2775
    After the Successful Install, run Software Update to get the latest updates...
    Be sure to make a Backup of your Current System Before Upgrading...
    Also... Check here for compatibility of 3rd party Software you may be using...
    http://roaringapps.com/apps:table

  • Some pages don't render properly after Java update for OSX 10.6.8

    I can't seem to get T-mobile.com's website pages to render properly anymore. So far, this is the only website I'm having this issue with, though there could be more I'm not aware of.
    I go to www.t-mobile.com and this is what I get:
    I think I might be missing a plug-in, but not sure; if so, I don't know which one or how to get it.
    This only started happening after the latest Java update for OSX 10.6.8, which I installed on Feb. 24, 2013. All of T-mobile's pages look like this, except if I go to www.my.t-mobile.com's home page. Then I get a normal page, but after I log in, I get more wierd rendering issues again. So here's the page that appeared normal today:
    And after I log in successfully, I'm back to the wierd rendering issues again:
    I was so lost but then I decided to try a work around to get my online bill and managed to get it, but I don't want to see the pages like this. So help please?

    So, here's more on my point...
    I put in the 3 captured screen shots in my original post above. I used Grab to copy the web pages, saved them to my desktop as .tiff files and dropped them in for others to view. This morning, I went to look at my post and instead of seeing the screen shots, I see 3 tiny blue boxes with question marks. When I left click on the boxes, nothing happens. When I right click on them, I get options that are not helpful:
    Open Image in New Window
    Open Image in New Tab
    Download Image
    Copy Image Address
    Import Image
    Capture Selection from Screen
    Convert Selected Traditional Chinese Text (why the frack is this an option?)
    Convert Selected Simplified Chinese Text (or this an option?)
    I checked my Safari Preferences and I see I have checked, under Security, Enable plug-ins, Enable Java, Enable JavaScript.I have to have Java enabled to run a few things.
    Did something get corrupted in Safari?
    Am I'm missing some plug-ins?
    How do I get them back?
    I'm going to search the internet. Well, after doing the search, I still don't think I've got what I need. Thinking I might need to reinstall Safari. If this is the case, will I loose all my Bookmarks?

  • Java update 1 for MAC OS 10.6 caused problems

    Hello,
    Today I installed the new java update 1 for Mac OS 10.6 and my eclipse is no longer working.
    Actually, the eclipse itself is starting up okay, the problem is when I try to startup jboss AS to start working I get the following error:
    ERROR: This jdwp native library will not work with this VM's version of JVMTI (1.0.36), it needs JVMTI 1.1[.102].
    This happened right after I installed the update.
    To make things more complicated, my workspace in eclipse is set to compile/deploy with a JDK 5 installation I have. Since the update was supposed to only affect the JDK 6 that comes with Snow Leopard, and I'm not using it to run JBoss AS in eclipse, in theory there shouldn't be any problem.
    The eclipse itself is running on JDK 6, however.
    Anyone have a clue? Unfortunately I'm not using time machine and cannot revert the update.

    I updated my Snow Leopard on Friday 4th, and since that moment i can't run MyEclipse 7.5, and i get this message:
    Process: myeclipse [252]
    Path: /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    Identifier: org.eclipse.eclipse
    Version: 3.4 (3.4)
    Code Type: X86 (Native)
    Parent Process: ??? [1]
    Date/Time: 2009-12-06 11:07:46.588 +0100
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 139693 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 36592 sec
    Per-App Crashes Since Last Report: 10
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 3
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libzip.jnilib 0x00548c32 0x547000 + 7218
    1 libzip.jnilib 0x00551db5 ZIP_ReadEntry + 387
    2 libclient.dylib 0x11aa841c 0x11a00000 + 689180
    3 libclient.dylib 0x11aa80a2 0x11a00000 + 688290
    4 libclient.dylib 0x11a55251 0x11a00000 + 348753
    5 libclient.dylib 0x11a54294 0x11a00000 + 344724
    6 libclient.dylib 0x11af1318 0x11a00000 + 987928
    7 libclient.dylib 0x11b1ad43 0x11a00000 + 1158467
    8 libclient.dylib 0x11b1f02b 0x11a00000 + 1175595
    9 ??? 0x1390e9f3 0 + 328264179
    10 ??? 0x13900227 0 + 328204839
    11 libclient.dylib 0x11b1931a 0x11a00000 + 1151770
    12 libclient.dylib 0x11b19036 0x11a00000 + 1151030
    13 libclient.dylib 0x11b18fdb 0x11a00000 + 1150939
    14 libclient.dylib 0x11b18a1b 0x11a00000 + 1149467
    15 libclient.dylib 0x11b187ab 0x11a00000 + 1148843
    16 libclient.dylib 0x11b1b64b 0x11a00000 + 1160779
    17 libclient.dylib 0x11b20b02 0x11a00000 + 1182466
    18 libclient.dylib 0x11b20a92 0x11a00000 + 1182354
    19 libclient.dylib 0x11af2a25 0x11a00000 + 993829
    20 libclient.dylib 0x11af1fae 0x11a00000 + 991150
    21 libclient.dylib 0x11af1e03 0x11a00000 + 990723
    22 libclient.dylib 0x11af1c29 0x11a00000 + 990249
    23 libclient.dylib 0x11af2bd9 0x11a00000 + 994265
    24 libclient.dylib 0x11ae92e0 0x11a00000 + 955104
    25 libclient.dylib 0x11a0e414 0x11a00000 + 58388
    26 libclient.dylib 0x11a016d3 0x11a00000 + 5843
    27 libclient.dylib 0x11bf6d49 JNICreateJavaVMImpl + 185
    28 eclipse_1115.so 0x0007d2e5 startJavaJNI + 202
    29 eclipse_1115.so 0x0007c3b7 startJavaVM + 119
    30 eclipse_1115.so 0x00079aa7 run + 1342
    31 org.eclipse.eclipse 0x00001e9e original_main + 884
    32 org.eclipse.eclipse 0x00002770 main + 768
    33 org.eclipse.eclipse 0x00001b0e _start + 216
    34 org.eclipse.eclipse 0x00001a35 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x968740ea kevent + 10
    1 libSystem.B.dylib 0x96874804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x96873cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x96873a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x968734f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x96873182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x96873718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 3 Crashed:
    0 libclient.dylib 0x11afee4e 0x11a00000 + 1044046
    1 libclient.dylib 0x11afe86c 0x11a00000 + 1042540
    2 libclient.dylib 0x11afe7ed 0x11a00000 + 1042413
    3 libclient.dylib 0x11afe78b 0x11a00000 + 1042315
    4 libclient.dylib 0x11afe619 0x11a00000 + 1041945
    5 libSystem.B.dylib 0x968b954c machmsgserver + 380
    6 libclient.dylib 0x11a0eb75 0x11a00000 + 60277
    7 libclient.dylib 0x11a0e935 0x11a00000 + 59701
    8 libclient.dylib 0x11cc54f5 JVM_RaiseSignal + 441397
    9 libSystem.B.dylib 0x96943e52 pthreadbody + 27
    Thread 3 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x11afee3b ecx: 0x00000000 edx: 0x00000009
    edi: 0x000e2000 esi: 0x00000000 ebp: 0xb0184d38 esp: 0xb0184d24
    ss: 0x0000001f efl: 0x00010206 eip: 0x11afee4e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    0x79000 - 0x8104b +eclipse_1115.so ??? (???) /Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher.carbon.macosx1.0.101.R34x_v20080731/eclipse1115.so
    0xb6000 - 0xbdff7 com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/JavaVM
    0xe4000 - 0xecff7 libverify.dylib ??? (???) <0E0C6835-68C5-A72F-8CA0-77857B632513> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x500000 - 0x507ff7 JavaNativeFoundation ??? (???) <1107BBC2-DFC1-CF1F-44EE-27F7D4349BE6> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0x518000 - 0x535ff7 libjava.jnilib ??? (???) <C4C57812-6A25-85AB-441B-DE1A71A8DF18> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x547000 - 0x553ff7 libzip.jnilib ??? (???) <1317EACC-2494-70C3-4B43-FC9D04579EAF> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x11a00000 - 0x11d50ffb libclient.dylib ??? (???) <A1BC00EA-6C14-2A98-3CA4-CA910B38771C> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard/Libraries/li bclient.dylib
    0x13000000 - 0x133f6fe7 libclient.dylib ??? (???) <6B8B4A7E-2844-3AD6-239E-122121D37485> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient. dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x900c6000 - 0x900c9ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90121000 - 0x90125ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90484000 - 0x9048eff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9048f000 - 0x9048fff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90490000 - 0x904d4ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90557000 - 0x905b1ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90de8000 - 0x90e38fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90e39000 - 0x91717ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91718000 - 0x9174dff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x9174e000 - 0x91754fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91755000 - 0x91775fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91776000 - 0x91779fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9177a000 - 0x9179afe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x917dd000 - 0x91857fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91858000 - 0x91870ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91871000 - 0x91871ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91879000 - 0x918c6feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91902000 - 0x9199efe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x919df000 - 0x919fbfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x919fc000 - 0x91c6cffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91c80000 - 0x91d33fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91d8d000 - 0x921a3ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x921a4000 - 0x924c7fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924c8000 - 0x925baff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x925bb000 - 0x925cdff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x925ce000 - 0x925d8fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92a9b000 - 0x92aa9fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x92aaa000 - 0x92ad0fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b1a000 - 0x92b1aff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92b21000 - 0x92b85ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92b86000 - 0x92c60ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92e66000 - 0x92f30fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x930a3000 - 0x930e7fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x930e8000 - 0x930e8ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93126000 - 0x93254fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9370c000 - 0x93eef4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93ef0000 - 0x93f81fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94120000 - 0x9443ffe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94440000 - 0x946a2ff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x946a3000 - 0x946b7ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9471b000 - 0x94758ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94759000 - 0x947c3fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94803000 - 0x9480afff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9484f000 - 0x948f6fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9491f000 - 0x9491fff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94925000 - 0x94939fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9493a000 - 0x94947ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94b6c000 - 0x94c1aff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94c1b000 - 0x94c2cff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94c2d000 - 0x94c30ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94c31000 - 0x94cb1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94cb2000 - 0x94d4afe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d7e000 - 0x94d8aff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x94d8b000 - 0x94da9ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94e42000 - 0x94e52ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94e53000 - 0x94e9cfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9501b000 - 0x950c8fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9537f000 - 0x953cfff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x953dd000 - 0x95412ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95413000 - 0x9577aff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95aea000 - 0x95afffff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95b0b000 - 0x95b10ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95b11000 - 0x95beeff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95bef000 - 0x95ce5ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96116000 - 0x96149ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x961d6000 - 0x96258ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x962cb000 - 0x96700ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96780000 - 0x96782ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96783000 - 0x96832ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96833000 - 0x96840ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9684d000 - 0x969f1feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x969f2000 - 0x96b74fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x96c94000 - 0x96c94ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96c95000 - 0x96d04ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d05000 - 0x96d06ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96d07000 - 0x96d07ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96f34000 - 0x96f3effb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96f7b000 - 0x96f9dfef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96f9e000 - 0x96fa0ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x971a4000 - 0x97241fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97242000 - 0x97243ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97244000 - 0x97345fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97366000 - 0x973acff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x973ad000 - 0x973d1ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x98380000 - 0x983e0fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x984ae000 - 0x9866afef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9866b000 - 0x986aeff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x986e1000 - 0x9879afe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x988a9000 - 0x988b2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x988b3000 - 0x9895bffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98b10000 - 0x98c87fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98c88000 - 0x98c8cff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98dfc000 - 0x98e4dff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98e4e000 - 0x98e90fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x990a8000 - 0x991d4fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x991fc000 - 0x99224ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x99226000 - 0x99241ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99366000 - 0x99366ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x994c1000 - 0x994c5ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB, SMC 1.17f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet incorporada, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
    USB Device: USB Optical Mouse, 0x046d (Logitech Inc.), 0xc019, 0x1d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000

  • Java update 6 causing constant permission errors

    Hi Folks
    I was looking for a little more experienced thoughts about the numerous persistent permission errors caused by the last java update for apple's software update. I've read forum articles that says it's OK to ignore them. And the Apple Support KB page that list the dozens of errors that can be safely ignored. But it just doesn't feel right. I'm tempted to revert to a pre java update backup version of the OS, that repair permissions gave a clean bill of health to it's screen. My question is; By not updating java Do I have more risk than by running with all the constant errors caused this update in file permissions? In trying to learn more about java I found among other things these snippets from Boutell.Com
    However, most people do not have Java applications on their computers these days, and most websites useFlash instead of Java for the interactive features that used to be commonly written in Java.
    Removing Java on MacOS X
    Removing Java on MacOS X is not recommended as Apple has made Java a standard part of the operating system and may rely on it to a greater degree than a typical Windows system.
    What you should NOT do
    Either update Java, or remove it. Do not refuse the updates. That gives you the worst of all possible worlds: a buggy old version of Java that might be exploited by
    maliciously coded web pages.
    Just  wondering what others thought about this. And just how useful is java these days?  Is it true Java has been dropped from OS 10.7? Hopefully, Flash is on the way out too.
    Well thanks for considering this.
    Paul
    Here is the list of errors encountered every time the repair permissions script is run;
    Repairing permissions for “Macintosh HD”
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/cacerts", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/cacerts".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle", should be drwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Home/lib/security/cacerts", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Home/lib/security/cacerts".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/libdeploy.jnilib".
    Permissions repair complete

    I don't see those errors, but Disk Utility cannot fix anything related to symbolic links, so all I can recommend is to ignore them. Your other option is to reinstall the OS and then run Software Update, after making a bootable backup/clone.

  • Java Update 5 (1.0) breaks Java for Volano based chats

    I installed the Java Update 5 (1.0) for Leopard on my Intel based Mac mini and then was unable to enter Volano (Java applet) based chat rooms. I was forced to reinstall my system to revert to my prior version of System 10.5.8 in oder to be able to continue use the Java based Volano chats. The update that will NOT work states: "This release updates Java SE 6 to to version 1.6.0_1.5, J2SE 5.0 to version 1.5.0_20, and J2SE 1.4.2 to 1.4.2_22."
    According to Volano developers -
    Note that Apple calls Java 5 (version 1.5) "J2SE 5.0", while it calls Java 6 (version 1.6) "Java SE 6". I think I finally have the following chart correct:
    J2SE 5.0 = Java 5 (version 1.5)
    - Available as 32-bit and 64-bit packages in Leopard
    - Removed in Snow Leopard
    Java SE 6 = Java 6 (version 1.6)
    - Available only as 64-bit packages in Leopard
    - Available as 32-bit & 64-bit packages in Snow Leopard
    In Leopard, the 32-bit Safari can run Java applets only with the 32-bit
    J2SE 5.0 support. To run applets using Java SE 6, you need to bypass
    Safari using the "appletviewer" Terminal command in Leopard, or upgrade
    to Snow Leopard where Safari can run Java SE 6.
    Volano says the possible work arounds for Leopard users (10.5.8( are:
    According to what I've read, if you have a 64-bit capable Intel processor (i.e., an Intel Core 2 Duo), the software update that you removed should have given you 64-bit Java SE 6 even on Mac OS X Leopard (10.5). Java SE 6 works fine with the VOLANO applets, but unfortunately the Safari browser that runs the applets is only 32-bit on Leopard, so applets in Safari still run with the 32-bit Java SE 5 instead of the 64-bit Java SE 6.
    So you have three options to solve the problem -- two free options (one rather easy, one more difficult), and one easy non-free option.
    (1) The Free and Relatively Easy Option
    If you have an Intel Core 2 Duo processor (not a Core Solo or Core Duo), you can install all the software updates from Apple so that you'll have the 64-bit Java SE 6.
    About Java for Mac OS X 10.5 Update 2 http://support.apple.com/kb/HT2733 "Java SE 6 is available on 64-bit, Intel-based Macs only."
    You would then modify your Java Preferences so that Java SE 6 is chosen first for the Java Application Runtime settings. You can verify the modified setting by running the following "java -version" command from the Terminal application (Finder > Applications > Utilities > Terminal):
    $ java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
    Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
    There are some more detailed instructions here:
    Install Java 6 on Mac OS X Leopard
    http://gephi.org/users/install-java-6-mac-os-x-leopard/
    Then you can bypass Safari and run the applet directly in the 64-bit Java SE 6 using the "appletviewer" command in Terminal. For example:
    $ appletviewer http://www.actionchat.com/chat/english.shtml
    You just put the URL of the page containing the VOLANO chat applet you want to load. I just tried it on my system, and it works fine. You bypass Java SE 5, which is broken for the VOLANO applets, and you bypass Safari, which cannot run the 64-bit Java SE 6. Instead, you run the VOLANO applet using your Java SE 6 directly!
    (2) The Free and Not-So-Easy Option
    You can download and install SoyLatte as an alternative to the Apple Java VM for your Mac OS X Leopard system.
    SoyLatte: Java 6 Port for Mac OS X 10.4 and 10.5 (Intel)
    http://landonf.bikemonkey.org/static/soylatte/
    I have not tried SoyLatte on my iMac, though.
    (3) The Best but Non-Free Option
    For only $29, you can upgrade your system to the latest Snow Leopard and get both the 32-bit and 64-bit Java SE 6 along with a Safari Web browser that works with Java SE 6 for running applets!
    Mac OS X 10.6 Snow Leopard
    http://store.apple.com/us/product/MACOS_XSNGL
    I hope this information is of help to any Leopard users having trouble with the latest Java update.

    Thanks for the suggestion.
    Please bear in mind that this issue, presumably introduced by Apple's own update, affects not only the command line java interpreter but any other app that depends on Java (including some GUI apps). So it perhaps fits the larger scope of Leopard instead of the Unix area.
    Message was edited by: bhapca

  • I cannot find a Java update, or my software update is not working... Running Mac OS X 10.5.8 keep getting need Java 1.0.6_11 with no luck...?

    I am running 10.5.8, I can find no software update as recommended by Ziplogix for Java which keep saying that I am missing 1.0.6_11
    Where do I go to download and install this so I may work... lol?

    This was the last Java update for Leopard:
    Update 10, 29 June 2011 - This release updates J2SE 5.0 to 1.5.0_30, and updates Java SE 6 to 1.6.0_26. J2SE 1.4.2 is no longer being updated to fix bugs or security issues and remains disabled by default in this update. Support for out-of-process Java applets on Mac OS X 10.5 Leopard has been removed with this update.
    This release is only for Intel Macs running versions of Mac OS X 10.5. http://support.apple.com/kb/DL1359
    Since August 2012 updates for Java (and especially Java Runtime Environment, which is what you actually need) must now be downloaded direct from Oracle:
    http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.h tml
    (which is for Java 7)
    Further information here:
    http://www.oracle.com/us/corporate/press/1735645
    and their FAQ’s:
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/mac-faq.html

  • Java update 51 for Mac OS X 10.6 causes several programs to break, will there be an update for 10.6? I saw that there is one for OS x 10.7 available, but not for any earlier versions

    Can anyone tell me if there will be such an update soon, and possible when we can expect this?
    Thanks!

    Yes, it's Java update 16 for Mac OS 10.6 that broke lots of stuff.  The 51 comes from it updating Java to 1.6_51.  There is an update to the update for 10.7 and up posted, but is there one for 10.6?
    UPDATE:  Never mind.  If you go to the download page for Java update 16, it appears that it has been silently updated.  Although there isn't any indication of the fact that it has been fixed, the build number is different (20.51-b01-457 instead of -456).

Maybe you are looking for

  • Oracle Secure Backup- Error during configuration on Linux server

    Dear Gurus We are trying to configure Oracle Secure backup with the Oracle StorageTek tape library, on the Oracle Linux server for testing purposes.. We are getting the following errors when we run the command to configure "discoverdev -ic -h orasecb

  • Color issues in Safari

    Hello, I've just uploaded my first Muse site: www.michaelphipps.net It worked well and looks perfect in Firefox on my computer (I haven't checked IE yet). In Safari, some of the rollover images are showing as a different color than the background. Se

  • Streamed podcasts,itunes to ipod nano

    can you record a streamed download onto itunes in order to sync it to ipod nano

  • ProcessControlExceptions in Asynchronous Services

    I have built an asynchronous web service (jws) that invokes a synchronous process (jpd) via a process control (jcx). I'm having trouble with my exception handling. My JPD has a global exception handler, which throws a SoapFaultException wrapping the

  • Difficulty in developing a Browser?

    hi guys, I am developing a web browser in java. I am able to display simple HTML page but when it comes to Applet and JavaScript it is not working. I am using JEditorPane for browser window for displaying pages. The browser is unable to display Apple