Error occurred completing a transaction

Hello people,
Im using LCDS 3.1 with flash builder 4.5 and model driven development plugin.
im getting this error everytime i Delete an item(record).
Nothing happens when i Add (create), update items, everything works fine but when i Delete then i get this:
  Exception: flex.data.DataServiceException: Error occurred completing a transaction
        at flex.data.DataServiceTransaction.complete(DataServiceTransaction.java:1528)
        at flex.data.DataService.serviceTransactedMessage(DataService.java:970)
        at flex.data.DataService.serviceMessage(DataService.java:507)
        at flex.messaging.AsyncMessageBroker.in(AsyncMessageBroker.java:435)
        at flex.messaging.MessageContext.doIn(MessageContext.java:296)
        at flex.messaging.filters.AsyncMessageFilterChain.in(AsyncMessageFilterChain.java:206)
        at flex.messaging.MessageContext.doIn(MessageContext.java:296)
        at flex.messaging.AsyncMessageBroker$EndpointSplitter.in(AsyncMessageBroker.java:827)
        at flex.messaging.MessageContext.doIn(MessageContext.java:296)
        at flex.messaging.endpoints.BaseSocketServerEndpoint.in(BaseSocketServerEndpoint.java:463)
        at flex.messaging.MessageContext.doIn(MessageContext.java:296)
        at flex.messaging.endpoints.RTMPConnection.handleTCCommandIn(RTMPConnection.java:835)
        at flex.messaging.endpoints.RTMPConnection.in(RTMPConnection.java:985)
        at flex.messaging.endpoints.RTMPConnection.serviceTCMessage(RTMPConnection.java:1072)
        at flex.messaging.endpoints.RTMPConnection.doRead(RTMPConnection.java:610)
        at flex.messaging.endpoints.RTMPProtocolHandler.doRead(RTMPProtocolHandler.java:125)
        at flex.messaging.socketserver.Connection$ConnectionReader.run(Connection.java:864)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: flex.data.adapters.AdapterException: The fill-contains-method for class null returned an error: null
        at flex.data.adapters.JavaAdapter.handleAdapterException(JavaAdapter.java:1335)
        at flex.data.adapters.JavaAdapter.invokeRefreshFillOperation(JavaAdapter.java:969)
        at flex.data.adapters.JavaAdapter.invoke(JavaAdapter.java:628)
        at flex.data.DataServiceTransaction.rebuildSequenceIfNecessary(DataServiceTransaction.java:2 353)
        at flex.data.SequenceManager.getInterestedSubscribers(SequenceManager.java:3693)
        at flex.data.SequenceManager.getLeafInterestedSubscribers(SequenceManager.java:3608)
        at flex.data.SequenceManager.syncAndPushSequenceChanges(SequenceManager.java:3578)
        at flex.data.SequenceManager.manageSequence(SequenceManager.java:989)
        at flex.data.DataServiceTransaction.syncClients(DataServiceTransaction.java:1672)
        at flex.data.DataServiceTransaction.doCommit(DataServiceTransaction.java:1456)
        at flex.data.DataServiceTransaction.complete(DataServiceTransaction.java:1505)
        ... 19 more
Caused by: java.lang.NullPointerException
        at fiber.core.impl.service.FilterFunctionsService.equals(FilterFunctionsService.java:154)
        at fiber.runtime.entity.TermEvaluator.visitInvocation(TermEvaluator.java:104)
        at fiber.core.impl.term.function.InvocationImpl.accept(InvocationImpl.java:164)
        at fiber.runtime.entity.TermEvaluator.evaluate(TermEvaluator.java:63)
        at fiber.data.assemblers.FiberAssembler.refreshFill(FiberAssembler.java:411)
        at flex.data.adapters.JavaAdapter.invokeRefreshFillOperation(JavaAdapter.java:918)
        ... 28 more
regards
Imraan

Hello guys,
any sugestion??? any solution for this?
this is my view:
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
   xmlns:s="library://ns.adobe.com/flex/spark"
   xmlns:mx="library://ns.adobe.com/flex/mx"
   xmlns:sct="sct.*"
   xmlns:forms="sct.forms.*"
   width="100%" height="100%">
<fx:Script>
<![CDATA[
import mx.controls.Alert;
import mx.events.FlexEvent;
import mx.events.ListEvent;
import spark.events.IndexChangeEvent;
protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
if(comboBox.selectedItem!=null)
getByGrupoTreinamentoResult.token = treinamentoService.getByGrupoTreinamento( comboBox.selectedItem);
protected function comboBox_creationCompleteHandler(event:FlexEvent):void
getAllResult.token = grupoTreinamentoService.getAll();
protected function comboBox_changeHandler(event:IndexChangeEvent):void
if(comboBox.selectedItem!=null)
getByGrupoTreinamentoResult.token = treinamentoService.getByGrupoTreinamento( comboBox.selectedItem);
]]>
</fx:Script>
<fx:Declarations>
<s:CallResponder id="getByGrupoTreinamentoResult"/>
<sct:TreinamentoService id="treinamentoService"
fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"/>
<s:CallResponder id="getAllResult"/>
<sct:GrupoTreinamentoService id="grupoTreinamentoService"
fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"/>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:HGroup width="100%" height="100%">
<s:VGroup>
<s:HGroup>
<s:Label text="Grupo de Treinamentos" />
<s:ComboBox id="comboBox" change="comboBox_changeHandler(event)"
creationComplete="comboBox_creationCompleteHandler(event)"
labelField="nome">
<s:AsyncListView list="{getAllResult.lastResult}"/>
</s:ComboBox>
</s:HGroup>
<mx:DataGrid id="dataGrid"
creationComplete="dataGrid_creationCompleteHandler(event)"
dataProvider="{getByGrupoTreinamentoResult.lastResult}">
<mx:columns>
<mx:DataGridColumn dataField="codigo" headerText="codigo"/>
<mx:DataGridColumn dataField="nome" headerText="nome"/>
<mx:DataGridColumn dataField="descricao" headerText="descricao"/>
<mx:DataGridColumn dataField="duracao" headerText="duracao"/>
<mx:DataGridColumn dataField="validade" headerText="validade"/>
</mx:columns>
</mx:DataGrid>
</s:VGroup>
<forms:TreinamentoForm id="TreinamentoForm1"
   valueObject="{dataGrid.selectedItem as Treinamento}">
</forms:TreinamentoForm>
</s:HGroup>
</mx:Canvas>
I get this TRANSACTION error when i delete an record.
BUT THE RECORD IS DELETED.
Imraan

Similar Messages

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

  • Error Occured in EEWB Transaction

    Hi
    i have created a project in EEWB Transaction for a Custom field . i gave a Task wile saving that project i Got the Status is Valid For both Enhancement and Customization . But after Running the Wizard I am getting an Error Saing that Task could not be Read.
    So please suggest me to Resolve this.
    Rgds
    Srinivas M

    hi,
    also an easy example
    CALL TRANSACTION 'VD51' USING it_bdc MODE 'A' UPDATE 'S'
                            MESSAGES INTO it_messages.
    IF NOT it_messages[] IS INITIAL.
      PERFORM format_message.
    ENDIF.
          FORM FORMAT_MESSAGE                                           *
    FORM format_message.
      DATA: l_msg(100).
      LOOP AT it_messages.
        READ TABLE it_customer INDEX l_index.
        CALL FUNCTION 'FORMAT_MESSAGE'
             EXPORTING
                  id        = it_messages-msgid
                  lang      = sy-langu
                  no        = it_messages-msgnr
                  v1        = it_messages-msgv1
                  v2        = it_messages-msgv2
                  v3        = it_messages-msgv3
                  v4        = it_messages-msgv4
             IMPORTING
                  msg       = l_msg
             EXCEPTIONS
                  not_found = 1
                  OTHERS    = 2.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        WRITE:/ l_msg.
      ENDLOOP.
    ENDFORM. " FORMAT_MESSAGE

  • Randomly occurring error while starting MDB transaction

    We have been seeing a strange intermittent problem with MDBs in a clustered WLS 9.1 environment. Our cluster consists of two managed servers, each of which runs on a separate Windows machine, and our application is targeted to both. We use container managed transactions. From time to time, one of the MDBs on the second managed server runs into a problem where it is unable to start a transaction, and the message is automatically transferred to the appropriate JMS error destination before the logic within the onMessage method is even invoked. This results in a situation where our app logs have no record that the message was ever received, so we continually have to go out to the error destinations to see if there are any messages. This problem does not appear to follow any pattern, and occurs randomly with pretty much all of our MDBs on the second server. The stack trace from the log is below. Any help in tracking down the cause of this problem would be greatly appreciated.
    Regards,
    Sabrina
    <Jun 12, 2006 2:02:47 PM EDT> <Error> <JMSClientExceptions> <BEA-055165> <The following exception has occurred:
    java.lang.RuntimeException: [EJB:010166]Error occurred while starting transaction: weblogic.jms.common.JMSException: Unexpected remote responsenull.
    java.lang.RuntimeException: [EJB:010166].
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:282)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:3824)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:3738)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4228)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         Truncated. see log file for complete stacktrace
    weblogic.jms.common.JMSException: Unexpected remote responsenull
         at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
         at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncTran(DispatcherAdapter.java:53)
         at weblogic.jms.client.JMSSession.acknowledge(JMSSession.java:1775)
         at weblogic.jms.client.JMSSession.associateTransaction(JMSSession.java:1854)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:269)
         Truncated. see log file for complete stacktrace
    weblogic.jms.common.JMSException: Unexpected remote responsenull
         at weblogic.jms.dispatcher.Request.handleThrowable(Request.java:63)
         at weblogic.jms.dispatcher.Request.getResult(Request.java:51)
         at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:803)
         at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSyncTran(DispatcherImpl.java:197)
         at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncTran(DispatcherAdapter.java:51)
         Truncated. see log file for complete stacktrace
    weblogic.jms.common.JMSException: Unexpected remote responsenull
         at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:758)
         at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSyncTran(DispatcherImpl.java:197)
         at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncTran(DispatcherAdapter.java:51)
         at weblogic.jms.client.JMSSession.acknowledge(JMSSession.java:1775)
         at weblogic.jms.client.JMSSession.associateTransaction(JMSSession.java:1854)
         Truncated. see log file for complete stacktrace
    weblogic.jms.common.JMSException: Unexpected remote responsenull
         at weblogic.jms.dispatcher.Request.getAppException(Request.java:42)
         at weblogic.messaging.dispatcher.Request.handleResult(Request.java:529)
         at weblogic.rmi.extensions.AsyncResultFactory$CallbackableResultImpl.setInboundResponse(AsyncResultFactory.java:75)
         at weblogic.rjvm.BasicOutboundRequest$BasicResponseListener.response(BasicOutboundRequest.java:217)
         at weblogic.rjvm.ResponseWithListener.notify(ResponseWithListener.java:25)
         Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: weblogic.rjvm.ClassTableEntry
         at weblogic.rjvm.MsgAbbrevInputStream.readExtendedContexts(MsgAbbrevInputStream.java:216)
         at weblogic.rjvm.ResponseImpl.retrieveThreadLocalContext(ResponseImpl.java:126)
         at weblogic.rjvm.ResponseWithListener.unmarshalReturn(ResponseWithListener.java:43)
         at weblogic.rmi.internal.AsyncResultImpl.getResults(AsyncResultImpl.java:48)
         at weblogic.rmi.internal.AsyncResultImpl.getObject(AsyncResultImpl.java:98)
         Truncated. see log file for complete stacktrace
    >

    Hi Sabrina,
    Did you ever get a solution to this problem?
    We are seeing the same thing on WebLogic 9.1. It started happening in the past week.
    We have the same originating error ..
    java.lang.ClassCastException: weblogic.rjvm.ClassTableEntry
    Many thanks,
    Shane

  • HT3275 Time Machine error. Unable to complete backup. An error occurred while copying files to the backup volume. Tried restarting, remounting external WD drive. Still cannot backup.

    Time Machine quit backing up files. Bought a new WD external drive. Worked for awhile, then quit backing up. Tried restarting computer, remounting drive. Message: Time Machine Error. Unable to complete backup. An error occurred when copying files. Suggestions?

    Thanks so very much for your help!! I'm boggled by it and now just about ready to dump the whole idea of Time Machine and backup using a cloning program. Maybe TM is only guaranteed to work well with Time Capsule these days?
    Today there again was no backup. I did as you suggested, looked into Console. It showed many lines of "(Error) DiskStore: No block in wakeup" and also repeatedly "(Warning) DiskStore: Ignored bogus fetch...".
    So I created a marker and attempted to initiate a backup, keeping Console open and refreshed. Here's what I got:
    8/19/13 5:18:40.385 PM Console:  Marker - Aug 19, 2013 5:18:40 PM
    8/19/13 5:19:48.844 PM com.apple.backupd: Starting standard backup
    8/19/13 5:20:00.484 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.484 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.484 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.494 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.502 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.506 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.507 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.507 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.507 PM mds: (Error) DiskStore: No block in wakeup
    8/19/13 5:20:00.507 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:37ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.507 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:37ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.507 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:37ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.507 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:37ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.507 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:37ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.508 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:38ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.510 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:40ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.511 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:41ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.511 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:41ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:00.511 PM mds: (Warning) DiskStore: Ignored bogus fetch for <MDSQueryWithBlockTask: 0x7fd15ce03400>{taskID:0x0000103a age:41ms} (not live not complete) _kMDItemQueryPath=418546
    8/19/13 5:20:20.000 PM kernel: USBF:          58091.976          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:20:51.000 PM kernel: USBF:          58122.985          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:21:22.000 PM kernel: USBF:          58153.992          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:21:53.000 PM kernel: USBF:          58185.  2          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:22:24.000 PM kernel: USBF:          58216. 14          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:22:55.000 PM kernel: USBF:          58247. 25          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:23:26.000 PM kernel: USBF:          58278. 41          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:23:57.000 PM kernel: USBF:          58309. 51          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:24:28.000 PM kernel: USBF:          58340. 59          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:24:59.000 PM kernel: USBF:          58371. 68          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:25:30.275 PM xpchelper: for uid: 501 -- timeout while waiting on FSEvents flush; clearing cache.
    8/19/13 5:25:30.000 PM kernel: USBF:          58402. 82          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:26:01.000 PM kernel: USBF:          58433. 96          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:26:32.027 PM com.apple.backupd: Backing up to: /Volumes/TMBackups/Backups.backupdb
    8/19/13 5:26:32.000 PM kernel: USBF:          58464.112          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:27:02.653 PM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/TMBackups/Backups.backupdb/David’s iMac size:37
    8/19/13 5:27:02.657 PM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/TMBackups/Backups.backupdb/David’s iMac size:37
    8/19/13 5:27:03.000 PM kernel: USBF:          58495.121          AppleUSBEHCI[0xffffff800a927000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 7, EP: 1)
    8/19/13 5:27:12.668 PM com.apple.backupd: Backup failed with error: 2
    During this 9-minute timeframe Finder also was inoperative - according to Activity Monitor: "Not Responding".
    I'm thinking it's the standalone Buffalo backup drive not waking up, and so everything comes to a screeching halt. Do you also think I should abandon TM and just do manual backups every day using a clone program?

  • In Time Machine "Unable to complete backup. An error occurred while completing the backup folder

    Time machine fails to complete backup

    I've been getting the Unable to Complete Backup error message for several days.  Last good back up was 11-22-13 at 11:13PM.  I am running an iMac with OS-X 10.7.5.
    I did the above steps in Console and got a huge string of lines; I tried to edit all repeitious ones that were the same, but still ended up with a lot of lines that seemed to develop more different processes over a few days.  Sorry to put all this stuff in here, but I don't honestly know what to make of all of this code language.
    Thanks for any help you can provide.
    Dion G.
    11/23/13 12:12:48.009 AM com.apple.backupd: Starting standard backup
    11/23/13 12:12:48.296 AM com.apple.backupd: Backing up to: /Volumes/LaCie/Backups.backupdb
    11/23/13 12:12:48.381 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/LaCie/Backups.backupdb/John Gold’s iMac size:37
    11/23/13 12:12:48.383 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/LaCie/Backups.backupdb/John Gold’s iMac size:37
    11/23/13 12:12:58.395 AM com.apple.backupd: Backup failed with error: 2
    11/23/13 12:25:06.000 AM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=49308[GoogleSoftwareUp] clearing CS_VALID
    11/23/13 12:38:52.699 AM mDNSResponder: PenaltyTimeForServer: PenaltyTime negative -61137, (server penaltyTime 534452908, timenow 534514045) resetting the penalty
    11/23/13 3:12:57.795 AM com.apple.backupd: Backup failed with error: 2
    11/23/13 3:15:15.240 AM com.apple.SecurityServer: Killing auth hosts
    11/23/13 3:15:15.240 AM com.apple.SecurityServer: Session 100170 destroyed
    11/23/13 3:21:15.000 AM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=49482[GoogleSoftwareUp] clearing CS_VALID
    11/23/13 3:41:46.869 AM SubmitDiagInfo: Cleaning up expired diagnostic messages database at path: /var/log/DiagnosticMessages/2013.10.24.asl
    11/23/13 7:12:49.960 AM xpchelper: for uid: 89 -- timeout while waiting on FSEvents flush; clearing cache.
    11/23/13 7:12:50.000 AM kernel: USBF:          4323643.816          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/23/13 7:12:52.000 AM kernel: USBF:          4323645.816          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/23/13 10:41:47.673 AM SafariDAVClient: ServerNotifications: Setting delegate to APSD
    11/23/13 10:41:47.971 AM SafariDAVClient: Subscription request completed
    11/23/13 10:49:36.000 AM kernel: AirPort: Link Down on en1. Reason 1 (Unspecified).
    11/23/13 10:49:37.125 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    11/23/13 10:49:37.150 AM configd: network configuration changed.
    11/23/13 10:49:37.160 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x10da9a640>: The operation couldn’t be completed. Socket is not connected
    11/23/13 10:49:37.169 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x7ff452e1e130>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    11/23/13 10:50:35.000 AM kernel: en1: BSSID changed to 00:22:3f:6c:ec:79
    11/23/13 10:50:35.000 AM kernel: AirPort: Link Up on en1
    11/23/13 10:50:35.000 AM kernel: en1: BSSID changed to 00:22:3f:6c:ec:79
    11/23/13 10:50:35.000 AM kernel: AirPort: RSN handshake complete on en1
    11/23/13 10:50:35.778 AM configd: network configuration changed.
    11/23/13 10:50:35.829 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    11/23/13 10:50:35.829 AM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on _____because it is protected and not on the exception list
    11/23/13 10:50:35.829 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    11/23/13 10:50:35.833 AM configd: network configuration changed.
    11/23/13 10:50:39.371 AM mDNSResponder: DeregisterInterface: Frequent transitions for interface en1 (192.168.1.11)
    11/23/13 11:10:58.000 AM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=49703[GoogleSoftwareUp] clearing CS_VALID
    11/23/13 12:31:33.000 PM kernel: en1: 802.11d country code set to 'US '.
    11/23/13 12:31:33.000 PM kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    11/23/13 12:31:53.000 PM kernel: en1: BSSID changed to 00:22:3f:6c:ec:79
    11/23/13 12:31:53.000 PM kernel: AirPort: Link Up on en1
    11/23/13 12:31:53.000 PM kernel: en1: BSSID changed to 00:22:3f:6c:ec:79
    11/23/13 12:31:53.000 PM kernel: AirPort: RSN handshake complete on en1
    11/23/13 12:31:54.839 PM configd: network configuration changed.
    11/23/13 12:31:54.863 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    11/23/13 12:31:54.863 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on _____because it is protected and not on the exception list
    11/23/13 12:31:54.865 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    11/23/13 12:31:54.866 PM configd: network configuration changed.
    11/23/13 12:31:57.839 PM mDNSResponder: DeregisterInterface: Frequent transitions for interface en1 (192.168.1.11)
    11/23/13 1:08:24.000 PM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=49779[GoogleSoftwareUp] clearing CS_VALID
              AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/23/13 2:12:51.000 PM kernel: USBF:          4348845.128
    11/23/13 9:01:45.478 PM AddressBookSourceSync: ServerNotifications: Setting delegate to APSD
    11/24/13 1:12:47.882 AM xpchelper: for uid: 89 -- timeout while waiting on FSEvents flush; clearing cache.
    11/24/13 1:12:48.000 AM kernel: USBF:          4388443.224          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/24/13 2:12:18.000 AM kernel: USBF:          4392013.271          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/24/13 2:12:20.000 AM kernel: USBF:          4392015.271          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/24/13 2:12:45.274 AM com.apple.backupd: Starting standard backup
    11/25/13 7:16:03.000 AM kernel: IOSurface: buffer allocation size is zero
    11/25/13 7:45:32.761 AM com.apple.SecurityServer: Session 100192 created
    11/25/13 7:45:33.000 AM kernel: IOSurface: buffer allocation size is zero
    11/25/13 8:41:42.285 AM SafariDAVClient: ServerNotifications: Setting delegate to APSD
    11/25/13 8:41:42.497 AM SafariDAVClient: Subscription request completed
    11/25/13 9:07:30.640 AM ARM: Adobe Reader Updater encountered errorCode 1651
    11/25/13 9:07:31.117 AM com.apple.launchd.peruser.501: (com.apple.talagent[48819]) Exited: Killed: 9
    11/25/13 9:07:31.142 AM com.apple.launchd.peruser.501: ([0x0-0x2969967].com.apple.AppleSpell[48875]) Exited: Killed: 9
    11/25/13 9:07:31.145 AM com.apple.launchd.peruser.501: (com.apple.mdworker.pool.0[51239]) Exited: Terminated: 15
    11/25/13 9:07:31.211 AM loginwindow: DEAD_PROCESS: 48772 console
    11/25/13 9:07:31.745 AM UserEventAgent: CaptiveNetworkSupport:UserAgentDied:139 User Agent @port=30703 Died
    11/25/13 9:07:32.522 AM loginwindow: Login Window Application Started
    11/25/13 9:07:32.813 AM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    11/25/13 9:07:32.000 AM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    11/25/13 9:07:32.000 AM kernel: 4503331.208495: setDISASSOCIATE ****STA SYNC DISASSOC SUCCESS 
    11/25/13 9:07:32.000 AM kernel: USBF:          4503332.191          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/25/13 9:07:32.846 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    11/25/13 9:07:32.861 AM configd: network configuration changed.
    11/25/13 9:07:32.865 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x7ff452e16f90>: The operation couldn’t be completed. Socket is not connected
    11/25/13 9:07:32.872 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x7ff452e16f90>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    11/25/13 9:07:33.397 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    11/25/13 9:07:34.059 AM com.apple.SecurityServer: Session 100193 created
    11/25/13 9:07:34.060 AM loginwindow: Login Window Started Security Agent
    11/25/13 9:07:34.573 AM SecurityAgent: Echo enabled
    11/25/13 9:07:34.573 AM SecurityAgent: Echo enabled
    11/25/13 9:07:35.842 AM com.apple.backupd: Stopping backup to allow backup destination disk to be unmounted or ejected.
    11/25/13 9:07:35.868 AM com.apple.revisiond: [ERROR] GSManager.m:-[GSManager _markLibraryCleanWithFSEventID:]:4827  Failed to mark library at path "/.vol/234881030/2/.DocumentRevisions-V100" clean.
    11/25/13 9:07:35.892 AM fseventsd: disk logger: failed to open output file /Volumes/LaCie/.fseventsd/00000000020478ec (Invalid argument). mount point /Volumes/LaCie/.fseventsd
    11/25/13 9:07:35.893 AM fseventsd: disk logger: failed to open output file /Volumes/LaCie/.fseventsd/00000000020478ec (Invalid argument). mount point /Volumes/LaCie/.fseventsd
    11/25/13 9:07:36.384 AM com.apple.backupd: Stopping backup to allow backup destination disk to be unmounted or ejected.
    11/25/13 9:07:36.433 AM fseventsd: disk logger: failed to open output file /Volumes/LaCie/.fseventsd/00000000020478ec (Invalid argument). mount point /Volumes/LaCie/.fseventsd
    11/25/13 9:07:36.452 AM WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    11/25/13 9:07:36.903 AM com.apple.backupd: Backup failed because the destination disk was ejected or disconnected unexpectedly!
    11/25/13 9:07:40.553 AM SecurityAgent: User info context values set for Max
    11/25/13 9:07:40.553 AM SecurityAgent: User info context values set for Max
    11/25/13 9:07:40.727 AM authorizationhost: Failed to authenticate user <Max> (error: 9).
    11/25/13 9:07:44.359 AM SecurityAgent: Login Window login proceeding
    11/25/13 9:07:44.359 AM SecurityAgent: Login Window login proceeding
    11/25/13 9:07:45.184 AM loginwindow: Login Window - Returned from Security Agent
    11/25/13 9:07:45.222 AM loginwindow: USER_PROCESS: 51246 console
    11/25/13 9:07:46.430 AM UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 27887
    11/25/13 9:07:49.060 AM loginwindow: Unable to lauch TAL startup item: (null)
    11/25/13 9:07:52.159 AM com.apple.dock.extra: 2013-11-25 09:07:52.157 com.apple.dock.extra[51303:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    11/25/13 9:07:56.690 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x7ff452e17fd0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    11/25/13 9:07:57.262 AM ntpd: bind(26) AF_INET6 fe80::d69a:20ff:fe5e:7ecd%5#123 flags 0x11 failed: Can't assign requested address
    11/25/13 9:07:57.262 AM ntpd: unable to create socket on en1 (135) for fe80::d69a:20ff:fe5e:7ecd#123
    11/25/13 9:07:58.253 AM configd: network configuration changed.
    11/25/13 9:08:00.249 AM mDNSResponder: DeregisterInterface: Frequent transitions for interface en1 (192.168.1.11)
    11/25/13 9:08:01.361 AM com.apple.SecurityServer: Killing auth hosts
    11/25/13 9:08:01.361 AM com.apple.SecurityServer: Session 100192 destroyed
    11/25/13 9:08:03.331 AM sandboxd: ([51315]) webfilterproxyd(51315) deny job-creation
    11/25/13 9:08:05.771 AM com.apple.launchd: (com.apple.coreservices.appleid.authentication[51255]) Exit timeout elapsed (20 seconds). Killing
    11/25/13 9:08:13.000 AM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=51339[GoogleSoftwareUp] clearing CS_VALID
    11/25/13 9:08:25.726 AM sandboxd: ([51315]) webfilterproxyd(51315) deny network-inbound 192.168.1.11:51438
    11/25/13 9:08:37.552 AM mds: (Normal) DiskStore: Rebuilding index for /Volumes/LaCie/Backups.backupdb
    11/25/13 9:08:37.579 AM mds: (Normal) DiskStore: vsd:0x7f9bbb81a400 V1 backup being replaced by V2:/Volumes/LaCie/.Spotlight-V100/Store-V1/Stores/AF91ABB4-CBC0-43CA-B0E7-62B0C 66FE74C
    11/25/13 9:08:37.594 AM mds: (Normal) DiskStore: Rebuilding index for /Volumes/LaCie
    11/25/13 9:08:37.599 AM mds: (Error) DiskStore: Unable to create/find index location C243AE39-2379-4DD9-BEB0-92235DDD9C09 0
    11/25/13 9:10:11.000 AM kernel: IOSurface: buffer allocation size is zero
    O3REQUIRE FAILED: ret == 0
       - file: /SourceCache/BezelServices/BezelServices-232.3/Utilities/Utilities.c
       - line: 91
    11/25/13 11:14:10.346 AM loginwindow: Failed to lookup Bezel UI Server port: Bootstrap Unknown Service.
    11/25/13 11:14:10.351 AM com.apple.SecurityServer: Session 100194 created
    11/25/13 11:14:10.403 AM loginwindow: Login Window Started Security Agent
    11/25/13 11:14:10.602 AM SecurityAgent: Echo enabled
    11/25/13 11:14:10.602 AM SecurityAgent: Echo enabled
    11/25/13 11:14:11.437 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    11/25/13 11:14:12.226 AM WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    11/25/13 11:14:12.391 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x10da4f970>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    11/25/13 11:14:14.589 AM SecurityAgent: User info context values set for dgoldsworthy
    11/25/13 11:14:14.589 AM SecurityAgent: User info context values set for dgoldsworthy
    11/25/13 11:14:14.701 AM authorizationhost: Failed to authenticate user <dgoldsworthy> (error: 9).
    11/25/13 11:14:21.318 AM SecurityAgent: User info context values set for dgoldsworthy
    11/25/13 11:14:21.319 AM SecurityAgent: User info context values set for dgoldsworthy
    11/25/13 11:14:21.706 AM SecurityAgent: Login Window login proceeding
    11/25/13 11:14:21.706 AM SecurityAgent: Login Window login proceeding
    11/25/13 11:14:22.187 AM loginwindow: Login Window - Returned from Security Agent
    11/25/13 11:14:22.196 AM loginwindow: USER_PROCESS: 51465 console
    11/25/13 11:14:22.428 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    11/25/13 11:14:22.544 AM com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    11/25/13 11:14:22.548 AM com.apple.launchctl.Aqua: load: option requires an argument -- D
    11/25/13 11:14:22.548 AM com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    11/25/13 11:14:23.503 AM UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 29875
    11/25/13 11:14:23.687 AM com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[51487]) Exited with code: 1
    11/25/13 11:14:27.567 AM applepushserviced: <APSCourier: 0x10da243c0>: Stream error occurred for <APSTCPStream: 0x10da955d0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    11/25/13 11:14:28.111 AM loginwindow: Unable to lauch TAL startup item: (null)
    11/25/13 11:14:28.176 AM mDNSResponder: NameResolvesToAddr failed:_rpcCall_NameResolvesToAddr mp:70
    11/25/13 11:14:30.905 AM Mail: Using V2 Layout
    11/25/13 11:14:34.352 AM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    11/25/13 11:14:34.352 AM com.apple.dock.extra: 2013-11-25 11:14:34.351 com.apple.dock.extra[51518:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.DeviceLocator
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.Mail
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.Ubiquity
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.MediaStream
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.BackToMyMac
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.Contacts
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.Bookmarks
    11/25/13 11:14:46.737 AM [0x0-0x2bcdbcb].com.apple.mail: com.apple.Dataclass.Calendars
    11/25/13 11:14:47.340 AM mDNSResponder: DeregisterInterface: Frequent transitions for interface en1 (192.168.1.11)
    11/25/13 11:15:09.213 AM mds: (Normal) DiskStore: Rebuilding index for /Volumes/LaCie/Backups.backupdb
    11/25/13 11:15:09.241 AM mds: (Normal) DiskStore: vsd:0x7f9bbbc10e00 V1 backup being replaced by V2:/Volumes/LaCie/.Spotlight-V100/Store-V1/Stores/AF91ABB4-CBC0-43CA-B0E7-62B0C 66FE74C
    11/25/13 11:15:09.260 AM mds: (Error) DiskStore: Unable to create/find index location A7695109-F2AC-4225-97A4-EC26B035D257 0
    11/25/13 11:15:09.266 AM mds: (Normal) DiskStore: Rebuilding index for /Volumes/LaCie
    11/25/13 11:49:15.000 AM kernel: IOSurface: buffer allocation size is zero
    11/26/13 9:42:12.998 AM com.apple.SecurityServer: Session 100199 created
    11/26/13 9:42:14.000 AM kernel: IOSurface: buffer allocation size is zero
    11/26/13 9:42:21.420 AM sandboxd: ([52363]) WebProcess(52363) deny file-read-data /private/var/folders/p2/63r06j813xq7skckqtbn7dw00000gn/C/com.nvidia.OpenGL
    11/26/13 9:42:21.448 AM sandboxd: ([52363]) WebProcess(52363) deny file-write-create /private/var/folders/p2/63r06j813xq7skckqtbn7dw00000gn/C/com.nvidia.OpenGL/0361 820C-7006-3AB4-91A1-D589847D8455/9C6E3681D12A6DBB/C0DFC936-7CBA-3F6C-AD06-180A99 1B70C2.toc
    11/26/13 12:43:22.479 PM com.apple.Dock.agent: objc[52554]: Class ABBezelWindow is implemented in both /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook and /Library/Widgets/Address Book.wdgt/AddressBook.widgetplugin/Contents/MacOS/AddressBook. One of the two will be used. Which one is undefined.
    11/26/13 12:43:25.705 PM DashboardClient: error [1001] setting colorSpace to iMac colorspace
    11/26/13 12:44:15.853 PM Dock: kCGErrorIllegalArgument: CGSReleaseWindow: Invalid window 2
    11/26/13 12:44:15.853 PM Dock: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    11/26/13 12:45:06.816 PM com.apple.SecurityServer: Killing auth hosts
    11/26/13 12:45:06.816 PM com.apple.SecurityServer: Session 100199 destroyed
    11/26/13 12:45:07.215 PM com.apple.SecurityServer: Session 100202 created
    11/26/13 12:45:30.471 PM iCal: ServerNotifications: Setting delegate to APSD
    11/26/13 12:45:30.739 PM iCal: ServerNotification: configureService called with nil password
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.DeviceLocator
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.Mail
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.Ubiquity
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.MediaStream
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.BackToMyMac
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.Contacts
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.Bookmarks
    11/26/13 12:45:31.596 PM [0x0-0x2cd8cd6].com.apple.iCal: com.apple.Dataclass.Calendars
    11/26/13 12:45:31.996 PM iCal: Subscription request completed
    11/26/13 12:45:49.351 PM iCal: clip: empty path.
    11/26/13 2:12:20.781 PM diskmanagementd: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x101985c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    11/26/13 2:12:21.019 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x101985ae0=disk0s3=Recovery HD
    11/26/13 2:12:21.401 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x7faaa8d03360
    11/26/13 2:12:21.401 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    11/26/13 2:12:21.448 PM fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
    11/26/13 2:12:21.603 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7faaa8d0cac0
    11/26/13 2:12:21.851 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    11/26/13 2:12:21.852 PM diskmanagementd: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
        ProductBuildVersion = 11C74;
        ProductCopyright = "1983-2011 Apple Inc.";
        ProductName = "Mac OS X";
        ProductUserVisibleVersion = "10.7.2";
        ProductVersion = "10.7.2";
    11/26/13 2:12:24.000 PM kernel: USBF:          4608025.819          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/26/13 2:12:26.000 PM kernel: USBF:          4608027.819          AppleUSBEHCI[0xffffff800b205000]::Found a transaction past the completion deadline on bus 0x26, timing out! (Addr: 3, EP: 1)
    11/26/13 2:12:47.314 PM installd: PackageKit: ----- Begin stage -----
    11/26/13 2:12:47.372 PM installd: PackageKit: ----- End stage -----
    11/26/13 2:12:51.657 PM com.apple.backupd: Backup failed with error: 2
    11/26/13 2:17:48.811 PM SoftwareUpdateCheck: SoftwareUpdateCheck (Launch): launching app
    11/26/13 2:17:49.547 PM com.apple.SecurityServer: Failed to authorize right 'system.install.app-store-software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/in stalld' [52708] for authorization created by '/System/Library/CoreServices/Software Update.app' [52704]
    11/26/13 2:17:49.547 PM com.apple.SecurityServer: Failed to authorize right 'system.install.software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/in stalld' [52708] for authorization created by '/System/Library/CoreServices/Software Update.app' [52704]
    11/26/13 2:26:38.000 PM kernel: IOSurface: buffer allocation size is zero
    11/26/13 2:27:57.192 PM mDNSResponder: 133: Could not write data to client because of error - aborting connection
    11/26/13 2:27:57.196 PM mDNSResponder: 133: DNSServiceGetAddrInfo      v4v6 www-google-analytics.l.google.com.
    11/26/13 2:27:58.000 PM kernel: IOSurface: buffer allocation size is zero
    11/26/13 2:28:12.000 PM kernel: IOSurface: buffer allocation size is zero
    11/26/13 2:31:10.000 PM kernel: IOSurface: buffer allocation size is zero
    11/26/13 2:38:24.000 PM kernel: CODE SIGNING: cs_invalid_page(0x1000): p=52749[GoogleSoftwareUp] clearing CS_VALID

  • Error 8062 when I try to copy or move files on my macbook: "This operation could not be completed because an unexpected error occurred (error code -8062)". Can even not install new software now!!

    Since a few days when I try to copy or move files on my macbook, I often get an error message saying "This operation could not be completed because an unexpected error occured (error code -8062)". And then it just quits the copy or move.
    I searched a lot on the internet, but only found solutions for cases you cannot empty the trash due to this issue.
    I tried those solutions for my trash and that helped after some trying.
    However, I still have the problem with copying and moving files.
    I even cannot install new software now, as it has to copy itself to the programs-directory, and gives the same error-message.
    Who can help me??
    Cannot seem to find any info on it on the support-forums or elsewhere.
    My user-account is administrator, I use a 13" Macbook Aluminium (Late 2008). Mac OS X 10.6.8 CPU 2Ghz Intel Core Duo, RAM: 4GB 1067 MHz DDR3.
    Any help would be greatly appreciated...
    Otto

    Tips I received so far (thanks to A-Mac via Twitter http://www.a-mac.nl and Remco Kalf http://www.remcokalf.nl/)
    - make sure you have at least 10% of your harddisk in free space (I had only 5%).
    - do a PRAM-reset (http://support.apple.com/kb/ht1379)
    - perform a hardware test (http://support.apple.com/kb/HT1509)
    - make a complete backup (with for example Carbone Clone Copier, see http://www.bombich.com/)
    - after complete backup: use diskwarrior (boot from Diskwarrior DVD, first perform diagnostics, then perform "Rebuild" which rebuilds your file directory).
    So far I only cleared up some space on my HD, and already the problem occurs less.
    Still, I will go through the other tips too.
    (will post progress)

  • The operation can't be completed because an unexpected error occurred (error code -50)

    I have a Seagate Central 3tb NAS (latest firmware) attached to my wireless router (Netgear wndr3400v3).  I have a late 2011 macbook pro with Yosemite on it.  When I go through finder to use my NAS I keep getting "The operation can’t be completed because an unexpected error occurred (error code -50)" .  I only get it when I am trying to copy a big folder with other folders and files with in.   I can copy a single file or create folders.  If i try to copy a folder with 100 pics in it then I get the error.  I can create the folder on the NAS and select all 100 files.  When I drag them to the NAS, then they copy with no problems.  Every so often my time machine has an error and says that it has to create a new backup. I read some where to make sure that "put hard disk to sleep when possible" should be selected in the energy saver in preferences.  Still no luck.  A can also drag any file from the NAS back to my laptop or view them from the NAS with no problems.
    Thanks for any help in advance.
    Billy

    Hi there,
    Well I have exactly the same problem! Recently I reset my WD My book White light (2 x 1TB RAID disk), due to the fact that the disk ran full because of TimeMachine.
    I reset the disk, and now I can only write some files to it, but most give this error code.
    I wrote to WD, but they could not give an answer.
    Q: did you update the firmware? Maybe that is causing the problem, in that it is maybe not consistant in the filesystem?

  • I tried to empty the trash, full of back up file from my hard disk and it just says: "The operation can't be completed because an unexpected error occurred (error code -8003)"

    I have an external hard disk of 319.73 GB that I use as back up memory and where I put all the movies and other files that I can't leave on the computer as they occupy too much memory space . One day I was deleting all the previous dated back up to have more space on it , but had to stop the trash for doing it cause it was taking too long and now every time that I try to empty the trash it just says "The operation can’t be completed because an unexpected error occurred (error code -8003)" and even if I press CONTINUE it won't empting it . I'm not really pratical with this things and I tried already to find out the solution here and on Google but apparently nobody ever had a similar error code and I don't know what else to do.
    I've a MacBook Pro with a Mac OS X 10.6.8 Version.
    Thanks again for the help and sorry if I did some english mistakes !
    PEACE & LOVE

    Hey donnie90,
    It seems like this article might be the best for helping you address this issue:
    You can't empty the Trash or move a file to the Trash
    http://support.apple.com/kb/ht1526
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • I'm trying to delete files from and external disk and i get this: The operation can't be completed because an unexpected error occurred (error code -1407) can somebody help me? files do not get deleted..and the trash not emptied.. thanks

    I'm trying to delete files from an external disc and it doesn't let me couse this pops up:
    The operation can’t be completed because an unexpected error occurred (error code -1407)
    Please what does it mean? I also have a file in the trash of my mac book named something similar to: a'*.'*.'*'.*.
    and this cannot be deleted either..
    Please let me know what I can do.
    I also have many files in the external disc that I need so I cannot do a format..
    Thank you.
    Best Regards
    Karin

    Have you tried putting the file from your Drobo, onto your computer, then onto to the external hard drive?

  • HT204406 Whenever my computer tries to sync my tracks via iTunes match, I get a message that says "We could not complete your iTunes store request.  An unknown error occurred (4002)...please try again later."  This has been happening for 4 months now.

    ...how do I resolve this issue?  It's irritating for several reasons:
    1) My new songs do not appear in match on my other devices because of this error
    2) My itunes turns itself on automatically when it knows it needs to match; then the icon starts jumping up and down when the error occurs, distracting me from whatever I'm doing about ever 15 minutes at times.
    3) I've paid for this.  It's working so badly.

    Found a potential solution here:
    https://discussions.apple.com/thread/4332757
    Gsleeroy
    Re: error 4002 in itunes match do you have a solution? 
    Sep 23, 2012 10:08 AM (in response to matracaelcan)
    Hi All,
    I had this problem today myself, and was frustrated repeatedly by the '4002' error.
    I have literally just fixed the issue by doing the following steps:
    1: Go to the 'Store' tab and select 'Turn Off iTunes Match'
    2: Return to the 'Store' tab and select 'Update Genius'
    3: Wait for this to complete succesfully, the return to the 'Store' tab once more and select 'Turn On iTunes Match'.
    4: iTunes Match will now go through the motions and should succeed!
    I hope this helps

  • Time capsule won't back up - Unable to complete backup. An error occurred while creating the backup folder. Any ideas?

    I have tried all the resets, the firmware is the latest version, the green light is on.
    But I get this message "Unable to complete backup. An error occurred while creating the backup folder."
    Any ideas?

    Do setup again.. but make sure both your wireless and your ethernet have ipv6 turned on to local link.
    Done this OK, but no idea about IPv6 - something new to me and rather Appley I think?
    Unplug the WAN for the moment.. Just LAN port TC to the MBPr ethernet via thunderbolt.. (thunderbird was the kids puppet series.. Thunderbirds are go!!). Done - New real people Thunderbirds movie coming out soon I believe!!!
    Reset the TC again.. sorry.. !! You're welcome ... done.
    Make sure the ethernet now has an IP address.. 10.0.1.2 - Yep - done that - on ethernet anyway ...
    You need to open the network preferences to find out. Yep - that's good ...
    ****** I then reconnect the TC WAN to the router - is this right?
    And then I think I start going round in circles ... boot, reboot, restart, reboot again ...
    The final result is green light on TC, but error message when trying TM is "Backup disk is not available".
    Then open the airport utility and you should be able to setup the TC.
    Do as little setup as possible and then run the TM backup and see how it goes.
    I have managed to get Thunderbird to LAN on TC to create a folder on TC and copy a file onto it.
    So I guess the drive is working - it must be the software, settings or perhaps even the operator that isn't quite so clever ...
    I named network RFG, named device RFGTC.  RFG network shown as IP 192.168.0.72
    Wireless router is BT Homehub 3 with IP of 192.168.0.254 - is this issuing new IP addresses when rebooting TC?
    I have three wireless networks here - the BT Homehub3 wireless, the TC wireless, and also a D-link power socket ethernet thingy for an ethernet connection to the telly - DHP-W310AV which is also wireless link.  All are effectively connected to the BT Homehub - is there a conflict there?
    Have several times achieved in Airport Utility schematic with internet shown as green, RFGTC shown as green, light on TC green, but no TM backup run ... "backup disc not available."
    And there are no tall building around here to hurl myself off ... at least you can go to Sydney Harbour bridge - not too far away ... it was my son in Sydney that persuaded me to scrap Windows and go Apple ... it's all his fault ...

  • HT201250 i'm getting message: can't be opened because you don't have permission to see its contents. and he operation can't be completed because an unexpected error occurred (error code -8003).

    I took my computer in to have the Backup restored onto my computer after having a new harddrive put onto my 1year 1/2 old MacBook Pro. When i got it home there was a new User that i had to logout of to getting into my normal user. Don't know why this was, just figured the Mac guys that installed my backup did this for some odd reason. Today i could not open any of my files in the backup on the time machine. All the folder had line going thought them and when i clicked on them I revieved this message: can’t be opened because you don’t have permission to see its contents. After talking with that same mac store. I decided to just delete all the files out of the time machine as it was just put back on my computer and i have everything i need. Hours later when i tried to empty the trash i got this messsage: the operation can’t be completed because an unexpected error occurred (error code -8003).
    Any advise how to fix my problem?
    thanks in advance

    While you see a single trash can, in reality there are trash folders on each mounted volume.  I don't use TM but what you are describing implies that a TM drive is no different with the way trash is treated.  So when the TM is unmounted the trash folder on there is gone and thus the trash looks empty.  Remount the drive, the trash folder on it now causes the trashcan to look like something is in it.
    If TrashIt! could not remove the file, I'm sorry, you will need to use the terminal.  We can do this one step at a time so you only have to copy/paste the lines into terminal (except the first time).  So launch Terminal (in utilities).  You might want to make the window that is shown a bit larger with the grow box since it's pretty small.
    This first line is the only exception to the copy/pasting since you have to enter some information.
    sudo ls -laR /Volumes/your-TM-volume-name/.Trashes
    where your-TM-volume-name is the name of your TM volume.  That's the part you have to fill in since I don't know it.
    When you hit return the sudo in that command will cause a prompt for your admin password.  Enter it and hit return again.  Note the password will not be shown as you type it.  Post the results so I can tell you what to do next.
    Note this ls command is not doing anything but listing the files in the TM's .Trashes folder.  Remember I said each drive has it's own trash folder.  .Trashes is it.

Maybe you are looking for

  • Broadcast online link by Email : How to remove automatically inserted text

    Hello all. It's been a month I've been working on broadcasting, and I am starting to get skilled on it , or at least, I am starting to get very precise needs ... I am broadcasting email with online link inserted into it. At the end of the mail body,

  • Flex 4 State issue

    Hi, In flex 3, we can use the following state definition to hide a component or move this component to another position. But it seems we can't do this in flex 4's state. In my opinion, we must put fgroup component in two places in order to have this

  • Why/how is jquery.js automatically being placed into all pages

    I see that jquery.js is being automatically placed into all of my web pages (and this is a new App).  Any idea why this is happening and how it's being included? Here's how each of my pages start <html> <head>     <meta http-equiv="content-type" cont

  • Application doesnt start : no errors recorded

    Hi, Environment : windows xp; JWS build 1.5.0_03-b07; JRE version 1.5.0_03. I'm trying to launch an application through web-start. All the jars required are downloaded, verified and user is prompted to accept certificates. After this, the JWS console

  • Prob. deleting iCloud downloads...

    I thought that iCloud let me stream my music from my iTunes. I am guessing this is wrong. Now I am over-capacity from everything i downloaded from iCloud. How do I erase?....apparently can't fix it by syncing with my mac.