Error in dbtier cloning

Hi All,
We are cloning a new test instance from the cold backup of our production. Production is single instance/archive log enabled. However, the target instance is single instance/no archive log. the DB version is 11.1.0.7
When i am running adcfgclone.pl on the database tier, it errors out with the following.
APPS Password : Log file located at /db1/oratrng/db/tech_st/11.1.0/appsutil/log/TRNG_oradapp/ApplyDBTier_11081226.log
| 50% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
Control file creation failed
ERROR while running Apply...
Mon Nov 8 12:35:16 2010
ERROR: Failed to execute /db1/oratrng/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl
The logfile shows the following errors:
ORACLE instance started.
Total System Global Area 1069252608 bytes
Fixed Size 2109352 bytes
Variable Size 427823192 bytes
Database Buffers 624951296 bytes
Redo Buffers 14368768 bytes
Control file created.
alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/db1/oratrng/db/apps_st/data/system01.dbf'
alter tablespace TEMP1 add tempfile '/db1/oratrng/db/apps_st/data/temp01.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP1 add tempfile '/db1/oratrng/db/apps_st/data/temp02.dbf' REUSE
I tried by creating the controlfile manually too but it gave error when i tried to open the database:
SQL> @crctl.sql
ORACLE instance started.
Total System Global Area 1069252608 bytes
Fixed Size 2109352 bytes
Variable Size 427823192 bytes
Database Buffers 624951296 bytes
Redo Buffers 14368768 bytes
Control file created.
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/db1/oratrng/db/apps_st/data/system01.dbf'
I tried to recover the above datafile.
SQL> recover database using backup controlfile until cancel;
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [],
I tried another cold backup(we take cold backups every night) but facing the same issue with another backup also. That's why i think its not an issue with system.dbf file being corrupt.
when i searched metalink for ORA-600 with kcvhvdf_1, i found that it is a bug in 11.1.0.7. bug 9314439.
the bug says:
The problem is that when the datafiles have zero DB ID=0=0x0, the 'create controlfile set database' command is not setting the new DB ID in the datafile headers but only in the controlfile. It then causes the ORA-600 [kcvhvdf_1] to be produced in the recovery due to DB ID mismatch between datafiles (select FHDBI from x$kcvfh) and controlfile (select DBID from v$database).
I verified the above statement and found it true.
SQL> select FHDBI from x$kcvfh;
FHDBI
0
0
0
0
0
0
0
0
0
0
0
select DBID from v$database;
DBID
551459957
The bug states a work around:
If using a cold backup (after a clean shutdown - NORMAL/IMMEDIATE), one workaround is to open the database right after the create controlfile (with no previous recover):
CREATE CONTROLFILE SET DATABASE "DEV2" RESETLOGS ARCHIVELOG ...
alter database open resetlogs;
However, this workaround is not working for me.
Kindly help. Its urgent.
Edited by: muneer.uae on Nov 8, 2010 3:06 AM
Edited by: muneer.uae on Nov 8, 2010 3:08 AM

Hi;
I suggest apply lastest clone patch and try to take clone from beginning,you can also check
Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1] << Section 4: Advanced Cloning Options
if you have still error message than you can follow:
Mainly,
1. Create controfile on source(alter database backup controlfile to trace as path)
2. Copy it to your target server
3. Edit control file wiht new settings(like dbname,dbf location etc)
4. startup nomount, than use new CONTROLFILE and create db on target
5. If you db up than enable autoconfig on dbtier via below note:
Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 [ID 387859.1]
Section 3: Patching AutoConfig 3.2. Enabling AutoConfig on a New Oracle Home
Regard
Helios

Similar Messages

  • Error while doing cloning!

    Hi All,
    I am trying to do hotbackup cloning
    and getting this error
    orap@emgfclone $ perl adcfgclone.pl dbTier /u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml
    Enter the APPS password [APPS]:
    apps
    Running Rapid Clone with command:
    perl /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl java=/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/../jre/jre mode=apply stage=/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/.. component=dbTier method=CUSTOM dbctxtg=/u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml showProgress contextValidated=false
    Beginning database tier Apply - Fri Jan 16 20:25:52 2009
    Log file located at /u02/oracle/emaardb/9.2.0/appsutil/log/EMAAR_emgfclone/ApplyDBTier_01162025.log
    - 0% completed RC-00213: Warning: The path specified must be the absolute path
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    ERROR while running Apply...
    ERROR: Failed to execute /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    I have already restored twice but still getting the same error, also it says listener is also not present.
    logfile
    ====
    Started ApplyDBTier at Fri Jan 16 20:22:47 CST 2009
    Version:
    ApplyDBTier.java : 115.21
    # Calling ApplyDBTechStack...
    System Utilities Availability test...
    Checking for make... found - /usr/ccs/bin/make
    Checking for ld... found - /usr/ccs/bin/ld
    Checking for cc... found - /usr/bin/cc
    Checking for ar... found - /usr/ccs/bin/ar
    Checking for AIX 64-bit kernel extension for Oracle......
    Found pw-syscall files and inittab entry on this system.
    Note: you can also verify that the AIX 64bit kernel extension for
    Oracle are loaded by running "/etc/loadext -r"as root:
    Utility check completed successfully
    .end std out.
    .end err out.
    Executing runInstallDriver...
    Started unzipping files...
    # $Header: CloneContext.java 115.203 2006/05/23 19:31:52 marderiu ship $
    # Running CloneContext on machine - emgfclone
    Cannot proceed with ApplyDBTechStack - the paths/ports in the context file are not valid.
    RC-20402: The following paths are not valid - please make sure the paths exist and try again.
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    s_dbhome1 : :/u02/oracle/emaardata
    StackTrace:
    java.lang.Exception: Cannot proceed with ApplyDBTechStack - the paths/ports in the context file are not valid.
    at oracle.apps.ad.clone.ApplyDBTechStack.validateContext(ApplyDBTechStack.java:517)
    at oracle.apps.ad.clone.ApplyDBTechStack.runInstallDriver(ApplyDBTechStack.java:569)
    at oracle.apps.ad.clone.ApplyDBTechStack.<init>(ApplyDBTechStack.java:373)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:149)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:513)
    ======================
    Any Idea or suggestion please
    Thanks,
    Anchoarge

    Hi All,
    Now I have changed the option
    perl adcfgclone.pl database_ /u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml
    but new error coming up
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    ERROR while running Apply...
    ERROR: Failed to execute /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl
    LOGFILE
    =======================
    adcrdb.sh started at Fri Jan 16 20:34:57 CST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u02/oracle/emaardb/9.2.0
    ORACLE_SID : EMAAR
    TWO_TASK :
    PATH : /u02/oracle/emaardb/9.2.0/Apache/perl/bin:/u02/oracle/emaardb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/u02/oracle/emaardb/9.2.0/jre/1.4.2/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/../jre/jre/bin:/u02/oracle/emaardb/9.2.0/Apache/perl/bin:/u02/oracle/emaardb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/u02/oracle/emaardb/9.2.0/jre/1.4.2/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/orap/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /u02/oracle/emaardb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/u02/oracle/emaardb/9.2.0/ctx/lib
    Executable : /u02/oracle/emaardb/9.2.0/bin/sqlplus
    The log information will be written to
    /u02/oracle/emaardb/9.2.0/appsutil/log/EMAAR_emgfclone/adcrdb_EMAAR.txt
    Creating the control file for EMAAR_emgfclone database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Jan 16 20:34:57 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "EMAAR"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file ':/u02/oracle/emaardata/system09.dbf'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "EMAAR.emaarmgf.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "EMAAR"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file ':/u02/oracle/emaardata/system09.dbf'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "EMAAR.emaarmgf.com"
    ERROR at line 1:
    ORA-01109: database not open
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    exit_code=1
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Jan 16 20:35:14 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : emgfclone
    sDbDomain : emaarmgf.com
    sDbPort : 1522
    sDbSid : EMAAR
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@emgfclone.emaarmgf.com:1522:EMAAR
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=emgfclone.emaarmgf.com)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=EMAAR)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=emgfclone.emaarmgf.com)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=EMAAR.emaarmgf.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:513)
    =========================================
    Any sugesstions
    Anchorage

  • Error code after cloning

    After cloning my OS HD to another drive using CCC I'm getting "The operation could not be completed, an unexpected error has occurred(error code -43)" when I click on Time Machine in the dashboard.
    Does using CCC somehow negate TM or cause it to not function from the dashboard? I can start it from System Prefs or the recent items list but not from the Dash.

    Don't know anything about a TM widget, but that error states:
    fnfErr = -43, /*File not found*/
    and I surmise the link to the widget is broken.

  • Adconfig error on dbTier...

    hi,
    when running adconfig.cmd on dbTier returns error below
    the system cannot find the batch label specified - GET_DIRNAME
    AutoConfig Wrapper
    115.27
    the system cannot find the patch specified
    the syntax of the command is incorrect
    Regards
    ***SBJ***

    Hi,
    Application Version:11.5.9 Base
    Database Version :8.1.7.4
    now only this system under my ctrl first time i try to run adconfig.cmd
    befor this i applied AD.i.7 patch
    when concurrent manager starts it automatically stop. in cm_log the error for cocurrent manager is
    Routine AFPCAL recived failure code while parsing or running your concurrent program CPMGR
    so only i am running adconfig.cmd in dbtier &appstier
    in appstier only adgendbc.cmd error only
    but dbtier when running adconfig.cmd the above post error is appearing.
    i am trying to upgrade 11.5.9 to 12.1.1
    after the concurrent issue solved only i will apply 11.5.9 CU2 patch
    Regards
    ***SBJ***

  • Error while doing cloning using Duplicate command

    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks

    Aman wrote:
    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks[oracle@ora11gr2ee ~]$ oerr ora 17628
    17628, 00000, "Oracle error %s returned by remote Oracle server"
    // *Cause:  Oracle server on the remote instance has returned an error.
    // *Action: Look at remote instance alert log/trace file for more information
    // and take appropriate action or contact Oracle Support Services
    // for further assistance
    Seems pretty straightforward... is the target instance up?

  • Error to execute cloning using EMGrid Control

    Hi Guys,
    I need some help please..... I am really getting crazy with this Oracle Grid Control, I am working over windows server 2003, databases 9i, and 10g....I have been trying to make a clone from my PROD database so I could put it as a standby database (DataGuard) but when I click on clone database over Grid Control it says that I don't have host credential, I put the same user/pw I use to login the domain, the computer, the database, and everywhere, and still the issue.
    The worst part is when I tried to connect to my other PROD DB to perform the same task it says that I have to include that DB to my recovery catalog , and it show me as it one of my other PRDO DB, why it show that DB as my recovery catalog, if I have one created for that purpose, and when I wan to remove that DB as my rec catalog it show me a message saying that I will lose everything ....what that means???, should I lose all my PROD DB if i do that???...how can I do to change my rec.catalog db to the one I create, and how can I do to add my databases over it...also, do you have any idea why I am getting that error for my host user/pw????
    Please any help will be very usefull.....I need some hand
    Thank you.

    It is very dissapointed how people need help, and nobody answer, I always thought that Oracle has good Support Team, or Forum .....but is sad, how noone at least say hello.
    Should I need to be a guru instead of a junior in order to be helped?....Ok I don't know about Oracle, but I want to learn....or SHould I have to have money to study in good places..... right????, ok I don't have that...why nobody at least say something....If I didn't want help, I won't be placing anything here.....
    Thanks.

  • Autoconfig error on dbTier

    Hi all experts
    When am ruuning adautoconfig on database tier it showing me following error
    Verifying connection to the Database
    Connection to the Database established
    Verifying existance of the table: ADX_PRE_AUTOCONFIG
    Table does not exist. Exiting RestoreProfile...
    The log file for this session is located at: /u02/ORACLE/orcldb/9.2.0/appsutil/log/ORCL_dev/10271004/adconfig.log
    ----------------------------------------------------------------

    Hi Rameshwar      
    There isn't much information about this problem, but if you are running 11i then the Metalink note below may be relevant.
    Fatal Error Encountered When Running Txkrun.Pl [ID 417817.1]
    (Cause: Autoconfig templates files are not up to date)
    Regards
    Frank

  • Perl adcfgclone.pl dbTier error

    Hi everyone. Newbie here. I'm running on an error during cloning R12 EBS production to development server and I'm doing it manually.
    After running the command: perl adcfgclone.pl dbTier and filling in the prompt details, clone was not successfully completed. Please see below the logs
    [root@tstocl bin]# perl adcfgclone.pl dbTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.31.12010000.1
    Enter the APPS password :
    Running:
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin/java -Xmx6 00M -cp /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/java:/orclde v/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/xmlparserv2.jar:/orcldev/ts tred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/ojdbc5.jar oracle.apps.ad.conte xt.CloneContext -e /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/.. /context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_14291.lst -stage / orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone 2> /tmp/adcfgclone_14291. err; echo $? > /tmp/adcfgclone_14291.res
    Log file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/C loneContext_0719104652.log
    Provide the values required for creation of the new Database Context file.
    Target System Hostname (virtual or normal) [tstocl] :
    Target Instance is RAC (y/n) [n] :
    Target System Database SID : TST3
    Target System Base Directory : /orcldev/tstred/dbred
    Target System utl_file_dir Directory List : usr/tmp
    Number of DATA_TOP's on the Target System [1] :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data] :
    RC-00002: Warning: Directory /orclprd/oraprd/dbsred/db/apps_st/data not found.
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data] : /o rcldev/tstred/dbred/db/apps_st/data
    Target System RDBMS ORACLE_HOME Directory [orcldev/tstred/dbred/db/tech_st/11.1                                                                                        .0] :
    Do you want to preserve the Display [null] (y/n) ? : y
    Do you want the the target system to have the same port values as the source sys tem (y/n) [y] ? : n
    Target System Port Pool [0-99] : 9
    Checking the port pool 9
    done: Port Pool 9 is free
    Report file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp/por tpool.lst
    Complete port information available at /orcldev/tstred/dbred/db/tech_st/11.1.0/a ppsutil/temp/portpool.lst
    Backing up /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml to / orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml1.bak
    Creating the new Database Context file from :
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
    AC-10006: Exception - org.xml.sax.SAXParseException: file:/orcldev/tstred/dbred/ db/tech_st/11.1.0/appsutil/TST3_tstocl.xml<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected. thrown while creating OAVars object for f ile: /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    The new database context file has been created :
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Log file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/C loneContext_0719104652.log
    Check Clone Context logfile /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clo ne/bin/CloneContext_0719104652.log for details.
    Running Rapid Clone with command:
    perl /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java= /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply sta ge=/orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone component=dbTier metho d=CUSTOM dbctxtg= showProgress contextValidated=true
    Running:
    perl /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java= /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply sta ge=/orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone component=dbTier metho d=CUSTOM dbctxtg= showProgress contextValidated=true
    APPS Password :
    You must define the target database context to use
    dbctxtg=<applications context file>
    Restart adclone.pl after performing required corrections.
    ERROR: Failed to execute /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone /bin/adclone.pl
    Please check logfile.
    Log file "CloneContext_0719104652.log" contains details below:
    [root@tstocl bin]# more CloneContext_0719104652.log
    Using admin directory: /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin
    #------Log File time stamp: 0719104652------------
    # $Header: CloneContext.java 120.92.12010000.5 2008/11/10 09:40:09 ksita ship $
    # Running on - tstocl
    # Source Host - null
    # Domain Name - reddragon.com
    # Context Location - /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../context/db/CTXORIG.xml
    # Context Type - null
    # Context Template - null
    # Clone Stage Area - /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone
    # Pairs File - /tmp/adpairsfile_14291.lst
    # Destination Context - null
    # Validation - true
    # Platform Migration - false
    # no prompt - false
    Variables extracted from pairsfile: /tmp/adpairsfile_14291.lst
    ****************************************************/n
    s_dbuser = root
    s_dbgroup = root
    PROMPT :
    Target System Hostname (virtual or normal) [tstocl]
    ANSWER :
    tstocl
    PROMPT :
    Target Instance is RAC (y/n) [n]
    ANSWER :
    n
    PROMPT :
    Target System Database SID
    ANSWER :
    TST3
    PROMPT :
    Target System Base Directory
    ANSWER :
    /orcldev/tstred/dbred
    PROMPT :
    Target System utl_file_dir Directory List
    ANSWER :
    usr/tmp
    PROMPT :
    Number of DATA_TOP's on the Target System [1]
    ANSWER :
    1
    PROMPT :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data]
    ANSWER :
    /orclprd/oraprd/dbsred/db/apps_st/data
    Value /orclprd/oraprd/dbsred/db/apps_st/datais not valid value for s_dbhome1
    PROMPT :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data]
    ANSWER :
    /orcldev/tstred/dbred/db/apps_st/data
    Creating /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Target System RDBMS ORACLE_HOME Directory [orcldev/tstred/dbred/db/tech_st/11.1.0]
    ANSWER :
    /orcldev/tstred/dbred/db/tech_st/11.1.0
    Creating /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Do you want to preserve the Display [null] (y/n) ?
    ANSWER :
    y
    PROMPT :
    Do you want the the target system to have the same port values as the source system (y/n) [y] ?
    ANSWER :
    n
    Started testing the availabilty of ports in port pool 9
    Checking Database Port on tstocl: Port Value = 1530
    Database Port available: Port Value = 1530
    Checking DB ONS Local Port on tstocl: Port Value = 6309
    DB ONS Local Port available: Port Value = 6309
    Checking DB ONS Remote Port on tstocl: Port Value = 6409
    DB ONS Remote Port available: Port Value = 6409
    setDestination s_contextfile to : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Clone Context Parameters:
    Pairs File = /tmp/adpairsfile_14291.lst
    Target XML File = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Template File = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
    The following values will be used to create the context file
    s_isWeb = YES
    s_db_util_filedir = usr/tmp
    s_db_rollback_segs = NOROLLBACK
    s_dbhome4 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhome3 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhost = tstocl
    s_db_oh = /orcldev/tstred/dbred/db/tech_st/11.1.0
    s_dbhome2 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhome1 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbgroup = root
    s_dbGlnam = TST3
    s_dbdomain = reddragon.com
    s_dbSid = TST3
    s_dbuser = root
    s_isForms = YES
    s_database_type =
    s_temp = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp
    s_db_ons_localport = 6309
    s_hostname = tstocl
    s_dbSidLower = tst3
    s_cmanport = 1530
    s_dbCluster = false
    s_domainname = reddragon.com
    s_isAdmin = YES
    s_isConc = YES
    s_contextfile = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    s_dbport = 1530
    s_contextname = TST3_tstocl
    s_db_ons_remoteport = 6409
    s_clonestage = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone
    s_base = /orcldev/tstred/dbred
    Clone Context will now iteratively apply changes
    to create the new target context file.
    instantiate file:
    source : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmpCtxClone.xml
    dest : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    AC-50401: Command: su prddbs -c "cp /tmp/TST3_tstocl.xml /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml" failed
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    The values for these variables will be retained from the source context
    The new context file has been created at:
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    The first suspicion I thought of was that I'm running out of disk space to clone another instance. But I've checked and there's still enough space, even in the /tmp directory. The second I thought of is does setting ownership and the os permissions have something to do with this?
    Hope somebody can help me out with this asap.
    Thank you.

    error for dbTier cloning is solved. I didn't log in as the database user and didn't change permissions for the node files after copying. Cloning for db tier is completed.
    I proceed with cloning the apps tier and I'm running into errors and cannot proceed. See log below:
    [appls3@tstocl bin]$ perl adcfgclone.pl appsTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.31.12010000.1
    Enter the APPS password :
    Running:
    /orcldev/tstred/aplred/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /orcldev/tstred/aplred/apps_st/comn/clone/jlib/java:/orcldev/tstred/aplred/apps_st/comn/clone/jlib/xmlparserv2.jar:/orcldev/tstred/aplred/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /orcldev/tstred/aplred/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_20757.lst -stage /orcldev/tstred/aplred/apps_st/comn/clone 2> /tmp/adcfgclone_20757.err; echo $? > /tmp/adcfgclone_20757.res
    Log file located at /orcldev/tstred/aplred/apps_st/comn/clone/bin/CloneContext_0719152502.log
    Provide the values required for creation of the new APPL_TOP Context file.
    Target System Hostname (virtual or normal) [tstocl] :
    Target System Database SID : TST3
    Target System Database Server Node [tstocl] :
    Target System Base Directory : orcldev/tstred/aplred
    Target System Tools ORACLE_HOME Directory [orcldev/tstred/aplred/apps/tech_st/10.1.2] :
    RC-00213: Warning: The path specified must be the absolute path
    Please advise. Thanks

  • Cloning 11.5.10.2 from RHEL3 to RHEL5

    Hi
    My application is running fine on RHEL3 and can to cloned to the same OS.
    Now I got new servers and wanted to shift on RHEL5. I can INSTALL a new instance on it using Rapid Wizard which works fine but when I try to clone my existing instance it gives errors during DBtier cloning.
    Any idea what I am missing here?
    Thanks

    Hi,
    This is also possible, you need to relink all binaries after an OS Upgrade to ensure that everything is working as expected.
    - Take a backup of the application/database
    - Upgrade the OS
    - Relink all binaries
    - Start up the application/database
    - Take another backup once you confirm that everything works properly
    Note: 356878.1 - How to relink the whole Applications 11i Installation
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=356878.1
    Note: 131321.1 - How to Relink Oracle Database Software on UNIX
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=131321.1
    Note: 407055.1 - Process To Upgrade the Operating System and Oracle Database Server
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=407055.1
    Regards,
    Hussein

  • Ebs 11i Cloning in Win 2003 dbtier fails with ERROR: Could not open

    Hi,
    The rapidclone - DBTier cloning (11i) on Windows 2003 server fails with the following weird error message.
    There is no detailed log file created.
    echo %PATH%
    f:\oracle\prodora\8.0.6\bin;f:\oracle\proddb\9.2.0\apache\perl\perl\5.0053\bin\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\proddb\9.2.0\appsutil\clone\bin\> perl adcfgclone.pl dbTier
    Enter the APPS password [APPS] :
    apps
    First Creating a new context file for the cloned system.
    This program is going to ask you information about the new system:
    ERROR: Could not open
    Any inputs on this really appreciated.
    Thanks,
    Prasanna

    which perl picks up from the path f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe.
    Please check the below messages.
    I had verified adchkutl.sh script too (not sure whether this will be invoked in windows env) ?
    F:\oracle\prodappl\ad\11.5.0\bin>which perl
    f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe
    F:\oracle\prodappl\ad\11.5.0\bin>adchkutl.sh
    Checking for make... found - D:\mksnt\mksnt/make.exe
    Checking for ld...
    Unable to locate 'ld' utility in path
    Checking for cc...
    Unable to locate 'cc' utility in path
    Checking for ar...
    Unable to locate 'ar' utility in path
    Unable to locate all utilities with system path.
    PATH = f:\oracle\proddb\9.2.0pache\perl?.0050in\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\prodappl\ad\11.5.0\bin>which ld
    D:\mksnt\mksnt/ld.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which cc
    D:\mksnt\mksnt/cc.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which ar
    D:\mksnt\mksnt/ar.exe
    F:\oracle\prodappl\ad\11.5.0\bin>
    Thanks

  • Error running adcfgclone.pl dbconfig post-clone

    Attempting a clone/refresh of our TEST EBSR12 environment. Followed steps in the documentation. First, I ran adrpeclone.pl dbTier. Next I ran adpreclone.pl appsTier. Subsequently, I copied the source $APPL_TOP, $COMN_TOP, and TechStack from source system to target system. Next step was to shutdown DB and run adcfgclone.pl dbTechStack. Then, target DB control files were created and RMAN restore commenced. Once this was finished, the DB was started in open mode, @adupdlib.sql script was run, and target DB was configured using perl adcfgclone.pl dbconfig (and reading in the XML context file) Result was a failure:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    adcrobj.sh INSTE8_APPLY 1
    Any pointers? All I see in the logfile is "ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor" This is impossible because all the info in the TNSNames file is set correctly.

    Please post the details of the application release, database version and OS.
    Attempting a clone/refresh of our TEST EBSR12 environment. Followed steps in the documentation. First, I ran adrpeclone.pl dbTier. Next I ran adpreclone.pl appsTier. Subsequently, I copied the source $APPL_TOP, $COMN_TOP, and TechStack from source system to target system. Next step was to shutdown DB and run adcfgclone.pl dbTechStack. Then, target DB control files were created and RMAN restore commenced. Once this was finished, the DB was started in open mode, @adupdlib.sql script was run, and target DB was configured using perl adcfgclone.pl dbconfig (and reading in the XML context file) Result was a failure:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    adcrobj.sh INSTE8_APPLY 1
    Any pointers? All I see in the logfile is "ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor" This is impossible because all the info in the TNSNames file is set correctly.Please search the log file for afdbprf.sh and adcrobj.sh scripts and you should find more details about the error around the file names.
    Was the database created successfully? Please make sure the database is up and it is open along with the database listener.
    Please see if (Autoconfig Error On Dbtier After Upgrade - afdbprf.sh and adcrobj.sh fail with ORA-27101: shared memory realm does not exist [ID 422709.1]) is applicable.
    Thanks,
    Hussein

  • Internal Error Oracle Toolkit

    Hi,
    Concurrent requests with PDF and HTML output is giving below error on a cloned server. I have run autoconfig on db tier and apps tier, but still it did not help. xhost is also running on the server.
      REP-3000: Internal error starting Oracle Toolkit.Please help..
    Regards,
    ARS

    Hi;
    As Hussein Sawwan mention we discuss this issue many time in forum.
    Please make sure that DISPLAY is set properly in the application context/environment file. If it is not, correct the value in the context file and run AutoConfig.
    Also, please review following threads/documents, it should be helpful.
    How to Set DISPLAY Environment Variable
    Re: How to Set DISPLAY Environment Variable
    REP-3000: Error Oracle Toolkit
    REP-3000: Error Oracle Toolkit
    Regard
    Helios

  • T2P Pasteconfig gives error

    Hi
    I am getting the below error when trying T2P process to clone the SOA domain.
    When running pasteconfig.sh I am getting "The Server1 password file did not exist or first line did not contain password.".
    Here are the error details from the log.
    ERROR - CLONE-20327 Invalid password file.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20327 The Server1 password file did not exist or first line did not contain password.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20327 Provide a valid password file.
    SEVERE : May 14, 2013 5:13:53 PM - ERROR - CLONE-20327 Invalid password file.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20327 The Server1 password file did not exist or first line did not contain password.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20327 Provide a valid password file.
    SEVERE : May 14, 2013 5:13:53 PM - ERROR - CLONE-20237 Restoring the sourceid "J2EECOMPONENT@" has failed.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20237 An internal operation failed.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20237 Check the clone log and error file for more details.
    SEVERE : May 14, 2013 5:13:53 PM - ERROR - CLONE-20327 Invalid password file.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20327 The Server1 password file did not exist or first line did not contain password.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20327 Provide a valid password file.
    oracle.as.t2p.exceptions.FMWT2PPasteConfigException: PasteConfig failed. Make sure that the move plan and the values specified in moveplan are correct.
    at oracle.as.clone.cloner.component.J2EEComponentApplyCloner.doClone(J2EEComponentApplyCloner.java:240)
    at oracle.as.clone.cloner.Cloner.doFinalClone(Cloner.java:61)
    at oracle.as.clone.request.ApplyCloneRequest.applyArchive(ApplyCloneRequest.java:99)
    at oracle.as.clone.request.ApplyCloneRequest._clone(ApplyCloneRequest.java:56)
    at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:131)
    at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:114)
    at oracle.as.clone.client.CloningClient.executeT2PCommand(CloningClient.java:232)
    at oracle.as.clone.client.CloningClient.main(CloningClient.java:110)
    SEVERE : May 14, 2013 5:13:53 PM - ERROR - CLONE-20237 Restoring the sourceid "J2EECOMPONENT@" has failed.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20237 An internal operation failed.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20237 Check the clone log and error file for more details.
    SEVERE : May 14, 2013 5:13:53 PM - ERROR - CLONE-20218 Cloning is not successful.
    SEVERE : May 14, 2013 5:13:53 PM - CAUSE - CLONE-20218 An internal operation failed.
    SEVERE : May 14, 2013 5:13:53 PM - ACTION - CLONE-20218 Provide the clone log and error file for investigation.
    Thanks
    vicky

    Looks like some mandatory properties are not updated in move plan. The Server will have Custom Identity and Trust Keystore passwords in moveplan.  Please update that and retry pasteConfig

  • How do I resolve "BOOTMGR is missing" on startup of HP TouchSmart IQ816 Desktop PC (VISTA)?

    Product:  HP Touchsmart PC IQ816 Desktop
    OS:  Windows Vista Home Premium with Windows Media Center (64-bit) with Vista Service Pack 1
    Error Msg:  "BOOTMGR is missing" "Press Ctrl+Alt+Del to restart
    Changes:  No changes have been made to system since purchase
    Actions Taken:
    1.  Pressing Ctrl+Alt+Del only restarts the computer and returns to same black screen with error message: "BOOTMGR is missing" "Press Ctrl+Alt+Del to restart".
    2.  Per HP troubleshooting, checked BIOS (F10) for presence of hard drive--it's present (ST3750630AS).
    3.  Per HP troubleshooting, shut computer down for greater than 5 seconds. Restarted and pressed F8, but "Advanced Boot Options" screen did not open. I do not have a recovery disc.
    3.  Question:  How do I replace the "BOOTMGR" if I do not have a recovery disc?  What are my options -- can I download the "BOOTMGR" from some site?  Help!!!!!!! I am a novice user.

    Current Boot Order: 1. CD-ROM GGroup, 2. Hard Drive Group, 3. Network boot group, and 4. Floppy Group.
    I checked the new drive using F9 on desktop and Seagate Tools (using another conputer).  The new hard drive received no errors and passed all tests.
    I am unable to duplicte the error, because I cloned the old HDD to the new one. Now I am unable to get it to boot up from the recovery discs.  I shut the computer down after inserting recovery disc 1 by holding in the power button until system shuts down and holding it in for an additional 50 to 10 seconds before restarting.  Once restarted it either: 1) loads to windows error recovery with the followinf options-- Safe Mode, Safe Mode with Networking, Safe Mode with Command Prompt, or Start Windows Normally (no other options); or 2) it by passes booting from rtecovery CD and proceeds to windows screen and then to an HP Invent Screen with "Please Wait..." continually running --this screen ahas the following statements:
    DO NOT turn off PC during this one time setup process
    Your PC restarts several times durinf this process
    Messages may pop up onto your screen. Ignore these messages until you are prompted to Restart or Shut down (which never happens)
    The computer has the screen (described in number 2 above) on as I type. It says "Please wait ..." with three blocks/squares running accross the bottom of the screen beneath "Please wait..."  This state is as far as it proceeded when it first acceppted the recovery discs. After it asked for and received disc 3, it has remained on theis screen "Please wait..."  As stateed before, I waited for more than 5 hours before trying something else.
    I have to depart on business and will be away from my computer for about 4 hours. I will check back for your post and suggestions upon my return or about 8 pm tonight (11 December 2012).  I will leave the PC running or processing the Please wait while I'm gone. 
    Thanks for your time and support (and quick responses).

  • Intermittent Pinwheel & Freezing

    Hello all.  I'm a relatively new Mac user, having purchased a used Mac Pro last year.  Specs are as follows:
    2 x 2.66GHz Dual-Core Intel Xeon
    5GB 667MHz DDR2 FB-DIMM
    OS X 10.7.5
    OS and applications are running off a 64GB SSD
    Over the past week I've intermittently been seeing the pinwheel, and all applications begin to freeze.  Power cycling brings me back online.  This has been happening at least twice per day.  I haven't seen any applications eating up a lot of memory in Activity Monitor.  I've copied the system logs from a crash that occurred earlier this morning.  Note that there are a high number of mentions of a Citrix plugin and Spotify.  The Citrix plugin is an application I use for remoting in to work.  This has been installed for a couple of months with no issues.  Yesterday after reviewing these logs I uninstalled and reinstalled, but problems have obviously continued. 
    A bit later today I'll be uninstalling both Spotify and the Citrix Receiver application to determine if this has any positive effect.  In the meantime, I'd appreciate it if anyone can tell me if there are other logs or settings I should be reviewing.  I come from a Windows-heavy background so a lot of this is new to me. 
    Mar 21 10:19:56: --- last message repeated 1 time ---
    Mar 21 10:19:56 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - PreProbe
    Mar 21 10:19:56 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Mar 21 10:19:57: --- last message repeated 1 time ---
    Mar 21 10:19:57 localhost airportd[27]: _processDLILEvent: en2 attached (down)
    Mar 21 10:19:57 localhost mDNSResponder[12]: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    Mar 21 10:19:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Mar 21 10:19:57: --- last message repeated 1 time ---
    Mar 21 10:19:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - PreProbe
    Mar 21 10:19:57 localhost systemkeychain[39]: done file: /var/run/systemkeychaincheck.done
    Mar 21 10:19:57 localhost configd[16]: bootp_session_transmit: bpf_write(en2) failed: Network is down (50)
    Mar 21 10:19:57 localhost configd[16]: DHCP en2: INIT-REBOOT transmit failed
    Mar 21 10:19:57 localhost UserEventAgent[11]: ServermgrdRegistration cannot load config data
    Mar 21 10:19:58 localhost mDNSResponder[12]: D2D_IPC: Loaded
    Mar 21 10:19:58 localhost mDNSResponder[12]: D2DInitialize succeeded
    Mar 21 10:19:58 Jacks-Mac-Pro configd[16]: setting hostname to "Jacks-Mac-Pro.local"
    Mar 21 10:19:58 Jacks-Mac-Pro configd[16]: network configuration changed.
    Mar 21 10:19:58 Jacks-Mac-Pro fseventsd[20]: event logs in /Volumes/Drive 3/.fseventsd out of sync with volume.  destroying old logs. (388 1 3476)
    Mar 21 10:19:58 Jacks-Mac-Pro fseventsd[20]: log dir: /Volumes/Drive 3/.fseventsd getting new uuid: FC5A64E2-77FD-4EB1-96CB-A5DF58D5AC88
    Mar 21 10:19:58 Jacks-Mac-Pro fseventsd[20]: event logs in /Volumes/Drive 2/.fseventsd out of sync with volume.  destroying old logs. (3476 1 3476)
    Mar 21 10:19:58 Jacks-Mac-Pro fseventsd[20]: log dir: /Volumes/Drive 2/.fseventsd getting new uuid: B44E4BD0-F673-4385-BCCF-6403B22CB3AA
    Mar 21 10:19:59 Jacks-Mac-Pro airportd[27]: _doAutoJoin: Already associated to “ATT736”. Bailing on auto-join.
    Mar 21 10:20:00 Jacks-Mac-Pro com.apple.pfctl[69]: No ALTQ support in kernel
    Mar 21 10:20:00 Jacks-Mac-Pro com.apple.pfctl[69]: ALTQ related functions disabled
    Mar 21 10:20:00 Jacks-Mac-Pro com.apple.ucupdate.plist[62]: ucupdate: Checked 1 update, no match found.
    Mar 21 10:20:00 Jacks-Mac-Pro com.apple.usbmuxd[61]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar 21 10:20:00 Jacks-Mac-Pro configd[16]: network configuration changed.
    Mar 21 10:20:00 Jacks-Mac-Pro mds[72]: (Normal) FMW: FMW 0 0
    Mar 21 10:20:01 Jacks-Mac-Pro netbiosd[71]: Unable to start NetBIOS name service:
    Mar 21 10:20:01 Jacks-Mac-Pro mds[72]: (/.Spotlight-V100/Store-V2/34D077C7-C6F9-426E-9D6F-27F7FE3DAA89)(Error) IndexPath in openReverseStore:Successfully recovered from shadow with state d00d0dd0
    Mar 21 10:20:01 Jacks-Mac-Pro loginwindow[74]: Login Window Application Started
    Mar 21 10:20:02 Jacks-Mac-Pro mds[72]: (/Volumes/Drive 2/.Spotlight-V100/Store-V2/38FCE58C-2A03-4B3B-991D-B3F574F92869)(Error) IndexPath in openReverseStore:Successfully recovered from shadow with state d00d0dd0
    Mar 21 10:20:02 Jacks-Mac-Pro configd[16]: network configuration changed.
    Mar 21 10:20:02 jacks-mac-pro configd[16]: setting hostname to "jacks-mac-pro.att.net"
    Mar 21 10:20:02 jacks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - Probe
    Mar 21 10:20:02 jacks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    Mar 21 10:20:02 jacks-mac-pro UserEventAgent[11]:   <empty>
    Mar 21 10:20:02 jacks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on ATT736 because it is protected and not on the exception list
    Mar 21 10:20:02 jacks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en2 - Unknown
    Mar 21 10:20:02 jacks-mac-pro configd[16]: network configuration changed.
    Mar 21 10:20:03 jacks-mac-pro ntpd[58]: proto: precision = 1.000 usec
    Mar 21 10:20:03 jacks-mac-pro ntpd[58]: bind(26) AF_INET6 2602:306:3b2f:e560:21e:c2ff:fec1:b9bc#123 flags 0x11 failed: Can't assign requested address
    Mar 21 10:20:03 jacks-mac-pro ntpd[58]: unable to create socket on en2 (6) for 2602:306:3b2f:e560:21e:c2ff:fec1:b9bc#123
    Mar 21 10:20:03 jacks-mac-pro ntpd[58]: bind(26) AF_INET6 2602:306:3b2f:e560:1093:7da9:1100:8d3f#123 flags 0x11 failed: Can't assign requested address
    Mar 21 10:20:03 jacks-mac-pro ntpd[58]: unable to create socket on en2 (7) for 2602:306:3b2f:e560:1093:7da9:1100:8d3f#123
    Mar 21 10:20:04 jacks-mac-pro loginwindow[74]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar 21 10:20:04 jacks-mac-pro com.apple.launchctl.LoginWindow[105]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:20:04 jacks-mac-pro com.apple.launchctl.LoginWindow[105]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:20:04 jacks-mac-pro com.apple.launchctl.LoginWindow[105]: com.apple.findmymacmessenger: Already loaded
    Mar 21 10:20:04 jacks-mac-pro loginwindow[74]: Login Window Started Security Agent
    Mar 21 10:20:04 jacks-mac-pro airportd[27]: _doAutoJoin: Already associated to “ATT736”. Bailing on auto-join.
    Mar 21 10:20:04 jacks-mac-pro SecurityAgent[112]: Echo enabled
    Mar 21 10:20:04 jacks-mac-pro com.apple.launchctl.Background[114]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:20:04 jacks-mac-pro com.apple.launchctl.Background[114]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:20:05 jacks-mac-pro com.apple.launchctl.Background[120]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:20:05 jacks-mac-pro com.apple.launchctl.Background[120]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:20:05 jacks-mac-pro WindowServer[99]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 21 10:20:05 jacks-mac-pro XProtectUpdater[59]: Ignoring new signature plist: Not an increase in version
    Mar 21 10:20:05 jacks-mac-pro com.apple.launchd[1] (com.apple.xprotectupdater[59]): Exited with code: 252
    Mar 21 10:20:07 jacks-mac-pro SecurityAgent[112]: User info context values set for jackyaekel
    Mar 21 10:20:10: --- last message repeated 1 time ---
    Mar 21 10:20:10 jacks-mac-pro SecurityAgent[112]: Login Window login proceeding
    Mar 21 10:20:10 jacks-mac-pro loginwindow[74]: Login Window - Returned from Security Agent
    Mar 21 10:20:10 jacks-mac-pro loginwindow[74]: USER_PROCESS: 74 console
    Mar 21 10:20:10 jacks-mac-pro airportd[27]: _doAutoJoin: Already associated to “ATT736”. Bailing on auto-join.
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Background[130]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Background[130]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Aqua[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Aqua[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchd.peruser.501[129] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchd.peruser.501[129] (com.spotify.webhelper): Unknown key: SpotifyPath
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchd.peruser.501[129] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Aqua[131]: load: option requires an argument -- D
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchctl.Aqua[131]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    Mar 21 10:20:11 jacks-mac-pro com.apple.launchd.peruser.501[129] (com.apple.launchctl.Aqua[131]): Exited with code: 1
    Mar 21 10:20:12 jacks-mac-pro UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 15367
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: 2013-03-21 10:20:13.357 com.apple.dock.extra[167:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: 2013-03-21 10:20:13.361 com.apple.dock.extra[167:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: 2013-03-21 10:20:13.370 com.apple.dock.extra[167:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:13 jacks-mac-pro com.apple.dock.extra[167]: 2013-03-21 10:20:13.373 com.apple.dock.extra[167:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Mar 21 10:20:18 jacks-mac-pro storeagent[170]: ISSoftwareMap: <TIMEOUT> Returning NULL for updateRequestBodyData
    Mar 21 10:20:18 jacks-mac-pro Citrix Receiver[146]: -[CTXServiceRecords init]: Unable to connect to service records service!
    Mar 21 10:20:18 jacks-mac-pro Citrix Receiver[146]: -[NSWorkspace(ICAAdditions) ica_launchReceiverHelperApp]: Unexpected error: launchd response doesn't have a PID
    Mar 21 10:20:19 jacks-mac-pro [0x0-0xc00c].com.apple.iTunes[147]: 2013-03-21 10:20:19.001 The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    Mar 21 10:20:31 jacks-mac-pro com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[110]): Exit timeout elapsed (20 seconds). Killing
    Mar 21 10:20:38 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSGetWindowTags: Invalid window 0x43
    Mar 21 10:20:38 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 21 10:20:38 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSSetHideOnDeact: error getting window tags
    Mar 21 10:20:38 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSCopyWindowColorSpace: Invalid window 0x43
    Mar 21 10:20:44 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSGetWindowTags: Invalid window 0x47
    Mar 21 10:20:44 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSSetHideOnDeact: error getting window tags
    Mar 21 10:20:44 jacks-mac-pro com.apple.security.pboxd[203]: kCGErrorIllegalArgument: CGSCopyWindowColorSpace: Invalid window 0x47
    Mar 21 10:21:08 jacks-mac-pro Install Spotify[214]: logging url: https://log.spotify.com/?m=WebInstallerResult%091%090%0928518463%090%090%090%090 %090%091%090%090%091%090%090%090%090%09%090%090%09410%09694%09410%09694%09Instal l%20Spotify%096f866b9e1ede7d08329f6c1fcfafb1725a670362%09Mac%20OS%20X%2010.7.5%2 0Intel
    Mar 21 10:21:11 jacks-mac-pro [email protected][238]: opening log file failed with error 2. reverting to stdout
    Mar 21 10:21:11 jacks-mac-pro com.apple.launchd.peruser.501[129] (com.apple.mrt.uiagent[227]): Exited with code: 255
    Mar 21 10:21:11 jacks-mac-pro [email protected][238]: 3/21/13 10:21:11 AM Central Daylight Time [238]:
    Mar 21 10:21:11 jacks-mac-pro [email protected][238]: 3/21/13 10:21:11 AM Central Daylight Time [238]: ========= Start =========
    Mar 21 10:21:11 jacks-mac-pro [email protected][238]: 3/21/13 10:21:11 AM Central Daylight Time [238]: === /System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framewo rk/Versions/A/Support/CSConfigDotMacCert -l /Users/jackyaekel/Library/Logs/CSConfigDotMacCert.log -u [email protected] -t SharedServices -s
    Mar 21 10:21:11 jacks-mac-pro [email protected][238]: 3/21/13 10:21:11 AM Central Daylight Time [238]: *** password for [email protected] could not be obtained from the keychain
    Mar 21 10:21:11 jacks-mac-pro com.apple.launchd.peruser.501[129] ([email protected][238]): Exited with code: 1
    Mar 21 10:21:11 jacks-mac-pro CitrixFMDPrefPlugin[243]: Unknown class 'CRDataPlugin', using 'NSObject' instead. Encountered in Interface Builder file at path /Applications/Citrix/FollowMeData/CitrixFMDPrefPlugin.app/Contents/Resources/en .lproj/MainMenu.nib.
    Mar 21 10:21:12 jacks-mac-pro CitrixFMDAgent[244]: Unknown class 'SampleApplicationDelegate', using 'NSObject' instead. Encountered in Interface Builder file at path /Applications/Citrix/FollowMeData/CitrixFMDAgent.app/Contents/Resources/MainMen u.nib.
    Mar 21 10:21:12 jacks-mac-pro CitrixFMDAgent[244]: SyncEngine is not running
    Mar 21 10:21:12 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:12.282 I [breakpad.cpp:106                ] Registered Breakpad for product: spotify
    Mar 21 10:21:12 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:12.318 I [translate.cpp:133               ] Reloading language file
    Mar 21 10:21:12 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:12.369 I [breakpad.cpp:259                ] Searching for crashdumps: /Volumes/Drive 2/jackyaekel/Library/Caches/com.spotify.client/*.dmp
    Mar 21 10:21:12 jacks-mac-pro Spotify[241]: Reachability Flag Status: -- ------- networkStatusForFlags
    Mar 21 10:21:12 jacks-mac-pro [0x0-0x26026].com.citrix.SyncEngine[250]: result path: /Volumes/Drive 2/jackyaekel/Library/Logs
    Mar 21 10:21:13: --- last message repeated 17 times ---
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDAgent[244]: The item CitrixFMDPrefPlugin was successfully added to login items for user jackyaekel
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDAgent[244]: Connection successfully created.
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDAgent[244]: Could not connect the action btnOkClick: to target of class CRDataPlugin
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDAgent[244]: Could not connect the action btnCancel: to target of class CRDataPlugin
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDPrefPlugin[243]: About to setup Receiver callbacks for plugin named CRFollowMeData with UUID BC261B60-3121-11DF-91D7-0002A5D5C51B.
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDPrefPlugin[243]: Unable to load CRPluginBridge bundle from Receiver.app
    Mar 21 10:21:13 jacks-mac-pro CitrixFMDPrefPlugin[243]: About to call ARRegister for plugin named CRFollowMeData with UUID BC261B60-3121-11DF-91D7-0002A5D5C51B.
    Mar 21 10:21:14 jacks-mac-pro Spotify[241]: Mac OS version: 10.7
    Mar 21 10:21:15 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:21:16 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:16.996 E [session.cpp:952                 ] Not all tracks cached
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.084 E [watchdog.cpp:197                ] High-latency (gui, 1576)
    Mar 21 10:21:17 jacks-mac-pro FinderInjectionTool[257]: Overriding bundle../Applications/Citrix/FollowMeData/CitrixFMDAgent.app/Contents/Resources /InjectedFinderBundle.bundle
    Mar 21 10:21:17 jacks-mac-pro FinderInjectionTool[257]: finder pid in tool..152
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x28028].FinderInjectionTool[257]: mach_inject failing.. (os/kern) successful
    Mar 21 10:21:17 jacks-mac-pro com.apple.Finder[152]: mach error on bundle load (os/kern) successful
    Mar 21 10:21:17 jacks-mac-pro FinderInjectionTool[257]: Finder Injection complete...0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x28028].FinderInjectionTool[257]: mach inject done? 0
    Mar 21 10:21:17 jacks-mac-pro com.apple.Finder[152]: mach error on bundle load (os/kern) successful
    Mar 21 10:21:17: --- last message repeated 1 time ---
    Mar 21 10:21:17 jacks-mac-pro com.apple.Finder[152]: Icon Overlay loaded
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework bridge-desktop with version 0.11.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework import with version 0.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework api with version 0.2.2
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework api with version 1.20.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework resources with version 0.2.4
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework shared with version 0.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework social-artist-shared with version 0.0.9
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework test-utils with version 0.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework unstable with version 0.10.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework util with version 0.2.3
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1074               ] Registering bundled framework views with version 1.24.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1071               ] Registering bundled app album-header with version 1.0.3
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1071               ] Registering bundled app album with version 0.1.4
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1071               ] Registering bundled app artist with version 0.3.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.211 I [MainView.cpp:1071               ] Registering bundled app bundles with version 1.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app error with version 1.0.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app facebook-profile with version 1.0.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app feed with version 1.1.6
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app finder with version 1.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app home with version 1.2.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app html with version 0.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app inspector with version 0.2.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app install with version 1.0.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app notification-popup with version 0.1.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app og-popup with version 1.0.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app people with version 2.3.5
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app playlist-header with version 1.0.2
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app profile-header with version 1.0.3
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app profile with version 1.4.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app radio with version 1.3.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app search with version 2.0.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app search-single with version 2.0.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app search-dropdown with version 1.1.1
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app share with version 1.0.8
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app subscribe-popup with version 1.1.0
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.212 I [MainView.cpp:1071               ] Registering bundled app test-runner with version 0.1.0
    Mar 21 10:21:17 jacks-mac-pro com.apple.Finder[152]: Icon Ref overrided
    Mar 21 10:21:17 jacks-mac-pro com.apple.Finder[152]: mach error on bundle load (os/kern) successful
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.545 I [AppManager.cpp:206              ] Creating instance of the application search-dropdown.
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.571 I [AppManager.cpp:206              ] Creating instance of the application notification-popup.
    Mar 21 10:21:17 jacks-mac-pro Spotify[241]: setShowsApplicationBadge: is not yet implemented for the NSApp dockTile
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.595 I [AppManager.cpp:206              ] Creating instance of the application home.
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.639 I [AppManager.cpp:257              ] Keeping application home alive for 60000 ms.
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.651 I [offline_manager.cpp:1715        ] Storage has been cleaned
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.651 3 [playlist_be_toplist.cpp:207     ] [spotify:user:1258365405:toplist] Synchronization starting
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.672 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:buzzfeed:playlist:5iW01oJEUyQOkzQe6Pzvv5] Synchronization starting: DIFF (from revision 499,4061ffc2bd5fb9cf7774b93bdb718abce604f1d1)
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.678 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:1258365405:purchaselist] Synchronization starting: DIFF (from revision 1,f4532aab4ca6986321b1e47bc1ee1ce14a416104)
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.678 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:1258365405:inbox] Synchronization starting: DIFF (from revision 4,7746560510a2b78fc6427366943e45913f0d52dc)
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.679 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:1258365405:rootlist] Synchronization starting: DIFF (from revision 3,a62ce44b2f18efaa1647e50b9632831e0a26ab03)
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.680 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:1258365405:publishedrootlist] Synchronization starting: DIFF (from revision 2,aaaad7a403c8f213ee66c7ee56446768413fe530)
    Mar 21 10:21:17 jacks-mac-pro Spotify[241]: Reachability Flag Status: -R ------- networkStatusForFlags
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.729 3 [playlist_be_toplist.cpp:127     ] [spotify:user:1258365405:toplist] Toplist failed to update
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.738 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.742 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.793 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.800 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.809 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.816 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.868 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.911 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:17 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:17.915 I [isobmf_parser.cpp:549           ] parsing error: I can't read file of brand 'isom' and compatible brands ['isom']
    Mar 21 10:21:18 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:18.054 I [ap_connection.cpp:1767          ] Connecting to AP kajal.ash.spotify.com:4070
    Mar 21 10:21:18 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:21:18 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:18.272 I [ap_connection.cpp:1234          ] Connected to AP: 193.182.8.70:4070
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.511 I [autoupdate.cpp:649              ] AutoUpdate [449 80800334 0]
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.511 I [autoupdate.cpp:734              ] AutoUpdate initializing [FULL c21ca6c9ae57bbd9c12ab54053e01a8dfc679402 80800449 0 0x0]
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.512 I [autoupdate.cpp:628              ] AutoUpdate waiting 1 seconds
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.696 I [AppManager.cpp:206              ] Creating instance of the application feed.
    Mar 21 10:21:19 jacks-mac-pro Spotify[241]: setShowsApplicationBadge: is not yet implemented for the NSApp dockTile
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.859 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:buzzfeed:playlist:5iW01oJEUyQOkzQe6Pzvv5] Delta-updated to revision 499,4061ffc2bd5fb9cf7774b93bdb718abce604f1d1 (no new changes)
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.866 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:1258365405:inbox] Delta-updated to revision 4,7746560510a2b78fc6427366943e45913f0d52dc (no new changes)
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.866 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:1258365405:rootlist] Delta-updated to revision 3,a62ce44b2f18efaa1647e50b9632831e0a26ab03 (no new changes)
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.866 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:1258365405:purchaselist] Delta-updated to revision 1,f4532aab4ca6986321b1e47bc1ee1ce14a416104 (no new changes)
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.866 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:1258365405:publishedrootlist] Delta-updated to revision 2,aaaad7a403c8f213ee66c7ee56446768413fe530 (no new changes)
    Mar 21 10:21:19 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:19.888 3 [playlist_be_pl4_context.h:1106  ] [spotify:user:1258365405:collectionrootlist] Synchronization starting: DIFF (from revision 1,01c613514c18d4539a572d3a423a442f93796944)
    Mar 21 10:21:20 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:20.472 3 [playlist_be_pl4_context.h:1549  ] [spotify:user:1258365405:collectionrootlist] Delta-updated to revision 1,01c613514c18d4539a572d3a423a442f93796944 (no new changes)
    Mar 21 10:21:20 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:20.516 I [ad_chooser.cpp:1054             ] Found ad (time = 0, adclass = '', time left = 30, length = 30)
    Mar 21 10:21:20 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:20.517 I [autoupdate.cpp:748              ] AutoUpdate starting download
    Mar 21 10:21:20 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:20.582 I [MainView.cpp:7250               ] Load complete (0) url: sp://89a0f67fc39d343fc8d76a65ccf5ffbd21464ab2.feed/index.html
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.004 I [MainView.cpp:7250               ] Load complete (0) url: sp://04e58a67fecdfd2d432fc7a8e35f17665bc4ddda.home/index.html
    Mar 21 10:21:21 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.401 I [ad_chooser.cpp:1054             ] Found ad (time = 1363879280, adclass = 'mpu', time left = 0, length = 86400)
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.876 I [AppManager.cpp:520              ] Removing instance of application search-dropdown.
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.877 I [AppManager.cpp:520              ] Removing instance of application notification-popup.
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.881 I [AppManager.cpp:520              ] Removing instance of application feed.
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.889 I [AppManager.cpp:520              ] Removing instance of application playlist-header.
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.889 I [AppManager.cpp:520              ] Removing instance of application album-header.
    Mar 21 10:21:21 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:21.889 I [AppManager.cpp:520              ] Removing instance of application search.
    Mar 21 10:21:22 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: 15:21:22.053 I [autoupdate.cpp:649              ] AutoUpdate [0 80800334 0]
    Mar 21 10:21:23 jacks-mac-pro com.apple.Finder[152]: Connection to SyncEngine INITIALIZED
    Mar 21 10:21:24 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: launchctl: Couldn't stat("/Volumes/Drive"): No such file or directory
    Mar 21 10:21:24 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: launchctl: Couldn't stat("2/jackyaekel/Library/LaunchAgents/com.spotify.webhelper.plist"): No such file or directory
    Mar 21 10:21:24 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: nothing found to load
    Mar 21 10:21:24 jacks-mac-pro [0x0-0x21021].com.spotify.client[241]: Assertion failed: (CefCookieManagerCToCpp::DebugObjCt == 0), function CefShutdown, file /Users/spotify-buildagent/buildAgent/work/510e813c51056f3/desktop/lib/libcef_dl l_wrapper/libcef_dll/wrapper/libcef_dll_wrapper.cc, line 126.
    Mar 21 10:21:25 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:21:26 jacks-mac-pro com.apple.launchd.peruser.501[129] ([0x0-0x21021].com.spotify.client[241]): Job appears to have crashed: Abort trap: 6
    Mar 21 10:21:26 jacks-mac-pro ReportCrash[261]: Saved crash report for Spotify[241] version 0.8.8.334.g2c6a424b (80800334) to /Volumes/Drive 2/jackyaekel/Library/Logs/DiagnosticReports/Spotify_2013-03-21-102126_Jacks-Mac -Pro.crash
    Mar 21 10:21:27 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:21:57: --- last message repeated 8 times ---
    Mar 21 10:21:57 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:22:05: --- last message repeated 2 times ---
    Mar 21 10:22:05 jacks-mac-pro com.apple.launchctl.Background[286]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:22:05 jacks-mac-pro com.apple.launchctl.Background[286]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:22:06 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:22:10: --- last message repeated 1 time ---
    Mar 21 10:22:10 jacks-mac-pro mds[72]: Unable to talk to lsboxd
    Mar 21 10:22:12 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:22:42: --- last message repeated 9 times ---
    Mar 21 10:22:42 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:23:12: --- last message repeated 9 times ---
    Mar 21 10:23:12 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:23:42: --- last message repeated 9 times ---
    Mar 21 10:23:42 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:23:42 jacks-mac-pro Citrix Viewer[331]: -[ICAClientDriveMessageHandler handleConnectRequest:] got codePage 1252 from server, UTF8=1
    Mar 21 10:23:45 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:23:47 jacks-mac-pro Citrix Viewer[331]: -[ICAClientDriveMessageHandler handleConnectRequest:] got codePage 1252 from server, UTF8=1
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: size_t WireSize_CTXCTL_CapabilityType(USHORT) : Size request for unrecognised capability type 12
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: -[ICAControlChannelCapability initWithCapabilityHeader:] : Capability type is set to ICACC_CAPABILITY_UNKNOWN but has 5 size, expected 0
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: -[ICAControlChannelCapability readWithReader:] : Parsing unrecognised capability with type 0
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: size_t WireSize_CTXCTL_CapabilityType(USHORT) : Size request for unrecognised capability type 13
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: -[ICAControlChannelCapability initWithCapabilityHeader:] : Capability type is set to ICACC_CAPABILITY_UNKNOWN but has 5 size, expected 0
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: -[ICAControlChannelCapability readWithReader:] : Parsing unrecognised capability with type 0
    Mar 21 10:23:48 jacks-mac-pro Citrix Viewer[331]: -[ICAControlChannelConfig arrayForBindRequest:] : Unhandled capability with type:0
    Mar 21 10:23:48: --- last message repeated 1 time ---
    Mar 21 10:23:48 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:23:55: --- last message repeated 2 times ---
    Mar 21 10:23:55 jacks-mac-pro com.apple.launchctl.Background[382]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
    Mar 21 10:23:55 jacks-mac-pro com.apple.launchctl.Background[382]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.citrix.ServiceRecords.plist
    Mar 21 10:23:57 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:24:05: --- last message repeated 2 times ---
    Mar 21 10:24:05 jacks-mac-pro Dock[149]: kCGErrorIllegalArgument: CGSOrderWindowList
    Mar 21 10:24:05 jacks-mac-pro Dock[149]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 21 10:24:06 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:24:23: --- last message repeated 5 times ---
    Mar 21 10:24:23 jacks-mac-pro helpd[230]: Error trying to unarchive index data. Original path is </Library/PreferencePanes/NTFSforMacOSX.prefPane/Contents/Resources/English.lpr oj/Help/Help.helpindex>. Error: *** data to unarchive contains class (NSMutableD) which has not been allowed
    Mar 21 10:24:24 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:24:54: --- last message repeated 9 times ---
    Mar 21 10:24:54 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2
    Mar 21 10:25:24: --- last message repeated 9 times ---
    Mar 21 10:25:24 jacks-mac-pro CitrixFMDAgent[244]: AppleEvents failed to encode extension for /Users/jackyaekel/ShareFile, err=No such file or directory/2

    When  did you last restore your SSD? Especially with a small 64GB, that is a must almost 100% that you clone and then restore from disk image or from another volume.
    That is the first thing I would do.
    Also, Lion Recovery and Disk Utility to repair your drive should be done before clone. Nice to have a backup clone from previous that you know is safe and no damage to directory or errors.
    Using Cloning as a Backup Strategy
    http://www.macupdate.com/app/mac/7032/carbon-copy-cloner
    http://www.bombich.com/software/updates/ccc-3.5.html
    OS X Lion Install to Different Drive
    How to create an OS X Lion installation disc MacFixIt
    Migration Assistant Update for Mac OS X Snow Leopard
    http://www.apple.com/support/lion/installrecovery/
    Create an OS X Lion Install disc
    http://reviews.cnet.com/8301-13727_7-20080989-263/how-to-create-an-os-x-lion-ins tallation-disc
    How to clone your system:
    http://macperformanceguide.com/Mac-HowToClone-backup.html
    http://macperformanceguide.com/Mac-HowToClone.html
    http://www.macupdate.com/app/mac/7032/carbon-copy-cloner
    http://www.macperformanceguide.com/blog/2012/20120711_2-MacPro-internal-clone-ba ckup.html
    For my Mac Pro 1,1 and suggestion would be more than the 5GB you have with these that are excellent and inexpensive both.
    How To Install and Remove Memory Mac Pro
    https://support.apple.com/kb/HT4433
    2x2GB FBDIMM DDR2 667MHz @ $29
    http://www.amazon.com/BUFFERED-PC2-5300-FB-DIMM-APPLE-Memory/dp/B002ORUUAC/
    Hardware Monitor
    http://www.bresink.com/osx/HardwareMonitor.html
    Without knowing the temps or what graphic card, but both of those can be issues. Old FBDIMMs run hot and the original graphic cards should be updated to newer models.
    X1900
    http://www.xlr8yourmac.com/Graphics/X1900XT_Overheating/ATI_X1900_artifacts.html
    http://www.xlr8yourmac.com/Graphics/radeon_X1900XT/X1900XT_dust_buildup.html#sto rytop
    A nice inexpenisve SSD Samsumg 840
    SSD: Samsung 840 128GB
    http://www.amazon.com/Samsung-Series-120GB-internal-MZ-7TD120BW/dp/B009NHAF06/
    And  I would strongly look at and use the latest TRIM Enabler.
    Choices in graphic cards just got better for 1,1 with the Mac Edition Saffari 7950 or there is the Apple ATI 5770. Not knowing what you have whether that is an issue or not,

Maybe you are looking for

  • Exchange rate error while Uploading material in MB1C; MovType 561

    Hi Experts, I am trying to upload material in MB1C (movement type 561). When I am saving, system is giving following error. My company code currency, material master currency is EUR but still following error is occuring. "Enter rate EUR /  rate type

  • Fonts not appearing correctly on other clients

    I know this has been an ongoing issue for everyone using Apple's mail client but I'm going to ask it here again. There has been many posts but many unanswered posts. How can I get mail.app to send e-mail out using say..."Arial" and have it show up as

  • Vendor Prepayment - Config settings

    Hi Friends, Could you please list , Vendor Prepayment config steps?? I am configuring it under MM-LIV - Incoming Invoice - Prepayment Regards, Jackie

  • Time characteristic restriction in BW BPS

    Hi to all, I got one question for BW-BPS. This was happened after upgrade of Netweaver service pack. Before that it was fine. My question is as follow: Under DW workbench when I create an InfoProvider which included time dimension that consist of fis

  • InDesign CS - Type is missing in exported PDF?

    Hi, I am using InDesign CS. When I save my file as a .pdf and view and print it the type is missing. I am just using the default pdf export settings. To save the .pdf here's what I did. 1. I have an open InDesign project and I select (PDF Export Pres