Agent log errors

Hello Everyone,
I see the below in our OMS emagent.trc file. Is this already known bug? or something that can be ignored. Can ayone please let us know..
DB version : 10.2.0.4
2013-03-10 03:00:03,502 Thread-4087962528 WARN scheduler: New time is lot newer than previous time 1362884403 1362880799Adjusting by 5400 secs
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule oracle_database::streams_statistics with 300 nil frequency is skipped 12 times
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule oracle_database::haconfig2_collection+sga_start with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule oracle_database::textIndexStats+health_check with 60 nil frequency is skipped 59 times
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule host::Network+ProgramResourceUtilization with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule oracle_listener:Response with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,510 Thread-4087962528 WARN collector: schedule oracle_database::Response with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule host::Load with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database::activity_pending with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database::sql_response with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database::alert_log_rollup with 180 nil frequency is skipped 19 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database::streams_processes_count_item with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule :proc_zombie+LogFileMonitoring+FileMonitoring with 900 nil frequency is skipped 3 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database:dbjob_status+instance_throughput_10i+instance_efficiency_10i+Database_Resource_Usage_10i+UserBlockChain_10i with 300 nil frequency is skipped 11 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_database::problemTbsp_10i_Loc+problemTbsp_10i_Dct+audit_failed_logins with 1800 nil frequency is skipped 1 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN collector: schedule oracle_emd::3872:ProcessInfo with 1038 nil frequency is skipped 3 times
2013-03-10 03:00:03,511 Thread-4087962528 WARN scheduler: schedule Compute Metric Delay Ratio with 540 nil frequency is skipped 5 times
Edited by: 891327 on Mar 12, 2013 1:51 PM

Check this link
http://social.msdn.microsoft.com/Forums/en-US/906da9b5-2482-468c-a424-ae099da2d96b/sql-server-agent-service-account-error?forum=sqlsetupandupgrade
Regards, RSingh

Similar Messages

  • Ctios - agent log in error

               Any solution for this issue.
    Agent not able to log in agent desktop,
    error returns
    [agent.5001.6251]::Login()
    08/01/13 08:16:36.082  6768  CTIOSSoftphone  Thd(00000900)  [agent.5001.6251]::SetAgentState()
    08/01/13 08:16:36.082  6768  CTIOSSoftphone  Thd(00000900)  CCtiOsSession::MakeRequest(eSetAgentStateRequest)
    08/01/13 08:16:36.348  6768  CTIOSSoftphone  Thd(00004084)  [agent.5001.6251]::OnQueryAgentStateConf()
    08/01/13 08:17:36.692  6768  CTIOSSoftphone  Thd(00004084)  [agent.5001.6251] eControlFailureConf : (PeripheralID:5001 FailureCode:78
      PeripheralErrorCode:0 AgentID:6251 UniqueObjectID:agent.5001.6251
      MessageID:eControlFailureConf MessageType:eSetAgentStateRequest
      ErrorMessage:The request failed because a timeout limit was exceeded.
    But able to log in other device with the same agent login credentials.
    Tried,
    Restarted the computer
    Restart \ Reset the IP Phone
    Disassociate \ associate the device in pg user in call manager
    Reconfigured the device profile \ Line configuration
    Reconfigured the Agent profile \ device target in ICM
    Restarted the cti manager services in call manager.
    The issue still exists, any thaughts or resolution steps or advices will be acceptable...

    Thanks you all for the response & sorry for the belated response.
    As mentioned, deleted the phone profile / recreated / then added in pguser, but it didn't resolved.
    Work arround done- Restarted the ctimanager service (off hours), after that disassociate  / associate the phone under pg user in call manager,  this resolved the issue.
    But restart of ctimanager service for 1 user is not proper solution.....
    Thanks,
    Thanveer

  • I would Like to print Exceptions to an agent Log not a console

    I purposely set this error so my agent would produce the error. The error listed below prints to the Java Console in Lotus Notes. I would like it to print to an agent.log I know this can be done through the use of a StringWriter and e.printStackTrace(StringWriter). But I need some documentation. Can anybody help??
    Below is a snippet of the agent and the error follows.
    } catch(Exception n) {
    System.out.println("Error Caught");
    System.out.println("Error Message" + " " + n ); //+ " " + el + " " + n.getMessage());
    n.printStackTrace();
    [FATAL ERROR] notes:///__86256D7B000B5CD1.nsf/0/CA2EA717D0E3594686256DAD005B7E7D(XMLBody) Line:16 Column:36: "</connectduration>" expected.
    Error Caught
    Error Message "</connectduration>" expected.
    "</connectduration>" expected.
         at com.ibm.xml.framework.XMLParser.handleError(XMLParser.java:413)
         at com.ibm.xml.framework.XMLParser.error1(XMLParser.java:485)
         at com.ibm.xml.internal.DefaultScanner.emitError(DefaultScanner.java:312)
         at com.ibm.xml.internal.DefaultScanner.scanContent(DefaultScanner.java:1195)
         at com.ibm.xml.internal.DefaultScanner.scanDocument(DefaultScanner.java:419)
         at com.ibm.xml.framework.XMLParser.parse(XMLParser.java:329)
         at com.ibm.xml.parsers.NonValidatingDOMParser.parse(NonValidatingDOMParser.java:1069)
         at lotus.domino.Parser.parse(Parser.java:49)
         at lotus.domino.local.Item.parseXML(Item.java:571)
         at ParseEvents.NotesMain(ParseEvents.java:41)
         at lotus.domino.AgentBase.runNotes(AgentBase.java:161)
         at lotus.domino.NotesThread.run(NotesThread.java:203)

    If you have a log file created and want to log the stacktrace in it you can get the stacktrace as a String & write it to the log file:
        public static final String getStackTrace(Exception e)
            if (e == null)
                return null;
            StringWriter sWriter = new StringWriter();
            PrintWriter pWriter = new PrintWriter(sWriter);
            e.printStackTrace(pWriter);
            //String stackTrace = new String(sWriter.getBuffer());
            String stackTrace = sWriter.toString();
            pWriter.close();
            try {
                sWriter.close();
            catch (IOException ie) {
            return stackTrace;
        }

  • Agent Logs out and Logs in back several times

    Hi,
    Agent Logs out and Logs in back several times without his intervention. this was observed with one agent. Any idea what would be causing? We use a custom CTIOS client and we observe that only one agent had this problem

    Hi,
    Do you have access to the client desktop and the CTIOS server logs ?  Look for the network related errors, sometimes the process in ICM might be giving up..
    regards,
    Shravan

  • What is this log error for Safari ? unlink of file /Users/.../Library/Caches/com.apple.Safari/fsCachedData/failed.

    What is this log error for Safari  ? Why am I getting this ?
    2014-04-05 5:26:13.688 PM Safari[5407]: unlink of file /Users/georgestamatis/Library/Caches/com.apple.Safari/fsCachedData/8A9936E7-E9A E-400D-A5D7-DCF074F115FC failed.  Errno=2

    I have this report is this helps you find the error:
    System Version: OS X 10.9.2 (13C64)
    Kernel Version: Darwin 13.1.0
    Boot Mode: Normal
    Model: MacBookPro9,2
    Battery cycles: 519
    Kernel messages
       Apr 3 12:25:33   MacAuthEvent en1 Auth result for: 00:24:6c:46:bb:90 Auth timed out
       --- last message repeated 3 times ---
       Apr 3 13:47:09   [BNBMouseDevice][handleStart] staticPrepControlChannelAction returned error e00002c0
       Apr 3 13:47:10   [BNBMouseDevice][prepInterruptChannelWL][04-0c-ce-2b-d7-d2] _interruptChannel->waitForChannelState returned error 0xe00002c0
       Apr 3 13:47:10   [BNBMouseDevice][interruptChannelOpeningWL] prepInterruptChannelWL returned error e00002c0
       Apr 3 16:14:45   process com.apple.WebKit[1437] thread 806808 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Apr 3 16:17:43   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 3 16:17:43   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 4 08:23:48   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (dc2,620)->(dc3,c28).
       Apr 5 10:53:48   MacAuthEvent en1 Auth result for: 60:33:4b:e0:25:42 Auth timed out
       Apr 5 11:58:28   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (28c1,62c)->(28c2,c30).
       Apr 5 13:22:16   Sound assertion in AppleHDAFunctionGroup at line 1042
       Apr 5 14:12:31   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2066,5e8)->(2067,c18).
       Apr 5 14:12:32   IOAudioStream[0xffffff803ca70000]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (2068,60c)->(2069,80c).
       Apr 5 15:48:39   [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady
       Apr 5 15:48:39   [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)
       Apr 5 17:28:56   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
       Apr 5 17:57:20   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b0
       Apr 5 17:58:03   wl0: Roamed or switched channel, reason #8, bssid d8:c7:c8:e8:55:b0
       Apr 5 18:01:52   wl0: Roamed or switched channel, reason #1, bssid d8:c7:c8:e8:55:b8
    Loaded extrinsic kernel extensions
       com.globaldelight.driver.BoomDevice (1.1)
    Extrinsic daemons
       com.anchorfree.ajaxserver
       com.adobe.fpsaud
    Extrinsic agents
       2BUA8C4S2C.com.agilebits.onepassword-osx-helper
       com.google.keystone.user.agent
    launchd items
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.anchorfree.ajaxserver.plist
                 (com.anchorfree.ajaxserver)
       Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.user.agent)
    Extrinsic loadable bundles
       /System/Library/Extensions/BoomDevice.kext
                 (com.globaldelight.driver.BoomDevice)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (com.macromedia.Flash Player.plugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
                 (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
                 (com.skype.skypeabsms)
    Netmask: 255.255.0.0
    Application check
       com.google.GoogleDrive
    User login items
       Boom
       iTunesHelper
       Dropbox
       TextExpander
    Safari extensions
       1Password (beta)
    Desktop file count: 40
    Elapsed time (s): 469

  • UCCX 8.5.1.11002-22 CAD Agent & Supervisor Errors on Windows 7 PC

    We recently upgraded to UCCX  8.5.1.11002-22. We subsequently upgraded all CAD to 8.5 too. Everything was fine for 3 weeks but this morning two Windows 7 systems were not getting logged in. 
    On launching 'Unable to download file could not open destination file for writing' message box appeared. It then when on to say ' A licencing error has occured please try again in 5 mins. Then it shutdown.  All our other systems running on XP are fine.
    In the agent log there is a message DESK3113 Unknown exception in releasing licences.
    I reinstalled the supervisor and agent with the same results.  I also resynched directory services through Cisco Desktop Administrator.
    After a while on one of the failing systems I could get into agent although the 'Unable to download file' error box still pops up. The only otehr thing i did on this system was install the Cisco Desktop Administrator and on opening 1st thime that gave same error but then opened thereafter.
    We recently had a HA installed but agents were working fine after this so not sure if it could be related.
    I have attached the agent and supervisor logs and debug files.
    Any ideas would be appreciated.

    Hi Barry,
    On this Windows 7 pc, is CAD able to login ? atleast with one UCCX ip ?
    Check the LDAP hostname\ip address in the Registry key for this CAD clinet, and see if it is pointing to correct IP addresses.
    Could you please make sure that the mastership for all the services are running from the UCCX node1 (publisher).
    And also the supported clients for the CAD's are
    Win XP Professional SP2 (Please check Tech Tips & Release Notes)
    Win XP Professional SP3
    (Please check Tech Tips & Release Notes)
    Win Vista (Ultimate, Enterprise, and Business)
    Windows 7 (Ultimate, Enterprise, and Professional)
    Windows 7 x64bit with WoW64(Ultimate, Enterprise, Professional )
    Reference:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crscomtx.pdf
    Also post the logs from this client box, if it doesn't fix the issue?
    Thanks,
    Anand
    Pls rate helpful posts !!

  • Weird system.log error

    Hi
    Listen. The last hole week i discovered a new strange system.log error / text ?
    I have it on both my iMac 27" Snow Leo and my new Macbook Air 2012 Mountain Lion.
    The error says:
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.aslmanager.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.atrun.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.auditd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.autofsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.automountd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-attach.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.installd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.SCHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DiagnosticReportCleanUp.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.hidd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.AppleFileServer.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.fseventsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.pcastuploader.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBRegisterMDNS_RemoteManagement.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.usbmuxd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-auto.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.blued.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.cvmsServ.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.dpd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.platform.ptmd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.coreservicesd.plist
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Caches
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CoreServices
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchAgents
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/PrivateFrameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Fonts
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Frameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/StartupItems
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/UserEventPlugins
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Automator
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Services
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Input Methods
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Extensions
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Keychains
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Java
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CFMSupport
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Lib_CEP
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/QuickTime
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/User Template
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Spotlight
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Screen Savers
    Jan 20 02:46:01 imac27 Finder[259]: Removing observer for path: /System/Library
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/WebKit
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Voices
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Spelling
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Sounds
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Scripts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Screen Savers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Safari
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/QuickLook
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PubSub
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Printers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PreferencePanes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PhotoshopCrashes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PDF Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ooVoo
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Music Man
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail Downloads
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Logs
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/LaunchAgents
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Compositions
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keychains
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keyboard Layouts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iTunes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Internet Plug-Ins
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Input Methods
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iMovie
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Images
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Icons
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iApps
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Google
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Gas Mask
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Fonts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FontCollections
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FileSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Favorites
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Eye-Fi
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Extensis
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/EQATEC Analytics
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/DxO Optics Pro v8
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Cookies
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Contextual Menu Items
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorPickers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Calendars
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Caches
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Autosave Information
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Audio
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Assistants
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Address Book Plug-Ins
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.Bluetooth.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.DigiDNA.DiskAid.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SoftwareUpdate.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iCal.helper.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureExtension2.88E5101 2-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.iTunesArtwork.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.java.JavaPreferences.88E51012- 02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.MIDI.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.mail.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.idisk.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.Cache.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iWeb.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systemuiserver.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.PrinterProxy.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCapture2.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.imservice.FaceTime.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.FaceTime.88E51012-02E1-547C-AD 86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.airport.agent.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.adobe.headlights.88E51012-02E1-547C- AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.toastycode.screensaver.LCDScrub.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.scheduler.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.divx.DivXBrowserPlugin.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/MicrosoftRegistrationDB.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ScreenSaver.Basic.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iTunes.88E51012-02E1-547C-AD86 -4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.sync.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.stuffit.agreement.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systempreferences.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SubmitDiagInfo.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.windowserver.88E51012-02E1-547 C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.DirectoryUtility.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.preference.internet.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.HIToolbox.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda2.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.syncservices.ConflictResolver. 88E51012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureService.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Microsoft Messenger User Cache.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/OfficeSync Prefs
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Outlook Preferences
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Microsoft Office ACL [Danish]
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Magnifier.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.QuarantineEvents
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Aimersoft.Video-Converter-Ultimate.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.WebFoundation.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.skype.skype.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Photoshop.p list
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.iwebseotool.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.Photoshop.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.iWeb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AdobePremierePro.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.stuffit.StuffIt-Destinations.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.After Effects.11.0.2.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ARM.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.bridge5.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.help.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.only4pdf.rararchiver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ATS.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.srs.iwow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ActivityMonitor.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/fr.read-write.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.mobile.iTunes.store.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.db
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClientDebugP7.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Adobe Media Encoder.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Refocus.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.symbolichotkeys.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.mediabrowser.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Noise Buster.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.aimersoft.helper_compact.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.realnetworks.realplayerdownloader.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Sitemap Automator Recent Items
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.RealNetworks.RealPlayer.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/QuickTime Preferences
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Settings
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.nolobe.interarchy.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.sidebarlists.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.crashreporter.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Save For Web AI 16.0 Prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Illustrator .plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/net.telestream.wmv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.BezelServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.peternoriega.unrarx.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/pbs.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.PreferenceSync.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.SystemProfiler.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.storeagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.Safari.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.microsoft.Messenger.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ame.application.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.finder.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.google.Chrome.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.SmartMask.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfig.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.keychainaccess.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.frameworks.diskimages.uiagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.googlesitemap.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfigpriv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.quicktime.plugin.preferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Paths
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.seotoolforiweb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.niksoftware.selectivetool.prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.AddressBook.abd.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Premiere Pro.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/org.grunenberg.EasyFind.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AfterEffects.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.cod3r.a52codec.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.yazsoft.Playback.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systemuiserver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.candyware.RarMachine.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.DiskUtility.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Playback
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.appstore.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Common CS6.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.recentitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.iconfactory.Twitterrific.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.InDesign.pl ist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.MakeUp.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systempreferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.webcrusher.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileSync
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileMeSyncClient
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Microsoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MassReplaceIt
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacUpdate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome Audiobook Converter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGameStore.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGamesArcade
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/LooksBuilder
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Little Snitch
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Labels & Addresses
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb SEO Tool
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iVI
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTubeGrabber
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTools
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSubtitle
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSlayer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSkysoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSerial Reader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iRecordMusic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ipswDownloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iPartition
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Interarchy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iMedia Converter Deluxe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Imagenomic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro WEB.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro skolefoto.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifePageLayout
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifeMediaBrowser
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFunia AudioConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFFmpeg
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iDefrag
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iChm
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Helper
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Hardware Monitor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/HandBrake
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Google
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FX Photo Studio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Fluid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Firefox
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Final Cut Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FilmOn.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/File Buddy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eSellerate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Episode
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Enolsoft YouTube Converter HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Ecoute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eBookConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/easyMule2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/EasyFind
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v8
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v7
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Labs
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVDRemaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVD Player
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DropDMG
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DriveGenius
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DMG Canvas
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DivX
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskCatalogMaker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskAid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Disc Cover 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DigiArty
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Decibel
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DataViz
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Data Rescue 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DaisyDisk
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/D-Vision 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrossOver
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CoverScout 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coriolis
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ConverterPlus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ContactSheetII.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Contact Sheet II.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Console
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Compressor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.unionwell.fxfotopro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.synium.screenium
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.prosofteng.DRBackend
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.mactrackerapp.Mactracker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.macitbetter.betterzip
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.koingosw.MacPilot
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.fuelcollective.Permute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.bombich.ccc
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda 2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Capture One
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CandyBar
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Calculator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Business Card Composer 5
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Boinx
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/bitSplit Enterprises
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Barcode Producer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AVCLabs M4V Converter Plus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Automator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Audio Hijack Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/audacity
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Athentech
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStudio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple Qmaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apimac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aperture
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Anthropics
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Altomac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AirServer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft YouTube Downloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AdWords-Editor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Adobe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AddressBook
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Acertant
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ACD Systems
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/4Media
    Jan 20 02:47:15 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete/AppDeleteLog.txt
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/flyingIcon
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/preflight.pfpkg
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/flyingIcon
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/preflight.pfpkg
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/flyingIcon
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/preflight.pfpkg
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/flyingIcon
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/preflight.pfpkg
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/427480061
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/497799835
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/448457090
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/432716600
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/manifest.plist
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982
    Jan 20 02:47:34 imac27 Finder[259]: Removing observ

    anyone know what is is now ? another weird error
    0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/Fontographer/TomboyMedium/TomboyMedium".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x1001c7750 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 1/Call FF 1".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7cb90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 2/Call FF 2".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fc90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 3/Call FF 3".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7c7a0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 4/Call FF 4".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fcd0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 5/Call FF 5".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 6/Call FF 6".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c77d70 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 7/Call FF 7".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n

  • Strange new system.log error

    Hi
    Listen. The last hole week i discovered a new strange system.log error / text ?
    I have it on both my iMac 27" Snow Leo and my new Macbook Air 2012 Mountain Lion.
    The error says:
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.aslmanager.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.atrun.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.auditd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.autofsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.automountd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-attach.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.installd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.SCHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DiagnosticReportCleanUp.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.hidd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.AppleFileServer.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.fseventsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.pcastuploader.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBRegisterMDNS_RemoteManagement.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.usbmuxd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-auto.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.blued.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.cvmsServ.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.dpd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.platform.ptmd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.coreservicesd.plist
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Caches
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CoreServices
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchAgents
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/PrivateFrameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Fonts
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Frameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/StartupItems
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/UserEventPlugins
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Automator
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Services
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Input Methods
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Extensions
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Keychains
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Java
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CFMSupport
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Lib_CEP
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/QuickTime
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/User Template
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Spotlight
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Screen Savers
    Jan 20 02:46:01 imac27 Finder[259]: Removing observer for path: /System/Library
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/WebKit
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Voices
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Spelling
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Sounds
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Scripts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Screen Savers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Safari
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/QuickLook
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PubSub
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Printers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PreferencePanes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PhotoshopCrashes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PDF Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ooVoo
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Music Man
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail Downloads
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Logs
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/LaunchAgents
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Compositions
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keychains
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keyboard Layouts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iTunes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Internet Plug-Ins
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Input Methods
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iMovie
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Images
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Icons
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iApps
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Google
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Gas Mask
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Fonts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FontCollections
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FileSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Favorites
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Eye-Fi
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Extensis
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/EQATEC Analytics
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/DxO Optics Pro v8
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Cookies
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Contextual Menu Items
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorPickers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Calendars
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Caches
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Autosave Information
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Audio
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Assistants
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Address Book Plug-Ins
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.Bluetooth.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.DigiDNA.DiskAid.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SoftwareUpdate.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iCal.helper.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureExtension2.88E5101 2-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.iTunesArtwork.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.java.JavaPreferences.88E51012- 02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.MIDI.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.mail.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.idisk.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.Cache.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iWeb.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systemuiserver.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.PrinterProxy.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCapture2.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.imservice.FaceTime.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.FaceTime.88E51012-02E1-547C-AD 86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.airport.agent.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.adobe.headlights.88E51012-02E1-547C- AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.toastycode.screensaver.LCDScrub.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.scheduler.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.divx.DivXBrowserPlugin.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/MicrosoftRegistrationDB.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ScreenSaver.Basic.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iTunes.88E51012-02E1-547C-AD86 -4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.sync.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.stuffit.agreement.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systempreferences.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SubmitDiagInfo.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.windowserver.88E51012-02E1-547 C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.DirectoryUtility.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.preference.internet.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.HIToolbox.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda2.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.syncservices.ConflictResolver. 88E51012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureService.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Microsoft Messenger User Cache.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/OfficeSync Prefs
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Outlook Preferences
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Microsoft Office ACL [Danish]
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Magnifier.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.QuarantineEvents
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Aimersoft.Video-Converter-Ultimate.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.WebFoundation.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.skype.skype.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Photoshop.p list
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.iwebseotool.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.Photoshop.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.iWeb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AdobePremierePro.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.stuffit.StuffIt-Destinations.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.After Effects.11.0.2.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ARM.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.bridge5.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.help.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.only4pdf.rararchiver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ATS.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.srs.iwow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ActivityMonitor.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/fr.read-write.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.mobile.iTunes.store.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.db
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClientDebugP7.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Adobe Media Encoder.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Refocus.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.symbolichotkeys.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.mediabrowser.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Noise Buster.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.aimersoft.helper_compact.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.realnetworks.realplayerdownloader.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Sitemap Automator Recent Items
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.RealNetworks.RealPlayer.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/QuickTime Preferences
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Settings
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.nolobe.interarchy.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.sidebarlists.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.crashreporter.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Save For Web AI 16.0 Prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Illustrator .plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/net.telestream.wmv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.BezelServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.peternoriega.unrarx.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/pbs.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.PreferenceSync.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.SystemProfiler.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.storeagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.Safari.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.microsoft.Messenger.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ame.application.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.finder.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.google.Chrome.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.SmartMask.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfig.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.keychainaccess.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.frameworks.diskimages.uiagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.googlesitemap.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfigpriv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.quicktime.plugin.preferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Paths
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.seotoolforiweb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.niksoftware.selectivetool.prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.AddressBook.abd.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Premiere Pro.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/org.grunenberg.EasyFind.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AfterEffects.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.cod3r.a52codec.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.yazsoft.Playback.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systemuiserver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.candyware.RarMachine.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.DiskUtility.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Playback
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.appstore.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Common CS6.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.recentitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.iconfactory.Twitterrific.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.InDesign.pl ist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.MakeUp.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systempreferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.webcrusher.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileSync
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileMeSyncClient
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Microsoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MassReplaceIt
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacUpdate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome Audiobook Converter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGameStore.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGamesArcade
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/LooksBuilder
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Little Snitch
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Labels & Addresses
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb SEO Tool
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iVI
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTubeGrabber
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTools
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSubtitle
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSlayer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSkysoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSerial Reader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iRecordMusic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ipswDownloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iPartition
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Interarchy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iMedia Converter Deluxe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Imagenomic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro WEB.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro skolefoto.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifePageLayout
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifeMediaBrowser
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFunia AudioConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFFmpeg
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iDefrag
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iChm
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Helper
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Hardware Monitor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/HandBrake
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Google
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FX Photo Studio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Fluid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Firefox
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Final Cut Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FilmOn.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/File Buddy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eSellerate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Episode
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Enolsoft YouTube Converter HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Ecoute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eBookConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/easyMule2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/EasyFind
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v8
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v7
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Labs
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVDRemaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVD Player
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DropDMG
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DriveGenius
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DMG Canvas
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DivX
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskCatalogMaker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskAid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Disc Cover 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DigiArty
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Decibel
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DataViz
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Data Rescue 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DaisyDisk
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/D-Vision 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrossOver
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CoverScout 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coriolis
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ConverterPlus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ContactSheetII.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Contact Sheet II.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Console
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Compressor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.unionwell.fxfotopro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.synium.screenium
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.prosofteng.DRBackend
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.mactrackerapp.Mactracker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.macitbetter.betterzip
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.koingosw.MacPilot
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.fuelcollective.Permute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.bombich.ccc
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda 2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Capture One
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CandyBar
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Calculator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Business Card Composer 5
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Boinx
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/bitSplit Enterprises
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Barcode Producer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AVCLabs M4V Converter Plus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Automator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Audio Hijack Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/audacity
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Athentech
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStudio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple Qmaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apimac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aperture
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Anthropics
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Altomac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AirServer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft YouTube Downloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AdWords-Editor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Adobe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AddressBook
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Acertant
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ACD Systems
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/4Media
    Jan 20 02:47:15 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete/AppDeleteLog.txt
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/flyingIcon
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/preflight.pfpkg
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/flyingIcon
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/preflight.pfpkg
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/flyingIcon
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/preflight.pfpkg
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/flyingIcon
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/preflight.pfpkg
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/427480061
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/497799835
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/448457090
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/432716600
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/manifest.plist
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982
    Jan 20 02:47:34 imac27 Finder[259]: Removing observ

    anyone know what this is now ? i got another error now running forever
    0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/Fontographer/TomboyMedium/TomboyMedium".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x1001c7750 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 1/Call FF 1".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7cb90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 2/Call FF 2".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fc90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 3/Call FF 3".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7c7a0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 4/Call FF 4".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fcd0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 5/Call FF 5".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 6/Call FF 6".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c77d70 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 7/Call FF 7".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n

  • SR Log Error - |  Message  : com.sap.esi.uddi.sr.api.exceptions.SRException

    Hi,
    We are getting below errors in /nwa/logs. We have our PI (7.11) and Service Registry configured on the same server. And have out CE (7.2) system connected to this service registry. Does any one has similar experience? Please let me know if you have any solution for the same.
    SR Log Error
    |  11-Nov-11  14:10:45.568
    |  Method   : getClassificationSystems()
    |  Class    : com.sap.esi.uddi.sr.api.ws.ServicesRegistrySiImplBean
    |  ThreadID : 146
    |  Message  : com.sap.esi.uddi.sr.api.exceptions.SRException: No classification system found for ID 'QName: Namespace= http://uddi.sap.com/classification; Name=  ConfigurationFlags'
    |
    |       com.sap.esi.uddi.sr.impl.common.Utility.cs2srException(Utility.java:122)
    |       com.sap.esi.uddi.sr.impl.ejb.ServicesRegistryBean.getClassificationSystems(ServicesRegistryBean.java:242)
    |       sun.reflect.GeneratedMethodAccessor1325.invoke(Unknown Source)
    |       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    |       java.lang.reflect.Method.invoke(Method.java:585)
    |       com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    |       $Proxy1087.getClassificationSystems(Unknown Source)
    |       com.sap.esi.uddi.sr.api.ws.ServicesRegistrySiImplBean.getClassificationSystems(ServicesRegistrySiImplBean.java:456)
    |       sun.reflect.GeneratedMethodAccessor1324.invoke(Unknown Source)
    |       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    |       java.lang.reflect.Method.invoke(Method.java:585)
    |       com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_WS.invoke(Interceptors_WS.java:31)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    |       com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    |       com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    |       com.sap.engine.services.ejb3.webservice.impl.DefaultImplementationContainer.invokeMethod(DefaultImplementationContainer.java:203)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process0(RuntimeProcessingEnvironment.java:512)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:486)
    |       com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:256)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:176)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWithLogging(ServletDispatcherImpl.java:112)
    |       com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:70)
    |       SoapServlet.doPost(SoapServlet.java:51)
    |       javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    |       javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    |       com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    |       com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    |       com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:486)
    |       com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298)
    |       com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
    |       com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
    |       com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:245)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
    |       com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    |       com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
    |       com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    |       com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    |       com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428)
    |       com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247)
    |       com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
    |       com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    |       com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    |       com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    |

    Hi,
    Refer Error:Service Registyr Configuration PI 7.11
    and http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8071b1b8-3c5c-2e10-e7af-8cadbc49d711?QuickLink=index&overridelayout=true
    Thanks,
    Chandra

  • NW Log Error

    Hello,
    We are on MII 12.1.7 build 47
    I am getting below errors in NW logs (Default trace view) not sure what is it that causing these errors but I am afraid these errors might impact us sooner or later..
    Any suggestions/recommendations will be of great help!!
    com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    [EXCEPTION]
    com.sap.esi.esp.lib.mm.config.exceptions.SRTechnicalExceptioncom.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    at com.sap.engine.services.webservices.tools.wsil.SOACentralSRPublisherImpl.saveClassificationSystem(SOACentralSRPublisherImpl.java:1296)
    at com.sap.esi.esp.service.server.mass.PublishRulesHandler.publishServiceDefinitions(PublishRulesHandler.java:484)
    at com.sap.esi.esp.service.server.mass.PublishRulesHandler.process(PublishRulesHandler.java:448)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.process(SOATimeoutListenerImpl.java:385)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.run(SOATimeoutListenerImpl.java:222)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.timeout(SOATimeoutListenerImpl.java:126)
    at com.sap.esi.esp.service.server.SOATimeoutListenerImpl.timeout(SOATimeoutListenerImpl.java:95)
    at com.sap.engine.services.timeout.TimeoutNode.run(TimeoutNode.java:71)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    Caused by: com.sap.esi.uddi.sr.api.ws.ServicesRegistrySipublishClassificationSystemsFault123: com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server <http://gpiptcxmdev01:50000/uddi/api/publish/> returned message <Unauthorized>.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.deserializeException(JAXWSUtil.java:402)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.JAXWSUtil.processFault(JAXWSUtil.java:372)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1115)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:779)
    at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:746)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:167)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:120)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:83)
    at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:64)
    at $Proxy477.publishClassificationSystems(Unknown Source)
    at com.sap.esi.uddi.sr.api.ws.ejb.ServicesRegistryProxyFacade.publishClassificationSystems(ServicesRegistryProxyFacade.java:333)
    at sun.reflect.GeneratedMethodAccessor553.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    Regards,
    Adarsh

    Hi Mike,
    Thanks for your response.
    What roles are assigned to the user that is triggering these error messages?
    This is our new development server and we have migrated stuff from 11.5 to 12.1 and there are only 8 users on this system and all of them are super admins but of those I am the only one using the system currently and I am not sure it is being generated by any of our 8 users because the interesting point is this error generates on every 49th minute of hour (for eg, 10:49, 11:49, 12:49 and so on) and along with I see two more errors "SR Log error" occurring on same time.
    These are the only three errors I see repeating every hour and no other errors.
    What version of the JRE is running on the machine accessing MII?
    On client machines we have JRE 1.5 update 22 and on server we have JRE 1.5 update 21
    What process is being performed at the time of the error messages?
    No background jobs are scheduled and even if I don't run any programs still I can see this error on every hour
    Regards,
    Adarsh

  • Error in crawl log "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "

    Hi 
    I get the following error in my crawl logs
    "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "
    Because of this i suspect, the search results are not including those aspx pages marked as "Hide physical urls from search".
    This error is not available in the another environment where the aspx pages are coming in the results.
    Thanks
    Joe

    Hi Joe,
    Greetings!
    Reset the index and re-crawl. That usually clears it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/41a86c43-151d-47cd-af73-967a4c940611/lotus-notes-connector-error-while-crawling-lob-contents?forum=sharepointsearch
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Print spooler log error ID 808 [Internet Explorer 11 + MS Office 2003 x86 on Win7 sp1 x64 ONLY!]

    howdy all,
    Could you please help me to resovle the very much odd issue of HP Priner driver on Win7sp1x64 as below.
    1.HP Deskjet 970Cse printer connected thru usb to a router and installed to all LAN PCs  thru a standard tcp/ip ports works well (i.e. printing anyting w/o any problem) on 3 PCs - 2 of 3 with win7sp1x64; and 1 of 3 - win7sp1x86. All 3 with
    IE11[11.0.9600.17041] recently(!) updated from IE8.
    2. However BOTH (that is 2 of 3) above PCs of win7sp1x64 return errors to admin log every time when printing any web page from IE11 and/or docs from Office as below:
    Error in short:
    The print spooler failed to load a plug-in module C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI.DLL, error code 0xc1. See the event user data for context information.
    This error in log occurs only if printing from IE11 and/or MS Office. None of other printing jobs are affected including a printing from Acrobat, ACDSee, Google Chrome and Opera. The printing of Test Page by printer
    itself not affected as well!!!
    3. win7sp1x86 PC prints everything w/o any errors in log!
    4. Printer uninstall incl. cleaning of Print Server config + clean install doesn't work.
    5. Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\..>printui /s /t2
    C:\Users\..>filever c:\windows\system32\spool\drivers\x64\3\*.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     55,432 09-23-2012 adobepdf.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     26,768 09-23-2012 adobepdfui.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp     39,048 09-23-2012 adregp.dll
    --a-- W32x64 DLL ENU      11.0.0.305 shp  1,294,472 09-23-2012 aduigp.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    623,104 11-21-2010 fxsapi.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    380,416 11-21-2010 fxsdrv.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp  6,566,400 11-21-2010 fxsres.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    434,688 11-21-2010 fxstiff.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    160,256 11-21-2010 fxsui.dll
    --a-- W32x64 DRV ENU  6.1.7601.17514 shp    156,672 11-21-2010 fxswzrd.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    522,240 06-22-2009 hpf900al.dll
    --a-- W32x64 DLL ENU        0.20.6.0 shp  1,692,672 05-07-2008 hpfimg50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     79,872 05-07-2008 hpfud50.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp    134,144 06-22-2009 hpfui50.dll
    --a-- W32x64 DRV ENU  0.3.7601.18126 shp  1,402,880 04-10-2013 jnwdrv.dll
    --a-- W32x64 DRV ENU  0.3.7600.16385 shp     98,816 07-14-2009 jnwdui.dll
    --a-- W32x64 DLL ENU         1.0.0.1 shp     16,384 09-20-2010 oemps.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    854,304 12-04-2013 ps5ui.dll
    --a-- W32x64 DRV ENU  0.3.7601.21853 shp    636,704 12-04-2013 pscript5.dll
    --a-- W32x64 DRV   -       0.3.151.3 shp     47,392 12-08-2013 tpprn.dll
    --a-- W32x64 DLL ENU     7.15.297.19 shp    172,328 12-08-2013 tpprnui.dll
    --a-- W32x64 DLL   -     7.15.297.20 shp     75,512 12-08-2013 tpprnuichs.dll
    --a-- W32x64 DLL CHT     7.15.297.21 shp     75,544 12-08-2013 tpprnuicht.dll
    --a-- W32x64 DLL   -     7.15.297.22 shp     80,208 12-08-2013 tpprnuicsy.dll
    --a-- W32x64 DLL DEU     7.15.297.23 shp     81,704 12-08-2013 tpprnuideu.dll
    --a-- W32x64 DLL   -     7.15.297.24 shp     80,200 12-08-2013 tpprnuiell.dll
    --a-- W32x64 DLL ESN     7.15.297.25 shp     80,712 12-08-2013 tpprnuiesn.dll
    --a-- W32x64 DLL   -     7.15.297.26 shp     81,208 12-08-2013 tpprnuifra.dll
    --a-- W32x64 DLL   -     7.15.297.27 shp     80,224 12-08-2013 tpprnuihun.dll
    --a-- W32x64 DLL JPN     7.15.302.41 shp     76,656 12-08-2013 tpprnuijpn.dll
    --a-- W32x64 DLL   -     7.15.297.29 shp     76,568 12-08-2013 tpprnuikor.dll
    --a-- W32x64 DLL   -     7.15.297.30 shp     80,176 12-08-2013 tpprnuiplk.dll
    --a-- W32x64 DLL   -     7.15.297.31 shp     79,680 12-08-2013 tpprnuiptg.dll
    --a-- W32x64 DLL   -     7.15.297.32 shp     80,728 12-08-2013 tpprnuirus.dll
    --a-- W32x64 DLL   -     7.15.297.33 shp     80,184 12-08-2013 tpprnuitha.dll
    --a-- W32x64 DLL   -        7.9.30.2 shp    152,816 12-08-2013 tpps.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    479,232 11-21-2010 unidrv.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    884,224 11-21-2010 unidrvui.dll
    --a-- W32x64 DRV ENU  0.3.7601.17514 shp    762,368 11-21-2010 unires.dll
    6. C:\Windows\System32
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7601.22149
    C:\Windows\SysWOW64
    spoolss.dll = v6.1.7600.16385
    spoolsv.exe = v6.1.7600.16385
    7. I blame IE11 when there was no such error before its update from IE8.
    8. This is a re-repost from here "http://answers.microsoft.com/en-us/ie/forum/ie11-windows_7/print-spooler-log-error-id-808-internet-explorer/f52ff25c-4702-4ce3-827e-e1e9a5d324cf" and here "http://social.technet.microsoft.com/Forums/windows/en-US/7b24d6b9-171a-4703-82f9-81cb4732e02f/print-spooler-log-error-id-808-internet-explorer-11-ms-office-20032007-x86-on-win7-sp1-x64?forum=w7itproappcompat"
    w/o any good answer!
    That's it. Any questions are welcome.
    Thank you.
    PS: I just wanna confirm that this odd error occurs only when printing from IE11 and MS Office 2003 on Win7sp1x64. MS Office 2007 is not affected!

    OK, Z COMPLETE SOLUTION FOUND! 
    Although z cause of this odd issue is yet unclear. However it seems to be z HP driver problem after all.
    Actually my printer is not HP Deskjet 970Cse but HP Photosmart 1115 Series. Z very nice working dinosaur, which was officially run out by HP Support from WinXPx86 times. Though it was always working
    just nice with either HP Deskjet (DJ) 970Cse Win7driver (better) or HP Photosmart (PS) 7200 Series one (worse – when it works no so good with TCP/IP printer installation).
    Well… when I got into z recent problem with DJ970cse driver I happened to check if printer works with z PS7200 one. Oops, same not good as before but NO LOG ERROR! A bit of study gave me understanding
    that both drivers are using z absolutely same core files but PS7200 driver uses its own PCL Language Monitor as well as z Print Processor (not a standard winprint of Windows).
    And while I unfortunately got no any reasonable ideas on how to solve this issue from IT Pros and others MS MVP during a few days after my posting here and there, except those very smart ones
    like ‘uninstall, reboot and install again’, I had no option other than to find solution by myself.
    I’ve downloaded a bunch of HP printer models Win7x64 driver pack from MS Update Catalog "http://catalog.update.microsoft.com/v7/site/Search.aspx?q=hp%20deskjet%20970cse" (x86 also available.
    This driver pack is for maybe over 400 HP printer models incl. both DJ970Cse & PS7200) and modded its genuine INF file for HardwareID of my PS1115 as HPPHOTOSMART_11150FFF with use of 970Cse driver but also some DLLs and PCL Language Monitor
    of PS7200 one.
    This modded by me INF file is attached as a Code Block. Pls be advised that all originally integrated printer devices strings except DJ970cse & PS7200 ones were deleted for convenience and 
    z 1 new combined string for PS1115 added. Then everybody interested can compare & track z changes done. This modded driver is now installed and working w/o any glitch on 2 of my Win7sp1x64 PCs. Although I’ve maybe spent totally a day or
    so on all that fuss of posting about & studying around.
    My final conclusion is z very much common one
     – f**k HP… and/or MS as well, when it’s yet unknown why this error occurred after z years of no problem use of DJ970Cse driver but after Win7sp1 updating to IE11 and/or KB2775511 and only with x64 version
    of OS.
    bye for now.
    PS: btw, why I’m not able to attach any small text file or post a link to MS site here???!!!
    END
    UPDATE 2014-06-12-Thu: there is one more small glitch of printing to paper from IE11 only found! now it's about a Print Processor settings...
    pls set not any hp oem print processor but z standard windows one aka 'winprint' to be used for printing in Printer properties > Advanced sub-menu, otherwise a printout is incorrect in part of a printed page header &
    footer. a page print preview is ok but z printed header is incomplete = cut at right side, and no footer printed at all.
    pls be advised that above note is valid for both modded & genuine driver installed and for both x86 & x64 win7...
    rgds,
    ; Windows Inbox Printer Drivers
    [Version]
    Signature="$Windows NT$"
    Provider="Microsoft"
    ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
    Class=Printer
    CatalogFile=prnhp001.cat
    DriverVer=06/21/2006,6.1.7233.0
    [Manufacturer]
    "HP"=HP,NTamd64
    [HP.NTamd64]
    "HP DeskJet 970Cse" = HPFDJ97E.GPD,HEWLETT-PACKARDDESKJ8FFF,HP_DeskJet_970Cse ; Hardware ID
    "HP Photosmart 1115 Series" = HPFDJ97E.GPD.ICM_LH_PHASE5,HPPHOTOSMART_11150FFF,HP_Photosmart_1115_Series ; Hardware ID
    "HP Photosmart 7200 Series" = HPP7200T.GPD.ICM_LH_PHASE5,hpphotosmart_7200_se8fD3,hpphotosmart_7200_se5294,HP_Photosmart_7200_Series ; Hardware ID
    [OEM URLS]
    "HP"="http://go.microsoft.com/fwlink/?LinkID=37&prd=10798&sbp=Printers"
    [Previous Names]
    "HP DeskJet 970Cse"="HP DeskJet 970C Series"
    [ControlFlags]
    ExcludeFromSelect=HWPC211,HWP2250,HWP2286,HWP2284,HWPC212,HWP2140,\
    HWP21A0,HWP20F0,HWP2160,HWP20D0,HWP20E0,HWP2100,HWP21B0,HWP21E0,\
    Hewlett-PackardHP_LaD4FF,Hewlett-Packardhp_LaFBC4
    [HPFDJ97E.GPD]
    [email protected],@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD
    DataFile=HPFDJ97E.GPD
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA","{D20EA372-DD35-4950-9ED8-A6335AFE79F3},sRGBPROFILE.OEM"
    [HPFDJ97E.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPFDJ50.INI,@HPFUD50.DLL,@HPFUI50.DLL,@HPFIMG50.DLL,@HPF900AL.DLL,@HPFDJ97E.GPD,@HPFDJ970.GPD,@HPFDJ97X.GPD,@HPFNAM50.GPD,@HPZEVLHN.DLL,@HPZSTLHN.DLL,@HPZUILHN.DLL,HP_LANGMON
    DataFile=HPFDJ97E.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [HPP7200T.GPD.ICM_LH_PHASE5]
    CopyFiles=HPC_COMMON_LH,HP_PRNPROC,@HPZ3RLHN.DLL,@HPZ3ALHN.DLL,@HPZSSLHN.DLL,@HPP7200T.GPD,@HPP7X00T.GPD,@HPZ3CLHN.INI,@HPZSMLHN.GPD,@HPZ3MLHN.GPD,@HPP7200T.XML,@HPZSCLHN.DTD,@HPFRES50.DLL,@HPFIME50.DLL,@HPFIGLHN.DLL,@HPZPRLHN.DLL,HP_LANGMON
    DataFile=HPP7200T.GPD
    LanguageMonitor="PCL hpz3llhn,hpz3llhn.dll"
    PrintProcessor="hpzpplhn,hpzpplhn.dll"
    CoreDriverSections="{D20EA372-DD35-4950-9ED8-A6335AFE79F0},UNIDRV.OEM,UNIDRV_DATA"
    [MS_ABOUT_UI]
    HPCABOUT.DLL
    HPCSTR.DLL
    [CIO_COPYFILES_SPOOL]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [CIO_COPYFILES_SYS32]
    HPZIDR12.DLL,,,0x00000020
    HPZINW12.DLL,,,0x00000020
    HPZIPM12.DLL,,,0x00000020
    HPZIPR12.DLL,,,0x00000020
    HPZIPT12.DLL,,,0x00000020
    HPZISN12.DLL,,,0x00000020
    [MS_COLOR]
    HPCCLJ1.DLL
    HPCCLJUI.DLL
    [DMC_x86]
    HPCDMCLH.DLL,,,0x00000020
    [GPD_COMMON3]
    HPZSMLHN.GPD
    [DUSTDEVIL_COPYFILES_SPOOL]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [DUSTDEVIL_COPYFILES_SYS32]
    HPBMIAPI.DLL,,,0x00000020
    HPBMINI.DLL,,,0x00000020
    HPBOID.DLL,,,0x00000020
    HPBOIDPS.DLL,,,0x00000020
    HPBPRO.DLL,,,0x00000020
    HPBPROPS.DLL,,,0x00000020
    HPEACLHN.HPI,,,0x00000020
    [HP_ICC]
    HP DJ 6900-PREM PAPER(TRICOLOR+BLACK).ICC,hpf69000.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+GRAY).ICC,hpf69002.icc,,0x00000020
    HP DJ 6900-PREM PAPER(TRICOLOR+PHOTO).ICC,hpf69001.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpf69003.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpf69005.icc,,0x00000020
    HP DJ 6900-PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpf69004.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+BLACK).ICC,hpo63000.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+PHOTO).ICC,hpo63001.icc,,0x00000020
    HP OJ 6300-PREM PAPER(TRICOLOR+GRAY).ICC,hpo63002.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+BLACK).ICC,hpo63003.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+PHOTO).ICC,hpo63004.icc,,0x00000020
    HP OJ 6300- PREM PLUS PHOTO(TRICOLOR+GRAY).ICC,hpo63005.icc,,0x00000020
    [HP_LANGMON]
    HPZ3LLHN.DLL
    [HP_LIDIL_LANGMON]
    HPZLLLHN.DLL
    [HP_PRNPROC]
    HPZPPLHN.DLL
    [HPC_COMMON]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPC_COMMON_LH]
    HPZEVLHN.DLL
    HPZSTLHN.DLL
    HPZUILHN.DLL
    [HPCLJ5V2_COLOR]
    HPCLJ5.ICM
    [HPDJ500C_COLOR]
    HP500ND.ICM
    HP500NG.ICM
    [HPPRPROC]
    HPZPPLHN.DLL,,,0x00000020
    [MANUAL_DUPLEX]
    HPZEVLHN.DLL,,,0x00000020
    [PSRENDER]
    HPZSRLHN.DLL,,,0x00000020
    [RENDER]
    HPZ5RLHN.DLL,,,0x00000020
    [RES_COMMON]
    HPZSTLHN.DLL,,,0x00000020
    [STRING_DLL]
    HPZSTLHN.DLL,,,0x00000020
    [UI]
    HPZLSLHN.DLL,,,0x00000020
    HPZSSLHN.DLL,,,0x00000020
    HPZUILHN.DLL,,,0x00000020
    [PML_user_Inst.AddService]
    ; PML Service configuration info
    DisplayName = "Pml Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=PML_Addreg
    [NET_user_Inst.AddService]
    ; NET Service configuration info
    DisplayName = "NET Driver HPZ12"
    ServiceType = 0x00000020
    StartType = 0x2
    ErrorControl = 1
    ServiceBinary = %11%\svchost.exe -k HPCIO
    AddReg=NET_Addreg
    [PML_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"Pml Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Pml Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZipm12.dll"
    [Net_AddReg]
    ; Registry configuration info
    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost,"HPCIO",0x00010008,"NET Driver HPZ12"
    HKLM,SYSTEM\CurrentControlSet\Services\Net Driver HPZ12\Parameters,"ServiceDll",0x00020000,"%11%\HPZinw12.dll"
    [DustDevilReg]
    11,,HPBMIAPI.DLL,1,300
    11,,HPBOID.DLL,1,300
    11,,HPBOIDPS.DLL,1,300
    11,,HPBPRO.DLL,1,300
    11,,HPBPROPS.DLL,1,300
    [DestinationDirs]
    DefaultDestDir=66000
    HP_PRNPROC=66001
    HPPRPROC=66001
    CIO_COPYFILES_SYS32=66002
    DUSTDEVIL_COPYFILES_SYS32=66002
    HP_LANGMON=66002
    HP_LIDIL_LANGMON=66002
    HP_ICC=66003
    HPCLJ5V2_COLOR=66003
    HPDJ500C_COLOR=66003
    [SourceDisksFiles]
    hpf69000.icc = 1
    hpf69001.icc = 1
    hpf69002.icc = 1
    hpf69003.icc = 1
    hpf69004.icc = 1
    hpf69005.icc = 1
    hpo63000.icc = 1
    hpo63001.icc = 1
    hpo63002.icc = 1
    hpo63003.icc = 1
    hpo63004.icc = 1
    hpo63005.icc = 1
    HP_3P522.PPD = 1
    HP4M3_V1.PPD = 1
    HP4M6_V1.PPD = 1
    HP4ML_V1.PPD = 1
    HP4MP3_1.PPD = 1
    HP4MP6_1.PPD = 1
    HP4MPLS.GPD = 1
    HP4PLUS3.PPD = 1
    HP4PLUS6.PPD = 1
    HP4SI6_1.PPD = 1
    HP500ND.ICM = 1
    HP500NG.ICM = 1
    HP5SI.GPD = 1
    HP5SIM.GPD = 1
    HPBMIAPI.DLL = 1
    HPBMINI.DLL = 1
    HPBOID.DLL = 1
    HPBOIDPS.DLL = 1
    HPBPRO.DLL = 1
    HPBPROPS.DLL = 1
    HPC1220P.PPD = 1
    HPC1220P.XML = 1
    HPC1RWSL.PPD = 1
    HPC1RWSL.XML = 1
    HPC1RXSL.PPD = 1
    HPC1RXSL.XML = 1
    HPC2GW6L.GPD = 1
    HPC2GW6L.XML = 1
    HPC3050F.GPD = 1
    HPC3050F.XML = 1
    HPC3052F.GPD = 1
    HPC3052F.XML = 1
    HPC3055F.GPD = 1
    HPC3055F.XML = 1
    HPC3346L.GPD = 1
    HPC3346L.XML = 1
    HPC3390F.GPD = 1
    HPC3390F.XML = 1
    HPC34I6L.GPD = 1
    HPC34I6L.XML = 1
    HPC35W6L.GPD = 1
    HPC35W6L.XML = 1
    HPC38O6L.GPD = 1
    HPC38O6L.XML = 1
    HPC3BG6L.GPD = 1
    HPC3BG6L.XML = 1
    HPC3H06L.GPD = 1
    HPC3H06L.XML = 1
    HPC3IE6L.GPD = 1
    HPC3IE6L.XML = 1
    HPC3JS6L.GPD = 1
    HPC3JS6L.XML = 1
    HPC3UW6L.GPD = 1
    HPC3UW6L.XML = 1
    HPC3XO6L.GPD = 1
    HPC3XO6L.XML = 1
    HPC48S6L.GPD = 1
    HPC48S6L.XML = 1
    HPC5200F.GPD = 1
    HPC5201F.GPD = 1
    HPC5200F.XML = 1
    HPC5201F.XML = 1
    HPC520XF.GPD = 1
    HPC6686L.GPD = 1
    HPC6686L.XML = 1
    HPC6906L.GPD = 1
    HPC6906L.XML = 1
    HPC6AE6L.GPD = 1
    HPC6AE6L.XML = 1
    HPC6K4SL.PPD = 1
    HPC6K4SL.XML = 1
    HPC6LI5L.GPD = 1
    HPC6LI5L.XML = 1
    HPC6LISL.PPD = 1
    HPC6LISL.XML = 1
    HPC6Y06L.GPD = 1
    HPC6Y06L.XML = 1
    HPCABOUT.DLL = 1
    HPCCLJ1.DLL = 1
    HPCCLJ1.INI = 1
    HPCCLJUI.DLL = 1
    HPCDMCLH.DLL = 1
    HPCFONT.DLL = 1
    HPCLJ5.ICM = 1
    HPCLJ5V2.PPD = 1
    HPCSTR.DLL = 1
    HPDJ340.GPD = 1
    HPDJ340M.GPD = 1
    HPDJ400.GPD = 1
    HPDJ400M.GPD = 1
    HPDJ420.GPD = 1
    HPDJ500.GPD = 1
    HPDJ500C.GPD = 1
    HPDJ5550.CFG = 1
    HPDJ600.GPD = 1
    HPDJ600M.GPD = 1
    HPDJ890C.GPD = 1
    HPDJRES.DLL = 1
    HPF0450T.GPD = 1
    HPEACLHN.HPI = 1
    HPF0450T.XML = 1
    HPF3550T.GPD = 1
    HPF3550T.XML = 1
    HPF3650T.GPD = 1
    HPF3650T.XML = 1
    HPF3745T.GPD = 1
    HPF3745T.XML = 1
    HPF3840T.GPD = 1
    HPF3840T.XML = 1
    HPF3920T.GPD = 1
    HPF3920T.XML = 1
    HPF4A63L.GPD = 1
    HPF4A63L.XML = 1
    HPF4A6AL.GPD = 1
    HPF4BK3L.GPD = 1
    HPF4BK3L.XML = 1
    HPF5400T.GPD = 1
    HPF5400T.XML = 1
    HPF5740T.GPD = 1
    HPF5740T.XML = 1
    HPF5940T.GPD = 1
    HPF5940T.XML = 1
    HPF6540T.GPD = 1
    HPF6540T.XML = 1
    HPF6840T.GPD = 1
    HPF6840T.XML = 1
    HPF6940T.GPD = 1
    HPF6940T.XML = 1
    HPF6980T.GPD = 1
    HPF6980T.XML = 1
    HPF880AL.DLL = 1
    HPF900AL.DLL = 1
    HPF940AL.DLL = 1
    HPFDJ50.INI = 1
    HPFDJ640.GPD = 1
    HPFDJ69X.GPD = 1
    HPFDJ6XX.GPD = 1
    HPFDJ816.GPD = 1
    HPFDJ830.GPD = 1
    HPFDJ840.GPD = 1
    HPFDJ845.GPD = 1
    HPFDJ84X.GPD = 1
    HPFDJ89X.GPD = 1
    HPFDJ920.GPD = 1
    HPFDJ930.GPD = 1
    HPFDJ940.GPD = 1
    HPFDJ948.GPD = 1
    HPFDJ94X.GPD = 1
    HPFDJ950.GPD = 1
    HPFDJ955.GPD = 1
    HPFDJ957.GPD = 1
    HPFDJ95X.GPD = 1
    HPFDJ96C.GPD = 1
    HPFDJ970.GPD = 1
    HPFDJ97E.GPD = 1
    HPFDJ97I.GPD = 1
    HPFDJ97X.GPD = 1
    HPFDJ980.GPD = 1
    HPFDJ98C.GPD = 1
    HPFDJ990.GPD = 1
    HPFDJ99E.GPD = 1
    HPFDJ99X.GPD = 1
    HPFH5900.EXP = 1
    HPFIGLHN.DLL = 1
    HPFIME50.DLL = 1
    HPFIMG50.DLL = 1
    HPFNAM50.GPD = 1
    HPFRES50.DLL = 1
    HPFUD50.DLL = 1
    HPFUI50.DLL = 1
    HPIII522.PPD = 1
    HPIIP522.PPD = 1
    HPIJ2280.CFG = 1
    HPIJ3000.CFG = 1
    HPLJ__31.PPD = 1
    HPLJ_3P1.PPD = 1
    HPLJ1100.GPD = 1
    HPLJ2.GPD = 1
    HPLJ21P6.GPD = 1
    HPLJ2300.CFG = 1
    HPLJ2P.GPD = 1
    HPLJ2PP.GPD = 1
    HPLJ2X.GPD = 1
    HPLJ3.GPD = 1
    HPLJ3P.GPD = 1
    HPLJ4.GPD = 1
    HPLJ4100.CFG = 1
    HPLJ4200.CFG = 1
    HPLJ4300.CFG = 1
    HPLJ4550.CFG = 1
    HPLJ4600.CFG = 1
    HPLJ4L.GPD = 1
    HPLJ4M.GPD = 1
    HPLJ4ML.GPD = 1
    HPLJ4MV.GPD = 1
    HPLJ4MV1.PPD = 1
    HPLJ4P.GPD = 1
    HPLJ4PS.GPD = 1
    HPLJ4SI.GPD = 1
    HPLJ4V.GPD = 1
    HPLJ5.GPD = 1
    HPLJ5100.CFG = 1
    HPLJ5500.CFG = 1
    HPLJ5L.GPD = 1
    HPLJ5M.GPD = 1
    HPLJ5M_4.PPD = 1
    HPLJ5MP.GPD = 1
    HPLJ5N.GPD = 1
    HPLJ5P.GPD = 1
    HPLJ5P_1.PPD = 1
    HPLJ5SI1.PPD = 1
    HPLJ5SIM.PPD = 1
    HPLJ6L.GPD = 1
    HPLJ6MP.GPD = 1
    HPLJ6P.GPD = 1
    HPLJ6P_4.PPD = 1
    HPLJ8150.CFG = 1
    HPLJ8550.CFG = 1
    HPLJ9000.CFG = 1
    HPMCPB25.GPD = 1
    HPMCPC25.GPD = 1
    HPMCPC25.PPD = 1
    HPMCPD25.CFG = 1
    HPMCPD25.PPD = 1
    HPMCPDP5.XML = 1
    HPMCPDPS.XML = 1
    HPMCPL25.GPD = 1
    HPMCPM25.GPD = 1
    HPMOJ50.INI = 1
    HPMOJR40.GPD = 1
    HPMOJR45.GPD = 1
    HPMOJR4I.GPD = 1
    HPMOJR60.GPD = 1
    HPMOJR65.GPD = 1
    HPMOJR80.GPD = 1
    HPMOJR8I.GPD = 1
    HPMOJRX.GPD = 1
    HPMOPY.GPD = 1
    HPMOPYUI.INI = 1
    HPMPSC50.GPD = 1
    HPO0410T.GPD = 1
    HPO0410T.XML = 1
    HPO1100T.GPD = 1
    HPO1100T.XML = 1
    HPO1200T.GPD = 1
    HPO1200T.XML = 1
    HPO1300T.GPD = 1
    HPO1300T.XML = 1
    HPO1310T.GPD = 1
    HPO1310T.XML = 1
    HPO13X0T.GPD = 1
    HPO1400T.GPD = 1
    HPO1400T.XML = 1
    HPO1500T.GPD = 1
    HPO1500T.XML = 1
    HPO1600T.GPD = 1
    HPO1600T.XML = 1
    HPO1X00T.GPD = 1
    HPO2100T.GPD = 1
    HPO2100T.XML = 1
    HPO2150T.GPD = 1
    HPO2150T.XML = 1
    HPO2170T.GPD = 1
    HPO2170T.XML = 1
    HPO2200T.GPD = 1
    HPO2200T.XML = 1
    HPO2300T.GPD = 1
    HPO2300T.XML = 1
    HPO2350T.GPD = 1
    HPO2350T.XML = 1
    HPO2400T.GPD = 1
    HPO2400T.XML = 1
    HPO2500T.GPD = 1
    HPO2500T.XML = 1
    HPO2600T.GPD = 1
    HPO2600T.XML = 1
    HPO2700T.GPD = 1
    HPO2700T.XML = 1
    HPO3100T.GPD = 1
    HPO3100T.XML = 1
    HPO3200T.GPD = 1
    HPO3200T.XML = 1
    HPO3300T.GPD = 1
    HPO3300T.XML = 1
    HPO3X00T.GPD = 1
    HPO4100T.GPD = 1
    HPO4100T.XML = 1
    HPO4105T.GPD = 1
    HPO4105T.XML = 1
    HPO410XT.GPD = 1
    HPO4200T.GPD = 1
    HPO4200T.XML = 1
    HPO4300T.GPD = 1
    HPO4300T.XML = 1
    HPO4PG3L.GPD = 1
    HPO4PG3L.XML = 1
    HPO5500T.GPD = 1
    HPO5500T.XML = 1
    HPO5600T.GPD = 1
    HPO5600T.XML = 1
    HPO5H83L.GPD = 1
    HPO5H83L.XML = 1
    HPO6200T.GPD = 1
    HPO6200T.XML = 1
    HPO6300T.GPD = 1
    HPO6300T.XML = 1
    HPO6X00T.GPD = 1
    HPO7200T.GPD = 1
    HPO7200T.XML = 1
    HPO7300T.GPD = 1
    HPO7300T.XML = 1
    HPO7400T.GPD = 1
    HPO7400T.XML = 1
    HPO7X00T.GPD = 1
    HPOEMUI.DLL = 1
    HPOF300T.GPD = 1
    HPOF300T.XML = 1
    HPOGDS3L.GPD = 1
    HPOGDS3L.XML = 1
    HPOH3550.EXP = 1
    HPOH5500.EXP = 1
    HPOJ1600.CFG = 1
    HPOJ2600.CFG = 1
    HPOJ2700.CFG = 1
    HPOJ6200.CFG = 1
    HPOJ720.GPD = 1
    HPOJ7200.CFG = 1
    HPOJ7300.CFG = 1
    HPOJ7400.CFG = 1
    HPOJ750.GPD = 1
    HPOJ750I.GPD = 1
    HPOJ920.GPD = 1
    HPOJ950.GPD = 1
    HPOJG55.GPD = 1
    HPOJG55I.GPD = 1
    HPOJG85.GPD = 1
    HPOJG85I.GPD = 1
    HPOJG95.GPD = 1
    HPOJK60.GPD = 1
    HPOJK60I.GPD = 1
    HPOJK80.GPD = 1
    HPOJK80I.GPD = 1
    HPOJV30.GPD = 1
    HPOJV40.GPD = 1
    HPOJV40I.GPD = 1
    HPOJV45.GPD = 1
    HPP0320T.GPD = 1
    HPP0320T.XML = 1
    HPP0330T.GPD = 1
    HPP0330T.XML = 1
    HPP0370T.GPD = 1
    HPP0370T.XML = 1
    HPP0380T.GPD = 1
    HPP0380T.XML = 1
    HPP03X0T.GPD = 1
    HPP0420T.GPD = 1
    HPP0420T.XML = 1
    HPP0470T.GPD = 1
    HPP0470T.XML = 1
    HPP1160T.GPD = 1
    HPP1160T.XML = 1
    HPP2570T.GPD = 1
    HPP2570T.XML = 1
    HPP7200T.GPD = 1
    HPP7200T.XML = 1
    HPP7400T.GPD = 1
    HPP7400T.XML = 1
    HPP7800T.GPD = 1
    HPP7800T.XML = 1
    HPP78X0T.GPD = 1
    HPP7X00T.GPD = 1
    HPP8000T.GPD = 1
    HPP8000T.XML = 1
    HPP8100T.GPD = 1
    HPP8100T.XML = 1
    HPP8200T.GPD = 1
    HPP8200T.XML = 1
    HPP8400T.GPD = 1
    HPP8400T.XML = 1
    HPP8700T.GPD = 1
    HPP8700T.XML = 1
    HPP8X00T.GPD = 1
    HPPH0330.EXP = 1
    HPPH0380.EXP = 1
    HPPH0420.EXP = 1
    HPPH0470.EXP = 1
    HPPH1500.EXP = 1
    HPPH3100.EXP = 1
    HPPH3200.EXP = 1
    HPPH3300.EXP = 1
    HPPH7800.EXP = 1
    HPPH8000.EXP = 1
    HPPH8100.EXP = 1
    HPPH8200.EXP = 1
    HPPH8400.EXP = 1
    HPV600AL.DLL = 1
    HPV700AL.DLL = 1
    HPV800AL.DLL = 1
    HPV820AL.DLL = 1
    HPV880AL.DLL = 1
    HPVDB720.DLL = 1
    HPVDB820.DLL = 1
    HPVDJ50.INI = 1
    HPVDJ610.GPD = 1
    HPVDJ612.GPD = 1
    HPVDJ615.GPD = 1
    HPVDJ660.GPD = 1
    HPVDJ66E.GPD = 1
    HPVDJ67X.GPD = 1
    HPVDJ690.GPD = 1
    HPVDJ691.GPD = 1
    HPVDJ693.GPD = 1
    HPVDJ694.GPD = 1
    HPVDJ695.GPD = 1
    HPVDJ697.GPD = 1
    HPVDJ69X.GPD = 1
    HPVDJ6XX.GPD = 1
    HPVDJ710.GPD = 1
    HPVDJ720.GPD = 1
    HPVDJ7XX.GPD = 1
    HPVDJ812.GPD = 1
    HPVDJ815.GPD = 1
    HPVDJ82E.GPD = 1
    HPVDJ82I.GPD = 1
    HPVDJ82X.GPD = 1
    HPVDJ870.GPD = 1
    HPVDJ87E.GPD = 1
    HPVDJ87I.GPD = 1
    HPVDJ87X.GPD = 1
    HPVDJ882.GPD = 1
    HPVDJ89E.GPD = 1
    HPVDJ89I.GPD = 1
    HPVDJ89X.GPD = 1
    HPVIMG50.DLL = 1
    HPVNAM50.GPD = 1
    HPVSCP50.DLL = 1
    HPVUD50.DLL = 1
    HPVUI50.DLL = 1
    HPW0460T.GPD = 1
    HPW0460T.XML = 1
    HPW1000T.GPD = 1
    HPW1000T.XML = 1
    HPW1200T.GPD = 1
    HPW1200T.XML = 1
    HPW1B83L.GPD = 1
    HPW1B83L.XML = 1
    HPW1QI3L.GPD = 1
    HPW1QI3L.XML = 1
    HPW1RC3L.GPD = 1
    HPW1RC3L.XML = 1
    HPW2BC6L.GPD = 1
    HPW2BC6L.XML = 1
    HPW9800T.GPD = 1
    HPW9800T.XML = 1
    HPWH0460.CFG = 1
    HPWH9800.CFG = 1
    HPWK550T.GPD = 1
    HPWK550T.XML = 1
    HPWK850T.GPD = 1
    HPWK850T.XML = 1
    HPWM50AL.DLL = 1
    HPWM5100.GPD = 1
    HPWM5112.GPD = 1
    HPWM5122.GPD = 1
    HPWM5125.GPD = 1
    HPWM5225.GPD = 1
    HPWM5350.GPD = 1
    HPWM535M.GPD = 1
    HPWM5CON.INI = 1
    HPWM5DB1.DLL = 1
    HPWMACRO.GPD = 1
    HPZ3ALHN.DLL = 1
    HPZ3CLHN.INI = 1
    HPZ3LLHN.DLL = 1
    HPZ3MLHN.GPD = 1
    HPZ3RLHN.DLL = 1
    HPZ5CLHN.INI = 1
    HPZ5RLHN.DLL = 1
    HPZ6CLHN.INI = 1
    HPZ6MLHN.GPD = 1
    HPZ6RLHN.DLL = 1
    HPZEVLHN.DLL = 1
    HPZFNLHN.NTF = 1
    HPZIDR12.DLL = 1
    HPZLALHN.DLL = 1
    HPZINW12.DLL = 1
    HPZIPM12.DLL = 1
    HPZIPR12.DLL = 1
    HPZIPT12.DLL = 1
    HPZISN12.DLL = 1
    HPZLELHN.DLL = 1
    HPZLLLHN.DLL = 1
    HPZLSLHN.DLL = 1
    HPZPPLHN.DLL = 1
    HPZPRLHN.DLL = 1
    HPZSCLHN.DTD = 1
    HPZSCLHN.INI = 1
    HPZSMLHN.GPD = 1
    HPZSRLHN.DLL = 1
    HPZSSLHN.DLL = 1
    HPZSTLHN.DLL = 1
    HPZUILHN.DLL = 1
    [PrinterPackageInstallation.amd64]
    PackageAware=TRUE
    CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F0},{D20EA372-DD35-4950-9ED8-A6335AFE79F1},{D20EA372-DD35-4950-9ED8-A6335AFE79F2},{D20EA372-DD35-4950-9ED8-A6335AFE79F3}
    [Strings]
    ;Localizable
    Disk1="Windows Installation Disc"
    [SourceDisksNames.x86]
    1 = %Disk1%,,,"I386"
    [SourceDisksNames.amd64]
    1 = %Disk1%,,,"Amd64"
    [SourceDisksNames.ia64]
    1 = %Disk1%,,,"Ia64"

  • LOG ERRORS in Oracle 10G R2

    Hi all,
    I am learning this new feature. I am having two tables
    CREATE TABLE source_tab (col1 number, col2 varchar2(5))
    CREATE TABLE taget_tab(col1 number, col2 varchar2(4))
    taget_tab.col2 length is one character less compared with source_tab.col2
    INSERT INTO source_tab VALUES (1,'AAA');
    INSERT INTO source_tab VALUES (2,'BBB');
    INSERT INTO source_tab VALUES (3,'CCCCC');
    INSERT INTO source_tab VALUES (4,'ddd');
    Now, I want to insert data from source table to target table. As data shows, source_tab.col1 with col1=3 will throw error, as its col2
    size is more than the target table, but i want to continue with the execution and log the this value(3) in log table(logtmp) by using LOG ERRORS
    feature of 10Gr2.
    I have created log table like this manually
    create table logtmp
    ORA_ERR_NUMBER$ NUMBER ,
    ORA_ERR_MESG$ VARCHAR2(2000),
    ORA_ERR_ROWID$ ROWID,
    ORA_ERR_OPTYP$ VARCHAR2(2),
    ORA_ERR_TAG$ VARCHAR2(2000),
    col1 number
    Is this possible, if so, please give me the idea.
    Thanks in advance.
    Thanks,
    Pal

    See the following example.
    /* Table creation */
    CREATE TABLE source_tab (col1 number, col2 varchar2(5));
    CREATE TABLE target_tab(col1 number, col2 varchar2(4));
    execute DBMS_ERRLOG.create_error_log (dml_table_name => 'TARGET_TAB', err_log_table_name => 'LOGTMP');
    desc logtmp;
    INSERT INTO source_tab VALUES (1,'AAA');
    INSERT INTO source_tab VALUES (2,'BBB');
    INSERT INTO source_tab VALUES (3,'CCCCC');
    INSERT INTO source_tab VALUES (4,'ddd');
    commit;
    /* Insert that runs into errors */
    insert into target_tab
    select * from source_tab
    log errors into LOGTMP reject limit unlimited;
    select * from logtmp;
    /* cleanup */
    drop table source_tab;
    drop table target_tab;
    drop table logtmp;Consider to run this step by step.
    And here is the relevant output from it.
    desc logtmp
    Name            Null Typ           
    ORA_ERR_NUMBER$      NUMBER        
    ORA_ERR_MESG$        VARCHAR2(2000)
    ORA_ERR_ROWID$       UROWID()      
    ORA_ERR_OPTYP$       VARCHAR2(2)   
    ORA_ERR_TAG$         VARCHAR2(2000)
    COL1                 VARCHAR2(4000)
    COL2                 VARCHAR2(4000)
    ORA_ERR_NUMBER$ ORA_ERR_MESG$ COL1 COL2
    12899 ORA-12899: Wert zu groß für Spalte "SCHEMA"."TARGET_TAB"."COL2" (aktuell: 5, maximal: 4) 3 CCCCCEdited by: Sven W. on Sep 27, 2012 1:32 PM

  • Crawl log error in sharepoint 2013 for search services

    Dear Support,
    please find below mention crawl log error in sharepoint 2013 for search services.
    8,597 The server is unavailable and could not be accessed. The server is probably disconnected from the network. 
    423 This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might also
    want to crawl this repository during off-peak usage times. 
    59 Processing this item failed because of a timeout when parsing its contents. 
    11 The filtering process has been terminated 
    4 SharePoint returned an empty response. 
    3 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. 
    2 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. If the repository was temporarily unavailable, an incremental crawl will fix this error. 
    would request your support for resolving this type of issue

    1. Are you able to browse the sites on SP server. server is unavailable means that application pool
    of that site is down. Check application pool on all server. if you start any application pool. make sure it does not stop few minutes later. you need to update password if it does stop
    2. Create a disable loopbackcheck of registry on all servers
    http://blogs.technet.com/b/sharepoint_foxhole/archive/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way.aspx
    http://support.microsoft.com/kb/926642/en-us
    3. Create a new search service application and check if you face same issue.
    4. I assume you have change some password or other setting when you started facing this issue. what changes were made in environment
    If this helped you resolve your issue, please mark it Answered

  • Strange system log error from Photoshop CS4

    Hi.
    I keep getting this strange system log error from Photoshop CS4.
    It comes after a wile when using PS CS4.
    I tried to chance the memory settings and scratch disc to see if that helped. It didn't.
    I also checked all my ram for anything bad. 16GB in my Mac Pro Intel OS X 10.5.6
    Everything is updated to latest included Adobe apps.
    This is the system log error
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    And it keeps on until i close Photoshop.
    Please anybody ?? i cant figure out what this means.
    Thx for help.
    Erik S

    Now i get this system log error ?
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    and this from Bridge ???
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Chris. also read my post just before this one plase.  thx

Maybe you are looking for

  • Legacy MBP vs. 2009 MBP

    Hello All, I'm finally in the market for a new 15" MBP to replace my 2.16 GHz variant of the first generation MBP! I'm an architecture student and my core pro uses are running CS4 on the Mac side and various CAD/rendering related applications on the

  • 30 Pin cable combined with a 30 pin to Lightning Adapter (iPhone 5 problem)

    Hey guys, I Have an iPhone 5. I have an old iPhone 4 cable (official apple) and a lightning adapter (again, official apple) and I can charge from the wall no problem, however I don't seem to be able to connect it to my laptop for iTunes to recognise

  • Html code exported instead of text

    Hi, I created an interactive report via a SQL query and used html code for one column in this SQL query: (case when test1>1 then '{a href=JavaScript:newPopup("f?p=&APP_ID.:PageId:&SESSION.::&DEBUG.:::"); }text1{a} else '' end )|| ' '|| (case when tes

  • Photo album closes every time I click on it.

    Last night my iphone 4(os5) froze while taking a pic. It was on the shutter screen that is usually just a second. I waited to see if it would finish but when it did not I rebooted my phone. After reboot every time I try to access the picture roll thr

  • Shut down and booting-up takes longer than usual on iMac 27".

    Hi there, I have a problem with my 27" iMac (model listed somewhere), it appears to take an extraordinarily long time to boot up and shut down compared to a few weeks (or even days) ago. At the moment, at shut-down, it hangs on the blue screen with a