NES proxy to WL slow with IE

WL 5.1sp4
Solaris 2.7
NES 3.63
We are experiencing slow connections/delays to WL pages when going
through NES using Internet Explorer. Even on WL 404 error pages. The
pages load quickly, but the browser keeps the connection open for a
number of seconds. This is not happening when using Netscape browsers.
I have configured the NES proxy forwarding by directory and by .jsp with
the same results. Also have done this for both NES 3.63 and NES 4.0.
When accessing WL directly from either browser there are no delays.

I am having the same problem. Did anybody find a solution for that? Does sp5 solve this (it is not in the release notes)?
Is there a issue open with the support guys?
Best regards,
Roberto N Nanamura
Technical Consultant
Summa Technologies
Robert Patrick <[email protected]> wrote:
I have also seen this in the past. I never found a resolution for why this
was happening...
Ron Busslinger wrote:
WL 5.1sp4
Solaris 2.7
NES 3.63
We are experiencing slow connections/delays to WL pages when going
through NES using Internet Explorer. Even on WL 404 error pages. The
pages load quickly, but the browser keeps the connection open for a
number of seconds. This is not happening when using Netscape browsers.
I have configured the NES proxy forwarding by directory and by .jsp with
the same results. Also have done this for both NES 3.63 and NES 4.0.
When accessing WL directly from either browser there are no delays.

Similar Messages

  • WL Cluster with NES Proxy

    We are evaluating the Cluster features of WebLogic and got a eval
              license for the Cluster Support.
              I am running a default cluster (mycluster) using the default Multicast
              address (237.0.0.1) and am seeing
              some strange behaviour/errors.
              Would appreciate some asistance in this matter.
              Our Environment
              I created directory in a shared file system to host the cluster.
              (h:\kkanth\weblogic)
              Created the mycluster directory and other directories as recommended in
              the Administrator's guide.
              I have two WL Servers (asera190 and asera162) with permanent IP
              addresses of 10.1.1.61 and 10.1.1.70 respectively. They run NT 4.0.
              I'm using a NES proxy on asera190 with the plugin for WL specified in
              obj.conf alongwith the other parameters.
              I'm able to have both the servers join to cluster mycluster and the WL
              Admin Console does display a tree that depicts the cluster as well as
              servers in it (server61 and server70). The individual server directories
              are being created in h:\kkanth\weblogic\mycluster directory with the
              appropriate access.log and weblogic.log files.
              When a browser attempts to access a URL such as
              http://asera190/weblogic/snoop it does return the proper response, but
              all requests are processed by asera162 which is listed first in the
              obj.conf. Opening multiple sessions does not cause the requests to be
              sent to asera190 which is the second server in the cluster. When
              asera162 is shutdown and removed from the cluster, I hoped that
              subsequent requests would go to asera190. However , depending on the
              origin of the request, different errors were thrown. If I try to access
              http://asera190/weblogic/snoop from a browser on asera190, I get an
              error "Failure at line 351 of file proxy.cpp" ,while trying the same URL
              from asera162 cause "Failure at line 706 of file proxy.cpp".
              I'm attaching the weblogic.properties file kept in h:\kkanth\weblogic
              directory as well as the obj.conf file in the ....\config\ directory of
              asera190.
              We are running NES 3.5.1 and have setup proxy35.dll appropriately.
              weblogic.properties
              # THE WEBLOGIC PROPERTIES FILE
              # This file, which conforms to the java.util.Properties file
              # definition, configures your WebLogic products. You cannot run
              # WebLogic Server without setting required configuration properties in
              this
              # file. Required properties are marked and appear first in the file.
              # Details on each entry and important information about configuration
              # and security are documented on our website. Please go to:
              # http://www.weblogic.com/docs45/admindocs/properties.html
              # for full instructions on how to edit this file.
              # You do not need to include properties in this file unless you want to
              # change the default, embedded property. Some properties on the
              # T3AdminProps page are not listed here because the default property
              # is being used. You can change the default by adding the property and
              # its value to this file.
              # You cannot set weblogic.system.home in this file, since the WebLogic
              Server
              # must know where home is in order to retrieve this file. You can
              # change WebLogic home on the command line when you start the
              # WebLogic Server.
              # CLUSTER USERS: Note that the (shared) per-cluster properties file
              should
              # contain most all of the properties in this file. The only properties
              # that potentially belong in a per-server properties file for a server
              # running in a cluster are the registration (startup class) of pinned
              # RMI objects, and a few tuning properties that may be different for
              # servers in the cluster, depending upon hardware and memory. If you use
              # a per-server properties file, please REMOVE all properties except
              those
              # that are specifically required in the per-server properties file. You
              # can find specific notes on clusters by searching through this file for
              # "CLUSTER USERS".
              # The way this file is organized:
              # Core properties (includes REQUIRED and RECOMMENDED)
              # Core system properties
              # Core security-related properties
              # Core security-related properties for SSL
              # Core HTTPD administrative properties
              # Optional properties
              # Administrator properties
              # System properties
              # System startup files
              # System shutdown files
              # Security-related properties for Workspaces
              # Jolt for WebLogic properties
              # WebLogic Enterprise Connectivity properties
              # WebLogic File properties
              # WebLogic JMS demo properties
              # WebLogic RMI demo properties
              # WebLogic EJB demo properties
              # WebLogic ZAC demo properties
              # HTTPD administrative properties
              # WebLogic JDBC driver properties
              # WebLogic JDBC connection pool management
              # WebLogic demo connection pool
              # WebLogic HTTP Servlet properties
              # Proxy servlet registration
              # Classpath servlet registration
              # File servlet registration
              # ServerSideInclude servlet registration
              # PageCompileServlet (used by JHTML)
              # JSPServlet (used by JSP)
              # ServletServlet registration
              # Servlet reload properties
              # Servlet ACLs
              # WebLogic JHTML properties
              # User-written and demo servlet registrations
              # CORE PROPERTIES
              # You should set these before you start the WebLogic Server the first
              time.
              # If you need more instructions on individual properties in this
              # section, check the same section in the Optional Properties, where
              # we've left the long explanations. Or, better yet, go to our
              # website and read all about properties, at:
              # http://www.weblogic.com/docs45/admindocs/properties.html
              # CORE SYSTEM PROPERTIES
              # TCP/IP port number at which the WebLogic Server listens for
              connections
              weblogic.system.listenPort=7001
              # CORE SECURITY-RELATED PROPERTIES
              # Read important information about security at:
              # http://www.weblogic.com/docs45/admindocs/properties.html
              # REQUIRED: The system password MUST be set in order to start the
              # WebLogic Server. This password is case-sensitive, at least 8
              characters.
              # The username for the privileged user is ALWAYS "system".
              # This username and password also includes httpd access (see
              # HTTPD properties below).
              weblogic.password.system=kaykayka
              # RECOMMEND Set to 'everyone' if HTTPD is enabled
              weblogic.allow.execute.weblogic.servlet=everyone
              # Set individual ACLs to restrict access to HTTP-related resources,
              # such as the Administration servlets.
              # To make your own servlets generally available, follow this
              # pattern (provide a weblogic.allow.execute) for your packages and
              # set ACLs as appropriate.
              # CORE SECURITY-RELATED PROPERTIES FOR SSL
              # Read important information about SSL at:
              # http://www.weblogic.com/docs45/classdocs/API_secure.html
              # Enable SSL
              # (default if property not defined is false)
              weblogic.security.ssl.enable=true
              # SSL listen port
              weblogic.system.SSLListenPort=7002
              # Servlets for SSL
              # Authentication servlet for creating tokens for applets
              weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
              # Limits number of unclaimed stored tokens
              weblogic.security.certificateCacheSize=3
              # Capture CA root of client servlet
              weblogic.httpd.register.T3AdminCaptureRootCA=admin.T3AdminCaptureRootCA
              # Certificates for SSL
              # Name of acceptable CA roots
              # For client authentication change value to a valid .pem file
              #weblogic.security.clientRootCA=SecureServerCA.pem
              # Server certificates for SSL
              weblogic.security.certificate.server=democert.pem
              weblogic.security.key.server=demokey.pem
              weblogic.security.certificate.authority=ca.pem
              # registration for certificate generator servlet
              weblogic.httpd.register.Certificate=utils.certificate
              weblogic.allow.execute.weblogic.servlet.Certificate=system
              # CORE HTTPD ADMINISTRATIVE PROPERTIES
              # True permits the HTTPD to run (default)
              # Uncomment this property to disable HTTPD
              #weblogic.httpd.enable=false
              # If authentication is required, add username/password for each user
              # who will be included in an ACL, as in this commented-out example:
              #weblogic.password.peter=#8gjsL4*
              # OPTIONAL PROPERTIES
              # These properties affect the behavior of the WebLogic Server.
              # You only need to set these properties if you want
              # to change the default setting, which is the property shown.
              # ADMINISTRATOR PROPERTIES
              # Administrator properties are optional information properties,
              # particularly useful for clusters.
              #weblogic.administrator.location=3355 California Drive, West Hampshire,
              CA 94104
              #weblogic.administrator.name=Joe Administrator
              #weblogic.administrator.phone=1 415 555 1234
              # SYSTEM PROPERTIES
              # System properties in this section are set to system defaults
              # Performance pack. The shared library must be accessible from your
              # PATH (NT) or from your shared library path (UNIX; the name of the
              # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
              weblogic.system.nativeIO.enable=true
              # Outputs logging information to the console as well as to the log file
              weblogic.system.enableConsole=true
              # Sets the directory or URL for the WebLogic Admin help pages
              # The help pages are shipped in the "docs/adminhelp" directory, in the
              # default document root in public_html
              weblogic.system.helpPageURL=d:/weblogic/myserver/public_html/docs/adminhelp/
              # If you prefer to access the most recent help pages, you can do so
              online
              # by commenting out the previous property and uncommenting this one:
              #weblogic.system.helpPageURL=http://www.weblogic.com/docs45/adminhelp/
              # Properties for tuning the server's performance
              # Number of WebLogic Server execute threads.
              weblogic.system.executeThreadCount=15
              # Other optional system properties
              # Limits size of weblogic.log (in K) and versions old log
              weblogic.system.maxLogFileSize=1024
              # Adjust minimum length of password
              weblogic.system.minPasswordLen=8
              # UNIX only: If running on port 80 on UNIX, enable the setUID program
              #weblogic.system.enableSetUID=false
              # UNIX only: Unprivileged user to setUID to after starting up
              # WebLogic Server on port 80
              #weblogic.system.nonPrivUser=nobody
              # CLUSTER-SPECIFIC PROPERTIES
              # Cluster-specific properties in this section are set to system
              defaults.
              # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
              # in the per-cluster properties file ONLY.
              # Time-to-live (number of hops) for the cluster's multicast messages
              # (default 1, range 1-255).
              #weblogic.cluster.multicastTTL=1
              # Sets the load-balancing algorithm to be used between
              # replicated services if none is specified. If not specified,
              # round-robin is used.
              #weblogic.cluster.defaultLoadAlgorithm=round-robin
              # SERVER-SPECIFIC CLUSTER PROPERTIES
              # Cluster-related properties in this section are set to system defaults.
              # CLUSTER USERS: Note that these server-specific cluster-related
              properties
              # should be set in the per-server properties file ONLY.
              # Sets the weight of the individual server for the weight-based
              load-balancing.
              # Range is 0 - 100.
              # Larger numbers increase the amount of traffic routed to this server.
              #weblogic.system.weight=100
              # SYSTEM STARTUP FILES - Examples
              # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
              # objects should be registered in the per-server properties file.
              # All other startup classes should be registered in the per-cluster
              # properties file.
              # For more info on writing and using startup file, see the
              # Developers Guide "Writing a WebLogic Client application," at
              # http://www.weblogic.com/docs45/classdocs/API_t3.html
              # Register a startup class by giving it a virtual name and
              # supplying its full pathname.
              #weblogic.system.startupClass.[virtual_name]=[full_pathname]
              # Add arguments for the startup class
              #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
              # This example shows the entry for examples/t3client/StartupQuery.java
              #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
              #weblogic.system.startupArgs.doquery=\
              # query=select * from emp,\
              # db=jdbc:weblogic:pool:demoPool
              # Other system startup files for use with VisiBroker
              # Starts the VisiBroker WebLogic Server proxy with the WebLogic Server
              # You must have installed Visigenic 2.5 for use with
              # the WebLogic Server before you uncomment these properties
              #weblogic.system.startupClass.dovisi=weblogic.corba.visi.t3server.Startup
              #weblogic.system.startupArgs.dovisi=\
              # clientName=T3Client Manager,\
              # connName=T3Connection Manager
              # SYSTEM SHUTDOWN FILES - Examples
              # For more info on writing and using shutdown file, see the
              # Developers Guide "Writing a WebLogic Client application," at
              # http://www.weblogic.com/docs45/classdocs/API_t3.html
              # Register a shutdown class by giving it a virtual name and
              # supplying its full pathname.
              #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
              # Add arguments for the shutdown class
              #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
              # This example shows the entry for examples/t3client/ShutdownTest.java
              #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
              #weblogic.system.shutdownArgs.ShutdownTest=\
              # outfile=c:/temp/shutdown.log
              # SECURITY-RELATED PROPERTIES FOR WORKSPACES
              # For backward compatibility, the following entries disable Access
              # Control on Workspaces
              weblogic.allow.read.weblogic.workspace=everyone
              weblogic.allow.write.weblogic.workspace=everyone
              # JOLT FOR WEBLOGIC PROPERTIES
              # These properties configure a BEA Jolt connection pool for use with
              # the simpapp and bankapp examples, and register a servlet for use with
              # with the simpapp example. The default server address provided here
              # points to a public TUXEDO server that is hosted by BEA for use with
              # this example.
              # Servlet registration for simpapp example:
              #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet
              # Pool creation and cleanup
              # note this example is set up to work with the public
              # demo TUXEDO server available from BEA's website:
              #weblogic.system.startupClass.demojoltpoolStart=\
              # bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
              #weblogic.system.startupArgs.demojoltpoolStart=\
              # poolname=demojoltpool,\
              # appaddrlist=//beademo1.beasys.com:8000,\
              # failoverlist=//beademo1.beasys.com:8000,\
              # minpoolsize=1,\
              # maxpoolsize=3
              #weblogic.system.shutdownClass.demojoltpoolStop=\
              # bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
              #weblogic.system.shutdownArgs.demojoltpoolStop=\
              # poolname=demojoltpool
              # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
              # The registrations enable a BEA IIOP connection pool and
              # register servlets for use with the simpapp and university examples.
              # Configure for your environment and uncomment to use.
              # Uncommenting these properties requires WebLogic Enterprise
              Connectivity
              # and an operating WebLogic Enterprise Server.
              # Servlet registration for simpapp servlet example
              #weblogic.httpd.register.SimpappServlet=\
              # examples.wlec.servlets.simpapp.SimpappServlet
              #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
              # Servlet registration for simpapp EJB example
              # (You'll need to add the wlec_ejb_simpapp.jar to the
              # weblogic.ejb.deploy property in this file.)
              #weblogic.httpd.register.ejbSimpappServlet=\
              # examples.wlec.ejb.simpapp.ejbSimpappServlet
              #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
              # Pool creation and cleanup for the simpapp example
              #weblogic.CORBA.connectionPool.simplepool=\
              # appaddrlist=//wlehost:2468,\
              # failoverlist=//wlehost:2468,\
              # minpoolsize=2,\
              # maxpoolsize=3,\
              # username=wleuser,\
              # userrole=developer,\
              # domainname=simpapp
              # Servlet registration for university Servlet example:
              #weblogic.httpd.register.UniversityServlet=\
              # examples.wlec.servlets.university.UniversityServlet
              #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
              # Pool creation and cleanup for the University example:
              #weblogic.CORBA.connectionPool.Univpool=\
              # appaddrlist=//wlehost:2498,\
              # failoverlist=//wlehost:2498,\
              # minpoolsize=2,\
              # maxpoolsize=3,\
              # username=wleuser,\
              # userrole=developer,\
              # apppassword=wlepassword,\
              # domainname=university
              # WEBLOGIC FILE PROPERTIES
              # Maps a volume name to a path, for client file read/write
              #weblogic.io.fileSystem.[volumeName]=[fullPathName]
              # WEBLOGIC JMS DEMO PROPERTIES
              # CLUSTER USERS: Note that ALL JMS deployment should be done in the
              # per-cluster properties file ONLY.
              # You set up a JDBC connection pool if you want persistent messages
              # (including durable subscriptions). To use JMS and EJBs in the same
              # transaction, both must use the same JDBC connection pool. Uncomment
              # the following property to use the default JDBC connection pool
              # 'demo', which is defined in the Demo connection pool section of this
              file.
              #weblogic.jms.connectionPool=demoPool
              # The JMS Webshare example demonstrates how the ClientID for a
              # durable subscriber is configured in the connection factory:
              #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
              #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
              #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
              #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
              # The JMS trader example shows how to use JMS with an EJB. In addition
              # to uncommenting the following properties, you must also set up and
              # deploy the EJB example examples.ejb.basic.statefulSession.Trader to
              # try out this JMS example:
              #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
              #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
              #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
              #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
              # Registers the underlying servlet
              #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
              # These properties are used with the ServerReceive JMS example,
              # which demonstrates how to establish a JMS message consumer
              # in a startup class:
              #weblogic.system.startupClass.serverReceive=\
              # examples.jms.startup.ServerReceive
              #weblogic.system.startupArgs.serverReceive=\
              # connectionFactory=javax.jms.TopicConnectionFactory,\
              # topic=javax.jms.exampleTopic
              # These properties are used with the PoolReceive JMS example,
              # which demonstrates how to establish a pool of JMS message consumers
              # in a startup class:
              #weblogic.system.startupClass.poolReceive=\
              # examples.jms.startup.PoolReceive
              #weblogic.system.startupArgs.poolReceive=\
              # connectionFactory=javax.jms.TopicConnectionFactory,\
              # topic=javax.jms.exampleTopic
              # WEBLOGIC RMI DEMO PROPERTIES
              # CLUSTER USERS: Note that pinned RMI objects should be registered
              # in the per-server properties file ONLY. All other RMI startup
              # classes should be registered in the per-cluster properties file.
              # Remote classes registered at startup after the pattern:
              #weblogic.system.startupClass.[virtualName]=[fullPackageName]
              # These examples can be compiled to see RMI in action. Uncomment to use:
              #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
              #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
              # WEBLOGIC EJB DEMO PROPERTIES
              # CLUSTER USERS: Note that ALL EJB deployment should be done in the
              # per-cluster properties file ONLY.
              # See WebLogic Demo Connection Pool below for a connection pool
              # to use with these examples.
              # Deploys EJBeans. Uncomment the appropriate lines below and
              # modify DBMS-related info and paths to match your particular
              installation:
              #weblogic.ejb.deploy=\
              # d:/weblogic/myserver/cluster_ejb.jar, \
              # d:/weblogic/myserver/ejb_basic_beanManaged.jar, \
              # d:/weblogic/myserver/ejb_basic_containerManaged.jar, \
              # d:/weblogic/myserver/ejb_basic_statefulSession.jar, \
              # d:/weblogic/myserver/ejb_basic_statelessSession.jar, \
              # d:/weblogic/myserver/ejb_extensions_isModified.jar, \
              # d:/weblogic/myserver/ejb_extensions_isModifiedBeanManaged.jar, \
              # d:/weblogic/myserver/ejb_sequence_jdbc.jar, \
              # d:/weblogic/myserver/ejb_sequence_oracle.jar, \
              # d:/weblogic/myserver/ejb_subclass.jar, \
              # d:/weblogic/myserver/jolt_ejb_bankapp.jar
              # Servlets used by the EJB basic examples beanManaged and
              # containerManaged. Uncomment to use:
              #weblogic.httpd.register.beanManaged=\
              # examples.ejb.basic.beanManaged.Servlet
              #weblogic.httpd.register.containerManaged=\
              # examples.ejb.basic.containerManaged.Servlet
              # Add a list of users (set the password with
              weblogic.password.[username]=XXX)
              # to set an ACL for this servlet:
              #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
              #weblogic.allow.execute.weblogic.servlet.containerManaged=user1,user2,etc
              #weblogic.password.user1=user1Password
              #weblogic.password.user2=user2Password
              # WEBLOGIC ZAC DEMO PROPERTIES
              # These registrations enable the ZAC Publish Wizard.
              weblogic.zac.enable=true
              # Set the publish root for a WebLogic Server. Edit and
              # uncomment to use
              #weblogic.zac.publishRoot=d:/weblogic/zac
              # Set an ACL for each package you publish. The [name] is
              # the "Package name" you assign in the ZAC Publish Wizard.
              # Publish a package, edit this property, and uncomment to use.
              #weblogic.allow.read.weblogic.zac.[name]=[user list]
              #weblogic.allow.write.weblogic.zac.[name]=system
              # HTTPD ADMINISTRATIVE PROPERTIES
              # Enables logging of HTTPD info in common log format and
              # sets the log file name (default is "access.log" in "myserver")
              weblogic.httpd.enableLogFile=true
              weblogic.httpd.logFileName=access.log
              # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
              weblogic.httpd.enableEvents=false
              # Enables HTTP sessions
              weblogic.httpd.session.enable=true
              # Sets an optional cookie name. The default name is "WebLogicSession".
              # Prior to version 4.0, the default was "TengahSession". To make
              # this backward compatible with cookies generated from previous
              # installations, you should set this property to "TengahSession".
              # Uncomment this line and set this to any string of your choice,
              # or comment out this property to use the default.
              #weblogic.httpd.session.cookie.name=WebLogicSession
              # MIME types
              weblogic.httpd.mimeType.text/html=html,htm
              weblogic.httpd.mimeType.image/gif=gif
              weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
              weblogic.httpd.mimeType.application/pdf=pdf
              weblogic.httpd.mimeType.application/zip=zip
              weblogic.httpd.mimeType.application/x-java-vm=class
              weblogic.httpd.mimeType.application/x-java-archive=jar
              weblogic.httpd.mimeType.application/x-java-serialized-object=ser
              weblogic.httpd.mimeType.application/octet-stream=exe
              # In seconds, the keep-alive for HTTP and HTTPS requests
              weblogic.httpd.http.keepAliveSecs=60
              weblogic.httpd.https.keepAliveSecs=120
              # WEBLOGIC JDBC DRIVER PROPERTIES
              # Enables JDBC driver logging and sets the file name for the log
              # The weblogic.jdbc.logFile is placed in the per-server
              # directory (default is "myserver")
              weblogic.jdbc.enableLogFile=false
              weblogic.jdbc.logFileName=jdbc.log
              # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT
              # CLUSTER USERS: Note that ALL JDBC connection pools should be set up
              # in the per-cluster properties file ONLY.
              # For creating JDBC connection pools. This example shows a connection
              # pool called "oraclePool" that allows 3 T3Users "guest," "joe," and
              "jill"
              # to use 4 JDBC connections (with a potential for up to 10 connections,
              # incremented by two at a time, with a delay of 1 second between each
              # attempt to connect to the database), to an Oracle database server
              called
              # "DEMO." If more than 4 connections are opened, after 15 minutes,
              unused
              # connections are dropped from the pool until only 4 connections remain
              open.
              # Every 10 minutes, any unused connections in the pool are tested and
              # refreshed if they are not viable.
              #weblogic.jdbc.connectionPool.oraclePool=\
              # url=jdbc:weblogic:oracle,\
              # driver=weblogic.jdbc.oci.Driver,\
              # loginDelaySecs=1,\
              # initialCapacity=4,\
              # maxCapacity=10,\
              # capacityIncrement=2,\
              # allowShrinking=true,\
              # shrinkPeriodMins=15,\
              # refreshMinutes=10,\
              # testTable=dual,\
              # props=user=SCOTT;password=tiger;server=DEMO
              # Get more details on each argument for this property in the
              # Administrators Guide on setting properties at:
              # http://www.weblogic.com/docs45/admindocs/properties.html
              # Set up ACLs for this connection pool with the following:
              #weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=\
              # guest,joe,jill
              #weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=\
              # joe,jill
              #weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=\
              # joe,jill
              # This property is an ACL that specifies the users who can
              # create dynamic connection pools

    Try the following obj.conf file. By the way why are using NES 35 version. If you are using NES 36 you should use proxy36.dll.
              Init fn="load-types" mime-types="mime.types"
              Init fn="load-modules" funcs="wl-proxy,wl-init" shlib="d:/weblogic/bin/proxy35.dll"
              Init fn="wl-init"
              Init access="C:/Netscape/SuiteSpot/https-octavia/logs/accessNewELF" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%
              \"%Req->headers.referer%\" \"%Req->headers.user-agent%\" %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% \"%Req->reqpb.protocol%\"" fn="flex-init"
              <Object name="tg" ppath="*/weblogic/*">
              Service fn="wl-proxy" WebLogicCluster="asera190:7001,asera162:7001" PathTrim="/weblogic"
              </Object>
              <Object name="default">
              NameTrans fn="pfx2dir" from="/ns-icons" dir="C:/Netscape/SuiteSpot/ns-icons"
              NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Netscape/SuiteSpot/ns-icons"
              NameTrans fn="pfx2dir" from="/help" dir="C:/Netscape/SuiteSpot/manual/https/ug"
              NameTrans fn="document-root" root="C:/Netscape/SuiteSpot/docs"
              PathCheck fn="nt-uri-clean"
              PathCheck fn="check-acl" acl="default"
              PathCheck fn="find-pathinfo"
              PathCheck fn="find-index" index-names="index.html,home.html"
              ObjectType fn="type-by-extension"
              ObjectType fn="force-type" type="text/plain"
              Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicCluster="asera190:7001,asera162:7001"
              Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
              Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
              Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
              AddLog fn="flex-log" name="access"
              </Object>
              <Object ppath="/usr/suitespot/docs/.perf">
              Service fn="service-dump"
              </Object>
              <Object name="cgi">
              ObjectType fn="force-type" type="magnus-internal/cgi"
              Service fn="send-cgi"
              </Object>
              Hope this helps
              Krishna Kanth wrote:
              > We are evaluating the Cluster features of WebLogic and got a eval
              > license for the Cluster Support.
              > I am running a default cluster (mycluster) using the default Multicast
              > address (237.0.0.1) and am seeing
              > some strange behaviour/errors.
              > Would appreciate some asistance in this matter.
              >
              > Our Environment
              > ----------------
              >
              > I created directory in a shared file system to host the cluster.
              > (h:\kkanth\weblogic)
              > Created the mycluster directory and other directories as recommended in
              > the Administrator's guide.
              >
              > I have two WL Servers (asera190 and asera162) with permanent IP
              > addresses of 10.1.1.61 and 10.1.1.70 respectively. They run NT 4.0.
              > I'm using a NES proxy on asera190 with the plugin for WL specified in
              > obj.conf alongwith the other parameters.
              >
              > I'm able to have both the servers join to cluster mycluster and the WL
              > Admin Console does display a tree that depicts the cluster as well as
              > servers in it (server61 and server70). The individual server directories
              > are being created in h:\kkanth\weblogic\mycluster directory with the
              > appropriate access.log and weblogic.log files.
              >
              > When a browser attempts to access a URL such as
              >
              > http://asera190/weblogic/snoop it does return the proper response, but
              > all requests are processed by asera162 which is listed first in the
              > obj.conf. Opening multiple sessions does not cause the requests to be
              > sent to asera190 which is the second server in the cluster. When
              > asera162 is shutdown and removed from the cluster, I hoped that
              > subsequent requests would go to asera190. However , depending on the
              > origin of the request, different errors were thrown. If I try to access
              > http://asera190/weblogic/snoop from a browser on asera190, I get an
              > error "Failure at line 351 of file proxy.cpp" ,while trying the same URL
              > from asera162 cause "Failure at line 706 of file proxy.cpp".
              >
              > I'm attaching the weblogic.properties file kept in h:\kkanth\weblogic
              > directory as well as the obj.conf file in the ....\config\ directory of
              > asera190.
              >
              > We are running NES 3.5.1 and have setup proxy35.dll appropriately.
              >
              > weblogic.properties
              > *********
              > # THE WEBLOGIC PROPERTIES FILE
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # This file, which conforms to the java.util.Properties file
              > # definition, configures your WebLogic products. You cannot run
              > # WebLogic Server without setting required configuration properties in
              > this
              > # file. Required properties are marked and appear first in the file.
              > #
              > # Details on each entry and important information about configuration
              > # and security are documented on our website. Please go to:
              > #
              > # http://www.weblogic.com/docs45/admindocs/properties.html
              > #
              > # for full instructions on how to edit this file.
              > #
              > # You do not need to include properties in this file unless you want to
              > # change the default, embedded property. Some properties on the
              > # T3AdminProps page are not listed here because the default property
              > # is being used. You can change the default by adding the property and
              > # its value to this file.
              > #
              > # You cannot set weblogic.system.home in this file, since the WebLogic
              > Server
              > # must know where home is in order to retrieve this file. You can
              > # change WebLogic home on the command line when you start the
              > # WebLogic Server.
              > #
              > # CLUSTER USERS: Note that the (shared) per-cluster properties file
              > should
              > # contain most all of the properties in this file. The only properties
              > # that potentially belong in a per-server properties file for a server
              > # running in a cluster are the registration (startup class) of pinned
              > # RMI objects, and a few tuning properties that may be different for
              > # servers in the cluster, depending upon hardware and memory. If you use
              >
              > # a per-server properties file, please REMOVE all properties except
              > those
              > # that are specifically required in the per-server properties file. You
              > # can find specific notes on clusters by searching through this file for
              >
              > # "CLUSTER USERS".
              > #
              > # -------------------------------------------------
              > # The way this file is organized:
              > # Core properties (includes REQUIRED and RECOMMENDED)
              > # Core system properties
              > # Core security-related properties
              > # Core security-related properties for SSL
              > # Core HTTPD administrative properties
              > #
              > # Optional properties
              > # Administrator properties
              > # System properties
              > # System startup files
              > # System shutdown files
              > # Security-related properties for Workspaces
              > # Jolt for WebLogic properties
              > # WebLogic Enterprise Connectivity properties
              > # WebLogic File properties
              > # WebLogic JMS demo properties
              > # WebLogic RMI demo properties
              > # WebLogic EJB demo properties
              > # WebLogic ZAC demo properties
              > # HTTPD administrative properties
              > # WebLogic JDBC driver properties
              > # WebLogic JDBC connection pool management
              > # WebLogic demo connection pool
              > # WebLogic HTTP Servlet properties
              > # Proxy servlet registration
              > # Classpath servlet registration
              > # File servlet registration
              > # ServerSideInclude servlet registration
              > # PageCompileServlet (used by JHTML)
              > # JSPServlet (used by JSP)
              > # ServletServlet registration
              > # Servlet reload properties
              > # Servlet ACLs
              > # WebLogic JHTML properties
              > # User-written and demo servlet registrations
              > # -------------------------------------------------
              >
              > #################################################################
              > # CORE PROPERTIES
              > # -------------------------------------------------
              > # You should set these before you start the WebLogic Server the first
              > time.
              > # If you need more instructions on individual properties in this
              > # section, check the same section in the Optional Properties, where
              > # we've left the long explanations. Or, better yet, go to our
              > # website and read all about properties, at:
              > # http://www.weblogic.com/docs45/admindocs/properties.html
              > #################################################################
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # CORE SYSTEM PROPERTIES
              > # -------------------------------------------------
              > # TCP/IP port number at which the WebLogic Server listens for
              > connections
              > weblogic.system.listenPort=7001
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # CORE SECURITY-RELATED PROPERTIES
              > # -------------------------------------------------
              > # Read important information about security at:
              > #
              > # http://www.weblogic.com/docs45/admindocs/properties.html
              > #
              > # REQUIRED: The system password MUST be set in order to start the
              > # WebLogic Server. This password is case-sensitive, at least 8
              > characters.
              > # The username for the privileged user is ALWAYS "system".
              > # This username and password also includes httpd access (see
              > # HTTPD properties below).
              > weblogic.password.system=kaykayka
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # RECOMMEND Set to 'everyone' if HTTPD is enabled
              > weblogic.allow.execute.weblogic.servlet=everyone
              > # Set individual ACLs to restrict access to HTTP-related resources,
              > # such as the Administration servlets.
              > # To make your own servlets generally available, follow this
              > # pattern (provide a weblogic.allow.execute) for your packages and
              > # set ACLs as appropriate.
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # CORE SECURITY-RELATED PROPERTIES FOR SSL
              > # ------------------------------------------------
              > # Read important information about SSL at:
              > #
              > # http://www.weblogic.com/docs45/classdocs/API_secure.html
              > #
              > # Enable SSL
              > # (default if property not defined is false)
              > weblogic.security.ssl.enable=true
              > #
              > # SSL listen port
              > weblogic.system.SSLListenPort=7002
              >
              > # Servlets for SSL
              > # ------------------------------------------------
              > # Authentication servlet for creating tokens for applets
              > weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
              >
              > # Limits number of unclaimed stored tokens
              > weblogic.security.certificateCacheSize=3
              > # Capture CA root of client servlet
              > weblogic.httpd.register.T3AdminCaptureRootCA=admin.T3AdminCaptureRootCA
              >
              > # Certificates for SSL
              > # ------------------------------------------------
              > # Name of acceptable CA roots
              > # For client authentication change value to a valid .pem file
              > #weblogic.security.clientRootCA=SecureServerCA.pem
              > #
              > # Server certificates for SSL
              > # ------------------------------------------------
              > weblogic.security.certificate.server=democert.pem
              > weblogic.security.key.server=demokey.pem
              > weblogic.security.certificate.authority=ca.pem
              >
              > # registration for certificate generator servlet
              > weblogic.httpd.register.Certificate=utils.certificate
              > weblogic.allow.execute.weblogic.servlet.Certificate=system
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # CORE HTTPD ADMINISTRATIVE PROPERTIES
              > # ------------------------------------------------
              > # True permits the HTTPD to run (default)
              > # Uncomment this property to disable HTTPD
              > #weblogic.httpd.enable=false
              > #
              > # If authentication is required, add username/password for each user
              > # who will be included in an ACL, as in this commented-out example:
              > #weblogic.password.peter=#8gjsL4*
              >
              > #################################################################
              > # OPTIONAL PROPERTIES
              > # ------------------------------------------------
              > # These properties affect the behavior of the WebLogic Server.
              > # You only need to set these properties if you want
              > # to change the default setting, which is the property shown.
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # ADMINISTRATOR PROPERTIES
              > # ------------------------------------------------
              > # Administrator properties are optional information properties,
              > # particularly useful for clusters.
              > #weblogic.administrator.location=3355 California Drive, West Hampshire,
              > CA 94104
              > #weblogic.administrator.name=Joe Administrator
              > #weblogic.administrator.phone=1 415 555 1234
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # SYSTEM PROPERTIES
              > # ------------------------------------------------
              > # System properties in this section are set to system defaults
              >
              > # Performance pack. The shared library must be accessible from your
              > # PATH (NT) or from your shared library path (UNIX; the name of the
              > # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
              > weblogic.system.nativeIO.enable=true
              >
              > # Outputs logging information to the console as well as to the log file
              > weblogic.system.enableConsole=true
              >
              > # Sets the directory or URL for the WebLogic Admin help pages
              > # The help pages are shipped in the "docs/adminhelp" directory, in the
              > # default document root in public_html
              > weblogic.system.helpPageURL=d:/weblogic/myserver/public_html/docs/adminhelp/
              >
              > # If you prefer to access the most recent help pages, you can do so
              > online
              > # by commenting out the previous property and uncommenting this one:
              > #weblogic.system.helpPageURL=http://www.weblogic.com/docs45/adminhelp/
              >
              > # Properties for tuning the server's performance
              > # ------------------------------------------------
              > # Number of WebLogic Server execute threads.
              > weblogic.system.executeThreadCount=15
              >
              > # Other optional system properties
              > # ------------------------------------------------
              > # Limits size of weblogic.log (in K) and versions old log
              > weblogic.system.maxLogFileSize=1024
              >
              > # Adjust minimum length of password
              > weblogic.system.minPasswordLen=8
              >
              > # UNIX only: If running on port 80 on UNIX, enable the setUID program
              > #weblogic.system.enableSetUID=false
              >
              > # UNIX only: Unprivileged user to setUID to after starting up
              > # WebLogic Server on port 80
              > #weblogic.system.nonPrivUser=nobody
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # CLUSTER-SPECIFIC PROPERTIES
              > # ------------------------------------------------
              > # Cluster-specific properties in this section are set to system
              > defaults.
              > # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
              >
              > # in the per-cluster properties file ONLY.
              > #
              > # Time-to-live (number of hops) for the cluster's multicast messages
              > # (default 1, range 1-255).
              > #weblogic.cluster.multicastTTL=1
              > #
              > # Sets the load-balancing algorithm to be used between
              > # replicated services if none is specified. If not specified,
              > # round-robin is used.
              > #weblogic.cluster.defaultLoadAlgorithm=round-robin
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # SERVER-SPECIFIC CLUSTER PROPERTIES
              > # ------------------------------------------------
              > # Cluster-related properties in this section are set to system defaults.
              >
              > # CLUSTER USERS: Note that these server-specific cluster-related
              > properties
              > # should be set in the per-server properties file ONLY.
              > #
              > # Sets the weight of the individual server for the weight-based
              > load-balancing.
              > # Range is 0 - 100.
              > # Larger numbers increase the amount of traffic routed to this server.
              > #weblogic.system.weight=100
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # SYSTEM STARTUP FILES - Examples
              > # ------------------------------------------------
              > # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
              > # objects should be registered in the per-server properties file.
              > # All other startup classes should be registered in the per-cluster
              > # properties file.
              > #
              > # For more info on writing and using startup file, see the
              > # Developers Guide "Writing a WebLogic Client application," at
              > # http://www.weblogic.com/docs45/classdocs/API_t3.html
              > #
              > # Register a startup class by giving it a virtual name and
              > # supplying its full pathname.
              > #weblogic.system.startupClass.[virtual_name]=[full_pathname]
              > #
              > # Add arguments for the startup class
              > #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
              > #
              > # This example shows the entry for examples/t3client/StartupQuery.java
              > #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
              > #weblogic.system.startupArgs.doquery=\
              > # query=select * from emp,\
              > # db=jdbc:weblogic:pool:demoPool
              > #
              > # Other system startup files for use with VisiBroker
              > # ------------------------------------------------
              > # Starts the VisiBroker WebLogic Server proxy with the WebLogic Server
              > # You must have installed Visigenic 2.5 for use with
              > # the WebLogic Server before you uncomment these properties
              > #weblogic.system.startupClass.dovisi=weblogic.corba.visi.t3server.Startup
              >
              > #weblogic.system.startupArgs.dovisi=\
              > # clientName=T3Client Manager,\
              > # connName=T3Connection Manager
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # SYSTEM SHUTDOWN FILES - Examples
              > # ------------------------------------------------
              > # For more info on writing and using shutdown file, see the
              > # Developers Guide "Writing a WebLogic Client application," at
              > # http://www.weblogic.com/docs45/classdocs/API_t3.html
              > #
              > # Register a shutdown class by giving it a virtual name and
              > # supplying its full pathname.
              > #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
              > #
              > # Add arguments for the shutdown class
              > #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
              > #
              > # This example shows the entry for examples/t3client/ShutdownTest.java
              > #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
              >
              > #weblogic.system.shutdownArgs.ShutdownTest=\
              > # outfile=c:/temp/shutdown.log
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # SECURITY-RELATED PROPERTIES FOR WORKSPACES
              > # ------------------------------------------------
              > # For backward compatibility, the following entries disable Access
              > # Control on Workspaces
              > weblogic.allow.read.weblogic.workspace=everyone
              > weblogic.allow.write.weblogic.workspace=everyone
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # JOLT FOR WEBLOGIC PROPERTIES
              > # ------------------------------------------------
              > # These properties configure a BEA Jolt connection pool for use with
              > # the simpapp and bankapp examples, and register a servlet for use with
              > # with the simpapp example. The default server address provided here
              > # points to a public TUXEDO server that is hosted by BEA for use with
              > # this example.
              > #
              > # Servlet registration for simpapp example:
              > # ------------------------------------------------
              > #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet
              >
              > #
              > # Pool creation and cleanup
              > # note this example is set up to work with the public
              > # demo TUXEDO server available from BEA's website:
              > # ------------------------------------------------
              > #weblogic.system.startupClass.demojoltpoolStart=\
              > # bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
              > #weblogic.system.startupArgs.demojoltpoolStart=\
              > # poolname=demojoltpool,\
              > # appaddrlist=//beademo1.beasys.com:8000,\
              > # failoverlist=//beademo1.beasys.com:8000,\
              > # minpoolsize=1,\
              > # maxpoolsize=3
              > #
              > #weblogic.system.shutdownClass.demojoltpoolStop=\
              > # bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
              > #weblogic.system.shutdownArgs.demojoltpoolStop=\
              > # poolname=demojoltpool
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
              > # ------------------------------------------------
              > # The registrations enable a BEA IIOP connection pool and
              > # register servlets for use with the simpapp and university examples.
              > # Configure for your environment and uncomment to use.
              > # Uncommenting these properties requires WebLogic Enterprise
              > Connectivity
              > # and an operating WebLogic Enterprise Server.
              > #
              > # Servlet registration for simpapp servlet example
              > # ------------------------------------------------
              > #weblogic.httpd.register.SimpappServlet=\
              > # examples.wlec.servlets.simpapp.SimpappServlet
              > #
              > #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
              > #
              > # Servlet registration for simpapp EJB example
              > # (You'll need to add the wlec_ejb_simpapp.jar to the
              > # weblogic.ejb.deploy property in this file.)
              > # --------------------------------------------
              > #weblogic.httpd.register.ejbSimpappServlet=\
              > # examples.wlec.ejb.simpapp.ejbSimpappServlet
              > #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
              > #
              > # Pool creation and cleanup for the simpapp example
              > # -------------------------------------------------
              > #weblogic.CORBA.connectionPool.simplepool=\
              > # appaddrlist=//wlehost:2468,\
              > # failoverlist=//wlehost:2468,\
              > # minpoolsize=2,\
              > # maxpoolsize=3,\
              > # username=wleuser,\
              > # userrole=developer,\
              > # domainname=simpapp
              > #
              > # Servlet registration for university Servlet example:
              > # ---------------------------------------------------
              > #weblogic.httpd.register.UniversityServlet=\
              > # examples.wlec.servlets.university.UniversityServlet
              > #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
              > #
              > # Pool creation and cleanup for the University example:
              > # ----------------------------------------------------
              > #weblogic.CORBA.connectionPool.Univpool=\
              > # appaddrlist=//wlehost:2498,\
              > # failoverlist=//wlehost:2498,\
              > # minpoolsize=2,\
              > # maxpoolsize=3,\
              > # username=wleuser,\
              > # userrole=developer,\
              > # apppassword=wlepassword,\
              > # domainname=university
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC FILE PROPERTIES
              > # ------------------------------------------------
              > # Maps a volume name to a path, for client file read/write
              > #weblogic.io.fileSystem.[volumeName]=[fullPathName]
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC JMS DEMO PROPERTIES
              > # -------------------------------------------------
              > # CLUSTER USERS: Note that ALL JMS deployment should be done in the
              > # per-cluster properties file ONLY.
              > #
              > # You set up a JDBC connection pool if you want persistent messages
              > # (including durable subscriptions). To use JMS and EJBs in the same
              > # transaction, both must use the same JDBC connection pool. Uncomment
              > # the following property to use the default JDBC connection pool
              > # 'demo', which is defined in the Demo connection pool section of this
              > file.
              > #
              > #weblogic.jms.connectionPool=demoPool
              > #
              > # The JMS Webshare example demonstrates how the ClientID for a
              > # durable subscriber is configured in the connection factory:
              > #
              > #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
              > #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
              >
              > #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
              > #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
              > #
              > # The JMS trader example shows how to use JMS with an EJB. In addition
              > # to uncommenting the following properties, you must also set up and
              > # deploy the EJB example examples.ejb.basic.statefulSession.Trader to
              > # try out this JMS example:
              > #
              > #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
              > #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
              > #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
              > #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
              > #
              > # Registers the underlying servlet
              > #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
              > #
              > # These properties are used with the ServerReceive JMS example,
              > # which demonstrates how to establish a JMS message consumer
              > # in a startup class:
              > #
              > #weblogic.system.startupClass.serverReceive=\
              > # examples.jms.startup.ServerReceive
              > #weblogic.system.startupArgs.serverReceive=\
              > # connectionFactory=javax.jms.TopicConnectionFactory,\
              > # topic=javax.jms.exampleTopic
              > #
              > # These properties are used with the PoolReceive JMS example,
              > # which demonstrates how to establish a pool of JMS message consumers
              > # in a startup class:
              > #weblogic.system.startupClass.poolReceive=\
              > # examples.jms.startup.PoolReceive
              > #weblogic.system.startupArgs.poolReceive=\
              > # connectionFactory=javax.jms.TopicConnectionFactory,\
              > # topic=javax.jms.exampleTopic
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC RMI DEMO PROPERTIES
              > # ------------------------------------------------
              > # CLUSTER USERS: Note that pinned RMI objects should be registered
              > # in the per-server properties file ONLY. All other RMI startup
              > # classes should be registered in the per-cluster properties file.
              > #
              > # Remote classes registered at startup after the pattern:
              > #weblogic.system.startupClass.[virtualName]=[fullPackageName]
              > #
              > # These examples can be compiled to see RMI in action. Uncomment to use:
              >
              > #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
              >
              > #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC EJB DEMO PROPERTIES
              > # -------------------------------------------------
              > # CLUSTER USERS: Note that ALL EJB deployment should be done in the
              > # per-cluster properties file ONLY.
              > #
              > # See WebLogic Demo Connection Pool below for a connection pool
              > # to use with these examples.
              > #
              > # Deploys EJBeans. Uncomment the appropriate lines below and
              > # modify DBMS-related info and paths to match your particular
              > installation:
              > #weblogic.ejb.deploy=\
              > # d:/weblogic/myserver/cluster_ejb.jar, \
              > # d:/weblogic/myserver/ejb_basic_beanManaged.jar, \
              > # d:/weblogic/myserver/ejb_basic_containerManaged.jar, \
              > # d:/weblogic/myserver/ejb_basic_statefulSession.jar, \
              > # d:/weblogic/myserver/ejb_basic_statelessSession.jar, \
              > # d:/weblogic/myserver/ejb_extensions_isModified.jar, \
              > # d:/weblogic/myserver/ejb_extensions_isModifiedBeanManaged.jar, \
              >
              > # d:/weblogic/myserver/ejb_sequence_jdbc.jar, \
              > # d:/weblogic/myserver/ejb_sequence_oracle.jar, \
              > # d:/weblogic/myserver/ejb_subclass.jar, \
              > # d:/weblogic/myserver/jolt_ejb_bankapp.jar
              > #
              > # Servlets used by the EJB basic examples beanManaged and
              > # containerManaged. Uncomment to use:
              > #weblogic.httpd.register.beanManaged=\
              > # examples.ejb.basic.beanManaged.Servlet
              > #weblogic.httpd.register.containerManaged=\
              > # examples.ejb.basic.containerManaged.Servlet
              > #
              > # Add a list of users (set the password with
              > weblogic.password.[username]=XXX)
              > # to set an ACL for this servlet:
              > #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
              > #weblogic.allow.execute.weblogic.servlet.containerManaged=user1,user2,etc
              >
              > #weblogic.password.user1=user1Password
              > #weblogic.password.user2=user2Password
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # WEBLOGIC ZAC DEMO PROPERTIES
              > # -------------------------------------------------
              > # These registrations enable the ZAC Publish Wizard.
              > #
              > weblogic.zac.enable=true
              > #
              > # Set the publish root for a WebLogic Server. Edit and
              > # uncomment to use
              > #
              > #weblogic.zac.publishRoot=d:/weblogic/zac
              > #
              > # Set an ACL for each package you publish. The [name] is
              > # the "Package name" you assign in the ZAC Publish Wizard.
              > # Publish a package, edit this property, and uncomment to use.
              > #weblogic.allow.read.weblogic.zac.[name]=[user list]
              > #weblogic.allow.write.weblogic.zac.[name]=system
              >
              > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
              > # HTTPD ADMINISTRATIVE PROPERTIES
              > # ------------------------------------------------
              > # Enables logging of HTTPD info in common log format and
              > # sets the log file name (default is "access.log" in "myserver")
              > weblogic.httpd.enableLogFile=true
              > weblogic.httpd.logFileName=access.log
              >
              > # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
              > weblogic.httpd.enableEvents=false
              >
              > # Enables HTTP sessions
              > weblogic.httpd.session.enable=true
              >
              > # Sets an optional cookie name. The default name is "WebLogicSession".
              > # Prior to version 4.0, the default was "TengahSession". To make
              > # this backward compatible with cookies generated from previous
              > # installations, you should set this property to "TengahSession".
              > # Uncomment t

  • Slowness with Adobe Premiere Elements 11 inside a Proxy

    Hi all
    I recently started working for a state government agency, we have 2 users in our department that have Adobe Premiere Elements 11 installed (they have for quite a while) I noticed while working on their PC that Photoshop elements can take 5-10 minutes to start once they click on video editor and new Project, also the help files do not work they produce a page cannot be found error.
    I am replacing there PC in a standard upgrade rollout schedule and I have noticed the same issue on their new PC's, after looking into this I thought I would try the application on the same PC but connected up to a standard ADSL line outside of our network and proxy, the application opens with 10-15 seconds and the help menus are working.
    Is there any exceptions I could ask our network administrators to put into the proxy to allow the traffic out and in to fix this issue.
    The PC is running Adobe Premiere Elements 11
    Windows 7 x32 install
    The PC far exceeds the minimum requirements for the application as listed on this website.
    Any help would be great, thank you in advance for your time.

    Your question is about Premiere Elements which has a seperate forum. Please post your question here as there are better people to answere to your question.
    http://forums.adobe.com/community/premiere_elements

  • IMac mid 2010 slow with 10.9

    Hi,
    My 2010 imac (i5, 4G mem) has been pretty slow since mavericks - the system seems slow and unresponsive with even simple operations seeming sluggish (my 8yr old core 2 duo laptop with 10.6 was way more responsive).
    I came across the thread Re: iMac mid 2010 slow with 10.9 and hoped I might be able to get some advice.
    I have previously reinstalled the system from fresh to see if this would help - and while it did for a while it seems to have become slow again.
    I tried starting in safe mode and it didn't seem very different. Some operations seemed slower and the window redrawing was really choppy and a bit weird (not sure if this is usual in safe mode?)
    I noticed that while I was running EtreCheck and perhaps also Diskutility just now (after running the imac in safemode and then restarting it) that the Finder kept restarting. All the icons would vanish and then reload in the finder window and on the desktop. I haven't seen this before.
    I have installed and run EtreCheck and the results are below. If anyone could give some advice that would be really appreciated. Thanks
    EtreCheck version: 1.9.12 (48)
    Report generated 23 July 2014 9:31:05 am AEST
    Hardware Information:
        iMac (27-inch, Mid 2010) (Verified)
        iMac - model: iMac11,3
        1 2.8 GHz Intel Core i5 CPU: 4 cores
        4 GB RAM
    Video Information:
        ATI Radeon HD 5750 - VRAM: 1024 MB
            iMac 2560 x 1440
    System Software:
        OS X 10.9.3 (13D65) - Uptime: 0 days 0:10:13
    Disk Information:
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Drive (disk0s2) / [Startup]: 999.35 GB (531.29 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information:
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper:
        Anywhere
    Kernel Extensions:
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) Support
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) Support
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.12) Support
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.12) Support
    Launch Daemons:
        [loaded]    com.adobe.fpsaud.plist Support
        [running]    com.elgato.EyeConnect.plist Support
        [loaded]    com.spotflux.Spotflux.tun.plist Support
        [not loaded]    org.virtualbox.startup.plist Support
    User Launch Agents:
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [not loaded]    org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
        Quicksilver
        iTunesHelper
        EyeTV Helper
        Dropbox
        Google Drive
        Canon IJ Network Scanner Selector EX
        Launch Nikon Message Center 2
        spotflux
    Internet Plug-ins:
        FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
        AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
        Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
        Default Browser: Version: 537 - SDK 10.9
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
        Flash Player  Support
    Time Machine:
        Auto backup: YES
        Volumes being backed up:
            Drive: Disk size: 930.71 GB Disk used: 435.91 GB
        Destinations:
            Seagate Expansion Drive [Local] (Last used)
            Total size: 2 
            Total number of backups: 16
            Oldest backup: 2013-04-07 12:02:01 +0000
            Last backup: 2014-07-09 05:14:20 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 435.91 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
             1%    WindowServer
             1%    firefox
             0%    fontd
             0%    dpd
    Top Processes by Memory:
        471 MB    firefox
        139 MB    com.apple.IconServicesAgent
        106 MB    Finder
        90 MB    mds_stores
        82 MB    Dropbox
    Virtual Memory Information:
        613 MB    Free RAM
        1.85 GB    Active RAM
        1.12 GB    Inactive RAM
        440 MB    Wired RAM
        1.36 GB    Page-ins
        60 KB    Page-outs

    Hi,
    thankyou for helping. I think I have managed to follow both steps below. The errors that are occurring related directly to the finder crashing  - I am not sure if this is related to the general slowness but it would be great to fix.
    Thanks
    STEP 1
    This is a small section of consective System log Queries. There is a cycle with the crashes that reoccurs regularly but this section seems to capture the errors that are occurring.
    23/07/2014 11:18:38.172 am ReportCrash[1102]: Saved crash report for Finder[1099] version 10.9.3 (10.9.3) to /Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-111838_nathans-i Mac.crash
    23/07/2014 11:18:38.188 am ReportCrash[1102]: Removing excessive log: file:///Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-105828_na thans-iMac.crash
    23/07/2014 11:19:37.000 am kernel[0]: Data/Stack execution not permitted: Finder[pid 1103] at virtual address 0x10e603000, protections were read-only
    23/07/2014 11:19:38.026 am com.apple.launchd.peruser.501[265]: (com.apple.Finder[1103]) Job appears to have crashed: Bus error: 10
    23/07/2014 11:19:38.148 am ReportCrash[1102]: Saved crash report for Finder[1103] version 10.9.3 (10.9.3) to /Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-111938_nathans-i Mac.crash
    23/07/2014 11:19:38.149 am ReportCrash[1102]: Removing excessive log: file:///Users/nathan/Library/Logs/DiagnosticReports/Finder_2014-07-23-105928_na thans-iMac.crash
    23/07/2014 11:19:38.301 am Google Drive[332]: Failed to send: -609
    23/07/2014 11:20:17.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1109[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    23/07/2014 11:20:38.000 am kernel[0]: Data/Stack execution not permitted: Finder[pid 1108] at virtual address 0x109e84000, protections were read-only
    23/07/2014 11:20:38.696 am com.apple.launchd.peruser.501[265]: (com.apple.Finder[1108]) Job appears to have crashed: Bus error: 10
    STEP 2
    Process:    
    Finder [1012]
    Path:       
    /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: 
    com.apple.finder
    Version:    
    10.9.3 (10.9.3)
    Build Info: 
    Finder_FE-885003002000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [265]
    Responsible:
    Finder [1012]
    User ID:    
    501
    Date/Time:  
    2014-07-23 11:03:30.239 +1000
    OS Version: 
    Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  541515EE-7A24-B680-6680-DFD7AAD386B4
    Crashed Thread:  7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0:
    -->
    __TEXT            
    000000010c6b4000-000000010cb83000 [ 4924K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x0000000112e04a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x0000000112e03d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x0000000111807fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00000001118075e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x0000000111806f25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox     
    0x000000010f4f0a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox     
    0x000000010f4f07b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox     
    0x000000010f4f05bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit        
    0x00000001104b726e _DPSNextEvent + 1434
    9   com.apple.AppKit        
    0x00000001104b68bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit        
    0x00000001104aa9bc -[NSApplication run] + 553
    11  com.apple.AppKit        
    0x00000001104957a3 NSApplicationMain + 940
    12  com.apple.finder        
    0x000000010c6ba770 0x10c6b4000 + 26480
    13  libdyld.dylib           
    0x0000000112c6a5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x0000000112e09662 kevent64 + 10
    1   libdispatch.dylib       
    0x0000000112c30421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x0000000112c30136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x0000000112e04a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x0000000112e03d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x0000000111807fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00000001118075e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x0000000111806f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit        
    0x000000011065705e _NSEventThread + 144
    6   libsystem_pthread.dylib 
    0x0000000112f1c899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x0000000112f1c72a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x0000000112f20fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x0000000112e08e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x0000000112f1df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x0000000112f20fb9 start_wqthread + 13
    Thread 6:
    Thread 7 Crashed:
    0   com.apple.finder        
    0x000000010c9b3fc2 0x10c6b4000 + 3145666
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x000000000974c984  rbx: 0x0000000000000050  rcx: 0x000000010e6a8000  rdx: 0x0000000000000050
      rdi: 0x000000010e6a8000  rsi: 0x000000010e2f2000  rbp: 0x000000010e6a9ff0  rsp: 0x000000010e6a9f78
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010e2f2000
      rip: 0x000000010c9b3fc2  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:
    0
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10c6b4000 -   
    0x10cb82ff5  com.apple.finder (10.9.3 - 10.9.3) <904FF4B2-31A2-30F8-B606-784D38AF7232> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x10ccb7000 -   
    0x10cde7ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10ce6a000 -   
    0x10cecdffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10cf0d000 -   
    0x10cf48fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10cf5d000 -   
    0x10cf62fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x10cf6f000 -   
    0x10cfdbfff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x10d010000 -   
    0x10d03cff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x10d06b000 -   
    0x10d14ffff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x10d212000 -   
    0x10d25dfff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x10d2a6000 -   
    0x10d442ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x10d520000 -   
    0x10d52efff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10d53c000 -   
    0x10d600ff7  com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x10d68b000 -   
    0x10d6dcfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x10d71c000 -   
    0x10d8d4ffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
    0x10d97b000 -   
    0x10d982fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x10d98e000 -   
    0x10dbeffff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x10de40000 -   
    0x10df11fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x10dfca000 -   
    0x10e253fff  com.apple.CommerceKit (1.2.0 - 232.9) <F7FE41AC-AEFE-39B9-892B-0CD486C8E442> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
    0x10e2f3000 -   
    0x10e345ff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x10e38d000 -   
    0x10e4e1ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x10e577000 -   
    0x10e648ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <B26C8237-52E0-3E93-A2E2-147B57B3292E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x10e6ae000 -   
    0x10e6afff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10e6b4000 -   
    0x10e73ffff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
    0x10e767000 -   
    0x10e7adfff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x10e7da000 -   
    0x10e7e4ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
    0x10e7f4000 -   
    0x10e835fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10f088000 -   
    0x10f0b6ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x10f0e8000 -   
    0x10f0ebfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x10f0f2000 -   
    0x10f0fefff  com.apple.Collaboration (71 - 71) <0CD617F3-354C-3FEF-A966-C2553B7662EE> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x10f10f000 -   
    0x10f369ffd  com.apple.security (7.0 - 55471.14.4) <1D5DA20E-DB48-3E1D-9BF5-BAA694192B25> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10f4b8000 -   
    0x10f4b8fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x10f4c2000 -   
    0x10f76cff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x10f8cb000 -   
    0x10f8d8fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x10f8ed000 -   
    0x10fbebfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x10fe2d000 -   
    0x10ffdaf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x10fffd000 -   
    0x11004ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x1100b0000 -   
    0x1100b1ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
    0x1100b9000 -   
    0x11017bff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x1101e9000 -   
    0x110384ff8  com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x11048d000 -   
    0x11048dfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x110493000 -   
    0x111009ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x111797000 -   
    0x11197cfff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x111af4000 -   
    0x111bfaff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x111c66000 -   
    0x111c66fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x111c6d000 -   
    0x111ce0fff  com.apple.securityfoundation (6.0 - 55122.1) <D5AA4461-7406-3054-875D-0EDA3A6030EA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x111d22000 -   
    0x112641f43  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x11276e000 -   
    0x11277efff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x112789000 -   
    0x1127a2ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x1127b7000 -   
    0x1127c2ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x1127d2000 -   
    0x112802fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x11282f000 -   
    0x11289eff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x1128d1000 -   
    0x11295afff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x1129a8000 -   
    0x1129edff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x112a24000 -   
    0x112a33ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x112a43000 -   
    0x112a90ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x112ac0000 -   
    0x112af9ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x112b1b000 -   
    0x112b24fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x112b3c000 -   
    0x112b4dff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x112b57000 -   
    0x112b5affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x112b6a000 -   
    0x112b6afff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x112b73000 -   
    0x112b77ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x112b83000 -   
    0x112b8dfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x112b9e000 -   
    0x112ba5fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x112bb6000 -   
    0x112bbdff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x112bc8000 -   
    0x112c16fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x112c2d000 -   
    0x112c47fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x112c67000 -   
    0x112c6aff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x112c77000 -   
    0x112c77ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x112c82000 -   
    0x112c89ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x112c93000 -   
    0x112c98fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x112ca3000 -   
    0x112ca5ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x112cad000 -   
    0x112caeffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x112cb6000 -   
    0x112cc7ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x112cd8000 -   
    0x112cd9ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x112ce5000 -   
    0x112d6eff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x112d9c000 -   
    0x112d9eff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x112da7000 -   
    0x112daffff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x112db6000 -   
    0x112dddffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x112df3000 -   
    0x112e0fff7  libsystem_kernel.dylib (2422.100.13) <498AEBD7-4194-3CF2-AA16-D5D03FFBD8C0> /usr/lib/system/libsystem_kernel.dylib
    0x112e39000 -   
    0x112e68fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x112e7a000 -   
    0x112e95ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x112ea1000 -   
    0x112ec8ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x112ee7000 -   
    0x112ef0ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x112efc000 -   
    0x112f02ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x112f1b000 -   
    0x112f22ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x112f32000 -   
    0x112f33ff7  libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib
    0x112f3f000 -   
    0x112f43ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
    0x112f50000 -   
    0x112f51fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x112f5a000 -   
    0x112f5fff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x112f69000 -   
    0x112f8dfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x112fad000 -   
    0x112fefff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x11300e000 -   
    0x113037ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x113045000 -   
    0x113050fff  libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
    0x113056000 -   
    0x113340fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1133c4000 -   
    0x113454ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x1134c2000 -   
    0x113539fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x1135e1000 -   
    0x11364efff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x113695000 -   
    0x1136f0ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x113721000 -   
    0x1137eafff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x113864000 -   
    0x11388dfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x1138b3000 -   
    0x11399dfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x1139b6000 -   
    0x113a9dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x113ad5000 -   
    0x113ae2ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x113af0000 -   
    0x113af4fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x113afb000 -   
    0x113afbffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x113aff000 -   
    0x113b0cff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x113b19000 -   
    0x113b1afff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x113b21000 -   
    0x113b3cff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x113b4c000 -   
    0x113bb0fff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x113bf4000 -   
    0x113bf7fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x113c02000 -   
    0x113c19ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x113c38000 -   
    0x113c42ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x113c50000 -   
    0x113c78ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x113c8b000 -   
    0x113f5ffc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x113fa7000 -   
    0x113fa7fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x113fad000 -   
    0x114078fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x114089000 -   
    0x114139ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x11414b000 -   
    0x11452cffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x114595000 -   
    0x114703ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x11472f000 -   
    0x11481efff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x11489a000 -   
    0x1148e1fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x11490d000 -   
    0x114931ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x11493a000 -   
    0x114993fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x1149a7000 -   
    0x1149c2ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x1149d2000 -   
    0x1149d6ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x1149db000 -   
    0x114ac9fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x114af5000 -   
    0x114af7fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x114afc000 -   
    0x114b43ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x114b5c000 -   
    0x114b75ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x114b92000 -   
    0x114bc1ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x114be6000 -   
    0x114c02fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x114c11000 -   
    0x114d02ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x114d19000 -   
    0x114d7effb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x114dad000 -   
    0x114daefff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x114db3000 -   
    0x114db7ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x114dbe000 -   
    0x114dcaff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x114ddf000 -   
    0x114de8ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x114df5000 -   
    0x114e46ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x114e6f000 -   
    0x114e87ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x114e9a000 -   
    0x114ebfff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x114ecf000 -   
    0x114edbff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x114ee9000 -   
    0x114ef4ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x114f02000 -   
    0x114f05ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x114f0d000 -   
    0x114f0eff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x114f14000 -   
    0x114fccff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x115038000 -   
    0x11507dfff  libcurl.4.dylib (78.92.2) <FE790105-B56B-3972-96F4-E133764FF735> /usr/lib/libcurl.4.dylib
    0x115092000 -   
    0x1150c3fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x1150db000 -   
    0x1150ddfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x1150e5000 -   
    0x1150e7ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x1150ee000 -   
    0x1150f4fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x115106000 -   
    0x11513bffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x11514f000 -   
    0x11515fffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x11516c000 -   
    0x11524bfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x1152b4000 -   
    0x1152e8fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x115302000 -   
    0x11533aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x11537a000 -   
    0x11537affd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x115384000 -   
    0x1155ccff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x1156f6000 -   
    0x1156feff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x11570b000 -   
    0x11571dff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x115733000 -   
    0x1157bfff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x1157f7000 -   
    0x11581cff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x11583c000 -   
    0x115b0cffc  com.apple.CoreImage (9.2.8) <1509987F-5671-3AE3-91C7-18E952ED90C7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x115c01000 -   
    0x115c54fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x115c7c000 -   
    0x115cbbfff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x115cce000 -   
    0x115cd6ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x115ce3000 -   
    0x115ceefff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x115d03000 -   
    0x115d41ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x115d4f000 -   
    0x115d51fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x115d5c000 -   
    0x115d5ffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x115d68000 -   
    0x11619bffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x1163b9000 -   
    0x1163c3ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x1163d5000 -   
    0x116423ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x116440000 -   
    0x1164c1fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x116515000 -   
    0x11656dff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x1165bb000 -   
    0x1165eafff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x116606000 -   
    0x11660ffff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x11661e000 -   
    0x11675ffff  com.apple.QTKit (7.7.3 - 2826.19) <E634E6EC-2C7A-3F86-997B-CFC5D9F89E6B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x116878000 -   
    0x116913ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x116987000 -   
    0x116eaafff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x1171cc000 -   
    0x1171f0fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x117220000 -   
    0x117226ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x117235000 -   
    0x117357fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x117473000 -   
    0x1174bcfff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x1174ec000 -   
    0x117822fff  com.apple.MediaToolbox (1.0 - 1273.54) <E11683F7-BB60-37EB-98B6-BD519D93CB30> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x1178d0000 -   
    0x117d1efef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x117d7b000 -   
    0x117d7bfff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x117d7e000 -   
    0x117d94fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x117dad000 -   
    0x117df9ffe  com.apple.CoreMediaIO (407.0 - 4561) <040A98E4-F480-315B-BCEE-C18AF686492C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x117e24000 -   
    0x117e3bffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x117e53000 -   
    0x117f82fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x117fbc000 -   
    0x117febff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x117ff9000 -   
    0x117ffeff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x11800d000 -   
    0x11800ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x11801c000 -   
    0x1183f3fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x118405000 -   
    0x118422ff7  com.apple.framework.Apple80211 (9.3.2 - 932.59) <DA61BF63-978E-342D-8F7F-83D0169A7F48> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x118434000 -   
    0x11843cff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x118448000 -   
    0x1184afff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x1184e0000 -   
    0x11853ffff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <7F86A7C3-7B7D-3CD7-9758-CA74FB4DE2CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x118584000 -   
    0x1185aeff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x1185c3000 -   
    0x118629fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x118688000 -   
    0x1186d5fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1186e3000 -   
    0x1186edff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x1186f9000 -   
    0x118723ff7  libsandbox.1.dylib (278.11) <BD3D8652-8871-36DB-A27D-3BE4F18428B4> /usr/lib/libsandbox.1.dylib
    0x118730000 -   
    0x118743ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x11875d000 -   
    0x11875ffff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x118765000 -   
    0x11876dfff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x118776000 -   
    0x11877afff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x118785000 -   

  • Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce

    Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce a recovered file despite settings asking it to do so every 5 mins now. When i try to report the problem, it says it has found an issue and gives me a link to a solution....but wont let me click on the link.... PLEASE HELP! It's killing my productivity.

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words.

    My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words and looks them up via dictionary. I currently have a wireless mouse connected and I am still having the same problems.
    I fee like I may have a virus or my laptop is perhaps being accessed remotely. All of the sharing options are unchecked.
    HELP PLEASE
    Very worried!!

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. 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 main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • Kwin works slower with Xorg 1.6. Why?

    I've noticed that kwin works much slower with xorg 1.6.1 and fresh ati drivers than it used to with the old one. I've got radeon r9000. It worked normal with the previous Xorg. The problem is not only with kde4 but also xfce compositing. So if anyone knows what has changed in xorg's work with ati r250 let me know.
    p.s. i've read the wiki. tried different settings. no result
    Last edited by vampiro (2009-04-18 21:09:56)

    I'm having a similar problem, but with any desktop environment. After a _lot_ of troubleshooting, I can say it is 100%  the ATI 7.4-2 driver and/or X 1.6.1
    It seems to be a major thing, as most X 1.6 problem threads have something to do with an ati video card.
    Here is my original (sorta) post.
    Last edited by z.s.tar.gz (2009-04-20 01:37:05)

  • HP Officejet Pro 8500 prints slow with Lion.  One page every 1.5 to 2 min.  Apple support offered no help and HP unable to help. Any suggestions?

    HP Officejet Pro 8500 Wireless prints slow with lion. One page every 1.5 to 2 min.  Apple support and HP no help.  Any suggestions?

    Although printer is wireless capable I have it connected directly to iMac via USB to help with speed.  I just completed resetting printer and reinstalling to no avail, still approx 2 min to print one page.

  • Mac running slow with Yosemite

    Mac Running slow with Yosemite install.
    report is below.  Now what do I do?   Thanks Stu
    Problem description:
    Mac running very slow after Yosemite install.  Wheel turns almost all the time
    EtreCheck version: 2.0.11 (98)
    Report generated November 7, 2014 at 10:14:41 AM PST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.7 GHz Intel Core i7 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 14:53:8
    Disk Information: ℹ️
      Hitachi HTS547550A9E384 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (343.70 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) Support
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.bird.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.coreservices.uiagent.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.pluginkit.pkd.plist
      [failed] com.apple.recentsd.plist
      [failed] com.apple.SafariNotificationAgent.plist
      [failed] com.apple.sbd.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.syncdefaultsd.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.awdd.plist
      [failed] com.apple.cache_delete.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.MobileFileIntegrity.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.periodic-daily.plist
      [failed] com.apple.periodic-weekly.plist
      [failed] com.apple.smbd.plist
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.spindump.plist
      [failed] com.apple.tccd.system.plist
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.sonos.smbbump.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 2.4.0.11 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 498.88 GB Disk used: 155.18 GB
      Destinations:
      Seagate Backup Plus Drive [Local]
      Total size: 3.00 TB
      Total number of backups: 106
      Oldest backup: 2012-07-30 21:42:20 +0000
      Last backup: 2014-11-07 07:42:37 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          12% mds
          6% WindowServer
          0% Dropbox
          0% AppleSpell
          0% fontd
    Top Processes by Memory: ℹ️
      90 MB Safari
      34 MB WindowServer
      26 MB mds
      26 MB cloudd
      21 MB soagent
    Virtual Memory Information: ℹ️
      64 MB Free RAM
      766 MB Active RAM
      721 MB Inactive RAM
      1.13 GB Wired RAM
      18.26 GB Page-ins
      120 MB Page-outs

    my mac is also running very slowly with that spinning beach ball constantly making its unwanted presence felt. i've tried the following so far:
    - safe boot
    - cleared items from Users / Groups | Login
    - checked Activity Monitor to remove any processes in red
    - run disk verify
    - reinstalled the OS X
    here is the output from my EtreCheck ...
    Problem description:
    mac running very slowly with yosemite
    EtreCheck version: 2.1.8 (121)
    Report generated 8 March 2015 1:41:06 pm AEDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Late 2012) (Technical Specifications)
        iMac - model: iMac13,2
        1 2.9 GHz Intel Core i5 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GTX 660M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:8:1
    Disk Information: ℹ️
        APPLE HDD ST1000DM003 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (737.74 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apogee Duet USB
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. MacBook Air SuperDrive
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/AirParrot.app
        [not loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.7) [Click for support]
        [not loaded]    com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7) [Click for support]
            /Library/Extensions
        [not loaded]    com.apogeedigital.kext.ApogeeUSBDuetAudio (1.0.0a1 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.5.1) [Click for support]
        [not loaded]    com.pctools.iantivirus.kfs (1.0.1) [Click for support]
    Launch Agents: ℹ️
        [running]    com.ApogeePopup.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.DuetUSBDaemon.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    jp.co.canon.MasterInstaller.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        "Duplicate Tab" Button
        Exposer
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 261.60 GB
        Destinations:
            Data [Network]
            Total size: 2.00 TB
            Total number of backups: 53
            Oldest backup: 2014-05-24 09:36:55 +0000
            Last backup: 2015-03-07 02:24:42 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 261.60 GB X 3)
    Top Processes by CPU: ℹ️
             9%    cloudd
             2%    WindowServer
             0%    backupd
             0%    cloudpaird
    Top Processes by Memory: ℹ️
        258 MB    Living Earth Desktop
        180 MB    cloudd
        86 MB    Finder
        69 MB    ocspd
        52 MB    Preview
    Virtual Memory Information: ℹ️
        16 MB    Free RAM
        1.67 GB    Active RAM
        6.19 GB    Inactive RAM
        710 MB    Wired RAM
        77.72 GB    Page-ins
        7 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 8, 2015, 01:25:39 PM    Self test - passed
        Mar 7, 2015, 03:24:57 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Pages_2015-03-07-152457_[redac ted].crash
        Mar 5, 2015, 10:20:58 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-222058_[reda cted].crash
        Mar 5, 2015, 10:14:51 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-221451_[reda cted].crash
        Mar 5, 2015, 10:14:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-05-221442_[reda cted].crash

  • Early 2009 Mac Mini slow with Mavericks

    I bought an early 2009 Mac Mini, and it was really slow with Maverick 10.9.1 installed. I proceed to upgrade the ram to 8GB and replaced the Hard Drive with a WD 500GB Blue Drive. The system is still pegging the CPU to 98%. I am posting 2 EtreChecks.
    Hardware Information:
              Mac mini (Early 2009)
              Mac mini - model: Macmini3,1
              1 2 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:50:29
    Disk Information:
              WDC WD5000BEVT-75ZAT0 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintiosh HD (disk0s2) /: 499.25 GB (481.17 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              PIONEER DVD-RW  DVRTS08 
    USB Information:
              Generic Flash Card Reader
              JMicron USB to ATA/ATAPI bridge 500.11 GB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Time Machine Backups (disk1s2) <not mounted>: 499.76 GB
              American Power Conversion Back-UPS RS 1200 FW:8.g3 .D USB FW:g3 
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.torch.update.agent.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
              Torch
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              None
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                 117%          helpd
                  23%          lssave
                  12%          com.apple.iCloudHelper
                  12%          WindowServer
                  12%          hiutil
    Top Processes by Memory:
              74 MB          installd
              66 MB          Torch
              66 MB          storeagent
              49 MB          mds_stores
              49 MB          helpd
    Virtual Memory Information:
              5.91 GB          Free RAM
              1.03 GB          Active RAM
              150 MB          Inactive RAM
              678 MB          Wired RAM
              229 MB          Page-ins
              0 B          Page-outs
    Hardware Information:
              Mac mini (Early 2009)
              Mac mini - model: Macmini3,1
              1 2 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 1:50:32
    Disk Information:
              WDC WD5000BEVT-75ZAT0 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintiosh HD (disk0s2) /: 499.25 GB (481.11 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              PIONEER DVD-RW  DVRTS08 
    USB Information:
              American Power Conversion Back-UPS RS 1200 FW:8.g3 .D USB FW:g3 
              Generic Flash Card Reader
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.torch.update.agent.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
    User Login Items:
              iTunesHelper
              Torch
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              None
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  42%          WindowServer
                  23%          mds
                  20%          AddressBookSourceSync
                  18%          syncdefaultsd
                  18%          hiutil
    Top Processes by Memory:
              123 MB          Safari
              123 MB          helpd
              106 MB          com.apple.WebKit.WebContent
              82 MB          mds_stores
              74 MB          Torch
    Virtual Memory Information:
              5.42 GB          Free RAM
              1.48 GB          Active RAM
              175 MB          Inactive RAM
              692 MB          Wired RAM
              255 MB          Page-ins
              0 B          Page-outs
    What could the issue be?

    here is the console dump for an hour and half.
    2/22/14 9:24:34.675 AM coreaudiod[164]: Enabled automatic stack shots because audio IO is inactive
    2/22/14 9:25:44.599 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:25:45.664 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 2.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:31:25.360 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:31:25.366 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 1.01 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:32:25.255 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:32:33.845 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 9.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 9:36:47.675 AM WindowServer[78]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    2/22/14 9:36:47.769 AM loginwindow[54]: find_shared_window: WID -1
    2/22/14 9:36:47.769 AM loginwindow[54]: CGSGetWindowTags: Invalid window 0xffffffff
    2/22/14 9:36:47.769 AM loginwindow[54]: find_shared_window: WID -1
    2/22/14 9:36:47.769 AM loginwindow[54]: CGSSetWindowTags: Invalid window 0xffffffff
    2/22/14 9:36:47.998 AM coreservicesd[28]: Application App:"loginwindow" [ 0x0/0x1001]  @ 0x0x7fcf4be2e9f0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x5d05d:) ), so denying.
    2/22/14 9:36:47.998 AM WindowServer[78]: [cps/setfront] Failed setting the front application to loginwindow, psn 0x0-0x1001, securitySessionID=0x186a4, err=-13066
    2/22/14 9:39:29.897 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "ScreenSaverEngine" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:39:43.897 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "ScreenSaverEngine" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 9:41:35.181 AM WindowServer[78]: Created shield window 0xd3 for display 0x2b284fd1
    2/22/14 9:41:35.213 AM WindowServer[78]: device_generate_desktop_screenshot: authw 0x7fb403cc92a0(2000), shield 0x7fb403e340b0(2001)
    2/22/14 9:41:36.516 AM WindowServer[78]: device_generate_lock_screen_screenshot: authw 0x7fb403cc92a0(2000), shield 0x7fb403e340b0(2001)
    2/22/14 9:41:40.300 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 9:41:40.301 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 5.09 seconds (server forcibly re-enabled them after 5.09 seconds)
    2/22/14 9:42:01.253 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "ScreenSaverEngine" after 152.36 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:00:07.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=512[GoogleSoftwareUp] clearing CS_VALID
    2/22/14 10:11:06.929 AM WindowServer[78]: Created shield window 0xd4 for display 0x003f003c
    2/22/14 10:11:06.929 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:06.935 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:06.942 AM loginwindow[54]: ERROR | -[LWScreenLock(Private) screenIsLockedTimeExpired:] | No lock state found, use built in check
    2/22/14 10:11:07.864 AM WindowServer[78]: Received display connect changed for display 0x3f003c
    2/22/14 10:11:07.865 AM WindowServer[78]: Received display connect changed for display 0x2b284fd1
    2/22/14 10:11:08.061 AM WindowServer[78]: Created shield window 0xd5 for display 0x2b284fd1
    2/22/14 10:11:08.061 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:08.145 AM WindowServer[78]: Received display connect changed for display 0x3f003c
    2/22/14 10:11:08.146 AM WindowServer[78]: Received display connect changed for display 0x2b284fd1
    2/22/14 10:11:08.289 AM WindowServer[78]: Created shield window 0xd6 for display 0x2b284fd1
    2/22/14 10:11:08.289 AM WindowServer[78]: handle_will_sleep_auth_and_shield_windows: no lock state data
    2/22/14 10:11:08.563 AM WindowServer[78]: MPServiceForDisplayDevice: Invalid device alias (0)
    2/22/14 10:11:08.563 AM WindowServer[78]: Display 0x2b284fd1: GL mask 0x2; bounds (0, 0)[1920 x 1200], 69 modes available
    Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model a02a, S/N 31594553, Unit 1, Rotation 0
    UUID 0x000010ac0000a02a3159455300000000, ColorProfile { 3, "DELL 2408WFP"}
    2/22/14 10:11:08.563 AM WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000333b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    2/22/14 10:11:08.564 AM WindowServer[78]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    2/22/14 10:11:08.961 AM WindowServer[78]: Created shield window 0xd7 for display 0x2b284fd1
    2/22/14 10:11:08.961 AM WindowServer[78]: Created shield window 0xd8 for display 0x003f003c
    2/22/14 10:11:09.046 AM loginwindow[54]: resume called when there was already a timer
    2/22/14 10:11:09.366 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1: Startup Mode 1920 x 1200, CGSThirtytwoBitColor, Resolution 1, IOMode 0x80001000, IODepth 0x2, IOReturn 0x0
    2/22/14 10:11:09.371 AM WindowServer[78]: Display added
    2/22/14 10:11:09.371 AM WindowServer[78]: Display removed
    2/22/14 10:11:09.396 AM WindowServer[78]: Display 0x2b284fd1: GL mask 0x2; bounds (0, 0)[1920 x 1200], 69 modes available
    Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model a02a, S/N 31594553, Unit 1, Rotation 0
    UUID 0x000010ac0000a02a3159455300000000, ColorProfile { 3, "DELL 2408WFP"}
    2/22/14 10:11:09.396 AM WindowServer[78]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000333b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    2/22/14 10:11:09.397 AM WindowServer[78]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    2/22/14 10:11:10.063 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:10.292 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:11.356 AM WindowServer[78]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2/22/14 10:11:23.790 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:25.070 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:25.580 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:30.954 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:31.429 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:11:34.016 AM WindowServer[78]: Display 0x2b284fd1: MappedDisplay Unit 1; ColorProfile { 3, "DELL 2408WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2/22/14 10:12:44.372 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:12:46.639 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 3.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:17.936 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:18.105 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 10.37 seconds (server forcibly re-enabled them after 10.20 seconds)
    2/22/14 10:13:19.403 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:23.043 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 4.64 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:24.633 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:13:24.810 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 1.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:13:55.737 AM Dock[168]: no information back from LS about running process
    2/22/14 10:14:08.271 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:20.063 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 12.79 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:14:21.346 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:22.661 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 2.32 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:14:33.366 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:14:38.030 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 5.66 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:12.817 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:13.323 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 1.51 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:33.378 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:33.557 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Word" after 1.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:15:42.866 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:15:44.503 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 2.64 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:17:06.581 AM Dock[168]: no information back from LS about running process
    2/22/14 10:17:25.185 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:17:28.009 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:17:32.827 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:18:06.003 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:18:07.697 AM coreservicesd[28]: Application App:"Google Chrome" [ 0x0/0x24024]  @ 0x0x7fcf4bc954d0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x6a06a:) ), so denying.
    2/22/14 10:18:07.710 AM WindowServer[78]: [cps/setfront] Failed setting the front application to Google Chrome, psn 0x0-0x24024, securitySessionID=0x186a4, err=-13066
    2/22/14 10:18:12.703 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 7.70 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:18:22.918 AM mdworker[563]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 20016 milliseconds - find suspect file using: sudo mdutil -t 492783
    2/22/14 10:18:49.948 AM sudo[576]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.iEbaHs/tmp ; USER=ericstrauss ; COMMAND=/usr/bin/defaults write com.microsoft.autoupdate2 Applications -dict-add /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app { 'Application ID' = MSau02; LCID = 1033 ; }
    2/22/14 10:18:52.985 AM sudo[579]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.iEbaHs/tmp ; USER=ericstrauss ; COMMAND=/usr/bin/defaults write com.microsoft.autoupdate2 Applications -dict-add /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app { 'Application ID' = Merp2; LCID = 1033 ; }
    2/22/14 10:19:05.937 AM Installer[556]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:19:06.801 AM coreaudiod[164]: Disabled automatic stack shots because audio IO is active
    2/22/14 10:19:07.637 AM coreaudiod[164]: Enabled automatic stack shots because audio IO is inactive
    2/22/14 10:20:00.196 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:20:00.278 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 1.08 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:21:23.657 AM loginwindow[54]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2/22/14 10:21:23.658 AM loginwindow[54]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    2/22/14 10:21:29.634 AM com.apple.launchd.peruser.501[130]: ([0x0-0x24024].com.google.Chrome[289]) Exited: Killed: 9
    2/22/14 10:21:29.773 AM coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    2/22/14 10:21:29.789 AM coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=134
    2/22/14 10:21:42.513 AM mdworker32[586]: CGSGetDisplayBounds: Invalid display 0x00000000
    2/22/14 10:21:42.829 AM mdworker32[586]: bootstrap_look_up2 failed with 0x44c
    2/22/14 10:21:43.000 AM kernel[0]: Sandbox: sandboxd(587) deny mach-lookup com.apple.coresymbolicationd
    2/22/14 10:21:59.390 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:21:59.403 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 1.04 seconds (server forcibly re-enabled them after 1.02 seconds)
    2/22/14 10:22:07.388 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft AutoUpdate" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:22:09.166 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft AutoUpdate" after 2.86 seconds (server forcibly re-enabled them after 1.08 seconds)
    2/22/14 10:23:55.864 AM Dock[168]: no information back from LS about running process
    2/22/14 10:24:29.358 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:24:38.403 AM find_office[687]: /
    2/22/14 10:24:38.424 AM find_office[687]: 14.0.0.0.0
    2/22/14 10:24:38.438 AM find_office[687]: 14.0.9.999999.999999
    2/22/14 10:24:38.503 AM find_office[687]: CheckPath: "{ENV:RSTargetMount}/Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework"
    2/22/14 10:24:38.527 AM find_office[687]: CheckPath found the following results:
    2/22/14 10:24:38.618 AM find_office[687]:     /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework (14.0.0.100825.0)
    2/22/14 10:25:19.018 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:20.049 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:23.311 AM Installer[610]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    2/22/14 10:25:53.817 AM coreservicesd[28]: Application App:"Installer" [ 0x0/0x74074]  @ 0x0x7fcf4be33870 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x77077:) ), so denying.
    2/22/14 10:25:53.839 AM WindowServer[78]: [cps/setfront] Failed setting the front application to Installer, psn 0x0-0x74074, securitySessionID=0x186a4, err=-13066
    2/22/14 10:29:49.421 AM Dock[168]: no information back from LS about running process
    2/22/14 10:30:01.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=984[ksadmin] clearing CS_VALID
    2/22/14 10:31:20.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1029[ksadmin] clearing CS_VALID
    2/22/14 10:31:23.180 AM mdworker[983]: (Normal) Import: pre-plugin uti:dyn.ah62d4rv4ge80e2pp plugin:internalPlainTextImporter exceeded cpu use limits (1) after 28765 milliseconds - find suspect file using: sudo mdutil -t 485613
    2/22/14 10:31:38.814 AM mdworker[1035]: (Normal) Import: pre-plugin uti:dyn.ah62d4rv4ge80e2pp plugin:internalPlainTextImporter exceeded cpu use limits (1) after 7351 milliseconds - find suspect file using: sudo mdutil -t 485613
    2/22/14 10:32:30.019 AM mdworker[1047]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 8166 milliseconds - find suspect file using: sudo mdutil -t 502280
    2/22/14 10:32:42.444 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Google Chrome" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:32:45.625 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 4.18 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:33:05.352 AM mdworker[1073]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 7712 milliseconds - find suspect file using: sudo mdutil -t 502280
    2/22/14 10:34:02.014 AM mdworker[1109]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 4056 milliseconds - find suspect file using: sudo mdutil -t 503064
    2/22/14 10:34:21.827 AM mdworker[1130]: (Normal) Import: pre-plugin uti:public.data plugin:internalPlainTextImporter exceeded cpu use limits (1) after 6355 milliseconds - find suspect file using: sudo mdutil -t 503064
    2/22/14 10:34:30.447 AM com.apple.launchd.peruser.501[130]: ([0x0-0x78078].com.google.Chrome[976]) Exited: Killed: 9
    2/22/14 10:34:30.856 AM spindump[1137]: Google Chrome [976] unable to symbolicate
    2/22/14 10:34:51.454 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:34:51.568 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "Console" after 2.08 seconds (server forcibly re-enabled them after 1.96 seconds)
    2/22/14 10:34:57.244 AM coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=412
    2/22/14 10:36:35.000 AM kernel[0]: Sandbox: xpcd(160) deny ipc-posix-shm-read-data /tmp/com.apple.csseed.28
    2/22/14 10:38:16.556 AM com.apple.launchd.peruser.501[130]: ([0x0-0x8e08e].com.apple.Notes[1332]) Exited: Terminated: 15
    2/22/14 10:38:21.197 AM com.apple.launchd.peruser.501[130]: ([0x0-0x8d08d].com.apple.TextEdit[1255]) Exited: Terminated: 15
    2/22/14 10:39:19.812 AM xpcd[160]: restored permissions (100644 -> 100744) on /Users/ericstrauss/Library/Containers/com.apple.TextEdit/Container.plist
    2/22/14 10:39:20.011 AM xpcd[160]: TextEdit[1255]: registration request failed: (0x10, 0x3) xpc_domain_import() failed with code 0x44e
    2/22/14 10:39:32.097 AM com.apple.security.pboxd[1428]: Bug: 12F45: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    2/22/14 10:39:35.993 AM com.apple.security.pboxd[1428]: CGSGetWindowTags: Invalid window 0x15c
    2/22/14 10:39:35.994 AM com.apple.security.pboxd[1428]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    2/22/14 10:39:36.565 AM librariand[1418]: [ERROR] [0.000s] com.apple. framework_client.c:794 IPCSyncingEnabled() failed to contact ubd: -1
    2/22/14 10:39:37.159 AM TextEdit[1372]: RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting for the window
    2/22/14 10:40:07.035 AM librariand[1418]: MMe quota status changed: under quota
    2/22/14 10:40:08.950 AM librariand[1418]: MMe quota status changed: under quota
    2/22/14 10:40:32.993 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "com.apple.security.pboxd" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:33.458 AM TextEdit[1372]: RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting for the window
    2/22/14 10:40:35.621 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "TextEdit" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:38.706 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "com.apple.security.pboxd" after 6.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:40:48.160 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "com.apple.security.pboxd" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:40:51.220 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "TextEdit" after 16.60 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:40:58.774 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:58.816 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:58.860 AM librariand[1418]: UBCopyItemListForPath(file://localhost/Users/ericstrauss/Library/Mobile%20Docum ents/.localized) returned nil
    2/22/14 10:40:59.776 AM ubd[1419]: objc[1419]: Object 0x7feeb0c22f80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    2/22/14 10:40:59.778 AM ubd[1419]: objc[1419]: Object 0x7feeb0c22f80 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    2/22/14 10:41:02.159 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "com.apple.security.pboxd" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:41:04.723 AM librariand[1418]: TODO: unhandled delete of container file://localhost/Users/ericstrauss/Library/Mobile%20Documents/com~apple~shoebox
    2/22/14 10:41:52.142 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "TextEdit" after 77.52 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:41:52.633 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "com.apple.security.pboxd" after 65.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/22/14 10:41:52.837 AM com.apple.security.pboxd[1428]: CGSGetWindowTags: Invalid window 0x167
    2/22/14 10:41:52.847 AM com.apple.security.pboxd[1428]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    2/22/14 10:41:54.609 AM WindowServer[78]: CGXDisableUpdate: UI updates were forcibly disabled by application "TextEdit" for over 1.00 seconds. Server has re-enabled them.
    2/22/14 10:42:08.610 AM WindowServer[78]: disable_update_likely_unbalanced: UI updates still disabled by application "TextEdit" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2/22/14 10:42:22.042 AM WindowServer[78]: reenable_update_for_connection: UI updates were finally reenabled by application "TextEdit" after 28.43 seconds (server forcibly re-enabled them after 1.00 seconds)

  • Creation of Server Proxy for  Message interface with External Defination

    Dear All,
    I am getting a problem while generating a server proxy for the inbound interface . The request message used in the inbound interface is a external definition which is uploaded using a XSD file. The XSD file was supplied by a third party which is having very high complex strucuture and used lot of abstract data types in the design. When i tried to generate the proxy in the R/3 system (Transaction SPROXY) for the inbound interface i am getting following error.
    Interface uses external and internal message definitions
    Message no. SPRX122 *
    Diagnosis
    In a message interface you can use messages from different sources:
    Message types and fault message types edited in the Enterprise Services Repository
    Messages imported into the Enterprise Services Repository (external definitions, RFC, IDoc)
    In the current message interface, message types from different sources have been used. Since messages from these different sources must be handled differently during proxy generation, such a mixture of messages within a message interface is not possible.
    System Response
    The interface cannot be generated.
    Procedure
    Change the interface definition accordingly in the Enterprise Services Repository.
    Please guide me, how to generate the proxy for the interface with external defination message. I could nt geneate manullay, because it is having very high complexity and its a big structure.
    Is there is any way to generate the proxy for interface with external definition
    Regards
    Vijayanand

    Hi,
    i.       Import your message schemas from external definitions, or RFCs or IDocs from SAP systems. These definitions already contain data types.
    ii.       Create a message interface and reference the messages of the external definition, or the RFC or IDoc message.
    Check this, it may help you
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/01623c4f69b712e10000000a114084/content.htm
    REgards
    Seshagiri

  • My Macbook Air is running slow with Yosemite.

    My Macbook Air is running slow with Yosemite.
    I checked out most of the blogs and everything and have removed widgets from the notification center, but everything seems to run kinda slowly.
    Sure, i have the base model 2014 macbook air but that 4 gb ram should run a freakin finder just fine. I had Mavericks installed before, and with that, i could do everything. I even made cool music in GarageBand and nothing was lagging for me. Now i installed Yosemite... Everything is lagging. Scrolling seems like it happens around 10 FPS. That aint good man. Memory cleaner says around 1gb ram free when only the finder is running in the background (before it did around 2). I just uninstalled Memory Cleaner o I'm not looking at that little amount of memory. I don't know what to do now? I would appreciate it, if someone would help me. Otherwise, ill just wait for a new update.

    Since it's new I would take it back for repair or exchange under your warranty before bothering to read further.
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. 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 main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I have a 4 yr. old iMac. I recently got a trojan on it that sent out emails to my address book. I got Norton Internet Security for Mac, and now my Mac is running slow, with way too many spinning beach balls of death. Was it a mistake to install Norton?

    I have a 4 yr. old iMac. I recently got a trojan on it that sent out emails to my address book. I got Norton Internet Security for Mac, and now my Mac is running slow, with way too many spinning beach balls of death. Was it a mistake to install Norton?

    yankeecat wrote:
    I have a 4 yr. old iMac. I recently got a trojan on it that sent out emails to my address book.
    There is no such Trojan or other malware known today that will do that using OS X nor has there ever been one. The most probable explanation is that somebody hacked into your e-mail account on the server, so you should change that password to something stronger right away. If it had come from your Mac then there would almost certainly be copies of those messages in your Sent Mail mailbox.

  • Transactional replication very slow with indexes on Subscriber table

    I have setup Transactional Replication for one of our databases where one table with about 5mln records is replicated to a Subsriber database. With every replication about 500-600.000 changed records are send to the Subscriber.
    Since one month I see very strange behaviour when I add about 10 indexes to the Subscriber table. As soon as I have added the indexes replication speed becomes extremely slow (almost 3 hours for 600k records). As soon as I remove the indexes the replication
    is again very fast, about 3 minutes for the same amount of records.
    I've searched a lot on the internet to solve this issue but can't find any explaination for this strange behaviour after adding the indexes. As far as I know it doesn't have to be a problem to add indexes to a Subscriber table, and it hasn't been before on
    another replication configuration we use.
    Some information from the Replication Log:
    With indexes on the Subscriber table
    Total Run Time (ms) : 9589938 Total Work Time : 9586782
    Total Num Trans : 3 Num Trans/Sec : 0.00
    Total Num Cmds : 616245 Num Cmds/Sec : 64.28
    Total Idle Time : 0 
    Writer Thread Stats
    Total Number of Retries : 0 
    Time Spent on Exec : 9580752 
    Time Spent on Commits (ms): 2687 Commits/Sec : 0.00
    Time to Apply Cmds (ms) : 9586782 Cmds/Sec : 64.28
    Time Cmd Queue Empty (ms) : 5499 Empty Q Waits > 10ms: 172
    Total Time Request Blk(ms): 5499 
    P2P Work Time (ms) : 0 P2P Cmds Skipped : 0
    Reader Thread Stats
    Calls to Retrieve Cmds : 2 
    Time to Retrieve Cmds (ms): 10378 Cmds/Sec : 59379.94
    Time Cmd Queue Full (ms) : 9577919 Full Q Waits > 10ms : 6072
    Without indexes on the Subscriber table
    Total Run Time (ms) : 89282 Total Work Time : 88891
    Total Num Trans : 3 Num Trans/Sec : 0.03
    Total Num Cmds : 437324 Num Cmds/Sec : 4919.78
    Total Idle Time : 0 
    Writer Thread Stats
    Total Number of Retries : 0 
    Time Spent on Exec : 86298 
    Time Spent on Commits (ms): 282 Commits/Sec : 0.03
    Time to Apply Cmds (ms) : 88891 Cmds/Sec : 4919.78
    Time Cmd Queue Empty (ms) : 1827 Empty Q Waits > 10ms: 113
    Total Time Request Blk(ms): 1827 
    P2P Work Time (ms) : 0 P2P Cmds Skipped : 0
    Reader Thread Stats
    Calls to Retrieve Cmds : 2 
    Time to Retrieve Cmds (ms): 2812 Cmds/Sec : 155520.63
    Time Cmd Queue Full (ms) : 86032 Full Q Waits > 10ms : 4026
    Can someone please help me with this issue? Any ideas? 
    Pim 

    Hi Megens:
    Insert statement might be slow with not only indexes and few others things too
    0) SQL DB Blocking during inserts
    1) If any insert triggers are existed
    2) Constraints - if any
    3) Index fragmentation
    4) Page splits / fill factor
    Without indexes inserts will be fast because, each time when new row going to insert to the table, SQL Server will do
    1) it will check for the room, if no room page splits will happen and record will placed at right place
    2) Once the record updated all the index should be update
    3) all these extra update work will cause can make insert statement bit slow
    Its better to have index maintenance jobs frequently to avoid fragmentation.
    If every thing is clear on SQL Server Side, you need look up on DISK IO, N/W Latency between the servers and so on
    Thanks,
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

  • PI - Proxy processing An exception with the type CX_SY_CONVERSION_NO_NUMBER

    Hi All,
    We have PI sync scenario,SOAP to Proxy.
    We are geeting the below error in Proxy .
    Error during proxy processing An exception with the type CX_SY_CONVERSION_NO_NUMBER occurred, but was neither handled locally, nor declared in a RAISING clause The argument &#39; 1,000.000&#39; cannot be interpreted as a number.
    But when the same data got updated in Proxy.Not sure about the root cause of the error.
    Regards,
    Arun

    Hi ,
    It looks like proxy is not able to convert string to number or the format of number is incorrect. This is only possible reason of this exception.
    The argument ' 1,000.000' cannot be interpreted as a number.
    Check out if the format is correct.. .
    Regards
    Aashish Sinha

Maybe you are looking for

  • Material Cost estimate modification

    Hi Experts I want to modified this report and add cost estimate value from MBEW (field is STPRS) for each material  to this report. I have used the table MBEW but unable to locate where to start. Can anyone have a look and comment on this report REPO

  • IDOC-- XI-- IDOC

    Hi, I would like to know/conform the settings of IDOC adapter. Please find my doubt in SAP basic settings while configuring IDOC adapter.My scenario is IDOC ( Client 501 )--> XI ( Client 123 )  --> IDOC ( Client 501 ) all the clients are in the singl

  • File not showing up inside iTune

    Hi. I have some albums I bought from iTunes store that came with a pdf album liner file. The pdf liner used to show up inside iTunes, but they no longer do, even though they are inside the correct folder and can be seen via Finder. When I add them to

  • How to run .exe files using SAP

    Hi, How can I run my .exe files using ABAP/4 language? How can I pass parameters to my executable? Is there any documentation related with my question? Thanks.

  • Edge Transport Role as Email Gateway

    Hi Experts, We are planing to deploy exchange email server (Exchange Server-2013 Multi-Role servers) in our HQ (contoso.com) and 4 Edge Transport in other 4  client development sites(client1.com, clinet2.com, client3.com and Client4.com) so that appl