The concurrent manager has timed out waiting for the Output Post-processor

I am facing this error in Xml Publisher in 11.5.10.2
Post-processing of request failed with the error message:
Template code: MHRA_CEXAVTRX
Template app: XXMHRAFN
Language: en
Territory: US
Output type: EXCEL
[6/22/11 5:09:25 AM] [UNEXPECTED] [61531:RT13224465] java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:566)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:231)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
     at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
     at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
Caused by: org.xml.sax.SAXParseException: <Line 5534, Column 40>: XML-20210: (Fatal Error) Unexpected EOF.
     at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
     at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
     at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:530)
     at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1312)
     at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:338)
     at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
     at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
     ... 17 more
[6/22/11 5:09:25 AM] [61531:RT13224465] Completed post-processing actions for request 13224465.
this was happening when data is more and for that parameter combination:
The total records in the output are around 14000
I done followin chages
XML Publisher's XSLT processor: True
Scalable feature of XSLT processor: True
XSLT runtime optimization: True
2. In profile option i set the following
Concurrent:OPP Process Timeout 1100 seconds
Concurrent:OPP Response Timeout 960
3. Output post processor to 10 proceses in Sys admin and parameter as oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=10
Even after doing all these changes still i am getting the same error.
Please guide if i missed any thing.
Best Regards,
Shyam
Edited by: 867504 on Jun 21, 2011 10:02 PM

I am facing this error in Xml Publisher in 11.5.10.2
Post-processing of request failed with the error message:
Template code: MHRA_CEXAVTRX
Template app: XXMHRAFN
Language: en
Territory: US
Output type: EXCEL
[6/22/11 5:09:25 AM] [UNEXPECTED] [61531:RT13224465] java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:566)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:231)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
     at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
     at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
Caused by: org.xml.sax.SAXParseException: <Line 5534, Column 40>: XML-20210: (Fatal Error) Unexpected EOF.
     at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
     at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
     at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:530)
     at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1312)
     at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:338)
     at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
     at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
     ... 17 more
[6/22/11 5:09:25 AM] [61531:RT13224465] Completed post-processing actions for request 13224465.
this was happening when data is more and for that parameter combination:
The total records in the output are around 14000
I done followin chages
XML Publisher's XSLT processor: True
Scalable feature of XSLT processor: True
XSLT runtime optimization: True
2. In profile option i set the following
Concurrent:OPP Process Timeout 1100 seconds
Concurrent:OPP Response Timeout 960
3. Output post processor to 10 proceses in Sys admin and parameter as oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=10
Even after doing all these changes still i am getting the same error.
Please guide if i missed any thing.
Best Regards,
Shyam
Edited by: 867504 on Jun 21, 2011 10:02 PM

Similar Messages

  • Timed out waiting for the CRS stack to start on Second node.

    Hi,
    I am trying to setup 2 node 11gR2 RAC in vmware. I face the Timed out waiting for the CRS stack to start error on second node while running root.sh.I checked the cluster log files located in  /u01/app/11.2.0/grid/log/node1/alertnode2.log it shows as mentioned below.But when i logged into ASM instance and checked the diskgroup and it is in mount state on both nodes,So i am really confused why i ended up with error in 2nd node on running root.sh. Can anyone tell me how to correct this error or any other checking needs to be done?
    /u01/app/11.2.0/grid/log/node1/alertnode2.log
    [ohasd(23261)]CRS-2765:Resource 'ora.crsd' has failed on server 'node2'.
    2014-01-21 21:40:10.314
    [crsd(25309)]CRS-1006:The OCR location +DATA is inaccessible. Details in /u01/app/11.2.0/grid/log/node2/crsd/crsd.log.
    2014-01-21 21:40:11.217
    [ohasd(23261)]CRS-2765:Resource 'ora.crsd' has failed on server 'node2'.
    2014-01-21 21:40:12.422
    [crsd(25335)]CRS-1006:The OCR location +DATA is inaccessible. Details in /u01/app/11.2.0/grid/log/node2/crsd/crsd.log.
    2014-01-21 21:40:13.327
    [ohasd(23261)]CRS-2765:Resource 'ora.crsd' has failed on server 'node2'.
    2014-01-21 21:40:14.514
    [crsd(25356)]CRS-1006:The OCR location +DATA is inaccessible. Details in /u01/app/11.2.0/grid/log/node2/crsd/crsd.log.
    2014-01-21 21:40:15.439
    [ohasd(23261)]CRS-2765:Resource 'ora.crsd' has failed on server 'node2'.
    2014-01-21 21:40:15.440
    [ohasd(23261)]CRS-2771:Maximum restart attempts reached for resource 'ora.crsd'; will not restart.
    root.sh output
    [root@node2 ~]# /u01/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2014-01-21 21:37:55: Parsing the host name
    2014-01-21 21:37:55: Checking for super user privileges
    2014-01-21 21:37:55: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_p                   
    arams
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node 11gdb, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    CRS-2672: Attempting to start 'ora.mdnsd' on 'node2'
    CRS-2676: Start of 'ora.mdnsd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'node2'
    CRS-2676: Start of 'ora.gipcd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'node2'
    CRS-2676: Start of 'ora.gpnpd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'node2'
    CRS-2676: Start of 'ora.cssdmonitor' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'node2'
    CRS-2672: Attempting to start 'ora.diskmon' on 'node2'
    CRS-2676: Start of 'ora.diskmon' on 'node2' succeeded
    CRS-2676: Start of 'ora.cssd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'node2'
    CRS-2676: Start of 'ora.ctssd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.drivers.acfs' on 'node2'
    CRS-2676: Start of 'ora.drivers.acfs' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'node2'
    CRS-2676: Start of 'ora.asm' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'node2'
    CRS-2676: Start of 'ora.crsd' on 'node2' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'node2'
    CRS-2676: Start of 'ora.evmd' on 'node2' succeeded
    Timed out waiting for the CRS stack to start.
    Regards,
    007

    Hi,
    Are you trying to install on Vmware Workstation or Vmware Server?
    If you are using vmware server add below line in your .vmx file for both node
    scsi1.sharedBus = "VIRTUAL"
    First check which scsi serial number are you using as above I have selected scsi1 serial during disk addition, 

  • How to up the timeout setting to solve password reset portal error "Authentication gate timed out waiting for a challenge response"?

    Hi Everyone,
    We have the password portal up and running on one box and another server with FIM R2 and SharePoint 2010.  All is good with the exception that our end users typically get distracted during the password registration and/or reset process and receive:
    "An error has occurred. Please try again, and if the problem persists, contact your help desk or system administrator. (Error 3000) ".  The timeout kicks in after 5 minutes of inactivity in the browser.
    The FIM Service log shows the following:
    "Authentication gate timed out waiting for a challenge response".
    I have confirmed that the default password portal web.config setting is <add key="SessionTimeoutInMinutes" value="20" />.  
    We have also updated Microsoft.ResourceManagement.Service.exe.config per this
    article to the following but with no luck:
    <resourceManagementClient resourceManagementServiceBaseAddress="myAddress" timeoutInMilliseconds="600000" />
      <resourceManagementService externalHostName="myHost" dataReadTimeoutInSeconds="600" dataWriteTimeoutInSeconds="600"/> 
    We did not update the Windows SharePoint Servicesweb.config setting per the article about since we are on SharePoint 2010.  
    There is no NLB or firewall in front on this server.
    If anyone has any solution to how to solve this on FIM R2/SharePoint 2010 please let me know.
    Cheers!

    FIM_Admin,
    You could try changing the receiveTimeoutInSeconds parameter of the resourceManagementService node in your Microsoft.ResourceManagement.Service.exe.config file. However, you are warned not to do this unless instructed to by MS customer support. 
    http://msdn.microsoft.com/en-us/library/windows/desktop/ee652424(v=vs.100).aspx
    http://technet.microsoft.com/en-us/library/ff800821(v=ws.10).aspx

  • I am unable to download the update for my ipod.."the network connection has timed out". my internet is working fine, i have the latest iTunes..whats going on?

    i am unable to download the update for my ipod.."the network connection has timed out". my internet is working fine, i have the latest iTunes..whats going on?

    Temporarily disable/turn off your anti-virus and firewall software and try the download again.
    Stedman

  • FCGI1031: timed out waiting for response body

    Hello,
    I can not see the remote computer to the test.php
    I see logs
    for host 33.180.164.9 trying to GET /test.php, responder-fastcgi reports: FCGI1031: timed out waiting for response body from c:/program files/oracle/webserver7/https-testnet4/docs/test.php
    My obj.conf
    Service type="magnus-internal/php"
    fn="responder-fastcgi"
    app-path="C:/Program Files/Oracle/WebServer7/plugins/php/php-cgi.exe"
    bind-path="https-testnet4--php_cgi"
    app-env="PHPRC=C:/Program Files/Oracle/WebServer7/plugins/php"
    app-env="PHP_FCGI_CHILDREN=2"
    app-env="PHP_FCGI_MAX_REQUESTS=200"
    bucket="php-bucket"
    I see the internal computer test.php but test.php will not appear on the remote computer.
    Regards

    Good day.
    I have a similar problem and I have managed to pinpoint when it fails but unfortunately I don't know how to fix it yet.
    In my scenario, I have 2 separate processes:
    the first process reads data from a Seebeyond SRE instance and stores it on a local Java CAPS queue.
    The second process is an EVision process that reads the data from this queue and displays it on a page.
    Whenever I am not connected to the network linking my Java CAPS instance to the Seebeyond SRE instance (first process cannot connect ) I get this problem on the EVision side every second time I request a page. This means I can view the first message on the queue and then I have to restart the Logical Host
    This doesn't make sense to me, since The EVision process is a completely separate process, deployed in it's own WAR file.

  • Solaris 10 instalation in Guest Domain - Timed out waiting for TFTP reply

    I have the next trouble
    I have a Sun Fire T1000 and i want install two Guest LDOM's with Solaris10 in each one, I Install the LDOM Manager 1.0.3 and the service is "online" also the another services needed
    First Setup the 2 Guest LDOM's in the primary Domain sucesfully .... here is a desc of the configuration.
    # ldm list-bindings
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -n-cv SP 4 1G 0.1% 2h 14m
    MAC
    00:14:4f:a7:85:1e
    VCPU
    VID PID UTIL STRAND
    0 0 0.2% 100%
    1 1 0.2% 100%
    2 2 0.1% 100%
    3 3 0.1% 100%
    MAU
    ID CPUSET
    0 (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 1G
    VARIABLES
    diag-switch?=true
    security-#badlogins=0
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5100
    CLIENT PORT
    aplica_srss1@primary-vcc0 5001
    aplica_prod@primary-vcc0 5000
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:a7:85:1e bge0 switch@0
    PEER MAC
    vnet2@aplica_srss1 00:14:4f:fb:f4:e0
    vnet1@aplica_prod 00:14:4f:fb:2c:60
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 vol1 /dev/dsk/c0t0d0s3
    CLIENT VOLUME
    vdisk1@aplica_prod vol1
    VCONS
    NAME SERVICE PORT
    SP
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    aplica_prod active -t--- 5000 4 2G 15% 9m
    MAC
    00:14:4f:fb:2c:60
    VCPU
    VID PID UTIL STRAND
    0 4 35% 100%
    1 5 0.0% 100%
    2 6 7.0% 100%
    3 7 84% 100%
    MEMORY
    RA PA SIZE
    0x8000000 0x48000000 2G
    VARIABLES
    auto-boot?=true
    boot-device=
    use-nvramrc?=true
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 primary-vsw0@primary network@0 00:14:4f:fb:2c:60
    PEER MAC
    primary-vsw0@primary 00:14:4f:a7:85:1e
    vnet2@aplica_srss1 00:14:4f:fb:f4:e0
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    vdisk1 vol1@primary-vds0 disk@0 primary
    VCONS
    NAME SERVICE PORT
    aplica_prod primary-vcc0@primary 5000
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    aplica_srss1 bound ----- 5001 24 13184M
    MAC
    00:14:4f:fb:ad:fb
    VCPU
    VID PID UTIL STRAND
    0 8 100%
    1 9 100%
    2 10 100%
    3 11 100%
    4 12 100%
    5 13 100%
    6 14 100%
    7 15 100%
    8 16 100%
    9 17 100%
    10 18 100%
    11 19 100%
    12 20 100%
    13 21 100%
    14 22 100%
    15 23 100%
    16 24 100%
    17 25 100%
    18 26 100%
    19 27 100%
    20 28 100%
    21 29 100%
    22 30 100%
    23 31 100%
    MEMORY
    RA PA SIZE
    0x8000000 0xc8000000 13184M
    VARIABLES
    auto-boot?=true
    boot-device=
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet2 primary-vsw0@primary network@0 00:14:4f:fb:f4:e0
    PEER MAC
    primary-vsw0@primary 00:14:4f:a7:85:1e
    vnet1@aplica_prod 00:14:4f:fb:2c:60
    VCONS
    NAME SERVICE PORT
    aplica_srss1 primary-vcc0@primary 5001
    Then i mount the ISO images of The solaris OS 5/08, Later install the jumpstart server without troubles.... Here are the Configuration files needed for the properly setup of the service for a better guide

    # ./add_install_client -d -e 0:14:4f:fb:2c:60 -s Zolder:/var/jump_start/ sun4v
    cleaning up preexisting install client "0:14:4f:fb:2c:60"
    To disable 0:14:4f:fb:2c:60 in the DHCP server,
    remove the entry with Client ID 0100144FFB2C60
    To enable 0100144FFB2C60 in the DHCP server, ensure that
    the following Sun vendor-specific options are defined
    (SinstNM, SinstIP4, SinstPTH, SrootNM, SrootIP4,
    SrootPTH, and optionally SbootURI, SjumpCF and SsysidCF),
    and add a macro to the server named 0100144FFB2C60,
    containing the following option values:
    Install server (SinstNM) : Zolder
    Install server IP (SinstIP4) : 172.24.0.10
    Install server path (SinstPTH) : /var/jump_start/
    Root server name (SrootNM) : Zolder
    Root server IP (SrootIP4) : 172.24.0.10
    Root server path (SrootPTH) : /mnt/s0/Solaris_10/Tools/Boot
    Boot file (BootFile) : 0100144FFB2C60
    # cat /etc/inet/hosts // The Content of this file is exactly with ipnodes file
    127.0.0.1 localhost
    172.24.0.10 Zolder loghost
    172.24.0.9 primary-vsw0
    172.24.0.8 aplica_prod
    172.24.0.7 aplica_srss1
    # cat /etc/ethers
    00:14:4f:fb:2c:60 aplica_prod
    # cat /etc/bootparams
    aplica_prod root=Zolder:/mnt/s0/Solaris_10/Tools/Boot install=Zolder:/var/jump_start/ boottype=:in rootopts=:rsize=8192
    # cat /etc/dfs/dfstab
    share -F nfs -o ro,anon=0 /var/jump_start/
    share -F nfs -o ro,anon=0 /mnt/s0/Solaris_10/Tools/Boot
    share -F nfs -o ro,anon=0 /mnt/s1
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    vsw0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.24.0.10 netmask fffffe00 broadcast 172.24.1.255
    ether 0:14:4f:a7:85:1e
    vsw0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.24.0.9 netmask fffffe00 broadcast 172.24.1.255
    Here i plumb up the networks interfaces and setup the vsw0 device and change the MAC address of the vsw0 for the same of the bge0 device.
    Then i Log to a Guest LDOM aplica_prod
    ----------START CONSOLE 1-------------------------------
    # telnet localhost 5000
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    Connecting to console "aplica_prod" in group "aplica_prod" ....
    Press ~? for control options ..
    ----END CONSOLE 1----
    At the same time i open another console for startup the Guest LDOM aplica_prod i make a snoop of the vsw0 interface
    ---START CONSOLE 2---
    # ldm start aplica_prod
    LDom aplica_prod started
    -bash-3.00# snoop -d vsw0 | grep aplica_prod
    Using device /dev/vsw0 (promiscuous mode)
    ---END CONSOLE 2-----
    In the other console is produced the next exit
    ----START CONSOLE 1------
    Sun Fire(TM) T1000, No Keyboard
    Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    OpenBoot 4.28.9, 2048 MB memory available, Serial #66792544.
    Ethernet address 0:14:4f:fb:2c:60, Host ID: 83fb2c60.
    Boot device: File and args:
    ERROR: boot-read fail
    Evaluating:
    Can't locate boot device
    {0} ok boot vnet1 install
    Boot device: /virtual-devices@100/channel-devices@200/network@0 File and args: install
    Requesting Internet Address for 0:14:4f:fa:82:17
    Requesting Internet Address for 0:14:4f:fa:82:17
    Timed out waiting for TFTP reply
    ---END CONSOLE 1-----
    in the console 2 the snoop generates an exit of the net traffic for the vsw0 device
    ----START CONSOLE 2--------
    primary-vsw0 -> aplica_prod RARP R 0:14:4f:fb:2c:60 is 172.24.0.8, aplica_prod
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    primary-vsw0 -> aplica_prod RARP R 0:14:4f:fb:2c:60 is 172.24.0.8, aplica_prod
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    ----END CONSOLE 2----
    Once start the snoop to produce messages make a ping to the IP's that should be assigned in the host file and all give a succesful answer BUT without start the Solaris 10 Instalation
    # ping 172.24.0.8
    172.24.0.8 is alive
    # ping 172.24.0.9
    172.24.0.9 is alive
    # ping 172.24.0.10
    172.24.0.10 is alive
    I really need help with this trouble ..and any help or advice will be thrully appreciated
    Thanks
    PD: any other required configuration file will be provided if is needed

  • Timed out waiting for Business process

    Hi,
    I created a web application using evision in JCAPS 512. It works properly. But some times i am getting an error message as
    "Timed out waiting for business process" when i try to access the web page usign url.
    But if i invoke page again then application works properly.
    I have increased server response timeout value also. But couldn't get
    the reason when it will occur.
    Please let me know what is the reason for this problem. If this error occurs please let me know is it possible to show some other page instead of displaying error to user.
    Regards
    Venkatesh.S

    Good day.
    I have a similar problem and I have managed to pinpoint when it fails but unfortunately I don't know how to fix it yet.
    In my scenario, I have 2 separate processes:
    the first process reads data from a Seebeyond SRE instance and stores it on a local Java CAPS queue.
    The second process is an EVision process that reads the data from this queue and displays it on a page.
    Whenever I am not connected to the network linking my Java CAPS instance to the Seebeyond SRE instance (first process cannot connect ) I get this problem on the EVision side every second time I request a page. This means I can view the first message on the queue and then I have to restart the Logical Host
    This doesn't make sense to me, since The EVision process is a completely separate process, deployed in it's own WAR file.

  • "The network connection has timed out" -- HELP!

    Ever since i downloaded itunes 7 i have been getting this message whenever i try to access itunes
    "Itunes could not connect to the itunes store. The network connection has timed out. Make sure your network settings are correct and your network connection is active, then try again."
    I have tried everything that apple has suggested in their help and support pages. I no clue what to do now since my internet is running perfectly fine.
    Also whenever i insert a cd into my rom, itunes wont load the album into its interface or recognize that there is even a cd in the rom. I am thinking this is occuring because itunes cant access the internet.
    Does anyone have any suggestions? Thanks

    I had exactly the same problem, and finally found a solution this week. If its the same problem as i had it is to do with your firewalls. I know weveryone on here keeps saying go into control panel, then firewalls and make sure itunes is selected as an exception etc etc. I did all of this and still had the same problem.
    My problem laid in other firewall software that had been installed on my PC when i bought it, and not windows firewall. I have EZ Armor installed which is anti-virus and firewall software. I uninstalled the firewall part and everything works fine. I can import music from cds and gracenotes can find the track names, and i can access the itunes store. I am waiting to hear back from Computer Associates who make EZ Armor as to how i can reinstall the fireall and make itunes an exception, as obviously i would prefer to have the firewall protection.
    My suggestion is to check your PC for any anti-virus and firewall software that you might not even know you are running, and uninstall it.
    Hope this helps

  • Timed out waiting for ccmexec service to be fully operational

    We are deploying Windows 7 in an SCCM 2007 R3 SP2 environment.  Some of the clients we target fail the task sequence with the error, "Timed out waiting for ccmexec service to be fully operational".  Below is the relevant part of the SMSTS.LOG
    file:
    Succeeded loading resource DLL 'C:\Windows\system32\CCM\1033\TSRES.DLL' 
    Failed to create an instance of COM progress UI object. Error code 0x80040154 
    Timed out waiting for ccmexec service to be fully operational 
    0, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\utils.cpp,4192) 
    Failed to wait for Ccmexec service to be fully operational (0x80004005) 
    I have seen several posts with this error that say to create the "ConfigMgr Remote Control Users" group. 
    Here is an example.  We have created this group locally AND on the domain, but we still see this failure on about 10% of clients that we target.  Any other ideas what might be creating this issue?
    Thanks,
    FP

    After a restart in the task sequence (not the same restart every time) the ccmexec process doesn´t seem to want to start again. The problem is intermittent and does not occure on every installation, though quite frequently. 
    In the smsts.log you get "waiting for the ccmexec process to start" and "Waiting for CcmExec service to be fully operational", eventually it times out and the installation fails. If we start a command prompt and start the service manually
    the installation continues though. 
    The strange thing is, this only seems to happen on a specific computer model. We have tried updating BIOS and drivers to the latest version, but no success.
    Last lines of smsts.log
    Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class defintion. Error 0x80041002. Default value will be used for this property
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    End TS policy compilation TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Get Install Directory for SMS Client TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Updating settings in \\.\root\ccm\policy\machine\actualconfig
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 437 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D}") AND (PolicyState = "Active") AND (PolicyType = "Machine")
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    There is no ccm_policy_policy instance, skipping addition to realinst map
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 0 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:GAV successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:GAV") AND (PolicyState = "Active") AND (PolicyType = "Machine")
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    There is no ccm_policy_policy instance, skipping addition to realinst map
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:GAV successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 0 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmPortal") AND (PolicyState = "Active") AND (PolicyType = "Machine")
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    There is no ccm_policy_policy instance, skipping addition to realinst map
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 0 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 9 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    RequestedConfig policy instance(s) : 34 TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmTaskSequence") AND (PolicyState = "Active") AND (PolicyType = "Machine")
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    There is no ccm_policy_policy instance, skipping addition to realinst map
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Total RequestedConfig policy instance(s) : 480
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    New/Changed ActualConfig policy instance(s) : 0
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Policy evaluation initiated TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_RebootSettings.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_RebootSettings.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Query = 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"'
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Verified policy for instance path 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Policy verification done TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Config policies compiled successfully TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    _SMSTSReturnToGINA variable set to true TSManager
    2014-09-15 09:53:19 2244 (0x08C4)
    Waiting for CcmExec service to be fully operational
    TSManager 2014-09-15 09:53:19
    2244 (0x08C4)
    Succeeded loading resource DLL 'C:\Windows\CCM\1033\TSRES.DLL'
    TSManager 2014-09-15 09:53:20
    2244 (0x08C4)
    Launching command shell. OSDSetupHook
    2014-09-15 09:54:28 2212 (0x08A4)
    Windows station: WinSta0 OSDSetupHook
    2014-09-15 09:54:28 2212 (0x08A4)
    Desk"Apple-tab-span" style="white-space:pre;"> OSDSetupHook
    2014-09-15 09:54:28 2212 (0x08A4)
    executing command: C:\Windows\system32\cmd.exe /k
    OSDSetupHook 2014-09-15 09:54:28
    2212 (0x08A4)
    executed command: C:\Windows\system32\cmd.exe /k
    OSDSetupHook 2014-09-15 09:54:28
    2212 (0x08A4)
    Also some errors in the ccmexec.log, if they have anything to do with it:
    Messaging::Initialize(), HRESULT=80080005 (e:\nts_sccm_release\sms\framework\messaging\ccmexec\init.cpp,951)
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    Error initializing messaging subsystem (0x80080005).
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    Released system busy flag after ccmexec initialization.
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    Phase 1 initialization failed (0x80080005).
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    *** System is now free to go to sleep CcmExec
    2014-09-15 09:54:04 2376 (0x0948)
    Init_Phase1(), HRESULT=80080005 (e:\nts_sccm_release\sms\framework\messaging\ccmexec\entrypoint.cpp,2528)
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    Phase 1 initialization failed (0x80080005).
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    pTask->Execute(pService, pState, ulFlags), HRESULT=80080005 (e:\nts_sccm_release\sms\framework\ccmtask\taskexec.cpp,108)
    CcmExec 2014-09-15 09:54:04
    2380 (0x094C)
    ExecuteTask() failed with HR = 0x80080005 CcmExec
    2014-09-15 09:54:04 2380 (0x094C)
    SERVICE_CONTROL_POWEREVENT(Event=PBT_POWERSETTINGCHANGE)
    CCMEXEC 2014-09-15 09:55:48
    1900 (0x076C)
    SystemTaskProcessor::QueueEvent(PowerChanged, 0)
    CCMEXEC 2014-09-15 09:55:48
    1900 (0x076C)
    SystemTaskProcessor::QueueEvent(PowerChangedEx, 0)
    CCMEXEC 2014-09-15 09:55:48
    1900 (0x076C)
    //Fredrik

  • [SOLVED] dmraid "Timed out waiting for device" at boot

    Created a bug report with solution proposal: https://bugs.archlinux.org/task/33166
    I created a virtual machine to demonstrate the problem
    https://docs.google.com/open?id=0B40Hp1 … WZUQ21xZk0
    The root and the other mount points are all on one raid disk. Although the root mounts quickly, other mount points cause timeouts at boot time.
    dmraid prints that all /dev/mapper/isw_* devices are created.
    I think /dev/disk/by-uuid/* links are created too, but for some reason systemd doesn't see them.
    After boot I can execute "mount -a" without errors.
    here's my fstab:
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=e89249d8-49a5-415b-8f9b-97de5cfbe82d / ext3 defaults
    UUID=c37f8bdd-3d6c-495f-bf8a-5ef059e55254 swap swap defaults 0 0
    UUID=91988343-dd89-43b9-8975-babb0b9510a2 /media/ARCHLINUXNEW ext4 nofail 0 1
    UUID=62C813E9C813B9ED /media/distrpart ntfs-3g rw,nofail
    UUID=E0A1-D623 /media/realboot vfat rw,codepage=866,iocharset=utf8,umask=002,noatime,nofail
    # journalctl -b
    Dec 15 00:25:24 localhost kernel: firewire_core 0000:05:03.0: created device fw0: GUID 0011d800017a5dd7, S400
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-E0A1\x2dD623.device/start timed out.
    Dec 15 00:26:50 localhost systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-E0A1\x2dD623.device.
    Dec 15 00:26:50 localhost systemd[1]: Dependency failed for /media/realboot.
    Dec 15 00:26:50 localhost systemd[1]: Job media-realboot.mount/start failed with result 'dependency'.
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-E0A1\x2dD623.device/start failed with result 'timeout'.
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-62C813E9C813B9ED.device/start timed out.
    Dec 15 00:26:50 localhost systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-62C813E9C813B9ED.device.
    Dec 15 00:26:50 localhost systemd[1]: Dependency failed for /media/distrpart.
    Dec 15 00:26:50 localhost systemd[1]: Job media-distrpart.mount/start failed with result 'dependency'.
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-62C813E9C813B9ED.device/start failed with result 'timeout'.
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-91988343\x2ddd89\x2d43b9\x2d8975\x2dbabb0b9510a2.device/start timed out.
    Dec 15 00:26:50 localhost systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-91988343\x2ddd89\x2d43b9\x2d8975\x2dbabb0b9510a2.device.
    Dec 15 00:26:50 localhost systemd[1]: Dependency failed for /media/ARCHLINUXNEW.
    Dec 15 00:26:50 localhost systemd[1]: Job media-ARCHLINUXNEW.mount/start failed with result 'dependency'.
    Dec 15 00:26:50 localhost systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/91988343-dd89-43b9-8975-babb0b9510a2.
    Dec 15 00:26:50 localhost systemd[1]: Job systemd-fsck@dev-disk-by\x2duuid-91988343\x2ddd89\x2d43b9\x2d8975\x2dbabb0b9510a2.service/start failed with result 'dependency
    Dec 15 00:26:50 localhost systemd[1]: Job dev-disk-by\x2duuid-91988343\x2ddd89\x2d43b9\x2d8975\x2dbabb0b9510a2.device/start failed with result 'timeout'.
    Dec 15 00:26:50 localhost systemd[1]: Dependency failed for /dev/disk/by-uuid/c37f8bdd-3d6c-495f-bf8a-5ef059e55254.
    Dec 15 00:26:50 localhost systemd[1]: Reached target Swap.
    Note the 1.5 minute pause
    # mount | grep /dev/mapper
    /dev/mapper/isw_ebaifefjbf_Volume0p9 on / type ext3 (rw,relatime,stripe=64,data=ordered)
    /dev/mapper/isw_ebaifefjbf_Volume0p1 on /media/realboot type vfat (rw,noatime,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp866,iocharset=utf8,shortname=mixed,errors=remount-ro)
    /dev/mapper/isw_ebaifefjbf_Volume0p8 on /media/ARCHLINUXNEW type ext4 (rw,relatime,stripe=64,data=ordered)
    /dev/mapper/isw_ebaifefjbf_Volume0p5 on /media/distrpart type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
    Last edited by leniviy (2012-12-22 16:06:25)

    I've ran into exactly same problem lately, but finally solved it.
    Setup: Intel Fake RAID, mirror, partitioned as:
    /dev/mapper/isw_dfjeffgfaj_rootvol1 /boot
    /dev/mapper/isw_dfjeffgfaj_rootvol2 /
    /dev/mapper/isw_dfjeffgfaj_rootvol3 /home (dm-crypted)
    In /etc/fstab i had following mountpoints:
    # file /etc/fstab
    /dev/mapper/isw_dfjeffgfaj_rootvolp2 / ext4 rw,relatime,data=ordered 0 1
    /dev/mapper/isw_dfjeffgfaj_rootvolp1 /boot ext4 rw,relatime,data=ordered 0 2
    and boot hung on waiting for /dev/mapper/isw_dfjeffgfaj_rootvolp1. Solution involves changing dev path to UUID:
    # file /etc/fstab
    /dev/mapper/isw_dfjeffgfaj_rootvolp2 / ext4 rw,relatime,data=ordered 0 1
    UUID=44809529-11d9-4f53-9652-7b97ed077225 /boot ext4 rw,relatime,data=ordered 0 2
    For some reason symlinks /dev/mapper/isw* are not present during systemd mount.

  • Load_hdi: timed out waiting for driver to load

    Howdy,
    I'm having a bit of trouble with my computer refusing to mount disks, images, etc. This seems to start after trying to mount an external hard drive (passport from western digital). After plugging in the passport, I can no longer mount external hard drives, disk images, etc. After I reboot, I can mount other exteranl drives and images just fine. This behavior was replicated after I rebooted and tried to mount the passport again. Does any one have any idea what may be causing this?
    Here is what I got from my logs:
    Attach Image ¿SecUpd2007-004Univ.dmg¿
    Initializing...
    Apr 20 20:40:47 absent crashdump[864]: Unable to save crash report!\n
    load_hdi: timed out waiting for IOKit to finish matching
    Apr 20 20:40:49 absent crashdump[864]: Date/Time: 2007-04-20 20:40:42.399 -1100
    Apr 20 20:40:49 absent crashdump[864]: OS Version: 10.4.9 (Build 8P135)
    Apr 20 20:40:49 absent crashdump[864]: Report Version: 4
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Command: mds
    Apr 20 20:40:49 absent crashdump[864]: Path: /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mds
    Apr 20 20:40:49 absent crashdump[864]: Parent: launchd [1]
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Version: ??? (???)
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: PID: 188
    Apr 20 20:40:49 absent crashdump[864]: Thread: 6
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Exception: EXCBADACCESS (0x0001)
    Apr 20 20:40:49 absent crashdump[864]: Codes: KERNINVALIDADDRESS (0x0001) at 0xa1b1c1db
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 0:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    Apr 20 20:40:49 absent crashdump[864]: 1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    Apr 20 20:40:49 absent crashdump[864]: 2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    Apr 20 20:40:49 absent crashdump[864]: 3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    Apr 20 20:40:49 absent crashdump[864]: 4 mds 0x00012fcc 0x1000 + 73676
    Apr 20 20:40:49 absent crashdump[864]: 5 mds 0x0000531c 0x1000 + 17180
    Apr 20 20:40:49 absent crashdump[864]: 6 mds 0x00042b24 0x1000 + 269092
    Apr 20 20:40:49 absent crashdump[864]: 7 mds 0x000429cc 0x1000 + 268748
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 1:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    Apr 20 20:40:49 absent crashdump[864]: 1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    Apr 20 20:40:49 absent crashdump[864]: 2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    Apr 20 20:40:49 absent crashdump[864]: 3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    Apr 20 20:40:49 absent crashdump[864]: 4 mds 0x0000785c 0x1000 + 26716
    Apr 20 20:40:49 absent crashdump[864]: 5 mds 0x000076f4 0x1000 + 26356
    Apr 20 20:40:49 absent crashdump[864]: 6 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    Apr 20 20:40:49 absent crashdump[864]: 7 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 2:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    Apr 20 20:40:49 absent crashdump[864]: 1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    Apr 20 20:40:49 absent crashdump[864]: 2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    Apr 20 20:40:49 absent crashdump[864]: 3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    Apr 20 20:40:49 absent crashdump[864]: 4 mds 0x0000785c 0x1000 + 26716
    Apr 20 20:40:49 absent crashdump[864]: 5 mds 0x000076f4 0x1000 + 26356
    Apr 20 20:40:49 absent crashdump[864]: 6 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    Apr 20 20:40:49 absent crashdump[864]: 7 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 3:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9002f20c kevent + 12
    Apr 20 20:40:49 absent crashdump[864]: 1 mds 0x0001208c 0x1000 + 69772
    Apr 20 20:40:49 absent crashdump[864]: 2 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 4:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9002c548 semaphorewait_signaltrap + 8
    Apr 20 20:40:49 absent crashdump[864]: 1 libSystem.B.dylib 0x9003102c pthreadcondwait + 480
    Apr 20 20:40:49 absent crashdump[864]: 2 mds 0x00012928 0x1000 + 71976
    Apr 20 20:40:49 absent crashdump[864]: 3 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 5:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x90014a2c read + 12
    Apr 20 20:40:49 absent crashdump[864]: 1 mds 0x00012cb4 0x1000 + 72884
    Apr 20 20:40:49 absent crashdump[864]: 2 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 6 Crashed:
    Apr 20 20:40:49 absent crashdump[864]: 0 com.apple.SearchKit 0x91087f8c PtrList::Append(void*) + 24
    Apr 20 20:40:49 absent crashdump[864]: 1 com.apple.SearchKit 0x91063110 BTree::PutValuesProcessLevelEntryNonLeaf(LevelInfoList**, unsigned long, LevelInfoEntry*, void**, unsigned char*, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), void*) + 444
    Apr 20 20:40:49 absent crashdump[864]: 2 com.apple.SearchKit 0x91062e64 BTree::PutValuesProcessLevel(LevelInfoList**, unsigned long, void**, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), bool ()(void), void*) + 292
    Apr 20 20:40:49 absent crashdump[864]: 3 com.apple.SearchKit 0x91062f28 BTree::PutValuesProcessLevel(LevelInfoList**, unsigned long, void**, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), bool ()(void), void*) + 488
    Apr 20 20:40:49 absent crashdump[864]: 4 com.apple.SearchKit 0x91062f28 BTree::PutValuesProcessLevel(LevelInfoList**, unsigned long, void**, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), bool ()(void), void*) + 488
    Apr 20 20:40:49 absent crashdump[864]: 5 com.apple.SearchKit 0x91062f28 BTree::PutValuesProcessLevel(LevelInfoList**, unsigned long, void**, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), bool ()(void), void*) + 488
    Apr 20 20:40:49 absent crashdump[864]: 6 com.apple.SearchKit 0x910629f8 BTree::PutValuesSorted(int, void**, int ()(void, unsigned char const*), IAOrderedStorable* ()(void*, IAOrderedStorable*, void*), bool ()(void), void*) + 472
    Apr 20 20:40:49 absent crashdump[864]: 7 com.apple.SearchKit 0x91058540 TermIndex::FlushTermUpdatesBulk(Progress*) + 228
    Apr 20 20:40:49 absent crashdump[864]: 8 com.apple.SearchKit 0x9102cc0c TermIndex::FlushTermUpdates(Progress*) + 196
    Apr 20 20:40:49 absent crashdump[864]: 9 com.apple.SearchKit 0x9101be60 TermIndex::FlushUpdates() + 268
    Apr 20 20:40:49 absent crashdump[864]: 10 com.apple.SearchKit 0x9101bc4c TermIndex::Flush() + 64
    Apr 20 20:40:49 absent crashdump[864]: 11 com.apple.SearchKit 0x9101ba20 TIAIndex::Flush(unsigned long) + 252
    Apr 20 20:40:49 absent crashdump[864]: 12 com.apple.SearchKit 0x9101b844 SKIndexFlushInternal + 96
    Apr 20 20:40:49 absent crashdump[864]: 13 ...pple.ContentIndex.framework 0x970de280 FlushIndex + 132
    Apr 20 20:40:49 absent crashdump[864]: 14 ...pple.ContentIndex.framework 0x970dd544 ContentIndexSyncIndex + 44
    Apr 20 20:40:49 absent crashdump[864]: 15 mds 0x00037344 0x1000 + 222020
    Apr 20 20:40:49 absent crashdump[864]: 16 mds 0x00037208 0x1000 + 221704
    Apr 20 20:40:49 absent crashdump[864]: 17 mds 0x00008b4c 0x1000 + 31564
    Apr 20 20:40:49 absent crashdump[864]: 18 com.apple.Foundation 0x92be85f4 -[NSArray makeObjectsPerformSelector:withObject:] + 264
    Apr 20 20:40:49 absent crashdump[864]: 19 mds 0x00007d54 0x1000 + 27988
    Apr 20 20:40:49 absent crashdump[864]: 20 com.apple.CoreFoundation 0x907df4fc __CFRunLoopDoSources0 + 384
    Apr 20 20:40:49 absent crashdump[864]: 21 com.apple.CoreFoundation 0x907dea2c __CFRunLoopRun + 452
    Apr 20 20:40:49 absent crashdump[864]: 22 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    Apr 20 20:40:49 absent crashdump[864]: 23 mds 0x0000785c 0x1000 + 26716
    Apr 20 20:40:49 absent crashdump[864]: 24 mds 0x000076f4 0x1000 + 26356
    Apr 20 20:40:49 absent crashdump[864]: 25 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    Apr 20 20:40:49 absent crashdump[864]: 26 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 7:
    Apr 20 20:40:49 absent crashdump[864]: 0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    Apr 20 20:40:49 absent crashdump[864]: 1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    Apr 20 20:40:49 absent crashdump[864]: 2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    Apr 20 20:40:49 absent crashdump[864]: 3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    Apr 20 20:40:49 absent crashdump[864]: 4 mds 0x0000785c 0x1000 + 26716
    Apr 20 20:40:49 absent crashdump[864]: 5 mds 0x000076f4 0x1000 + 26356
    Apr 20 20:40:49 absent crashdump[864]: 6 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    Apr 20 20:40:49 absent crashdump[864]: 7 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Thread 6 crashed with PPC Thread State 64:
    Apr 20 20:40:49 absent crashdump[864]: srr0: 0x0000000091087f8c srr1: 0x000000000200d030 vrsave: 0x0000000000000000
    Apr 20 20:40:49 absent crashdump[864]: cr: 0x44028224 xer: 0x0000000020000001 lr: 0x0000000091063110 ctr: 0x0000000090003ab8
    Apr 20 20:40:49 absent crashdump[864]: r0: 0x0000000091063110 r1: 0x00000000f03039c0 r2: 0x00000000003432dc r3: 0x00000000a1b1c1d3
    Apr 20 20:40:49 absent crashdump[864]: r4: 0x0000000002babba0 r5: 0x00000000f03039f0 r6: 0x00000000ffffffff r7: 0x0000000000000077
    Apr 20 20:40:49 absent crashdump[864]: r8: 0x0000000000000095 r9: 0x0000000000000018 r10: 0x0000000091011900 r11: 0x0000000024028222
    Apr 20 20:40:49 absent crashdump[864]: r12: 0x0000000090003ab8 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x00000000003432d0
    Apr 20 20:40:49 absent crashdump[864]: r16: 0x0000000000000003 r17: 0x000000009105824c r18: 0x00000000f0303f80 r19: 0x000000007aff8e0a
    Apr 20 20:40:49 absent crashdump[864]: r20: 0x00000000910581c4 r21: 0x0000000000344620 r22: 0x0000000059ef4f08 r23: 0x00000000003fceb0
    Apr 20 20:40:49 absent crashdump[864]: r24: 0x00000000029b3000 r25: 0x0000000000000000 r26: 0x00000000000194d2 r27: 0x00000000869c4ad2
    Apr 20 20:40:49 absent crashdump[864]: r28: 0x0000000000000000 r29: 0x0000000002babba0 r30: 0x00000000a1b1c1d3 r31: 0x0000000091062f6c
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: Binary Images Description:
    Apr 20 20:40:49 absent crashdump[864]: 0x1000 - 0x80fff mds /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mds
    Apr 20 20:40:49 absent crashdump[864]: 0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    Apr 20 20:40:49 absent crashdump[864]: 0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    Apr 20 20:40:49 absent crashdump[864]: 0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Apr 20 20:40:49 absent crashdump[864]: 0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Apr 20 20:40:49 absent crashdump[864]: 0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Apr 20 20:40:49 absent crashdump[864]: 0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Apr 20 20:40:49 absent crashdump[864]: 0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Apr 20 20:40:49 absent crashdump[864]: 0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Apr 20 20:40:49 absent crashdump[864]: 0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Apr 20 20:40:49 absent crashdump[864]: 0x90f92000 - 0x90fd3fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Apr 20 20:40:49 absent crashdump[864]: 0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    Apr 20 20:40:49 absent crashdump[864]: 0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Apr 20 20:40:49 absent crashdump[864]: 0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Apr 20 20:40:49 absent crashdump[864]: 0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    Apr 20 20:40:49 absent crashdump[864]: 0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Apr 20 20:40:49 absent crashdump[864]: 0x913ec000 - 0x91414fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Apr 20 20:40:49 absent crashdump[864]: 0x91427000 - 0x91432fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91437000 - 0x9143ffff libbsm.dylib /usr/lib/libbsm.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Apr 20 20:40:49 absent crashdump[864]: 0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    Apr 20 20:40:49 absent crashdump[864]: 0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Apr 20 20:40:49 absent crashdump[864]: 0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Apr 20 20:40:49 absent crashdump[864]: 0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Apr 20 20:40:49 absent crashdump[864]: 0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Apr 20 20:40:49 absent crashdump[864]: 0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Apr 20 20:40:49 absent crashdump[864]: 0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    Apr 20 20:40:49 absent crashdump[864]: 0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    Apr 20 20:40:49 absent crashdump[864]: 0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Apr 20 20:40:49 absent crashdump[864]: 0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    Apr 20 20:40:49 absent crashdump[864]: 0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Apr 20 20:40:49 absent crashdump[864]: 0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Apr 20 20:40:49 absent crashdump[864]: 0x91f38000 - 0x91f57fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Apr 20 20:40:49 absent crashdump[864]: 0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    Apr 20 20:40:49 absent crashdump[864]: 0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Apr 20 20:40:49 absent crashdump[864]: 0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    Apr 20 20:40:49 absent crashdump[864]: 0x94caa000 - 0x94ccafff com.apple.NetInfo 1.0.0 (???) /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    Apr 20 20:40:49 absent crashdump[864]: 0x94f6e000 - 0x94f7dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    Apr 20 20:40:49 absent crashdump[864]: 0x970dc000 - 0x970defff com.apple.ContentIndex.framework 1.0.1 /System/Library/PrivateFrameworks/ContentIndex.framework/Versions/A/ContentInde x
    Apr 20 20:40:49 absent crashdump[864]: Apr 20 20:40:49 absent crashdump[864]: load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    load_hdi: timed out waiting for IOKit to finish matching
    load_hdi: timed out waiting for driver to load
    2007-04-20 20:43:23.431 diskimages-helper[865] ERROR: unable to load disk image driver - 0xE00002C0/-536870208 - Device not configured.
    Finishing...
    PowerBook Mac OS X (10.4.9)

    Today I did a bit more troubleshooting. From the Terminal, the command-line tools for working with DMG files gave me the same error. So, I did a Safe Boot of my Mac, holding the SHIFT key from the tone at restart until the gray loading screen appeared. It took quite a while to get to the login screen, and towards the end of the wait, the fans on my G5 were running at full-speed. I was able to open disk images, so I repaired permissions and then reinstalled the latest security update. Rebooted back into my normal desktop and everything is working now. I am not sure what the problem was. It's fixed now. Hope this helps.

  • The query locator has timed out on the server side.

    Hi
    I am getting the error:The query locator has timed out on the server side.
    What to do now?
    AG

    Hi
    Are you using Salesforce.com for creating reports?
    When joining large-sized tables, you may run into a query locator time out
    error. The query locator is a server-side cursor generated by Salesforce.com
    and is used to navigate the query result. It will automatically expire in 15
    minutes without any activity.
    In the case of joining two tables, the report processing engine will read one
    table partly, and then it will process the other table. If the processing time is
    longer than 15 minutes, the Crystal Reports Salesforce.com Driver will try to
    read the rest of the records in the first table and the cursor in that query will
    time out. In the case of joining multiple tables, the chance of running into a
    query locator time issue is higher as the report processing engine might have
    to return to handle the first table after finishing processing other tables,
    increasing the possibility of a query locator time out error in the first table.
    If you run into query locator time out issue, we recommend that you add
    filters into your report to reduce the amount of records you fetch from
    Salesforce.com.
    However, if that is not possible, you can try to reverse the link order in the
    case of joining two tables. For example, you linked table A to table B, then
    you can try to link table B to table A.
    Hope this helps!!
    Regards
    Sourashree

  • When downloading ios 5 to my itunes an error message saying "the network connection has timed out" keeps popping up. how do i fix this?

    when downloading ios 5 to my itunes an error message saying "the network connection has timed out" keeps popping up. how do i fix this?

    Temporarily dip ****.
    And excluding the extremely high network traffic due to the many millions of users downloading the update a day or two after is was released, this is a problem with that swiss cheese for security garbage OS that is Windows only, which is the joke. An update that is now running on 1 in 3 compatible iDevices which is in the 10's of milllions is vaporware Einstein?
    If I were your rep, I would tell you to **** off. Go get Windoze mobile devices.

  • Timed out waiting for device sys-subsystem-net-devices-enp69s0.device

    Hi all,
    Since quite some time I have been waiting for Arch Linux to startup (and shutdown), and today I wanted to figure out what was going wrong. I found out that I could find the boot log file with journalctl, and this seems to be the issue:
    Oct 13 21:01:52 localhost systemd[1]: Job sys-subsystem-net-devices-enp69s0.device/start timed out.
    Oct 13 21:01:52 localhost systemd[1]: Timed out waiting for device sys-subsystem-net-devices-enp69s0.device.
    Oct 13 21:01:52 localhost systemd[1]: Dependency failed for dhcpcd on enp69s0.
    Oct 13 21:01:52 localhost systemd[1]: Starting Network.
    Oct 13 21:01:52 localhost systemd[1]: Reached target Network.
    Oct 13 21:01:52 localhost systemd[1]: Mounting /mnt/homesrv/storage...
    Now, enp69s0 is my LAN network interface, which I barely use, and my WLAN connection is handled by NetworkManager. However, I can't find out what I'm supposed to do to stop this behaviour. I tried:
    systemctl disable sys-subsystem-net-devices-enp69s0.device
    But that does not seem to solve anything. Can anyone help me out?
    Last edited by Hmail (2013-10-13 19:09:53)

    Andreaskem wrote:Maybe try "systemctl disable [email protected]".
    That did the trick! I didn't want to disable the device because I might use it once in a while.
    The shutdown issue is not solved yet, but that seems to be an issue with a samba share that is unmounted after the network services are shutdown. I'll delve in the wiki to figure out how to fix that. But for now, I can at least start my machine up within seconds. Thanks a lot!

  • Why do I get the "Your session has timed out. Try again." message

    Why do I keep getting the "Your session has timed out. Try again." message when I try to purchase or edit my account in itunes?

    I had the same, frustrating problem, then happened onto a process that worked for me. I wrote it up in the following post: https://discussions.apple.com/message/16900190#16900190
    Hope that works for you, too.

Maybe you are looking for