Power Outage caused server crash

A breaker flipped and caused both our dhcp and zenworks server to go offline. My main concern right now is getting the internet back up and running. I logged into Sles and we're running oes2. I don't know if I need to restart a service or what, but the server is displaying that there is a log file for viewing I assume? Any help is greatly appreciated as I can't solve this problem on my own.
Thanks,
Ryan

Originally Posted by ryan_jones
Thanks for your help I just had to manually start the dhcp daemon with rcnovell-dhcpd start. I knew I was on the right track just didn't know the terminal commands for it. Good to know where the log file is, I am so accustomed to windows. I have always wanted to learn linux so I guess here's my chance.
some additional tips:
One file I also always check after (re)booting a server is the /var/log/boot.msg. The last lines normally show which services were skipped (normal if there is nothing to do or configured for a service) or failed (which is a first indicator if " stuff" isn't working after bootup).
To get the last lines of that file, use the tail command;
#tail /var/log/boot.msg
Another usefull function of that tail command, is to a get a realtime/feed on a file, like the /var/log/messages;
#tail -f /var/log/messages
Or you can combine it with grep to only show lines with a specific content, like messages given by dhcpd;
#tail -f /var/log/messages|grep dhcpd
Before restarting a service, it's often good to check the current state of a service;
#service [servicename] status
(the service command is the same as using rc[servicename] [action], I find it a more logical way to handle services)
The great thing about Linux is that you can do most things using a ssh console connection. It just takes a little time and practice finding all the (often built in) tools you need/prefer.
Cheers,
Willem

Similar Messages

  • OVM 3 Generic Storage Plugin. Acess Group configuration causes server crash

    Our iSCSI management is currently entirely done manually at the servers console, because we still don't have a SAN Equallogic storage plugin.
    At OVM Manager interface, what we thought being just useless in our case (SAN Access Group), is the actual iSCSI connection (and disconnection..) management for servers.
    Following the upgrade to 3.2.1, setting up the SAN did nothing more than what we do manually. But undoing part of it caused the crash.
    All over OVM Manager, any operation/setup that could impact running VMs is denied... Except there, at the real root of everything.
    Removing a iSCSI initiator from that panel disconnects abruptly the iSCSI disk, !!!! without warning !!!!.
    Then, after the 60s timetout, the physical server reboots.
    It is still not clear if we get a benefice to setup that "Access Group" of the SAN or not. At least, once setup, we know that we'd better keep it...

    Updating OVM 3 host to use "brbond0" vs "xend" managed bridge to allow direct hosting of OVM Manager VM.
    Update "ifcfg-bond0",
    [root@ovm322 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
    DEVICE=bond0
    BONDING_OPTS="mode=1 miimon=250 use_carrier=1 updelay=500 downdelay=500 primary=eth0"
    ONBOOT=yes
    BRIDGE=brbond0
    Create "ifcfg-brbond0",
    [root@ovm322 ~]# cat /etc/sysconfig/network-scripts/ifcfg-brbond0
    DEVICE=brbond0
    BOOTPROTO=bridge
    ONBOOT=yes
    IPADDR=A.B.C.D                                                       # IP address of ovm322
    NETMASK=255.255.254.0
    NETWORK=A.B.C.0
    GATEWAY=A.B.C.1
    Update  "/etc/xen/xend-config.sxp",
    # Enable network-bridge, JAP 20120618
    # Disable network-bridge, JAP 20131223
    #(network-script network-bridge)
    Update  "vif" for OVM Manager 3 "vm.cfg",
    [root@ovm322 ~]# grep ^vif /etc/xen/auto/ovm322-m
    vif = ['type=netfront, bridge=brbond0']

  • Power outage caused display issue

    we had a power outage that shut off the computer. After unplugging it until the power came back on; we found that when we turned the computer on the display just showed several 4" squares across the screen. The computer seems to have functionality still, but you can't read anything on the screen, it's as if the screen resolution is 7 blocks by 5 on the 20" screen.

    Let's try to fix the other account.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    Move these files to the Desktop for now...
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.HIToolbox.<12digitHexNu mber>.plist
    /Users/YourUserName/Library/Preferences/.GlobalPreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/<yourname>/Library/Preferences/ com.apple.systemuiserver.plist
    /Users/<yourname>/Library/Preferences/ByHost/com.apple.systemuiserver.xxx.plist
    where 'xxx' is a 12 digit (hexadecimal) numeric string.
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • Getting Warning Message in Oracle 11g1.1.1.4 Server -Causing server crash

    e.>
    <Mar 27, 2012 3:28:43 PM CEST> <Info> <Health> <BEA-310002> <55% of the total memory in the server is free>
    <Mar 27, 2012 3:28:47 PM CEST> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.getAttribut
    e(Ljavax.management.ObjectName;Ljava.lang.String;Ljavax.security.auth.Subject;)
    javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings..
    javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings.
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:856)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:670)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings.
    at oracle.fabric.management.composite.mbean.WSBinding.requireServiceBinding(WSBinding.java:839)
    at oracle.fabric.management.composite.mbean.WSBinding.getEndpointAddressURI(WSBinding.java:245)
    at sun.reflect.GeneratedMethodAccessor1023.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
    at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
    at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:65)
    at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:216)
    at javax.management.StandardMBean.getAttribute(StandardMBean.java:358)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doGetAttribute(OracleStandardEmitterMBean.java:717)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalGetAttribute(AdfMBeanInterceptor.java:72)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalGetAttribute(AbstractMBeanSecurityInterceptor.java:127)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$GetAttributeDelegator.delegate(JpsJmxInterceptor.java:829)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$7.run(JpsJmxInterceptor.java:733)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.jpsInternalInvoke(JpsJmxInterceptor.java:754)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalGetAttribute(JpsJmxInterceptor.java:216)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalGetAttribute(ContextClassLoaderMBeanInterceptor.java:6
    6)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalGetAttribute(MBeanRestartInterceptor.java:67)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalGetAttribute(LoggingMBeanInterceptor.java:291)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.getAttribute(OracleStandardEmitterMBean.java:698)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    e.>
    <Mar 27, 2012 3:28:43 PM CEST> <Info> <Health> <BEA-310002> <55% of the total memory in the server is free>
    <Mar 27, 2012 3:28:47 PM CEST> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.getAttribut
    e(Ljavax.management.ObjectName;Ljava.lang.String;Ljavax.security.auth.Subject;)
    javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings..
    javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings.
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:856)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:670)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: java.lang.UnsupportedOperationException: Attribute applicable only for Service bindings.
    at oracle.fabric.management.composite.mbean.WSBinding.requireServiceBinding(WSBinding.java:839)
    at oracle.fabric.management.composite.mbean.WSBinding.getEndpointAddressURI(WSBinding.java:245)
    at sun.reflect.GeneratedMethodAccessor1023.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
    at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
    at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:65)
    at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:216)
    at javax.management.StandardMBean.getAttribute(StandardMBean.java:358)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doGetAttribute(OracleStandardEmitterMBean.java:717)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalGetAttribute(AdfMBeanInterceptor.java:72)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalGetAttribute(AbstractMBeanSecurityInterceptor.java:127)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$GetAttributeDelegator.delegate(JpsJmxInterceptor.java:829)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$7.run(JpsJmxInterceptor.java:733)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.jpsInternalInvoke(JpsJmxInterceptor.java:754)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalGetAttribute(JpsJmxInterceptor.java:216)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalGetAttribute(ContextClassLoaderMBeanInterceptor.java:6
    6)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalGetAttribute(MBeanRestartInterceptor.java:67)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalGetAttribute(LoggingMBeanInterceptor.java:291)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doGetAttribute(AbstractMBeanInterceptor.java:86)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.getAttribute(OracleStandardEmitterMBean.java:698)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

  • Power outage caused laptop not to boot anymore

    I had my hp Pavillion dv9000 connected directly to the wall without the battery inside and was watching a movie. The power outlet suddenly died and consecquently my laptop turned off. Now when I try to turn it on, the fan runs but nothing shows up on the screen; not even the hp logo or BIOS. I noticed that the hard drive access LED never lit up so I assume it wasn't just the screen that broke but something is causing the whole computer not to boot up at all. Most likely something got fried but I'm not sure what. It's a shame because I really liked that laptop and would like to repair it if possible. Does anyone have any suggestion?

    Hello NTHQ,
    Sorry to hear you are having trouble with your HP notebook powering on.
    I have looked for information on your system and I do have a suggestion for you that might be helpful.
    You should check and see if you are getting a blink code from the caps lock and num lock keys.
    Here is a link explaining the blink codes.
    Can you provide your full model and product number?  Here is a link showing how to find that information.
    Let me know what happens.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Power outage caused problems

    I have an eMac with a partitioned external hard drive.Music,pictures,movies,and backup.The power went out last night ,the eMac was asleep.I started up the computer this mourning,all of the partitions showed up except the music.I went to the Disc utilities,all parts were there,but the music text was gray not black.How do I get this to mount back up?Also,my iPhoto library is in the pictures part.I have a screen saver album there.My screen saver is not working from this album anymore.I tried to reset it,but the albums don't show up in the finder to select it.Help me please!!

    I tried to mount.No go.Did the repair this is what I got.
    Repairing disk for “Music”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking Catalog hierarchy.
    Checking volume bitmap.
    Checking volume information.
    The volume Music appears to be OK.
    Repair attempted on 1 volume
    HFS volume repaired
    I have techTool Deluxe but it won't recognize the other volumes.Any suggestions?

  • Power outage caused invalid date on computer

    The power went out and when I next tried to start my mom's computer the finder couldn't find itself with the invalid date and time. I've tried going to prefs to reset clock/date but all is greyed out and the little rainbow wonder ball just keeps spinning. I've tried opening an application & going to systems prefs from there with the same result.

    Check this site for battery part numbers and sources. Mac PRAM, NVRAM, CUDA/PMU & Battery Tutorial
     Cheers, Tom

  • Power Outage & iPod

    I had a power outage caused by a sever thunderstorm today around 5:30 pm and as soon as the power came on. I connected the iPod and iTunes ran a test on it and a message saying”iTunes has detected a corrupted iPod the IPod has to be reformatted to be used by iTunes” then another message after clicking ok said”there was problem downloading the iPod software “iPod” the request resource was not found" and right now it’s current state is frozen is there a way this can be fixed?.

    Hi weatherscience!
    Have you first tried resetting your iPod? To reset an iPod:
    First, toggle your iPod's "Hold" switch back and forth a couple of times. (be sure to leave it on the white side of the switch, which is the Off position)
    Next, press and hold the Menu and center buttons together for 5-10 seconds.
    You might need to try this several times. Also, attempt this step both while connected to your computer's USB port, and disconnected.
    Try restoring your iPod in iTunes again. Do you still get that "requested resource" error?
    If so, then let's try forcing your iPod into disk mode. For instructions on how to do that, see this Knowledge Base article:
    Putting iPod into disk mode
    Also, if that doens't seem to be helping, you could try all of the five iPod troubleshooting steps, here:
    The Five Rs
    Any success?
    -Kylene

  • How can I stop Firefox from recovering pages after an unexpected shutdown (for example sudden power outage)

    I don't want Firefox to recover pages after a sudden power outage causes the computer to shutdown - how can I stop it?

    See:
    *http://kb.mozillazine.org/Session_Restore
    *https://support.mozilla.org/kb/Session+Restore

  • Can not start web server after power outage

    Hi All,
    I have a Cisco NSS322 running firmware v1.0.0. I have Web server with MySQL, file sharing on the box. after a power outage this morning, I could not access the web server anymore. I can access filesharing and web GUI management interface (port 8080). I login to the box via ssh, and do netstat -na, and found that the box does not listen on port 80.
    From Web GUI, I tick/untick the "Enable Web Server" number of time but can not turn on the services. The logs say re-lauch apache sucessfully.
    Could someone help please?
    thanks
    Tao Lao

    Also you're running on the engineering build of firmware. You might need to upgrade to latest versions.
    Jasbryan

  • Server crashed trying to find the cause

    I'm trying to find the cause of our server crashing. It creates a memory.dmp file. I used a tool to look at it and the below is the output. But I can't find the cause in here can anyone else read these?
    Microsoft (R) Windows Debugger Version 6.3.9600.16384 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\User Data\MEMORY.DMP]
    Kernel Bitmap Dump File: Only kernel address space is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*C:\Windows\symbol_cache*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 8 Kernel Version 9600 MP (2 procs) Free x64
    Product: Server, suite: TerminalServer SingleUserTS
    Built by: 9600.17041.amd64fre.winblue_gdr.140305-1710
    Machine Name:
    Kernel base = 0xfffff803`23272000 PsLoadedModuleList = 0xfffff803`2353c2d0
    Debug session time: Thu Dec 18 13:05:51.341 2014 (UTC - 6:00)
    System Uptime: 22 days 5:21:12.521
    Loading Kernel Symbols
    ..........................................Page 1219dd not present in the dump file. Type ".hh dbgerr004" for details
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck EF, {ffffe001e3a74080, 0, 0, 0}
    Page 1219dd not present in the dump file. Type ".hh dbgerr004" for details
    Probably caused by : wininit.exe
    Followup: MachineOwner
    0: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    CRITICAL_PROCESS_DIED (ef)
            A critical system process died
    Arguments:
    Arg1: ffffe001e3a74080, Process object or thread object
    Arg2: 0000000000000000, If this is 0, a process died. If this is 1, a thread died.
    Arg3: 0000000000000000
    Arg4: 0000000000000000
    Debugging Details:
    Page 1219dd not present in the dump file. Type ".hh dbgerr004" for details
    PROCESS_OBJECT: ffffe001e3a74080
    IMAGE_NAME:  wininit.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    MODULE_NAME: wininit
    FAULTING_MODULE: 0000000000000000 
    PROCESS_NAME:  WmiPrvSE.exe
    BUGCHECK_STR:  0xEF_WmiPrvSE.exe
    DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    LAST_CONTROL_TRANSFER:  from fffff80323881dbc to fffff803233c5fa0
    STACK_TEXT:  
    ffffd000`3ca7fae8 fffff803`23881dbc : 00000000`000000ef ffffe001`e3a74080 00000000`00000000 00000000`00000000 : nt!KeBugCheckEx
    ffffd000`3ca7faf0 fffff803`237a42ae : ffffe001`e3a74080 00000000`00000000 00000000`00000000 00000000`00000000 : nt!PspCatchCriticalBreak+0xa4
    ffffd000`3ca7fb30 fffff803`236010e9 : ffffe001`e3a74080 ffffe001`ef20a900 ffffe001`e3a74080 ffffe001`e3a74080 : nt! ?? ::NNGAKEGL::`string'+0x7bce
    ffffd000`3ca7fb90 fffff803`23600e76 : ffffffff`ffffffff ffffe001`ef20a900 ffffe001`e3a74080 ffffe001`efc3c080 : nt!PspTerminateProcess+0xe5
    ffffd000`3ca7fbd0 fffff803`233d17b3 : ffffe001`e3a74080 ffffe001`efc3c080 ffffd000`3ca7fcc0 00000001`00c3a7d0 : nt!NtTerminateProcess+0x9e
    ffffd000`3ca7fc40 00007ffd`5629ae4a : 00007ffd`5388c1f9 00000000`00000000 00000001`00000000 00000000`00000444 : nt!KiSystemServiceCopyEnd+0x13
    00000001`00ded7d8 00007ffd`5388c1f9 : 00000000`00000000 00000001`00000000 00000000`00000444 00000000`00000000 : ntdll!NtTerminateProcess+0xa
    00000001`00ded7e0 00007ffd`4e886ae2 : 00000000`00000000 00007ffd`4e83ffd8 00000001`00ded890 00000000`00000444 : KERNELBASE!TerminateProcess+0x25
    00000001`00ded810 00007ffd`4e88282c : 00000000`00000003 00000001`00c3a260 00000001`0000019c 00000001`00c045a0 : cimwin32!Process::ExecTerminate+0x12e
    00000001`00ded880 00007ffd`502b76f2 : 00000001`00c3a650 00000000`00000000 00007ffd`4e9b8930 00000001`01e210f0 : cimwin32!CSecureKernelObj::AllAccessMask+0x110be
    00000001`00ded8c0 00007ffd`502b7456 : 00000001`00c3a650 00000000`00000000 00000000`00000000 00000001`00c3a7d0 : framedynos!Provider::ExecMethod+0x9a
    00000001`00ded940 00007ff7`66c7a1c7 : 00000001`01e3bdf0 00000001`00118630 00000001`00118620 00000001`01e7d3e0 : framedynos!CWbemProviderGlue::ExecMethodAsync+0x3ca
    00000001`00dedf50 00007ff7`66c79e24 : 00000000`00000000 00000000`00000000 00000001`00dee091 00000000`00000000 : wmiprvse!CInterceptor_IWbemSyncProvider::Helper_ExecMethodAsync+0x2f7
    00000001`00dee010 00007ffd`55cf2385 : 00000001`00000000 00000001`01d34828 00000001`01e51468 00000000`00000000 : wmiprvse!CInterceptor_IWbemSyncProvider::ExecMethodAsync+0x134
    00000001`00dee0e0 00007ffd`55cfae16 : 00000001`00dee590 00007ffd`49ef1a42 00000001`00143768 00000001`0017f9b0 : RPCRT4!Invoke+0x65
    00000001`00dee160 00007ffd`54084bd2 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : RPCRT4!NdrStubCall2+0x38b
    00000001`00dee7e0 00007ffd`54080f13 : 00000000`00000001 00000001`0013f120 00000000`00000000 00007ffd`54083eb1 : combase!CStdStubBuffer_Invoke+0x99 [d:\blue_gdr\com\combase\ndr\ndrole\stub.cxx @ 1582]
    00000001`00dee810 00007ffd`53f13efc : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : combase!SyncStubInvoke+0x300 [d:\blue_gdr\com\combase\dcomrem\channelb.cxx @ 1664]
    00000001`00dee9b0 00007ffd`540811ed : 00000000`00000000 00000000`00000000 000083ad`95b58220 00000000`00000000 : combase!CCtxComChnl::ContextInvoke+0x27c [d:\blue_gdr\com\combase\dcomrem\ctxchnl.cxx @ 1377]
    00000001`00deebc0 00007ffd`5408096b : 00000001`0013f120 00007ffd`53fb3fd8 00000001`00def130 00007ffd`54080791 : combase!AppInvoke+0x18d [d:\blue_gdr\com\combase\dcomrem\channelb.cxx @ 1481]
    00000001`00deecf0 00007ffd`5408182a : 00000000`00000000 00000000`00070005 00000001`00124220 00000000`00000000 : combase!ComInvokeWithLockAndIPID+0x661 [d:\blue_gdr\com\combase\dcomrem\channelb.cxx @ 2314]
    00000001`00deef30 00007ffd`55cf2614 : 00000000`00000000 00000000`00000000 00007ffd`53fb3460 00000001`015edb20 : combase!ThreadInvoke+0x488 [d:\blue_gdr\com\combase\dcomrem\channelb.cxx @ 5488]
    00000001`00def000 00007ffd`55cf2517 : 00000002`00000002 00000fb0`00001000 00000001`00def1b8 00000000`8b0c1a26 : RPCRT4!DispatchToStubInCNoAvrf+0x14
    00000001`00def050 00007ffd`55d06ebf : 00000001`00142fb0 00000000`00000000 00000001`00000000 00000001`001318a0 : RPCRT4!RPC_INTERFACE::DispatchToStubWorker+0x177
    00000001`00def150 00007ffd`55cf2cc1 : 00000000`8b0c1a26 00000001`001318a0 00000000`00000000 00000001`001318a0 : RPCRT4!LRPC_SCALL::DispatchRequest+0x531
    00000001`00def250 00007ffd`55cf2a97 : 0000159d`00000000 00000000`00000001 00000001`00000000 00000000`00000000 : RPCRT4!LRPC_SCALL::HandleRequest+0x201
    00000001`00def300 00007ffd`55cf1d04 : 00000001`00120c80 00000000`00000002 00007ffd`55d49b24 00000000`00000000 : RPCRT4!LRPC_SASSOCIATION::HandleRequest+0x237
    00000001`00def390 00007ffd`55cf1afe : 00000001`00def758 00000000`00000000 ffffffff`ffffffff 00007ffd`55d49b24 : RPCRT4!LRPC_ADDRESS::ProcessIO+0x36d
    00000001`00def4d0 00007ffd`5622af76 : 00000000`00000001 00000000`00000000 00000000`7ffe03b0 00000001`00def588 : RPCRT4!LrpcIoComplete+0xae
    00000001`00def570 00007ffd`562291e3 : 00000000`00000000 00000000`00000000 00000000`00000000 00000001`001eeb80 : ntdll!TppAlpcpExecuteCallback+0x1d6
    00000001`00def5e0 00007ffd`559716ad : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!TppWorkerThread+0x3b3
    00000001`00def9d0 00007ffd`56274629 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : KERNEL32!BaseThreadInitThunk+0xd
    00000001`00defa00 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
    STACK_COMMAND:  kb
    FOLLOWUP_NAME:  MachineOwner
    IMAGE_VERSION:  
    FAILURE_BUCKET_ID:  0xEF_WmiPrvSE.exe_IMAGE_wininit.exe
    BUCKET_ID:  0xEF_WmiPrvSE.exe_IMAGE_wininit.exe
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:0xef_wmiprvse.exe_image_wininit.exe
    FAILURE_ID_HASH:  {dd961e7f-9fb2-75de-5c19-5602ba5ccdd2}
    Followup: MachineOwner
    Jason

    Hi Jason,
    Do you install Exchange 2013 on your server? If so, the issue could be due to an Exchange Service process terminated WININIT.EXE. You could refer to the article below to resolve the issue:
    Exchange Server 2013 restarts frequently after Cumulative Update 2 is installed
    http://support.microsoft.com/kb/2883203
    If the issue still exists, it is not effective for us to debug the crash dump file here in the forum. Therefore, I would like to suggest that you contact Microsoft Customer Service and Support (CSS) via telephone so that a dedicated Support Professional can
    assist with your request.
    To obtain the phone numbers for specific technology request please take a look at the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Mail crashes repeatedly after power outage

    Hi folks. This evening we had a power outage that shut down my computer without warning (no, no UPS; we're in a temporary rental house, and I didn't bring the UPS, which was probably dumb). Ever since, when I try to start up Mail, it will open, remain open for maybe 10-20 seconds, and then quit unexpectedly. The "safe start" option doesn't fix the problem, nor does moving the preferences files or "unfoldered" items from the ~/Library/Mail folder to the desktop and letting Mail rebuild the mail folders. Can someone suggest a fix?
    I'm running OS X 10.5.6 on an Intel alumiMac 24", and Mail is fully up to date. (Running Safari 3.2.1, if that's relevant.)
    Here's the latest error report, if someone is able to decipher the gobbledegook (apologies for the long dump, but hey, I didn't write the thing).
    Can anyone tell me what I should try next?
    - David
    Process: Mail [448]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (930.3)
    Build Info: Mail-9300300~1
    Code Type: X86 (Native)
    Parent Process: launchd [107]
    Date/Time: 2009-04-23 20:04:48.744 -0700
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 17
    Application Specific Information:
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[RSSLibraryStore addEntries:fromFeed:]
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[ISDSqliteRecordIdMapper dealloc]: record id mapper released with uncommitted changes'
    Thread 0:
    0 libSystem.B.dylib 0x950961c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9509d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x956900ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95690cd8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x9044f2c0 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x9044f0d9 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x9044ef4d BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x948c0d7d _DPSNextEvent + 657
    8 com.apple.AppKit 0x948c0630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x948b966b -[NSApplication run] + 795
    10 com.apple.AppKit 0x948868a4 NSApplicationMain + 574
    11 com.apple.mail 0x000fb6f2 0x1000 + 1025778
    Thread 1:
    0 libSystem.B.dylib 0x950961c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9509d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x956900ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95690cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x92e44d75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x92e50e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x00491f65 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    8 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    10 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 2:
    Thread 3:
    Thread 4:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9509d3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x950c7d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9093245c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90944d8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    5 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9509d3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x950c7d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x93186ab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    4 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x950961c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9509d9bc mach_msg + 72
    2 libSystem.B.dylib 0x950bc438 libinfoDSmig_Query + 222
    3 libSystem.B.dylib 0x950bc153 LI_DSLookupQuery + 353
    4 libSystem.B.dylib 0x950fe87d ds_getaddrinfo + 2674
    5 libSystem.B.dylib 0x950fc80b getaddrinfo + 504
    6 com.apple.SystemConfiguration 0x9039a7ae __SCNetworkReachabilityGetFlags + 1357
    7 com.apple.SystemConfiguration 0x9039f432 SCNetworkReachabilityGetFlags + 118
    8 com.apple.SystemConfiguration 0x9039faa1 SCNetworkCheckReachabilityByName + 74
    9 com.apple.MessageFramework 0x003b64a8 -[NetworkController isHostReachable:] + 138
    10 com.apple.MessageFramework 0x003b5e83 -[_NSSocket connectToHost:withPort:protocol:] + 206
    11 com.apple.MessageFramework 0x003b5308 -[Connection _connectUsingHostname:onPort:securityLayerType:accountClass:] + 797
    12 com.apple.MessageFramework 0x003b4fcf -[Connection _connectUsingAccount:securityLayerType:] + 488
    13 com.apple.MessageFramework 0x003b4a05 -[Connection connectAndSetSecurityLayerUsingAccount:] + 196
    14 com.apple.MessageFramework 0x0049cb10 -[Connection connectUsingAccount:] + 101
    15 com.apple.MessageFramework 0x0045fbb2 -[Account _connectAndAuthenticate:] + 131
    16 com.apple.MessageFramework 0x004e4e7b -[Account authenticatedConnection] + 108
    17 com.apple.MessageFramework 0x004c77ea -[POP3FetchStore fetchSynchronously] + 661
    18 com.apple.MessageFramework 0x004fa6e6 -[POPAccount fetchSynchronously] + 337
    19 com.apple.CoreFoundation 0x9570fa3d _invoking__ + 29
    20 com.apple.CoreFoundation 0x9570f428 -[NSInvocation invoke] + 136
    21 com.apple.MessageFramework 0x0049440c -[MonitoredInvocation invoke] + 409
    22 com.apple.MessageFramework 0x00493fee -[InvocationQueue _drainQueue] + 772
    23 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    24 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    25 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    26 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0xffff0884 __memcpy + 228 (cpu_capabilities.h:246)
    1 com.apple.textencoding.unicode 0x16f9bf33 INIT_UnicodePlugin + 1938
    2 ...ple.CoreServices.CarbonCore 0x93bf9d7b Plugin_GetCountAvailableTextEncodingConversions + 274
    3 ...ple.CoreServices.CarbonCore 0x93bf9b8d FindConversionPlugin + 158
    4 ...ple.CoreServices.CarbonCore 0x93bf93a0 TECCreateConverter + 247
    5 com.apple.MessageFramework 0x003c01d5 MFStringGetBytes + 282
    6 com.apple.MessageFramework 0x004475df -[NSString(MimeHeaderEncoding) encodedHeaderDataWithEncodingHint:] + 2222
    7 com.apple.MessageFramework 0x00446cab -[MutableMessageHeaders _appendHeaderKey:value:toData:] + 333
    8 com.apple.MessageFramework 0x00446a1a -[MutableMessageHeaders _encodedHeadersIncludingFromSpace:] + 1257
    9 com.apple.MessageFramework 0x0044bde7 -[OutgoingMessage messageSize] + 68
    10 com.apple.MessageFramework 0x004b12b9 -[MessageRouter asynchronouslyRouteMessages:] + 562
    11 com.apple.MessageFramework 0x005590df -[RSSLibraryStore routeArticleMessages:fetchedAt:] + 165
    12 com.apple.MessageFramework 0x00558fe4 -[RSSLibraryStore addEntries:fromFeed:] + 864
    13 com.apple.CoreFoundation 0x9570fa3d _invoking__ + 29
    14 com.apple.CoreFoundation 0x9570f428 -[NSInvocation invoke] + 136
    15 com.apple.MessageFramework 0x0049440c -[MonitoredInvocation invoke] + 409
    16 com.apple.MessageFramework 0x00493fee -[InvocationQueue _drainQueue] + 772
    17 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    18 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    19 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    20 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x95096226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x950c81ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x950c9a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x92e5675c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x92e56570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x00493e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    7 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    9 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x950961c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9509d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x956900ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95690cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x92e44d75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.syncservices 0x936abe84 -[ISyncConcreteSession _waitForTransitionFromPhase:untilDate:] + 527
    6 com.apple.syncservices 0x936aa011 +[ISyncSession _sessionWithClient:entityNames:beforeDate:clientHasTruthForEntityNames:quietlyP ushTruth:target:selector:anchors:] + 1695
    7 com.apple.syncservices 0x936a9969 +[ISyncSession beginSessionWithClient:entityNames:beforeDate:] + 95
    8 com.apple.syncservices 0x936a981d -[ISyncConcreteSessionDriver _beginSyncSession:] + 1251
    9 com.apple.syncservices 0x936a65f5 -[ISyncConcreteSessionDriver _preSync] + 95
    10 com.apple.syncservices 0x9373f9d4 -[ISyncConcreteSessionDriver startAsynchronousSync:] + 273
    11 com.apple.Mail.Syncer 0x17467acc 0x17453000 + 84684
    12 com.apple.Mail.Syncer 0x17466c6d 0x17453000 + 81005
    13 com.apple.mail 0x0003878f 0x1000 + 227215
    14 com.apple.CoreFoundation 0x9570fa3d _invoking__ + 29
    15 com.apple.CoreFoundation 0x9570f428 -[NSInvocation invoke] + 136
    16 com.apple.MessageFramework 0x0049440c -[MonitoredInvocation invoke] + 409
    17 com.apple.MessageFramework 0x004952ce +[WorkerThread _execute:] + 144
    18 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    19 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    20 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    21 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x950961c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9509d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x956900ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95690cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x92e44d75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x92e50e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003b6659 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    8 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    10 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 17 Crashed:
    0 com.apple.CoreFoundation 0x95709fb4 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 4
    1 libobjc.A.dylib 0x971bde3b objcexceptionthrow + 40
    2 com.apple.CoreFoundation 0x95709eeb +[NSException raise:format:arguments:] + 155
    3 com.apple.CoreFoundation 0x95709f2a +[NSException raise:format:] + 58
    4 com.apple.syncservices 0x9371cf74 _ISyncAssertFailed + 346
    5 com.apple.syncservices 0x936c636c -[ISDRecordIdMapper dealloc] + 76
    6 com.apple.syncservices 0x936c6002 -[ISDSqliteRecordIdMapper dealloc] + 178
    7 com.apple.Foundation 0x92e0be4f NSPopAutoreleasePool + 431
    8 com.apple.syncservices 0x9373f8a0 -[ISyncConcreteSessionDriver _startAsynchronousSyncWorker] + 467
    9 com.apple.Foundation 0x92e107ed -[NSThread main] + 45
    10 com.apple.Foundation 0x92e10394 _NSThread__main_ + 308
    11 libSystem.B.dylib 0x950c7095 pthreadstart + 321
    12 libSystem.B.dylib 0x950c6f52 thread_start + 34
    Thread 17 crashed with X86 Thread State (32-bit):
    eax: 0xa065b0f0 ebx: 0x971bde1c ecx: 0xa065a1a0 edx: 0x0078b000
    edi: 0x175ad140 esi: 0xa047fe28 ebp: 0xb08479f8 esp: 0xb08479f8
    ss: 0x0000001f efl: 0x00000282 eip: 0x95709fb4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x1726b000
    Binary Images:
    0x1000 - 0x271ff3 com.apple.mail 3.5 (930.3) <918d5fc75d11e2bad29cc7192e8459d2> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e0000 - 0x350ff7 com.apple.iLifeMediaBrowser 2.0.2 (321) <096200840dfe3556d984bed9e9e1e4bc> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x39b000 - 0x5f2ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x748000 - 0x74afff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x751000 - 0x775fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x791000 - 0x792fff +com.1passwd.InputManager 2.5.3 (5621) <abbd39c66e80f33d5d57f470fe8445e9> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x797000 - 0x799fff +com.Logitech.Control Center.Scroll Enhancer Loader 2.6.0 (2.6.0) /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x79f000 - 0x7a1fff +com.Logitech.Control Center.Scroll Enhancer 2.6.0 (2.6.0) /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x15b00000 - 0x15cf8fff com.apple.RawCamera.bundle 2.0.13 (435) <083354ccec68bf7c9fc99523a5838f92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16e1b000 - 0x16e20ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16f9b000 - 0x16f9cfe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x17453000 - 0x17471fff com.apple.Mail.Syncer 3.5 (930.3) <7d8d8ca39b8535b2a585f360617d1a98> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x17484000 - 0x17497fff com.apple.syncservices.syncservicesui 4.1 (389.12) <d3c0a867aa64f0e94b3dbb710da880d1> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x9000b000 - 0x9009efff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9009f000 - 0x900b2fff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x900b3000 - 0x900e5fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x900e6000 - 0x9012afeb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9012b000 - 0x9015afe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9015b000 - 0x9015bffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9015f000 - 0x901ebff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x901ec000 - 0x901fcfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x901fd000 - 0x90201fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90383000 - 0x9038fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90390000 - 0x90395fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90396000 - 0x903cdfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x903ce000 - 0x90417fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90418000 - 0x9041dfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9041e000 - 0x9041eff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9041f000 - 0x90727fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90728000 - 0x907b2fef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x907b3000 - 0x90863fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90864000 - 0x908b3fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x908b4000 - 0x908ccff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x908cd000 - 0x908feffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x908ff000 - 0x909cafff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x909cb000 - 0x90a7dffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x90b4b000 - 0x90c05fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90c75000 - 0x91146f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91147000 - 0x91195ff3 com.apple.datadetectorscore 1.0.2 (52.14) <4c0a8d505509b7748d3a0cfc887d2c2a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91196000 - 0x911fcffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x911fd000 - 0x91202ffc com.apple.KerberosHelper 1.1 (1.0) <d789cb3b793a05879bde688c19f60afe> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x91203000 - 0x91355ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91356000 - 0x91424ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91425000 - 0x9142afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9142b000 - 0x9143bffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91441000 - 0x9144afff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9144b000 - 0x91469ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9146a000 - 0x91481fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x91482000 - 0x914c1fff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x914c2000 - 0x9151bff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9151c000 - 0x91540feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x9251d000 - 0x92655fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92656000 - 0x926c3ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x926c4000 - 0x92741fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92742000 - 0x92b00fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92b01000 - 0x92c62ff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92c63000 - 0x92d1aff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92d1b000 - 0x92d5dfef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92d5e000 - 0x92e05feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92e06000 - 0x93081fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93082000 - 0x93089ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9308a000 - 0x93091fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93092000 - 0x9342ffef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93430000 - 0x93434ffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x93435000 - 0x93459fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x9345a000 - 0x934d4ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x934d5000 - 0x934d5ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x934d6000 - 0x934f1ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x934f2000 - 0x93501fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x93502000 - 0x93543fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93544000 - 0x93544ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93545000 - 0x93577ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x93578000 - 0x935b6ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x935b7000 - 0x935bbfff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x935ec000 - 0x93622fef libtidy.A.dylib ??? (???) <5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
    0x93623000 - 0x93623fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93624000 - 0x9363cfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93647000 - 0x9366ffff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x93670000 - 0x93670ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93671000 - 0x9367cfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9367d000 - 0x9368effe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x9368f000 - 0x9368fffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93690000 - 0x9369fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x936a0000 - 0x93781fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93782000 - 0x937a0fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x937a1000 - 0x93bb1fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93bb2000 - 0x93e8cff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93e8d000 - 0x93e8dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93e8e000 - 0x941b3fe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x941b4000 - 0x941b8fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x941b9000 - 0x941c7ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x941c8000 - 0x941c9ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x941ca000 - 0x941d7fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x941d8000 - 0x94878fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94879000 - 0x9487ffff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94880000 - 0x9507efef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9507f000 - 0x95087fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95088000 - 0x95094ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95095000 - 0x951fcff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x951fd000 - 0x95259ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9525a000 - 0x95416ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95417000 - 0x9555dff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9555e000 - 0x95568feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95569000 - 0x955fcff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x955fd000 - 0x9561cffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9561d000 - 0x95750fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95751000 - 0x95753ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95754000 - 0x957d1feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x957d2000 - 0x958d3fe7 com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x958d4000 - 0x958fcff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x958fd000 - 0x959deff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x959df000 - 0x95aa6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95d10000 - 0x95df5ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95df6000 - 0x95e47feb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95e48000 - 0x95e82fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95e83000 - 0x95f20fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95f21000 - 0x95fa0ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96045000 - 0x96213ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96214000 - 0x96216fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96217000 - 0x96868fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96869000 - 0x9687ffff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96880000 - 0x968a9fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x968aa000 - 0x96968fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96969000 - 0x96ae8fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96ae9000 - 0x96b3aff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96b3b000 - 0x96b77fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x96b78000 - 0x96b84fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x96b85000 - 0x96b90fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96b91000 - 0x96bebff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96bec000 - 0x96c01ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96c02000 - 0x96c41fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96c42000 - 0x96c76fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96c77000 - 0x96c77ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96c78000 - 0x96cffff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x96d00000 - 0x96d1dff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96d1e000 - 0x96da9fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96daa000 - 0x96daaffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96dab000 - 0x96de5ffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96de6000 - 0x96f1eff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x96f1f000 - 0x96f4cfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96f4d000 - 0x96fbffff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96fc0000 - 0x9701dffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x97113000 - 0x9715dfe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9715e000 - 0x97161fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x97162000 - 0x97162ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97163000 - 0x9716aff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9716b000 - 0x97196fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x97197000 - 0x971b3fff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x971b4000 - 0x97294fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Most likely you've had some catastrophic damage done to the hard drive in the form of file and/or directory corruption. Start by:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If your drive is shown as OK but the problem persists, then reinstall OS X as follows:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Policy Agent 2.1 causing Sun Web Server Crash?

    Running Sun web server 6.0 SP7 on Solaris. Policy Agent 2.1 installed on web server. Identity Server on different Solaris box. Seeing the following error in log file for Web Server:
    [10/Mar/2004:11:21:25] catastrophe (14462): Server crash detected (signal SIGSEGV)
    [10/Mar/2004:11:21:25] info (14462): Crash occurred in NSAPI SAF validate_session_policy
    [10/Mar/2004:11:21:25] info (14462): Crash occurred in function xmlFreeProp from module /opt/SUNWam/lib/libxml2.so.2
    [10/Mar/2004:11:21:25] failure (14461): Child process admin thread is shutting down
    [10/Mar/2004:11:21:26] info (15195): Installing a new configuration
    This happens sporadically. I've patched the web server to SP7 and made sure it's using a newer version of the JDK (1.4.2_03) - any ideas of what might be causing this? It's not always the same part of the code (ie, not the same function) where it blows up. Sometimes there is no error at all - it just takes the web server process to 50% CPU utilization until we kill it.
    Any thought would be most appreciated. I'm also posting this in the web server forum (posted here since it seems to be related to the policy agent)
    Thanks,
    Pat

    You were absolutely correct
    I've resolved this issue - the problem was caused by two things:
    1. There is a new version of a library called libxml2.so that I had to get from Sun (they provided version 2.6.7)
    2. My web server with the agent on it is on a seperate box from the identity server. These two servers were out of sync in terms of their system time (ie, the solaris box with the agent / web server was about 8 minutes ahead of the solaris box with the identity server)
    Once both of these things were fixed (the time issue most importantly), the web server would not hang anymore.

  • How to get Mavericks server that is connected to a UPS to restart automatically after a power outage.

    This is driving me crazy. Is there anyone running Mavericks as a mission critical server on Backup Power Supplies that has a way to get the servers to restart automatically after a power outage. The UPS vendors all have software for Windows, but not Macs, and the setting in System Preferences, doesn't work with the UPS's Iv'e tried (2 different APC models (Smart and Back-UPs), one Triplite (Smart) and one CyberPower, (all claiming to be Mac compatible))

    APC do apparently still do a command-line daemon (PowerChute Network Shutdown) which monitors over the network the UPS and will cleanly shutdown the Mac. For lower-end UPS devices these are typically connected via a USB cable and the built-in Apple System Preferences let you control the options - if it is a model supported. There is however a big limitation of using a USB connection which is that you can only connect a single computer to a UPS via USB and of course most companies have multiple servers.
    It maybe that what is happening even if you use APC's software is the following -
    Power failure detected by UPS
    Signal sent to Mac
    Computer does a clean shutdown
    Power restored
    UPS has no way to tell Mac because it is shutdown and Mac does not support 'Wake on LAN' if fully shutdown
    The Mac does have an option to 'Startup automatically after a power failure'. However this might only take place if the Mac is not cleanly shutdown, it could be that if the Mac is cleanly shutdown it does not count this as a power failure. If this is correct then there is nothing that can be done as users to resolve this, the only way it could be resolved would be if Apple provided a way for a tool like APCs software to both do a clean shutdown and set a flag as this being due to a power failure so that when the Mac does detect the power being restored it triggers the Mac in to booting.
    In the dim and distant past when Macs used ADB to connect keyboards and mice the ADB interface did support an external power-on signal. This does not exist for USB.
    Personally I have regarded the APC software (PowerChute Network Shutdown 3.0.1) to be so badly supported and so old as to be too risky to use. It lists 10.7 and 10.8 but not 10.9 and uses Java 1.6 which itself is unsupported. There is a third-party tool you might want to look at called NUT (Network Ups Tools) see http://www.networkupstools.org
    NUT is free and lets you do clever things like -
    Connect a single computer via serial or USB to the UPS
    Act as a 'server' over the network to other computers sharing the UPS
    When power failure is detected the NUT 'server' sends a signal to the NUT 'clients' so all of them know that there is a power failure and can do their own clean shutdowns
    This gets round only being able to connect a single computer via USB.

  • OVM Server in failed status after a power outage

    Hi,
    We recently experienced a power outage and the OVM environment completly reboot.
    The OVM manager come back as well as the ovm server.
    The issue is i can't anymore control the OVM servers from the manager as the both servers are in a failed status with the following message:
    Job failed commit (internal) due to If the IP address of this server has changed, please delete the server: oracle55, and re-discover.
    Tue Nov 06 16:32:38 CET 2012
    com.oracle.ovm.mgr.api.exception.IllegalOperationException: If the IP address of this server has changed, please delete the server: oracle55, and re-discover.
    Interesting enough, I can manually restart the VMs (xm create...). Thus I'm not really in favor of deleting and rediscovering the servers.
    Obviously the ip configuration didn't change (no DNS).
    Any idea how to fix this?
    Thanks for your help.
    Yann

    Hello!!
    Maybe it could be ovs-agent service from the server not communicating correctly with VM Manager??
    You should login to server and see what command "service ovs-agent status" returns!!
    If everything is running maybe a "service ovs-agent restart" could resolve something...
    Also check that there aren't locked processes...under "/var/run/ovs-agent/" check that there is NOT any ".lock" file.
    Greets!! ;)

Maybe you are looking for