Log File Handling

I'm running ITS 6.20.  I have a copy of the "ITS Tuning and Troubleshooting Guide, Release 6.20".  I've started taking a closer look at the log mechanism built into ITS.  My question is, how often(and when) does the ITS check it's logs(e.g. the performance, access logs, etc) and execute "burial commands"?
Thanks.
Kevin.

Hi Kevin,
Go through the links,
http://help.sap.com/saphelp_47x200/helpdata/en/32/1166e5f97811d1801d00c04fadbf76/content.htm
http://help.sap.com/saphelp_47x200/helpdata/en/32/1166e2f97811d1801d00c04fadbf76/content.htm
Regards,
Azaz Ali.

Similar Messages

  • Log file handling in BDC

    Hi All,
    I want to store the log message into a folder on aplication server of BDC process (either success or error msg).
    Folder path is taken from the user, n i want to store these success n error msg logs into different folder(1 for success n 2nd for error) for this i think i need to create these 2 folders at run time n store logs in corresponding folder. Is it possible.. if yes thn please guide me.
    Thanks in advance...
    helpful answer will be rewarded.
    Regard
    Abhishek

    Try FM BRAN_DIR_CREATE to create a folder.
    However consider - if the BDC is being run by many users, then they would need write access to the application server. This maybe isn't good for security purposes...
    If you just want to store the results of BDC for troubleshooting etc, then you could instead create a bespoke DB table and store the results there when they happen. Less involved than having lots of files sitting around...

  • Database Log File becomes very big, What's the best practice to handle it?

    The log of my production Database is getting very big, and the harddisk is almost full, I am pretty new to SAP, but familiar with SQL Server, if anybody can give me advice on what's the best practice to handle this issue.
    Should I Shrink the Database?
    I know increase hard disk is need for long term .
    Thanks in advance.

    Hi Finke,
    Usually the log file fills up and grow huge, due to not having regular transaction log backups. If you database is in FULL recovery mode, every transaction is logged in Transaction file, and it gets cleared when you take a log backup. If it is a production system and if you don't have regular transaction log backups, the problem is just sitting there to explode, when you need a point in time restore. Please check you backup/restore strategy.
    Follow these steps to get transactional file back in normal shape:
    1.) Take a transactional backup.
    2.) shrink log file. ( DBCC shrinkfile('logfilename',10240)
          The above command will shrink the file to 10 GB.(recommended size for high transactional systems)
    >
    Finke Xie wrote:
    > Should I Shrink the Database? .
    "NEVER SHRINK DATA FILES", shrink only log file
    3.) Schedule log backups every 15 minutes.
    Thanks
    Mush

  • Does the logging API provide  "Asynchronous File Handler", like log4j ?

    Hi,
    One more question about java.util.logging:
    Does sun provide a standard "Asynchronous File Handler", equivalent to log4j AsyncFileAppender ?
    The idea is, logging requests are placed into a queue, which is being consumed by a dedicated logging-IO thread.
    Thanks.

    it's a shame, really. the Logging API was blatantly inspired by Log4J, but it's just such a poor cousin in so many ways...

  • Problem with File Handler and log files

    I'm developing a polymorphic structure for file handling specially for the log file for a server based App... Its working fine except for one thing. The log file that goes into the File Handler comes as a parameter to the class, the problem is that when it writes de file, though it DOES know where it should go, it doesn't do it and it writes the message into some other Log file belonging to another process...
    Does someone know how to avoid this or fix it?? any ideas or tips would be great!!

    Immediately below the Tabs saying "Files" and Assets" is a small box 
    with arrow on the right to show the drop down list.        In the box 
    on the right there's an icon of two networked computers.  Then it 
    says, "ftp://Hill farm Web Site"  which is the name of my website.     
    If I click on the arrows to pull up the drop-down box,  I get four 
    options divided by a line.   Above the line the options are Computer, 
    HD and ftp://Hill farm Web Site.  Below the line it says manage sites.
    Below this is list of files that make up my website in a directory 
    structure.   The header for the first column reads, "Local Files",  
    which appears to be untrue, because the top line in the directory 
    structure below reads,  "ftp://Hill farm Web Site".
    Does this help?
    regards
    David

  • Steps to empty SAPDB (MaxDB) log file

    Hello All,
    i am on Redhat Unix Os with NW 7.1 CE and SAPDB as Back end. I am trying to login but my log file is full. Ii want to empty log file but i havn't done any data backup yet. Can anybody guide me how toproceed to handle this problem.
    I do have some idea what to do like the steps below
    1.  take databackup (but i want to skip this step if possible) since this is a QA system and we are not a production company.
    2. Take log backup using same methos as data backup but with Log type (am i right or there is somethign else)
    3. It will automatically overwrite log after log backups.
    or should i use this as an alternative, i found this in note Note 869267 - FAQ: SAP MaxDB LOG area
    Can the log area be overwritten cyclically without having to make a log backup?
    Yes, the log area can be automatically overwritten without log backups. Use the DBM command
    util_execute SET LOG AUTO OVERWRITE ON
    to set this status. The behavior of the database corresponds to the DEMO log mode in older versions. With version 7.4.03 and above, this behavior can be set online.
    Log backups are not possible after switching on automatic overwrite. Backup history is broken down and flagged by the abbreviation HISTLOST in the backup history (dbm.knl file). The backup history is restarted when you switch off automatic overwrite without log backups using the command
    util_execute SET LOG AUTO OVERWRITE OFF
    and by creating a complete data backup in the ADMIN or ONLINE status.
    Automatic overwrite of the log area without log backups is NOT suitable for production operation. Since no backup history exists for the following changes in the database, you cannot track transactions in the case of recovery.
    any reply will be highly appreciated.
    Thanks
    Mani

    Hello Mani,
    1. Please review the document u201CUsing SAP MaxDB X Server Behind a Firewallu201D at MAXDB library
    http://maxdb.sap.com/doc/7_7/44/bbddac91407006e10000000a155369/content.htm
               u201CTo enable access to X Server (and thus the database) behind a firewall using a client program such as Database Studio, open the necessary ports in your  firewall and restrict access to these ports to only those computers that need to access the database.u201D
                 Is the database server behind a Firewall? If yes, then the Xserver port need to be open. You could restrict access to this port to the computers of your database administrators, for example.
    Is "nq2host" the name of the database server? Could you ping to the server "nq2host" from your machine?
    2. And if the database server and your PC in the local area NetWork you could start the x_server on the database server & connect to the database using the DB studio on your PC, as you already told by Lars.
    See the document u201CNetwork Communicationu201D at
    http://maxdb.sap.com/doc/7_7/44/d7c3e72e6338d3e10000000a1553f7/content.htm
    Thank you and best regards, Natalia Khlopina

  • Problem with logging in log files.

    HI,
    Our's is a client/server application.
    In our application there are so many clients.
    They each have separate page(web page).
    When a client download any file from their site it logs(client name, time, file name etc.) into a common log file(access.log) and a client specific log file(access.client_name).
    Logging in common file(access.log) is performing well.
    Logging in client specific log file works for some clients and don't work for some clients.
    For example there is a client called 'candy'.
    Some times it logs in the log file, access.candy
    some times it don't log.
    Tell me wht is the problem.
    If you want more information regarding my problem, I will send.
    Please give me some solution.
    Thank you.............

    Third Party Client: ((__null) != m_lock && 0 == (*__error())) Can't create semaphore lock
    There seems to be something wrong with a handling (m_lock = method of lock) of semaphore mechanism-- It appears to be a program issue, which is either on your local machine or a remote Web site' page(s).
    'semaphore' Apple definition (quotation from ADC) :
    A programming technique for coordinating activities in which multiple processes compete for the same kernel resources. Semaphores are commonly used to share a common memory space and to share access to files. Semaphores are one of the techniques for interprocess communication in BSD.
    In short, it is a flag to terminate a task/thread efficiently without fail prior to another task/thread starts-- a synchronization mechanism among cooperating threads/tasks. (You might need to have some understanding of the basic concepts of locks and semaphores.)
    I would test any suspect applications to uninstall temporarily to see if the erratic events are displayed on Console. Perhaps, vlc player?
    Fumiaki
    Tokyo

  • How to see data for particular date from a alert log file

    Hi Experts,
    I would like to know how can i see data for a particular date from alert_db.log in unix environment. I'm suing 0racle 9i in unix
    Right now i'm using tail -500 alert_db.log>alert.txt then view the whole thing. But is there any easier way to see for a partiicular date or time
    Thanks
    Shaan

    Hi Jaffar,
    Here i have to pass exactly date and time, is there any way to see records for let say Nov 23 2007. because when i used this
    tail -500 alert_sid.log | grep " Nov 23 2007" > alert_date.txt
    It's not working. Here is the sample log file
    Mon Nov 26 21:42:43 2007
    Thread 1 advanced to log sequence 138
    Current log# 3 seq# 138 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Mon Nov 26 21:42:43 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 137
    Mon Nov 26 21:42:43 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 137
    ARC1: Unable to archive log 1 thread 1 sequence 137
    Log actively being archived by another process
    Mon Nov 26 21:42:43 2007
    ARCH: Beginning to archive log 1 thread 1 sequence 137
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_137
    .dbf'
    ARCH: Completed archiving log 1 thread 1 sequence 137
    Mon Nov 26 21:42:44 2007
    Thread 1 advanced to log sequence 139
    Current log# 2 seq# 139 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Mon Nov 26 21:42:44 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 138
    ARC0: Beginning to archive log 3 thread 1 sequence 138
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_138
    .dbf'
    Mon Nov 26 21:42:44 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 138
    ARCH: Unable to archive log 3 thread 1 sequence 138
    Log actively being archived by another process
    Mon Nov 26 21:42:45 2007
    ARC0: Completed archiving log 3 thread 1 sequence 138
    Mon Nov 26 21:45:12 2007
    Starting control autobackup
    Mon Nov 26 21:45:56 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0033'
    handle 'c-2861328927-20071126-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Tue Nov 27 21:23:50 2007
    Starting control autobackup
    Tue Nov 27 21:30:49 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0280'
    handle 'c-2861328927-20071127-00'
    Tue Nov 27 21:30:57 2007
    ARC1: Evaluating archive log 2 thread 1 sequence 139
    ARC1: Beginning to archive log 2 thread 1 sequence 139
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_139
    .dbf'
    Tue Nov 27 21:30:57 2007
    Thread 1 advanced to log sequence 140
    Current log# 1 seq# 140 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo1.log
    Tue Nov 27 21:30:57 2007
    ARCH: Evaluating archive log 2 thread 1 sequence 139
    ARCH: Unable to archive log 2 thread 1 sequence 139
    Log actively being archived by another process
    Tue Nov 27 21:30:58 2007
    ARC1: Completed archiving log 2 thread 1 sequence 139
    Tue Nov 27 21:30:58 2007
    Thread 1 advanced to log sequence 141
    Current log# 3 seq# 141 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Tue Nov 27 21:30:58 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 140
    ARCH: Beginning to archive log 1 thread 1 sequence 140
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_140
    .dbf'
    Tue Nov 27 21:30:58 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 140
    ARC1: Unable to archive log 1 thread 1 sequence 140
    Log actively being archived by another process
    Tue Nov 27 21:30:58 2007
    ARCH: Completed archiving log 1 thread 1 sequence 140
    Tue Nov 27 21:33:16 2007
    Starting control autobackup
    Tue Nov 27 21:34:29 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0205'
    handle 'c-2861328927-20071127-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Wed Nov 28 21:43:31 2007
    Starting control autobackup
    Wed Nov 28 21:43:59 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0202'
    handle 'c-2861328927-20071128-00'
    Wed Nov 28 21:44:08 2007
    Thread 1 advanced to log sequence 142
    Current log# 2 seq# 142 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Wed Nov 28 21:44:08 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 141
    ARCH: Beginning to archive log 3 thread 1 sequence 141
    Wed Nov 28 21:44:08 2007
    ARC1: Evaluating archive log 3 thread 1 sequence 141
    ARC1: Unable to archive log 3 thread 1 sequence 141
    Log actively being archived by another process
    Wed Nov 28 21:44:08 2007
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_141
    .dbf'
    Wed Nov 28 21:44:08 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 141
    ARC0: Unable to archive log 3 thread 1 sequence 141
    Log actively being archived by another process
    Wed Nov 28 21:44:08 2007
    ARCH: Completed archiving log 3 thread 1 sequence 141
    Wed Nov 28 21:44:09 2007
    Thread 1 advanced to log sequence 143
    Current log# 1 seq# 143 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo1.log
    Wed Nov 28 21:44:09 2007
    ARCH: Evaluating archive log 2 thread 1 sequence 142
    ARCH: Beginning to archive log 2 thread 1 sequence 142
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_142
    .dbf'
    Wed Nov 28 21:44:09 2007
    ARC0: Evaluating archive log 2 thread 1 sequence 142
    ARC0: Unable to archive log 2 thread 1 sequence 142
    Log actively being archived by another process
    Wed Nov 28 21:44:09 2007
    ARCH: Completed archiving log 2 thread 1 sequence 142
    Wed Nov 28 21:44:36 2007
    Starting control autobackup
    Wed Nov 28 21:45:00 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0202'
    handle 'c-2861328927-20071128-01'
    Clearing standby activation ID 2873610446 (0xab47d0ce)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 10485760;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 10485760;
    Thu Nov 29 21:36:44 2007
    Starting control autobackup
    Thu Nov 29 21:42:53 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0206'
    handle 'c-2861328927-20071129-00'
    Thu Nov 29 21:43:01 2007
    Thread 1 advanced to log sequence 144
    Current log# 3 seq# 144 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo3.log
    Thu Nov 29 21:43:01 2007
    ARCH: Evaluating archive log 1 thread 1 sequence 143
    ARCH: Beginning to archive log 1 thread 1 sequence 143
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_143
    .dbf'
    Thu Nov 29 21:43:01 2007
    ARC1: Evaluating archive log 1 thread 1 sequence 143
    ARC1: Unable to archive log 1 thread 1 sequence 143
    Log actively being archived by another process
    Thu Nov 29 21:43:02 2007
    ARCH: Completed archiving log 1 thread 1 sequence 143
    Thu Nov 29 21:43:03 2007
    Thread 1 advanced to log sequence 145
    Current log# 2 seq# 145 mem# 0: /oracle/NEWDB/oradata/NEWDB/redo2.log
    Thu Nov 29 21:43:03 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 144
    ARCH: Beginning to archive log 3 thread 1 sequence 144
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/NEWDB/admin/arch/1_144
    .dbf'
    Thu Nov 29 21:43:03 2007
    ARC0: Evaluating archive log 3 thread 1 sequence 144
    ARC0: Unable to archive log 3 thread 1 sequence 144
    Log actively being archived by another process
    Thu Nov 29 21:43:03 2007
    ARCH: Completed archiving log 3 thread 1 sequence 144
    Thu Nov 29 21:49:00 2007
    Starting control autobackup
    Thu Nov 29 21:50:14 2007
    Control autobackup written to SBT_TAPE device
    comment 'API Version 2.0,MMS Version 5.0.0.0',
    media 'WP0280'
    handle 'c-2861328927-20071129-01'
    Thanks
    Shaan

  • Java.util.logging: write to one log file from many application (classes)

    I have a menuapp to launch many applications, all running in same JVM and i want to add logging information to them, using java.util.logging.
    Intention is to redirect the logginginfo to a specific file within the menuapp. Then i want all logging from all applications written in same file. Finally, if needed (but i don't think it is), i will include code to write logging to specific file per app (class). The latter is probably not neccessary because there are tools to analyse the logging-files and allow to select filters on specific classes only.
    The applications are in their own packages/jars and contain following logging-code:
            // Redirect error output
            try {
                myHandler = new FileHandler("myLogging.xml",1000000,2);
            } catch (IOException e) {
              System.out.println("Could not create file. Using the console handler");
            myLogger.addHandler(myHandler);
            myLogger.info("Our first logging message");
            myLogger.severe("Something terrible happened");
            ...When i launch the menuapplication, it writes info to "myLogging.xml.0"
    but when i launch an application, the app writes info to "myLogging.xml.0.1"
    I already tried to leave out the creation of a new Filehandler (try/catch block in code above) but it doesn't help.
    Is it possible to write loginfo to same specific file?

    You should open/close it somehow at every write from different processes.
    But I personally prefer different file names to your forced merging, though.

  • Server shutdown with the following log file -?

    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=128m
    WLS Start Mode=Production
    CLASSPATH=:/home3/bea9/patch_weblogic922/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home3/bea9/jdk150_07/lib/tools.jar:/home3/bea9/weblogic92/server/lib/weblogic_sp.jar:/home3/bea9/weblogic92/server/lib/weblogic.jar:/home3/bea9/weblogic92/server/lib/webservices.jar::/home3/bea9/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/home3/bea9/weblogic92/server/lib/xqrl.jar::
    PATH=/home3/bea9/weblogic92/server/bin:/home3/bea9/jdk150_07/jre/bin:/home3/bea9/jdk150_07/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/hparray/bin:/opt/langtools/bin:/opt/imake/bin:/opt/perf/bin:/opt/ignite/bin:/opt/OV/bin/OpC:/opt/hpnp//bin:/opt/resmon/bin:/usr/sbin/diag/contrib:/opt/pred/bin:/opt/sec_mgmt/spc/bin:/opt/graphics/common/bin:/opt/OV/bin:/opt/ssh/bin:/opt/sec_mgmt/bastille/bin:.
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.5.0.07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.07-_20_mar_2007_05_31)
    Java HotSpot(TM) Server VM (build 1.5.0.07 jinteg:03.20.07-04:39 PA2.0 (aCC_AP), mixed mode)
    Starting WLS with line:
    /home3/bea9/jdk150_07/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=128m -da -Dplatform.home=/home3/bea9/weblogic92 -Dwls.home=/home3/bea9/weblogic92/server -Dwli.home=/home3/bea9/weblogic92/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home3/bea9/patch_weblogic922/profiles/default/sysext_manifest_classpath -Dweblogic.Name=Admin -Djava.security.policy=/home3/bea9/weblogic92/server/lib/weblogic.policy weblogic.Server
    <May 13, 2009 10:36:22 AM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /home3/bea9/weblogic92/platform/lib/p13n/p13n-schemas.jar:/home3/bea9/weblogic92/platform/lib/p13n/p13n_common.jar:/home3/bea9/weblogic92/platform/lib/p13n/p13n_system.jar:/home3/bea9/weblogic92/platform/lib/wlp/netuix_common.jar:/home3/bea9/weblogic92/platform/lib/wlp/netuix_schemas.jar:/home3/bea9/weblogic92/platform/lib/wlp/netuix_system.jar:/home3/bea9/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <May 13, 2009 10:36:24 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0.07 jinteg:03.20.07-04:39 PA2.0 (aCC_AP) from Hewlett-Packard Company>
    <May 13, 2009 10:36:29 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP2 Mon Jun 25 01:32:01 EDT 2007 952826 >
    <May 13, 2009 10:37:03 AM EDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /home3/bea9/license.bea>
    <May 13, 2009 10:37:03 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 13, 2009 10:37:03 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <May 13, 2009 10:37:04 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /home3/bea9/user_projects/domains/Production/servers/Admin/logs/Admin.log is opened. All server side log events will be written to this file.>
    <May 13, 2009 10:37:08 AM EDT> <Alert> <Socket> <BEA-000414> <Could not initialize POSIX Performance Pack.>
    <May 13, 2009 10:37:08 AM EDT> <Warning> <Socket> <BEA-000444> <Could not load the performance pack that can take advantage of /dev/(e)poll device due to:
         weblogic.utils.NestedError: Could not initialize /dev/poll Performance Pack. Ensure that /dev/poll device exists and is initialized..
    Will attempt to use the performance pack that does not depend on /dev/(e)poll device.>
    <May 13, 2009 10:37:18 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <May 13, 2009 10:37:35 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <May 13, 2009 10:37:35 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 13, 2009 10:37:52 AM EDT> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <May 13, 2009 10:37:53 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <May 13, 2009 10:37:53 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <May 13, 2009 10:37:54 AM EDT> <Warning> <Server> <BEA-002611> <Hostname "ncsci015", maps to multiple IP addresses: 10.45.8.61, 127.0.0.1>
    <May 13, 2009 10:37:54 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:9001 for protocols iiop, t3, ldap, http.>
    <May 13, 2009 10:37:54 AM EDT> <Warning> <Server> <BEA-002611> <Hostname "localhost", maps to multiple IP addresses: 10.45.8.61, 127.0.0.1>
    <May 13, 2009 10:37:54 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.45.8.61:9001 for protocols iiop, t3, ldap, http.>
    <May 13, 2009 10:37:54 AM EDT> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "Admin" for domain "Production" running in Production Mode>
    <May 13, 2009 10:37:54 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <May 13, 2009 10:37:54 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <May 13, 2009 10:39:55 AM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 13, 2009 10:43:47 AM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerConfigGeneralTabPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DTCSE%2CType%3DServer%22%29.>
    <May 13, 2009 10:44:08 AM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Dtcr%2CType%3DAppDeployment%22%29.>
    <May 13, 2009 10:44:12 AM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 13, 2009 10:44:12 AM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 13, 2009 10:44:12 AM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 13, 2009 10:44:12 AM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 13, 2009 10:44:12 AM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 13, 2009 12:34:44 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 13, 2009 12:43:36 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 13, 2009 1:12:29 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 14, 2009 12:27:16 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 14, 2009 12:27:29 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerConfigGeneralTabPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DTCSE%2CType%3DServer%22%29.>
    <May 14, 2009 12:29:21 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 14, 2009 12:29:30 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerConfigGeneralTabPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DTCSE%2CType%3DServer%22%29.>
    <May 14, 2009 12:29:44 PM EDT> <Error> <netuix> <BEA-423405> <An exception [Broken pipe (errno:32)] was thrown while rendering the content at [jsp/contentheader/ContentMenu.jsp].
    java.net.SocketException: Broken pipe (errno:32)
         at java.net.SocketOutputStream.socketWrite0(Native Method)
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:97)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:141)
         at weblogic.servlet.internal.ChunkOutput.writeChunkTransfer(ChunkOutput.java:525)
         at weblogic.servlet.internal.ChunkOutput.writeChunks(ChunkOutput.java:504)
         Truncated. see log file for complete stacktrace
    >
    <May 14, 2009 1:47:36 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 14, 2009 1:47:48 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerConfigGeneralTabPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DTCSE%2CType%3DServer%22%29.>
    <May 14, 2009 1:57:17 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 14, 2009 1:57:27 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerConfigGeneralTabPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DTCSE%2CType%3DServer%22%29.>
    <May 15, 2009 9:15:48 AM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 15, 2009 12:07:05 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 15, 2009 12:07:14 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Dtcr%2CType%3DAppDeployment%22%29.>
    <May 15, 2009 12:07:15 PM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 15, 2009 12:07:15 PM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 15, 2009 12:07:15 PM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 15, 2009 12:07:15 PM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 15, 2009 12:07:15 PM EDT> <Warning> <J2EE Deployment SPI> <BEA-260128> <Changes not allowed to DTD based descriptors. The attempt to modify property 'ServletName' in WEB-INF/weblogic.xml for module 'tcr.war' will be vetoed if possible. The change will not be persisted in either case.>
    <May 19, 2009 2:29:26 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=HomePage1.>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <May 31, 2009 10:27:32 PM EDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 10.45.8.61:9001 was shutdown.>
    <May 31, 2009 10:27:32 PM EDT> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 127.0.0.1:9001 was shutdown.>
    The server shutdown with the above output in the log file, can you please let me know why this happened and any solution for it?
    Thanks.

    Have you see that in your posted log:
    <May 13, 2009 10:37:08 AM EDT> <Alert> <Socket> <BEA-000414> <Could not initialize POSIX Performance Pack.>
    <May 13, 2009 10:37:08 AM EDT> <Warning> <Socket> <BEA-000444> <Could not load the performance pack that can take advantage of /dev/(e)poll device due to:
    weblogic.utils.NestedError: Could not initialize /dev/poll Performance Pack. Ensure that /dev/poll device exists and is initialized
    Will attempt to use the performance pack that does not depend on /dev/(e)poll device.>
    it seems to be a trouble with server performance pack. Try to DISABLE performance pack on your server and restart (unckeck "Native IO Enabled" on your domain"). You can also found some suggestions on http://edocs.bea.com/wls/docs92/messages/Socket.html (check for "BEA-000414" message).
    Regards
    Nat.

  • Log file is growing too big and too quick on ECC6 EHP4 system

    Hello there,
    i have ECC6EHP6 system based on NW 7.01 and MSSQL as back-end.
    My log file is growing very fast. i seen a number of threads but does not got some perfect idea what to do. Please see DEV_RFC0 and DEV_W0 log file excerpt below. Please help
    DEV_RFC0
    Trace file opened at 20100618 065308 Eastern Daylight Time, SAP-REL 701,0,14 RFC-VER U 3 1016574 MT-SL
    ======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered                                      
    ABAP Programm: SAPLSADC (Transaction: )
    User: DDIC (Client: 000)
    Destination: SAPDB_DBM_DAEMON (handle: 2, , )
    SERVER> RFC Server Session (handle: 1, 59356166, {ADC77ADF-C575-F1CC-B797-0019B9E204CC})
    SERVER> Caller host:
    SERVER> Caller transaction code:  (Caller Program: SAPLSADC)
    SERVER> Called function module: DBM_CONNECT_PUR
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered                                      
    DEST =SAPDB_DBM_DAEMON
    HOST =%%RFCSERVER%%
    PROG =dbmrfc@sapdb
    Trace file opened at 20100618 065634 Eastern Daylight Time, SAP-REL 701,0,14 RFC-VER U 3 1016574 MT-SL
    ======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered                                      
    ABAP Programm: SAPLSADC (Transaction: )
    User: DDIC (Client: 000)
    Destination: SAPDB_DBM_DAEMON (handle: 2, , )
    SERVER> RFC Server Session (handle: 1, 59587535, {28C87ADF-4577-F16D-B797-0019B9E204CC})
    SERVER> Caller host:
    SERVER> Caller transaction code:  (Caller Program: SAPLSADC)
    SERVER> Called function module: DBM_CONNECT_PUR
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered                                      
    DEST =SAPDB_DBM_DAEMON
    HOST =%%RFCSERVER%%
    PROG =dbmrfc@sapdb
    DEV_W0

    X Fri Jun 18 18:05:15 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    N Fri Jun 18 18:05:25 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    X Fri Jun 18 18:05:39 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    X Fri Jun 18 18:05:46 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    X Fri Jun 18 18:05:52 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    N Sun Jun 20 10:55:32 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    X Sun Jun 20 11:00:02 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    N Sun Jun 20 11:00:32 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    C Sun Jun 20 11:03:34 2010
    C  Thread ID:1956
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      13
    C    patchcomment Errors when running with par_stmt_prepare set to zero (1253696)
    C  Local connection used on SAPFIVE to named instance: np:SAPFIVE\ECT

    C Sun Jun 20 11:03:49 2010
    C  OpenOledbConnection: line 23839. hr: 0x8000ffff Login timeout expired
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Login timeout expired
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), SQL Network Interfaces: Server doesn't support requested protocol [xFFFFFFFF].
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]

    C Sun Jun 20 11:04:04 2010
    C  OpenOledbConnection: line 23839. hr: 0x8000ffff Login timeout expired
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Login timeout expired
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), SQL Network Interfaces: Server doesn't support requested protocol [xFFFFFFFF].
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]

    C Sun Jun 20 11:04:19 2010
    C  OpenOledbConnection: line 23839. hr: 0x8000ffff Login timeout expired
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Login timeout expired
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err -1, sev 0), SQL Network Interfaces: Server doesn't support requested protocol [xFFFFFFFF].
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23839]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn to np:SAPFIVE\ECT.
    C  Retrying without protocol specifier: SAPFIVE\ECT
    C  Connected to db server : [SAPFIVE\ECT] server_used : [SAPFIVE\ECT], dbname: ECT, dbuser: ect
    C  pn_id:SAPFIVE_ECT_ECTECT_ECT
    B  Connection 4 opened (DBSL handle 2)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       YES YES NO  000 255 255 20100618 061458 SAPFIVE\ECT    
    B  000 001 +DBO+0050      000002156 INACTIVE     NO  NO  NO  004 255 255 20100618 101017 SAPFIVE\ECT    
    B  000 002 +DBO+0050      000001981 DISCONNECTED NO  NO  NO  000 255 255 20100620 070023 SAPFIVE\ECT    
    B  000 003 +DBO+0050      000001982 DISCONNECTED NO  NO  NO  000 255 255 20100620 070023 SAPFIVE\ECT    
    B  000 004 R/3*INACT_PACK   000002157 ACTIVE       NO  NO  NO  004 255 255 20100620 110334 SAPFIVE\ECT  
    N Sun Jun 20 17:35:35 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    M Sun Jun 20 17:47:29 2010
    M  ThAlarmHandler (1)
    M  ThAlarmHandler (1)
    M  ThAlarmHandler: set CONTROL_TIMEOUT/DP_CONTROL_JAVA_EXIT and break sql

    C Sun Jun 20 17:47:33 2010
    C  SQLBREAK: DBSL_CMD_SQLBREAK: CbOnCancel was not set. rc: 15
    M  program canceled
    M    reason   = max run time exceeded
    M    user     = SAPSYS     
    M    client   = 000
    M    terminal =                    
    M    report   = SAPMSSY2                               
    M  ThAlarmHandler: return from signal handler

    A Sun Jun 20 17:48:33 2010
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.

    A Sun Jun 20 17:48:42 2010
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP_BEG entered.
    A  ** RABAX: level LEV_RX_WRITE_SNAP_BEG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.

    A Sun Jun 20 17:48:48 2010
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP_END entered.
    A  ** RABAX: level LEV_RX_WRITE_SNAP_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  Sun Jun 20 17:48:48 2010

    A  ABAP Program SAPMSSY2                                .
    A  Source RSBTCTRC                                 Line 131.
    A  Error Code TIME_OUT.
    A  Module  $Id: //bas/701_REL/src/krn/runt/abinit.c#1 $ SAP.
    A  Function ab_chstat Line 1941.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A  Time limit exceeded..


    X Sun Jun 20 17:49:03 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
    N Sun Jun 20 18:35:40 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    N Sun Jun 20 18:50:35 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    N Sun Jun 20 18:55:31 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    N Sun Jun 20 19:00:31 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    X Sun Jun 20 19:01:59 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    X Sun Jun 20 19:02:05 2010
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

    M Sun Jun 20 19:04:02 2010
    M  ***LOG R49=> ThReceive, CPIC-Error (020223) [thxxhead.c   7488]
    M  ***LOG R5A=> ThReceive, CPIC-Error (76495728) [thxxhead.c   7493]
    M  ***LOG R64=> ThReceive, CPIC-Error ( CMSEND(SAP)) [thxxhead.c   7498]

    N Sun Jun 20 19:05:31 2010
    N  RSEC: The entry with identifier /RFC/DIICLNT800
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/T90CLNT090
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    Thanks
    Mani

    i have few BG jobs running at backend, but i dont think that could be a problem. I have these jobs running
    ESH_IX_PROCESS_CP_20100621051308
    EU_PUT
    EU_REORG
    RPTMC_CREATE_CHANGEPOINT_AUTH
    i cancelled  the last one and first job is for trex indexing for changed object i SAP hR master data. middle two i dont know the purpose.
    do you think these could be problem?
    Mani

  • Ipod touch 4g is in recovery mode, whey try to restore it thorugh iTunes, I get error 40 below is log file....

    pls help me to fix this problem.
    log file...
    2014-02-24 14:04:20.396 [1192:14d4]: restore library built Jan  7 2014 at 02:02:33
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: iTunes 11.1.4.62
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: Software payload version: 10B500
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: Using iTunes state machine
    2014-02-24 14:12:16.573 [1192:10d0]: iTunes: Specifying UOI boot image
    2014-02-24 14:12:16.774 [1192:10d0]: requested restore behavior: Erase
    2014-02-24 14:12:16.774 [1192:10d0]: requested variant: Erase
    2014-02-24 14:12:16.997 [1192:10d0]: *** UUID B30995A9-9CBE-F743-9507-039BDD0D56EF ***
    2014-02-24 14:12:17.390 [1192:10d0]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:22.429 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is True
    2014-02-24 14:12:22.429 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 063BE060 [720A907C]>{length = 20, capacity = 20, bytes = 0x3ced32535b4f03e3cdd4f55d4d29e16bdf6b3536}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 063BFF08 [720A907C]>{length = 20, capacity = 20, bytes = 0x8b90263d2d4d916029bb28321fe214b7056dab33}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 063BECC0 [720A907C]>{length = 20, capacity = 20, bytes = 0x7788d3144dbc9f173ff12878570d11c0cdff4e35}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 063BFDE8 [720A907C]>{length = 20, capacity = 20, bytes = 0x947ce636269ab8f999739b5a72d820c70102912a}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBEC" Digest = "<CFData 063BEC78 [720A907C]>{length = 20, capacity = 20, bytes = 0x86aa6a33d416b8183226d0b9188df879c0666e8a}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBSS" Digest = "<CFData 063BF890 [720A907C]>{length = 20, capacity = 20, bytes = 0xd1534e338ae80b9b4addae3c77a83a6186fe75ab}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 063BFE78 [720A907C]>{length = 20, capacity = 20, bytes = 0x7788d3144dbc9f173ff12878570d11c0cdff4e35}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 063BF338 [720A907C]>{length = 20, capacity = 20, bytes = 0x79be5d2f2f7054aa2d7bdd5b66e3a0eca07a725b}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 063BFE30 [720A907C]>{length = 20, capacity = 20, bytes = 0x1abed33b398f978c681b346ea167eb26eaf3b38e}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "LLB" Digest = "<CFData 063BDF88 [720A907C]>{length = 20, capacity = 20, bytes = 0x21abcad73c393fb9d197b34403d52ec82643ffc4}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 063BEC30 [720A907C]>{length = 20, capacity = 20, bytes = 0xfa0dc3003aeb828feda55a4ffb8027d10f054bce}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 063BFDA0 [720A907C]>{length = 20, capacity = 20, bytes = 0x8b90263d2d4d916029bb28321fe214b7056dab33}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 063BFD58 [720A907C]>{length = 20, capacity = 20, bytes = 0xc504724a963b954e32478d6920311a32baca15b9}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 063BFC38 [720A907C]>{length = 20, capacity = 20, bytes = 0x808a3980c646bd6d87921c9dba79c54a7759395a}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 063BED08 [720A907C]>{length = 20, capacity = 20, bytes = 0x3ced32535b4f03e3cdd4f55d4d29e16bdf6b3536}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 063BF578 [720A907C]>{length = 20, capacity = 20, bytes = 0x62d392da7901734968084e882ab8d687bc917be8}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 063BFBA8 [720A907C]>{length = 20, capacity = 20, bytes = 0x059a392a0e7dccbfdc2f918cd59f4f5b4b140df8}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 063BF410 [720A907C]>{length = 20, capacity = 20, bytes = 0x421d229710239b268c3a2544a4fb161a3d6288aa}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 063BF3C8 [720A907C]>{length = 20, capacity = 20, bytes = 0xa01b8483c6d2f2355569951d0e72df454f4432a7}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 063C3700 [720A907C]>{length = 20, capacity = 20, bytes = 0x9738ff132ae5b77833acdf2aa72af1558c4734d2}
    2014-02-24 14:12:22.431 [1192:10d0]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2014-02-24 14:12:22.685 [1192:10d0]: amai: AMAuthInstallDebugWriteObject: debug object written: file://localhost/C:/Users/RAKESH~1/AppData/Local/Temp/Per76A5.tmp/amai/debug/ts s-request.plist
    2014-02-24 14:12:24.350 [1192:10d0]: amai: tss_submit_job: HttpQueryInfo returned 200
    2014-02-24 14:12:25.032 [1192:10d0]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 2.1.0)
    2014-02-24 14:12:25.078 [1192:10d0]: amai: AMAuthInstallDebugWriteObject: debug object written: file://localhost/C:/Users/RAKESH~1/AppData/Local/Temp/Per76A5.tmp/amai/debug/ts s-response.plist
    2014-02-24 14:12:26.597 [1192:10d0]: amai: _AMAuthInstallBundlePopulatePersonalizedBundle: no entry in manifest found for "Diags"
    2014-02-24 14:12:27.466 [1192:3a4]: iBoot build-version = iBoot-1537.9.55
    2014-02-24 14:12:27.467 [1192:3a4]: iBoot build-style = RELEASE
    2014-02-24 14:12:27.468 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.469 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.471 [1192:3a4]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:27.472 [1192:3a4]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:27.473 [1192:3a4]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:27.474 [1192:3a4]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:27.475 [1192:3a4]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:27.476 [1192:3a4]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:27.477 [1192:3a4]: command device request for 'getenv radio-error' failed: 2008
    2014-02-24 14:12:27.477 [1192:3a4]: radio-error not set
    2014-02-24 14:12:27.478 [1192:3a4]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:27.480 [1192:3a4]: <Recovery Mode Device 025E0430>: production fused device
    2014-02-24 14:12:27.481 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.481 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.482 [1192:3a4]: interface has 1 endpoints, file pipe = 1
    2014-02-24 14:12:27.482 [1192:3a4]: <Recovery Mode Device 025E0430>: operation 4 progress -1
    2014-02-24 14:12:30.448 [1192:3a4]: bootstrapping restore with iBEC
    2014-02-24 14:12:30.449 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:30.463 [1192:3a4]: <Recovery Mode Device 025E0430>: operation 31 progress -1
    2014-02-24 14:12:31.463 [1192:3a4]: <Recovery Mode Device 025E0430>: Recovery mode succeeded
    2014-02-24 14:12:37.516 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:12:37.521 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:37.590 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.622 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.651 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.664 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:37.664 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, new device
    2014-02-24 14:12:37.665 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:37.692 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.716 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.739 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::SetDeviceID: AMD_INTERFACE_IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 1
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::NotifyDisconnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:12:37.869 [1192:17a4]:                                IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 1, connected: 0
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 2
    2014-02-24 14:12:37.870 [1192:17a4]: AppleDevice::NotifyConnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.870 [1192:17a4]:                             IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:37.874 [1192:1558]: Recovery mode device disconnected
    2014-02-24 14:12:37.874 [1192:1558]: Recovery mode device disconnected
    2014-02-24 14:12:37.877 [1192:1558]: Recovery mode device connected
    2014-02-24 14:12:37.877 [1192:1558]: Found new device.
    2014-02-24 14:12:37.880 [1192:1450]: _AMRecoveryModeDeviceFinalize: 025E0430
    2014-02-24 14:12:37.881 [1192:14d4]: iTunes: SCEP 2
    2014-02-24 14:12:37.969 [1192:544]: iBoot build-version = iBoot-1537.9.55
    2014-02-24 14:12:37.970 [1192:544]: iBoot build-style = RELEASE
    2014-02-24 14:12:37.970 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 44 progress -1
    2014-02-24 14:12:37.970 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:37.970 [1192:544]: requested variant: Erase
    2014-02-24 14:12:37.971 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreLogo"
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreDeviceTree"
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreRamDisk" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "KernelCache" has been previously personalized; skipping it
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow1"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow0"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "iBoot"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "DeviceTree"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging1"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "AppleLogo"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryPlugin"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryFull"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging0"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RecoveryMode"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2014-02-24 14:12:38.675 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.676 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.676 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:38.677 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:38.677 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:38.677 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:38.677 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:38.677 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:38.677 [1192:544]: command device request for 'getenv radio-error' failed: 2008
    2014-02-24 14:12:38.677 [1192:544]: radio-error not set
    2014-02-24 14:12:38.677 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:38.678 [1192:544]: <Recovery Mode Device 025DFDD0>: production fused device
    2014-02-24 14:12:38.678 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.678 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.679 [1192:544]: interface has 1 endpoints, file pipe = 1
    2014-02-24 14:12:38.679 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 4 progress -1
    2014-02-24 14:12:41.655 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:41.656 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:41.656 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:41.656 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.659 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:41.661 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.664 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:41.666 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 42 progress -1
    2014-02-24 14:12:41.666 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.669 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:42.160 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:12:42.163 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:42.231 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.285 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.340 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.364 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:42.367 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:42.432 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.487 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.541 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.566 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:42.567 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:42.567 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:42.706 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:42.706 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:42.706 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:42.706 [1192:544]: command device request for 'getenv ramdisk-size' failed: 2008
    2014-02-24 14:12:42.707 [1192:544]: Unable to query iBoot ramdisk-size. Libusbrestore error : 67108864
    2014-02-24 14:12:42.707 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 5 progress -1
    2014-02-24 14:12:43.100 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:43.100 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:43.100 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:43.102 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:43.102 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:43.102 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:43.102 [1192:544]: command device request for 'getenv ramdisk-delay' failed: 2008
    2014-02-24 14:12:44.141 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:44.141 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:44.187 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.227 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.260 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.272 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:44.272 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:44.272 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:44.361 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:44.361 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:44.389 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.412 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.435 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.446 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:44.446 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:44.446 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:45.138 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 6 progress -1
    2014-02-24 14:12:46.148 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 7 progress -1
    2014-02-24 14:12:46.482 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 8 progress -1
    2014-02-24 14:12:46.483 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:46.484 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:46.484 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:46.485 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 9 progress -1
    2014-02-24 14:12:46.485 [1192:544]: <Recovery Mode Device 025DFDD0>: Recovery mode succeeded
    2014-02-24 14:12:48.195 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:48.200 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:48.201 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 1
    2014-02-24 14:12:48.201 [1192:17a4]: AppleDevice::NotifyDisconnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:48.201 [1192:17a4]:                                IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:48.210 [1192:1450]: Recovery mode device disconnected
    2014-02-24 14:12:48.211 [1192:1450]: Recovery mode device disconnected
    2014-02-24 14:12:48.214 [1192:1558]: _AMRecoveryModeDeviceFinalize: 025DFDD0
    2014-02-24 14:12:48.382 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:48.384 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:48.384 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:13:00.982 [1192:cfc]: Mux version 3 event happened
    2014-02-24 14:13:00.982 [1192:cfc]: Passing control to mux version 2 handler
    2014-02-24 14:13:00.983 [1192:cfc]: Muxed mode device connected
    2014-02-24 14:13:01.049 [1192:e7c]: <Restore Device 0641A9E8>: operation 3 progress -1
    2014-02-24 14:13:01.055 [1192:e7c]: <Restore Device 0641A9E8>: operation 4 progress -1
    2014-02-24 14:13:01.266 [1192:1664]: received kAMDeviceAttached action, device id E80CE514C875BC07 (0641AB88), AFC error 0XE8000028
    2014-02-24 14:13:01.266 [1192:1664]: iTunes: Restore-mode device appeared, device 0641AB88
    2014-02-24 14:13:01.266 [1192:1664]: iTunes: Creating restore mode device with usbMuxDeviceID 0X1
    2014-02-24 14:13:01.267 [1192:1664]: <Restore Device 06F59780>: operation 3 progress -1
    2014-02-24 14:13:01.272 [1192:1664]: <Restore Device 06F59780>: operation 4 progress -1
    2014-02-24 14:13:01.297 [1192:e7c]: Supports value queries: 1
    2014-02-24 14:13:01.300 [1192:1664]: Supports value queries: 1
    2014-02-24 14:13:01.314 [1192:e7c]: value query for 'SerialNumber' returned 'C3VDMTBQDCP9'
    2014-02-24 14:13:01.314 [1192:e7c]: <Restore Device 0641A9E8>: operation 3 progress -1
    2014-02-24 14:13:01.321 [1192:e7c]: <Restore Device 0641A9E8>: operation 4 progress -1
    2014-02-24 14:13:01.326 [1192:e7c]: Supports value queries: 1
    2014-02-24 14:13:01.336 [1192:1154]: Found new device
    2014-02-24 14:13:01.368 [1192:f44]: <Restore Device 06F59780>: operation 44 progress -1
    2014-02-24 14:13:01.368 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:01.368 [1192:f44]: requested variant: Erase
    2014-02-24 14:13:01.372 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreLogo"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreDeviceTree"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreRamDisk" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "KernelCache" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow1"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow0"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "iBoot"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "DeviceTree"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging1"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "AppleLogo"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryPlugin"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryFull"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging0"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RecoveryMode"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2014-02-24 14:13:02.147 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:02.149 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.166 [1192:f44]: fixed TcpWindowSize (65535) can cause restore failure if too large
    2014-02-24 14:13:02.238 [1192:f44]: device did not return saved USB log
    2014-02-24 14:13:02.238 [1192:f44]: device had saved panic logs: panic(cpu 0 caller 0x80632111): "partition scheme present; however, no partition devices were created"@/SourceCache/IOFlashStorage/IOFlashStorage-558.4/IOFlashPartitionSchem e.cpp:267
    Debugger message: panic
    OS version: 9A405
    Kernel version: Darwin Kernel Version 11.0.0: Tue Nov  1 20:33:58 PDT 2011; root:xnu-1878.4.46~1/RELEASE_ARM_S5L8930X
    iBoot version: iBoot-1219.43.32
    secure boot?: YES
    Paniclog version: 1
    Epoch Time:        sec       usec
      Boot    : 0x526e9493 0x00000000
      Sleep   : 0x00000000 0x00000000
      Wake    : 0x00000000 0x00000000
      Calendar: 0x526e94a6 0x000e2944
    Task 0xc0562d20: 2451 pages, 81 threads: pid 0: kernel_task
              thread 0xc064b230
                        kernel backtrace: cb643e2c
                          lr: 0x8007cc6b  fp: 0xcb643e58
                          lr: 0x8007d26f  fp: 0xcb643e88
                          lr: 0x80016391  fp: 0xcb643ea0
                          lr: 0x80632111  fp: 0xcb643ecc
                          lr: 0x806323b9  fp: 0xcb643ee0
                          lr: 0x8020dd3b  fp: 0xcb643f18
                          lr: 0x8020db31  fp: 0xcb643f5c
                          lr: 0x8020e509  fp: 0xcb643f80
                          lr: 0x8020e2e5  fp: 0xcb643fa8
                          lr: 0x8007b37c  fp: 0x00000000
    Task 0xc0562ac0: 283 pages, 3 threads: pid 1: launchd
    Task 0xc0562860: 515 pages, 1 threads: pid 2: launchctl
    Task 0xc0562600: 690 pages, 1 threads: pid 3: restored_externa
    Task 0xc05623a0: 3000 pages, 2 threads: pid 4: restored_externa
    2014-02-24 14:13:02.248 [1192:f44]: connected to service com.apple.mobile.restored
    2014-02-24 14:13:02.248 [1192:f44]: using protocol version 12
    2014-02-24 14:13:02.256 [1192:f44]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:13:02.257 [1192:f44]: board config = n81ap
    2014-02-24 14:13:02.264 [1192:f44]: no value returned for BootArgs
    2014-02-24 14:13:02.264 [1192:f44]: _copyDeviceProperty() failed for restore bootargs
    2014-02-24 14:13:02.272 [1192:f44]: no value returned for MarketingPartNumber
    2014-02-24 14:13:02.272 [1192:f44]: _copyDeviceProperty() failed for mpn
    2014-02-24 14:13:02.273 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:02.274 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.285 [1192:f44]: value query for 'HardwareModel' returned 'N81AP'
    2014-02-24 14:13:32.300 [1192:f44]: <Restore Device 06F59780>: operation 28 progress -1
    2014-02-24 14:13:32.364 [1192:f44]: device returned CFError with code 40
    2014-02-24 14:13:32.364 [1192:f44]: dumping CFError returned by restored:
    2014-02-24 14:13:32.364 [1192:f44]: CFError domain:AMRestoreErrorDomain code:40 description:storage device did not become available
    2014-02-24 14:13:32.384 [1192:f44]:
    ==== device restore output ====
    "P=N81 m=2.2 V=m"
    AppleBCMWLANBusInterfaceSdio::start(): Started by: IOSDIOIoCardDevice, AppleBCMWLANV2-169.10 Feb 13 2013 22:10:14
    AppleBCMWLANCore::init(): AppleBCMWLANV2-169.10 Feb 13 2013 22:10:17
    000522.906303 wlan.W[0] AppleBCMWLANProvisioningManager::parseApplePrivateCIS():  @24 - Invalid 2.4 GHz Cal data in tuple 0x02
    000522.907778 wlan.N[1] AppleBCMWLANProvisioningManager::handleBluetoothRegistrationGated():  Wrote bluetooth Mac Addr <<<mac address>>>
    000522.909596 wlan.N[2] AppleBCMWLANConfigManager::gatherParameterData():  AWDL is not supported.
    000522.914563 wlan.N[3] AppleBCMWLANCore:start(): Starting with MAC Address: <<<mac address>>>
    000522.914795 wlan.W[4] AppleBCMWLANCore::apple80211Request():  Rejecting ioctl 80, error 61 (state 0x20)
    IO80211PeerManager::initWithInterface cant add monitoring timer
    IO80211PeerManager::initWithInterface: inited peer manager
    IO80211Interface::init peerManager=0x916e0600
    000522.916824 wlan.N[5] AppleBCMWLANCore::setPowerStateGated():   powerState 1, fStateFlags 0x20, dev 0x83b41000 (this 1, provider 0)
    000522.916944 wlan.N[6] AppleBCMWLANCore::setPowerStateGated():  Received power state change before driver has initialized, ignoring
    display-scale = 2
    display-rotation = 0
    found suitable IOMobileFramebuffer: AppleCLCD
    display: 640 x 960
    found PTP interface
    AppleSynopsysOTGDevice - Configuration: PTP
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice - Configuration: iPod USB Interface
    AppleSynopsysOTGDevice          Interface: USBAudioControl
    AppleSynopsysOTGDevice          Interface: USBAudioStreaming
    AppleSynopsysOTGDevice          Interface: IapOverUsbHid
    AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice          Interface: AppleUSBMux
    AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device + Apple USB Ethernet
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice          Interface: AppleUSBMux
    AppleSynopsysOTGDevice          Interface: AppleUSBEthernet
    AppleSynopsysOTGDevice::gated_registerFunction Register function USBAudioControl
    AppleSynopsysOTGDevice::gated_registerFunction Register function USBAudioStreaming
    IOAccessoryPortUSB::start
    AppleSynopsysOTGDevice::gated_registerFunction Register function IapOverUsbHid
    virtual bool AppleUSBDeviceMux::start(IOService *) build: Feb 13 2013 22:02:59
    init_waste
    AppleSynopsysOTGDevice::gated_registerFunction Register function AppleUSBMux
    AppleSynopsysOTGDevice::gated_registerFunction Register function AppleUSBEthernet
    AppleSynopsysOTGDevice::gated_registerFunction Register function PTP
    AppleSynopsysOTGDevice::startUSBStack Starting usb stack
    IOReturn AppleUSBDeviceMux::setPropertiesGated(OSObject *) setting debug level to 7
    read new style signature 0x43313131 (line:389)
    [FTL:MSG] VSVFL Register  [OK]
    [WMR:MSG] Metadata whitening is set in NAND signature
    [FTL:MSG] VFL Init            [OK]
    [VFL:ERR] _LoadVFLCxt(line:1479) fail CS 1!
    [VFL:ERR]  _LoadVFLCxt(wCSIdx:1)(line 1779) fail!
    [WMR:ERR] VFL_Open failed
    AppleNANDLegacyFTL::start: AND init failed
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49152 62078<-usb->512
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(12, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(15, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(18, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49153 62078<-usb->768
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49154 62078<-usb->1024
    AppleUSBDeviceMux::handleConnectResult new session 0x91816210 established 62078<-lo0->49155 62078<-usb->1280
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x91816210
    AppleUSBDeviceMux::handleConnectResult new session 0x91816210 established 62078<-lo0->49156 62078<-usb->1536
    AppleUSBDeviceMux::handleConnectResult new session 0x91816268 established 62078<-lo0->49157 62078<-usb->1792
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49158 62078<-usb->2048
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x91816268
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49159 62078<-usb->2304
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49160 62078<-usb->2560
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49161 62078<-usb->2816
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49162 62078<-usb->3072
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49163 62078<-usb->3328
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49164 62078<-usb->3584
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    unrecognized key 'BootArgs' in value query
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    unrecognized key 'MarketingPartNumber' in value query
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    client protocol version 13
    *** UUID B30995A9-9CBE-F743-9507-039BDD0D56EF ***
    Restore options:
              UUID                           => <CFString 0x1ed27a50 [0x32b100]>{contents = "B30995A9-9CBE-F743-9507-039BDD0D56EF"}
              MinimumSystemPartition         => <CFNumber 0x1ed279a0 [0x32b100]>{value = +1152, type = kCFNumberSInt64Type}
              SystemPartitionSize            => <CFNumber 0x1ed28300 [0x32b100]>{value = +1152, type = kCFNumberSInt64Type}
              SystemPartitionPadding         => <CFBasicHash 0x1ed27470 [0x32b100]>{type = mutable dict, count = 5,
    entries =>
              2 : <CFString 0x1ed277b0 [0x32b100]>{contents = "128"} = <CFNumber 0x1ed279d0 [0x32b100]>{value = +1280, type = kCFNumberSInt64Type}
              3 : <CFString 0x1ed27ce0 [0x32b100]>{contents = "16"} = <CFNumber 0x1ed27a00 [0x32b100]>{value = +160, type = kCFNumberSInt64Type}
              4 : <CFString 0x1ed1f1a0 [0x32b100]>{contents = "32"} = <CFNumber 0x1ed274d0 [0x32b100]>{value = +320, type = kCFNumberSInt64Type}
              5 : <CFString 0x1ed27100 [0x32b100]>{contents = "8"} = <CFNumber 0x1ed282f0 [0x32b100]>{value = +80, type = kCFNumberSInt64Type}
              8 : <CFString 0x1ed274e0 [0x32b100]>{contents = "64"} = <CFNumber 0x1ed27340 [0x32b100]>{value = +640, type = kCFNumberSInt64Type}
    entering partition_nand_device
    device supports boot-from-NAND
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49165 62078<-usb->3840
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49166 62078<-usb->4096
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49167 62078<-usb->4352
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49168 62078<-usb->4608
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49169 62078<-usb->4864
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    [IOFlashPartitionScheme:ERR] AppleNANDFTL initialization failed
    [nand_part_core:ERR@ 429] no fbbt service available
    [nand_part_core:BUG@3024] failed to create partition devices
    unable to check is-bfn-partitioned property
    nand device is already partitioned
    entering wait_for_storage_device
    Searching for NAND service
    Found NAND service: IOFlashStoragePartition
    NAND failed to initialize: No additional error message.
    ==== end of device restore output ====
    2014-02-24 14:13:32.384 [1192:f44]: AMRAuthInstallDeletePersonalizedBundle
    2014-02-24 14:13:32.892 [1192:f44]: <Restore Device 06F59780>: Restore failed (result = 40)
    2014-02-24 14:13:33.517 [1192:14d4]: iTunes: Restore error 40
    2014-02-24 14:15:03.369 [1192:120]: Looking up device with muxID:1
    2014-02-24 14:15:03.369 [1192:120]: Muxed device disconnected
    2014-02-24 14:15:03.369 [1192:120]: RestoreOS mode device disconnected
    2014-02-24 14:15:09.873 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:15:09.873 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:15:09.916 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:09.955 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:09.993 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 1, connected: 0
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 1
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::NotifyConnect: Interfaces total != arrived, no notification
    2014-02-24 14:15:10.123 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:15:10.123 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:15:10.165 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.188 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.211 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::SetDeviceID: AMD_INTERFACE_DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 1, connected: 1
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 2
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::NotifyConnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]:                             IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.230 [1192:1230]: Recovery mode device connected
    2014-02-24 14:15:10.231 [1192:1230]: Found new device.
    2014-02-24 14:15:10.241 [1192:14d4]: iTunes: SCEP 2

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • Mac takes 5 mins to wake from sleep and I have bizarre log files

    Can anyone help me figure out what is plaguing my mac. Is it haunted?
    My Macbook Pro (mid 2012 ish) is behaving very strangely. When I wake it up from sleep, it takes five minutes before it is responsive and lets me log in. The progress bar at the bottom rapidly moves to the last bar, then freezes for five minutes.
    When I look at the logs, there is bizarre behavior. I get pages and pages of these kind of events:
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x8076547000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x807654a000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x807654e000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x8076552000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x8076556000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x8076558000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x807655c000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x807655f000, 0x1000]
    Jan 28 12:13:18 Matts-MacBook-Pro-2 kernel[0]: [0x8076562000, 0x1000]
    Like, 20 or thirty pages.
    My Mac wakes itself up in the middle of the night for no apparent reason, performs some operations, and then logs thousands of the kernel events like the one above.
    My Mac also seems to be trying to connect to strange DNS addresses.
    I uploaded a copy of the bizarre log files here.
    https://dl.dropboxusercontent.com/u/59141003/Bizarre%20logs.rtf
    It is malware? Is it a configuration issue? Is there a ghost in the machine?
    Appreciate anyone's help with this.
    Thanks much,
    Matt

    Unfortunately that didn't fix it. I removed the network drive (and everything else) from login items and there are still problems. The Macbook only takes 2-3 minutes to wake, but this is still a long time. (Strangely, immediately after I removed the login item, the Mac woke up in ~30 seconds). There is also some sort of kernel that is occurring thousands of times while the Mac is sleeping. No idea why.
    Any ideas? Log files below:
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170b72000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170b74000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170b76000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170b9e000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170ba2000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: [0x8170bcb000, 0x1000]
    Feb  3 13:51:15 Matts-MacBook-Pro-2 kernel[0]: *** kernel exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    Feb  3 13:51:15 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNS Send(): UDP Sendto() failed to DNSNameServer 192.168.1.1 Port 53 errno 50, fd 54, ErrLogCount 1 ResolverIntf:5
    Feb  3 13:51:15 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNS Send(): UDP Sendto() failed to DNSNameServer 192.168.1.1 Port 53 errno 50, fd 60, ErrLogCount 2 ResolverIntf:5
    Feb  3 13:51:15 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNS Send(): UDP Sendto() failed to DNSNameServer 192.168.1.1 Port 53 errno 50, fd 54, ErrLogCount 3 ResolverIntf:5
    Feb  3 13:51:15 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNS Send(): UDP Sendto() failed to DNSNameServer 192.168.1.1 Port 53 errno 50, fd 54, ErrLogCount 4 ResolverIntf:5
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff80d4833000, 0xffffff80d48d1000
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_teardown started
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_teardown: wired_pages 221016, free_pages 1081654, active_pages 575735, inactive_pages 201062, speculative_pages 182, cleaned_pages 0, compressor_pages 1356
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 831016
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_teardown: mark_as_unneeded_pages 2048, 16858, 13454
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_teardown completed - discarded 32360
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_page_list_setall time: 394 ms
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: pages 1171003, wire 172917, act 575735, inact 143, cleaned 0 spec 182, zf 200919, throt 0, compr 1356, xpmapped 40000
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: did discard act 58566 inact 52699 purgeable 18963 spec 89519 cleaned 4
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: WARNING: hibernate_page_list_setall skipped 7745 xpmapped pages
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_page_list_setall found pageCount 951252
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: IOHibernatePollerOpen(0)
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: encryptStart 14e970
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: bitmap_size 0x3f8e0, previewSize 0x1b9dd0, writing 950450 pages @ 0x348020
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_rebuild started
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 831016
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_rebuild completed - took 67 msecs
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: booter start at 3955 ms smc 0 ms, [13, 0, 0] total 8185 ms, dsply 820, 68 ms, tramp 550 ms
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_machine_init: state 2, image pages 172690, sum was 2936fa79, imageSize 0x671a3000, image1Size 0xf1e5000, conflictCount 1887, nextFree 13eb
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: IOHibernatePollerOpen(0) 57 ms
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_machine_init reading
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: PMStats: Hibernate read took 89939 ms
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: hibernate_machine_init pagesDone 951025 sum2 c4873a84, time: 89939 ms, disk(0x20000) 15 Mb/s, comp bytes: 2598879232 time: 2677 ms 925 Mb/s, crypt bytes: 1476124672 time: 615 ms 2288 Mb/s
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: Wake reason: EC.PME (User)
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: Previous sleep cause: 5
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: Previous shutdown cause: 0
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: AppleThunderboltGenericHAL::earlyWake - complete - took 19 milliseconds
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: TBT W (1): 0 [x]
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Packet received with Netpattern
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Disassociation/Deauth received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Retrograde TSF detected
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Beacons Lost
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: PTK Refresh received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: EAP-Identity request received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Wake on GTK failure
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Extended Magic Packet received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Key Rotation Packet received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: ARPT: Wake Reason: Unicast frame received
    Feb  3 18:21:02 Matts-MacBook-Pro-2 kernel[0]: AirPort: Link Up on awdl0
    Feb  3 18:21:02 Matts-MacBook-Pro-2.local configd[26]: [0x7fd4ed0223d0] [m]DNS query timeout (query time = 16186.890294), [46TE]
    Feb  3 18:21:02 Matts-MacBook-Pro-2.local watchdogd[148]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000320 msg=0x0
    Feb  3 18:21:02 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Bonjour stop listening on awdl0
    Feb  3 18:21:03 Matts-MacBook-Pro-2.local WindowServer[124]: CGXDisplayDidWakeNotification [11673708712273]: posting kCGSDisplayDidWake
    Feb  3 18:21:03 Matts-MacBook-Pro-2.local WindowServer[124]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7f97374e5950(2000) (lock state: 3)
    Feb  3 18:21:03 Matts-MacBook-Pro-2.local WindowServer[124]: handle_will_sleep_auth_and_shield_windows: err 0x0
    Feb  3 18:21:04 Matts-MacBook-Pro-2 kernel[0]: ARPT: 11674.203693: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    Feb  3 18:21:06 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    Feb  3 18:21:06 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:06.259 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:08 Matts-MacBook-Pro-2.local BezelServices 245.23[67]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2602
    Feb  3 18:21:09 Matts-MacBook-Pro-2.local discoveryd[51]: AwdlD2d AwdlD2dStartAdvertisingPair: 'matts-macbook-pro-2' Advertising service started
    Feb  3 18:21:12 --- last message repeated 1 time ---
    Feb  3 18:21:09 Matts-MacBook-Pro-2.local discoveryd[51]: AwdlD2d AwdlD2dStartAdvertisingPair: 'a4791cefff8789c800000000000008efip6arpa' Advertising service started
    Feb  3 18:21:09 Matts-MacBook-Pro-2.local discoveryd[51]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    Feb  3 18:21:09 Matts-MacBook-Pro-2.local configd[26]: network changed: v4(en1-:192.168.1.5) DNS- Proxy-
    Feb  3 18:21:09 Matts-MacBook-Pro-2.local racoon[199]: ioctl(SIOCGIFAFLAG_IN6) failed:Can't assign requested address
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:10.012 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local UserEventAgent[16]: Captive: CNPluginHandler en1: Inactive
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local networkd[153]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local discoveryd[51]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    Feb  3 18:21:12 --- last message repeated 2 times ---
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local awacsd[152]: KV HTTP 0
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Warn DD_Warn: Corrupt NSEC RDATA size
    Feb  3 18:21:10 Matts-MacBook-Pro-2 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
    Feb  3 18:21:10 Matts-MacBook-Pro-2 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
    Feb  3 18:21:10 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    Feb  3 18:21:12 --- last message repeated 7 times ---
    Feb  3 18:21:11 Matts-MacBook-Pro-2.local com.apple.backupd-helper[43]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    Feb  3 18:21:12 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    Feb  3 18:21:12 Matts-MacBook-Pro-2.local airportd[30]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFType')
    Feb  3 18:21:12 Matts-MacBook-Pro-2.local discoveryd[51]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en1, 49
    Feb  3 18:21:12 --- last message repeated 1 time ---
    Feb  3 18:21:12 Matts-MacBook-Pro-2 kernel[0]: ARPT: 11682.620786: MacAuthEvent en1   Auth result for: e4:f4:c6:0d:32:e8  MAC AUTH succeeded
    Feb  3 18:21:12 Matts-MacBook-Pro-2 kernel[0]: AirPort: Link Up on en1
    Feb  3 18:21:12 Matts-MacBook-Pro-2 kernel[0]: en1: BSSID changed to e4:f4:c6:0d:32:e8
    Feb  3 18:21:12 Matts-MacBook-Pro-2 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Feb  3 18:21:12 Matts-MacBook-Pro-2 kernel[0]: AirPort: RSN handshake complete on en1
    Feb  3 18:21:13 Matts-MacBook-Pro-2 kernel[0]: PM response took 3004 ms (27, powerd)
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local watchdogd[148]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000300 msg=0x0
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local coreaudiod[238]: 2015-02-03 06:21:13.001786 PM [AirPlay] Power: SystemHasPoweredOn
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local coreaudiod[238]: 2015-02-03 06:21:13.002091 PM [AirPlay] BTLE client starting to browse for AirPlay Solo Target Presence.
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:13.002 : Stopping Handoff scanning
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:13.002 : Starting AirDrop server for user 501 on wake
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local wirelessproxd[49]: Failed to start a scan - central is not powered on: 0
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local wirelessproxd[49]: AirPlaySolo central manager can't be used to start scanning - not powered on
    Feb  3 18:21:13 Matts-MacBook-Pro-2.local wirelessproxd[49]: Failed to stop a scan - central is not powered on: 0
    Feb  3 18:21:15 Matts-MacBook-Pro-2.local awacsd[152]: KV HTTP 0
    Feb  3 18:21:17 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local configd[26]: network changed: DNS* Proxy
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local UserEventAgent[16]: Captive: [CNInfoNetworkActive:1709] en1: SSID 'Matt's Matrix' making interface primary (cache indicates network not captive)
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local UserEventAgent[16]: Captive: CNPluginHandler en1: Evaluating
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local UserEventAgent[16]: Captive: en1: Not probing 'Matt's Matrix' (cache indicates not captive)
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local UserEventAgent[16]: Captive: CNPluginHandler en1: Authenticated
    Feb  3 18:21:17 Matts-MacBook-Pro-2 kernel[0]: en1: BSSID changed to e4:f4:c6:0d:32:e8
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:17.293 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:17 Matts-MacBook-Pro-2 kernel[0]: en1: BSSID changed to e4:f4:c6:0d:32:e8
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:17.355 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local networkd[153]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local configd[26]: network changed: v4(en1!:192.168.1.5) DNS+ Proxy+ SMB
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local networkd[153]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    Feb  3 18:21:17 Matts-MacBook-Pro-2 kernel[0]: en1: BSSID changed to e4:f4:c6:0d:32:e8
    Feb  3 18:21:17 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:17.363 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:18 Matts-MacBook-Pro-2.local airportd[30]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFType')
    Feb  3 18:21:19 Matts-MacBook-Pro-2.local discoveryd[51]: Basic NATTServer Got device info URL: http://192.168.1.1:5000/Public_UPNP_gatedesc.xml
    Feb  3 18:21:19 Matts-MacBook-Pro-2.local discoveryd[51]: Basic NATTServer,Warn RecvFrom failed 35 Resource temporarily unavailable
    Feb  3 18:21:19 Matts-MacBook-Pro-2 kernel[0]: en1: BSSID changed to e4:f4:c6:0d:32:e8
    Feb  3 18:21:19 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:19.784 : SDStatusMonitor::kStatusWirelessPowerChanged
    Feb  3 18:21:20 Matts-MacBook-Pro-2.local discoveryd[51]: Basic NATTServer Got control URL: http://192.168.1.1:5000//Public_UPNP_C3 (ip)
    Feb  3 18:21:20 Matts-MacBook-Pro-2 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
    Feb  3 18:21:20 Matts-MacBook-Pro-2 kernel[0]: IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
    Feb  3 18:21:34 Matts-MacBook-Pro-2.local mds[33]: (DiskStore.Normal:2376) 7001 9.219400
    Feb  3 18:21:34 Matts-MacBook-Pro-2.local BezelServices 245.23[67]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2602
    Feb  3 18:21:36 --- last message repeated 1 time ---
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: IOBluetoothUSBDFU::probe
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0147
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xc800 ****
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xc800 ****
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xc800
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:36.216 : SDStatusMonitor::kStatusBluetoothPowerChanged
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Feb  3 18:21:36 Matts-MacBook-Pro-2 kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x4f80 -- 0xf800 -- 0xc800 ****
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:36.322 : SDStatusMonitor::kStatusBluetoothPowerChanged
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:36.323 : SDStatusMonitor::kStatusBluetoothPowerChanged
    Feb  3 18:21:36 --- last message repeated 1 time ---
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local blued[60]: Release the WiFi lock
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:36.365 : SDStatusMonitor::kStatusBluetoothPowerChanged
    Feb  3 18:21:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:21:36.366 : SDStatusMonitor::kStatusBluetoothPowerChanged
    Feb  3 18:21:39 Matts-MacBook-Pro-2.local CalendarAgent[235]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    Feb  3 18:21:40 --- last message repeated 1 time ---
    Feb  3 18:21:40 Matts-MacBook-Pro-2.local WindowServer[124]: device_generate_desktop_screenshot: authw 0x7f97374e5950(2000), shield 0x7f9737498760(2001)
    Feb  3 18:21:40 Matts-MacBook-Pro-2.local WindowServer[124]: device_generate_lock_screen_screenshot: authw 0x7f97374e5950(2000)[0, 0, 1680, 1050] shield 0x7f9737498760(2001), dev [1680,1050]
    Feb  3 18:21:42 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Starting automatic backup
    Feb  3 18:21:43 Matts-MacBook-Pro-2 kernel[0]: nspace-handler-set-snapshot-time: 1423005705
    Feb  3 18:21:43 Matts-MacBook-Pro-2.local com.apple.mtmd[23]: Set snapshot time: 2015-02-03 18:21:45 -0500 (current time: 2015-02-03 18:21:43 -0500)
    Feb  3 18:21:43 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Attempting to mount network destination URL: afp://admin@R7000._afpovertcp._tcp.local/MattsBackup
    Feb  3 18:21:45 Matts-MacBook-Pro-2 kernel[0]: ASP_TCP CheckReqQueueSize: increasing req queue from 32 to 128 entries. so 0xffffff8021327b88
    Feb  3 18:21:47 Matts-MacBook-Pro-2 kernel[0]: pci pause: SDXC
    Feb  3 18:21:51 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Mounted network destination at mount point: /Volumes/MattsBackup using URL: afp://admin@R7000._afpovertcp._tcp.local/MattsBackup
    Feb  3 18:21:51 Matts-MacBook-Pro-2.local mds[33]: (Volume.Normal:2464) volume:0x7f81b4848000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/MattsBackup
    Feb  3 18:21:54 Matts-MacBook-Pro-2.local soagent[303]: Can't allocate SOHelper <SOMessageHelper: 0x7f9d97987600> inside com.apple.soagent
    Feb  3 18:21:54 Matts-MacBook-Pro-2.local soagent[303]: Can't allocate SOHelper <SOMessageHelper: 0x7f9d97978c30> inside com.apple.soagent
    Feb  3 18:21:54 Matts-MacBook-Pro-2.local soagent[303]: Can't allocate SOHelper <SOMessageHelper: 0x7f9d95eaab60> inside com.apple.soagent
    Feb  3 18:21:54 Matts-MacBook-Pro-2.local WindowServer[124]: CGXDisplayDidWakeNotification [11725085404121]: posting kCGSDisplayDidWake
    Feb  3 18:21:54 Matts-MacBook-Pro-2.local WindowServer[124]: handle_will_sleep_auth_and_shield_windows: Deferring.
    Feb  3 18:22:05 Matts-MacBook-Pro-2.local WindowServer[124]: device_generate_desktop_screenshot: authw 0x7f97374e5950(2000), shield 0x7f9737498760(2001)
    Feb  3 18:22:05 Matts-MacBook-Pro-2.local WindowServer[124]: device_generate_lock_screen_screenshot: authw 0x7f97374e5950(2000)[0, 0, 1680, 1050] shield 0x7f9737498760(2001), dev [1680,1050]
    Feb  3 18:22:18 Matts-MacBook-Pro-2.local WindowServer[124]: CGXDisplayDidWakeNotification [11748877872075]: posting kCGSDisplayDidWake
    Feb  3 18:22:18 Matts-MacBook-Pro-2.local WindowServer[124]: handle_will_sleep_auth_and_shield_windows: Deferring.
    Feb  3 18:22:18 Matts-MacBook-Pro-2.local loginwindow[67]: ERROR | -[LWBuiltInScreenLockAuthLion askForPasswordBuiltIn:] | Attempted to add an observer when already observing
    Feb  3 18:22:22 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.auditd[1117]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local auditd[1117]: Auditing enabled
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local auditd[1117]: Got low space trigger
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local auditd[1117]: auditd_read_dirs(): all audit log directories over soft limit
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local auditd[1117]: renamed /var/audit/20150203154008.not_terminated to /var/audit/20150203154008.20150203232222
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local auditd[1117]: New audit file is /var/audit/20150203232222.not_terminated
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local mattchessen[1123]: audit warning: closefile /var/audit/20150203154008.20150203232222
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local mattchessen[1124]: audit warning: soft /var/audit
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local mattchessen[1122]: audit warning: allsoft
    Feb  3 18:22:22 Matts-MacBook-Pro-2.local sharingd[245]: 18:22:22.363 : Stopping Handoff advertising
    Feb  3 18:22:28 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.D48796F6-3978-4387-93C2-4989DCF9CBCA[955]): Service exited with abnormal code: 1
    Feb  3 18:22:29 Matts-MacBook-Pro-2.local sharingd[245]: 18:22:29.192 : Stopping Handoff advertising
    Feb  3 18:22:31 Matts-MacBook-Pro-2 kernel[0]: Sound assertion in AppleHDAFunctionGroup at line 1053
    Feb  3 18:22:38 Matts-MacBook-Pro-2.local sharingd[245]: 18:22:38.132 : Stopping Handoff advertising
    Feb  3 18:22:47 Matts-MacBook-Pro-2.local sharingd[245]: 18:22:47.121 : Stopping Handoff advertising
    Feb  3 18:22:47 Matts-MacBook-Pro-2.local Console[1125]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    Feb  3 18:22:49 Matts-MacBook-Pro-2.local sharingd[245]: 18:22:49.125 : Stopping Handoff advertising
    Feb  3 18:22:56 Matts-MacBook-Pro-2 kernel[0]: hfs: mounted Time Machine Backups on device disk3s2
    Feb  3 18:22:57 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Disk image /Volumes/MattsBackup/Matt’s MacBook Pro (10).sparsebundle mounted at: /Volumes/Time Machine Backups
    Feb  3 18:22:57 Matts-MacBook-Pro-2.local mds[33]: (Volume.Error:880) Root store set to FSOnly with matching create! (loaded:1)
    Feb  3 18:22:59 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Backing up to /dev/disk3s2: /Volumes/Time Machine Backups/Backups.backupdb
    Feb  3 18:23:02 Matts-MacBook-Pro-2.local com.apple.mtmd[23]: attempting to thin because of low free space on Hard Drive by removing 2015-02-03 09:45:02 -0500, estimate 0 bytes to recover, 1 snapshot can be thinned
    Feb  3 18:23:18 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.auditd[1159]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local auditd[1159]: Auditing enabled
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local auditd[1159]: Got low space trigger
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local auditd[1159]: auditd_read_dirs(): all audit log directories over soft limit
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local mattchessen[1162]: audit warning: soft /var/audit
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local mattchessen[1163]: audit warning: allsoft
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local auditd[1159]: renamed /var/audit/20150203232222.not_terminated to /var/audit/20150203232222.20150203232318
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local auditd[1159]: New audit file is /var/audit/20150203232318.not_terminated
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local mattchessen[1165]: audit warning: closefile /var/audit/20150203232222.20150203232318
    Feb  3 18:23:18 Matts-MacBook-Pro-2.local sandboxd[165] ([1158]): mdworker(1158) deny mach-lookup com.apple.distributed_notifications@1v3
    Feb  3 18:23:22 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Will copy (16.1 MB) from Hard Drive
    Feb  3 18:23:22 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Found 224 files (16.1 MB) needing backup
    Feb  3 18:23:22 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: 104.9 MB required (including padding), 372.13 GB available
    Feb  3 18:23:30 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:30.780 : Stopping Handoff advertising
    Feb  3 18:23:34 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:34.964 : Stopping Handoff advertising
    Feb  3 18:23:35 Matts-MacBook-Pro-2 com.apple.WebKit.WebContent[1169]: BUG in libdispatch: 14B25 - 2943 - 0x4
    Feb  3 18:23:36 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.26E586B0-8E8C-4BF8-9155-0732444C5876[1169]): Service exited with abnormal code: 1
    Feb  3 18:23:36 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Feb  3 18:23:36 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:36.966 : Stopping Handoff advertising
    Feb  3 18:23:44 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:44.299 : Stopping Handoff advertising
    Feb  3 18:23:47 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:47.463 : Stopping Handoff advertising
    Feb  3 18:23:48 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:48.890 : Stopping Handoff advertising
    Feb  3 18:23:56 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Feb  3 18:23:57 Matts-MacBook-Pro-2.local sharingd[245]: 18:23:57.844 : Stopping Handoff advertising
    Feb  3 18:23:58 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Feb  3 18:24:06 --- last message repeated 1 time ---
    Feb  3 18:24:06 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:06.844 : Stopping Handoff advertising
    Feb  3 18:24:12 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Copied 254 items (16.1 MB) from volume Hard Drive. Linked 4264.
    Feb  3 18:24:15 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:15.839 : Stopping Handoff advertising
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Created new backup: 2015-02-03-182416
    Feb  3 18:24:17 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.auditd[1175]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local auditd[1175]: Auditing enabled
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local auditd[1175]: Got low space trigger
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local auditd[1175]: auditd_read_dirs(): all audit log directories over soft limit
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local mattchessen[1178]: audit warning: soft /var/audit
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local mattchessen[1179]: audit warning: allsoft
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local auditd[1175]: renamed /var/audit/20150203232318.not_terminated to /var/audit/20150203232318.20150203232417
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local auditd[1175]: New audit file is /var/audit/20150203232417.not_terminated
    Feb  3 18:24:17 Matts-MacBook-Pro-2.local mattchessen[1181]: audit warning: closefile /var/audit/20150203232318.20150203232417
    Feb  3 18:24:18 Matts-MacBook-Pro-2 com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Feb  3 18:24:18 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Starting post-backup thinning
    Feb  3 18:24:18 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: No post-backup thinning needed: no expired backups exist
    Feb  3 18:24:19 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Backup completed successfully.
    Feb  3 18:24:19 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:19.803 : Stopping Handoff advertising
    Feb  3 18:24:22 Matts-MacBook-Pro-2 kernel[0]: hfs: unmount initiated on Time Machine Backups on device disk3s2
    Feb  3 18:24:22 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Ejected Time Machine disk image: /Volumes/MattsBackup/Matt’s MacBook Pro (10).sparsebundle
    Feb  3 18:24:22 Matts-MacBook-Pro-2 kernel[0]: AFP_VFS afpfs_unmount: /Volumes/MattsBackup, flags 0, pid 1185
    Feb  3 18:24:22 Matts-MacBook-Pro-2 kernel[0]: ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff8021327b88
    Feb  3 18:24:22 Matts-MacBook-Pro-2 kernel[0]: ASP_TCP Detach: Reply queue not empty?
    Feb  3 18:24:23 Matts-MacBook-Pro-2.local com.apple.backupd[1106]: Ejected Time Machine network volume.
    Feb  3 18:24:28 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:28.796 : Stopping Handoff advertising
    Feb  3 18:24:37 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:37.797 : Stopping Handoff advertising
    Feb  3 18:24:46 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:46.768 : Stopping Handoff advertising
    Feb  3 18:24:55 Matts-MacBook-Pro-2.local sharingd[245]: 18:24:55.764 : Stopping Handoff advertising
    Feb  3 18:25:03 Matts-MacBook-Pro-2.local sharingd[245]: 18:25:03.796 : Stopping Handoff advertising
    Feb  3 18:25:12 Matts-MacBook-Pro-2.local sharingd[245]: 18:25:12.597 : Stopping Handoff advertising
    Feb  3 18:25:24 Matts-MacBook-Pro-2.local sharingd[245]: 18:25:24.996 : Stopping Handoff advertising
    Feb  3 18:25:54 Matts-MacBook-Pro-2.local sharingd[245]: 18:25:54.846 : Stopping Handoff advertising
    Feb  3 18:26:03 Matts-MacBook-Pro-2.local sharingd[245]: 18:26:03.669 : Stopping Handoff advertising
    Feb  3 18:26:09 Matts-MacBook-Pro-2.local sharingd[245]: 18:26:09.907 : Stopping Handoff advertising
    Feb  3 18:26:11 Matts-MacBook-Pro-2.local sharingd[245]: 18:26:11.910 : Stopping Handoff advertising
    Feb  3 18:26:20 Matts-MacBook-Pro-2.local SystemUIServer[229]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc

  • Application to read 2 log files from internet

    Hi,
    Anybody could tell me how to develop this project. I'm lack of time. thanks
    You have been asked into a company called Broken Arrow Software as a Senior Software Engineer and Management consultant. You are being paid very handsomely and have been asked to write an application program in Java for parsing a log file.
    � The program will have a standard menu using the AWT only.
    � ALL LAYOUTS MUST USE ONLY THE BORDER-LAYOUT OR GRID-LAYOUT OR A COMBINATION OF BOTH (Any other layouts score zero).
    This application reads two Log files from the internet. The first file contains USA state names and the abbreviation used for that state. This information will be used in displaying totals from another network file and should be stored in an array (or two arrays, or a two dimensional array) in the program. The second file should extract the �Reversed subdomain� section from a Log file (a section is shown later) and store this in an array in the application. This should be processed and only those domains beginning with �us.� should be processed. Each �us.� Has an abbreviated USA state after it (�tx� is an abbreviation for Texas). The abbreviations are sorted and all states are on consecutive lines and each displays a number of accesses for that state. The accesses should be totalled and displayed in the current Frame for each state in the form of Java List components (these do not need to be synchronised so that they all scroll in unison).
    The application will be a Java application with the following menus and MenuItems:
    � Splash screen (10%)
    � Application (20%)
    o Open USA abbreviation file
    o Clear screen
    o Exit
    � File (25%)
    o Open network log file
    o Open locally saved report file
    o Recent report files
    o Save as report file
    � Graph (20%)
    o Plot
    � Help (15%)
    o Help on Application
    o About
    A basic pass for the application will be for a basic implementation of an application with �help� options and some basic implementations of a Splash screen and some basic file and application options. Very high marks will be awarded for processing network files, saving and opening files, very good HCI, application design and error handling, excellent OO design for classes, gorgeous layout and commenting of code and excellent graphing capabilities.
    Error handling dialogs and overall application design (10%)
    Every class must be in a separate file.
    Inheritance should be used for WindowListeners of Frames and Dialogs.
    Up to 10% can also be lost by unprofessional code layout and lack of professional standards. Always adhere to standards taught throughout the module and your time at the University of Northumbria.
    Examples of non-professionalism would include bad indentation, no comments, meaningless variable names, politically incorrect graphics, commented out code, empty .java files, .java files which are not part of the project etc. Remember your application is your livelihood and your company depends on your application standards.
    The splash screen must be a Frame with a Canvas as part of it showing your own logo. Your logo should be individual to you but does not need to win the computing equivalent of the Turner prize. The application should be displayed behind the Splash screen and both should be visible. The application must not be able to be brought to the front and used without the Splash screen being disposed of.
    The application should only enable the �Open USA abbreviation file�, �Open locally saved report file�, �Help� options and �Exit� Menus and MenuItems, when the application starts. On opening a valid USA abbreviation file, then the other Menus and MenuItems should be enabled.
    The abbreviations should be read into an array. These should be used in displaying the totals for the reversed subdomain totals for each USA state. A total for all USA states should be displayed at the bottom of the current Frame, with a suitable Label (this design is your own). This current Frame should display a series of Lists starting with a List of USA state number (1 to n). A List of USA state abbreviation should be next followed by a List of the actual USA state name, followed by a List of the total accesses for that state.
    The report file should be an ASCII file that can be printed out from an ASCII text editor such as DOS edit or Microsoft NotePad.
    The �Open� network files should display a Dialog asking for the http:// address of the file, with �OK� and �Cancel� options. It is helpful if the user can hit �return� instead of clicking on �OK� and �Escape� instead of �cancel�. Error Dialogs should be used to indicate any errors that may occur and the state of the application should be reset to that of before displaying the Dialog.
    When �Save as report file� is chosen a FileDialog box should be used for the user to choose both directory and filename. The file should be able to be saved as a �.rpt� file.
    Open report file should display the report in a Frame; the design of which is your own.
    Plotting the graph should pass a two dimensional array to a Frame with a Canvas. The Canvas should have a Paint method that draws the axis for the graph and any suitable Headings etc. The graph should draw a histogram of totals per USA states. The graph design is your own but you may wish to use Microsoft Excel as a good example of drawing a histogram.
    The �Clear screen� option should clear any data off the current screen.
    The �Exit� option should quit the application but it may be helpful to ask the user if they really want to exit the application.
    Help must be Java code and not linking into HTML. It should display help in a well designed screen. The most basic implementation might use a scrollable TextArea for a basic mark.
    See other software for a good �About� screen. The most basic should display your name, date, version and company.
    � Help should display your help on using the application. As a senior software engineer, the design is your own, based on experience of using applications, as is the opening splash screen. You may use other applications for inspiration only, as these will make up your experience.
    � Your good knowledge gained from HCI units studied should prove invaluable in the interface design and the usability of the application.
    � The design (Screens and classes) and quality and documentation of code throughout the application will be marked. The experience gained from programming 1 and 2 and Object Oriented Programming should prove invaluable throughout the application, as should any GUI units studied.
    The log file can be accessed at:
    http://computing.unn.ac.uk/staff/cgpb2/public_html/log.html

    You would really gain ever so much more from this exercise if you would write a couple of classes, then come back with some specific questions. If you're completely lost, try starting with the GUI first. It's not the best practice, always, but it is easy to visualize.
    On a side note, I wish I'd had assignments even half this intersting when I was in my Java classes...

  • Formatting the server's log file

    Hello,
    I'm using WebLogic 10.3, and am looking for a way to format the log records in my server's log file. Currently the records have the default format, e.g:
    +####<Sept 22, 2004 10:46:51 AM EST> <Notice> <WebLogicServer> <MyComputer> <examplesServer> <main> <<WLS Kernel>> <> <null> <1080575211904> <BEA-000360> <Server started in RUNNING mode>+
    There's a lot of information there that I don't need, or don't always need, and I would like to be able to define what I see there. I've been looking in the documentation (here), but haven't found anything useful.
    Is there a way to do that?
    Thanks in advance,
    Amnon Grossman
    ECI Telecom

    It is possible to do so using java.util.logging APIs.
    // You can get a reference to the Server Logger like this:
    java.util.logging.Logger logger = weblogic.logging.LoggingHelper.getServerLogger();
    // Once you get hold of the file handler, you can set your own custom formatter.
    Handler[] handlers = logger.getHandlers();
    for(Handler handler : handlers) {
    if (handler.getClass().getName().equals("weblogic.logging.FileStreamHandler")) {
    handler.setFormatter(new MyCustomFormatter());
    }

Maybe you are looking for

  • MDX Trace File in BOXI 3.0

    Hi there,  i am getting cross joins while creating a query in web I whereas the same query runs file when i create it in Bex Analyzer. Would like to know how can i put a trace on so that i could get the MDX query running behind the web i report so th

  • What is the '~Icon/CheckedOk' mean in WD application ?

    Hi ,     i follow an example from SDN and add an icon to my ALV cell. But i donot understand what is the '~Icon/CheckedOk' means?    Also i want to know where i can find all icons i could use. ths

  • Featured of iTunes Store of Hong Kong is not working

    When I press Featured, an error says "Your request could not be completed" "Items you've requested is not currently available in Hong Kong Store". What happens?

  • Adobe Reader XI 11.0.02

    Where can I download Adobe Reader XI 11.0.02?  I bought a template requiring this, but can only download 10.1.6.  When I check for updates, it states this is the most current version available.  Thanks for the help!  Susan

  • Error Message for now defunked server

    I previously had a NAS drive set up to my server. I have since discarded it. The problem is when as soon as i load up an iLife product or even Aperture i get this message "The server "wd-netcenter" may not exist or it is unavailable at this time. Che