Need help troubleshooting TLS Handshake error

Hello,
I'm having a problem trying to establish a secure connection to an LDAP server using TLS.
      // Set up environment for creating initial context
      Hashtable<String,String> env = new Hashtable<String,String>(11);
      env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
      env.put(Context.PROVIDER_URL, "ldap://16445-plynch:389/");
      // Specify timeout to be 5 seconds
      env.put("com.sun.jndi.ldap.connect.timeout", "5000");
      try
      // Create initial context
      LdapContext ctx = new InitialLdapContext(env, null);
      // Start TLS
      StartTlsResponse tls = (StartTlsResponse)ctx.extendedOperation(new StartTlsRequest());
      SSLSocketFactory factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
      SSLSession session = tls.negotiate(factory);The JDK is 1.6_21. I'm using SunPKCS11-NSS (NSS 3.12.6) for cryptographic functions and FIPS mode is enabled.
Without FIPS mode, the connection works -- with FIPS mode enabled, I get the stack trace below.
Can anyone help me find what's wrong?
Thanks in advance!
2010-07-26 14:47:47,286;49642;ERROR;ds.DsServiceImplLiveTest;(main);Client:
javax.net.ssl.SSLException: java.security.ProviderException: Could not generate premaster secret
     at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1623)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1586)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1569)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1154)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1131)
     at com.sun.jndi.ldap.ext.StartTlsResponseImpl.startHandshake(StartTlsResponseImpl.java:344)
     at com.sun.jndi.ldap.ext.StartTlsResponseImpl.negotiate(StartTlsResponseImpl.java:208)
     at com.polycom.rm.ds.DsServiceImplLiveTest.testMutualCertificateExchange(DsServiceImplLiveTest.java:769)
     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 org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
     at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
     at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
     at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
     at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
     at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71)
     at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
     at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
     at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
     at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
     at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.security.ProviderException: Could not generate premaster secret
     at sun.security.pkcs11.P11TlsRsaPremasterSecretGenerator.engineGenerateKey(P11TlsRsaPremasterSecretGenerator.java:87)
     at javax.crypto.KeyGenerator.generateKey(DashoA13*..)
     at com.sun.net.ssl.internal.ssl.RSAClientKeyExchange.<init>(RSAClientKeyExchange.java:91)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:673)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:230)
     at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:529)
     at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:465)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1120)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1147)
     ... 24 more
Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ATTRIBUTE_VALUE_INVALID
     at sun.security.pkcs11.wrapper.PKCS11.C_GenerateKey(Native Method)
     at sun.security.pkcs11.P11TlsRsaPremasterSecretGenerator.engineGenerateKey(P11TlsRsaPremasterSecretGenerator.java:81)
     ... 33 more

Hi,
The following link may give some clue about your error.
https://community.informatica.com/thread/31331
http://support.microsoft.com/kb/942861
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
Praveen Dsa | MCITP - Database Administrator 2008 |
My Blog | My Page

Similar Messages

  • I need help with this code error "unreachable statement"

    the error_
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errors
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    public class Tools//tool class
    private int numberOfToolItems;
    private ToolItems[] toolArray = new ToolItems[10];
    public Tools()//array of tool
    numberOfToolItems = 0;
    for(int i = 0; i < toolArray.length; i++)//for loop to create the array tools
    toolArray[i] = new ToolItems();
    }//end for loop
    }//end of array of tools
    public int search(int id)//search mehtod
    int index = 0;
    while (index < numberOfToolItems)//while and if loop search
    if(toolArray[index].getID() == id)
    return index;
    else
    index ++;
    }//en while and if loop
    return -1;
    }//end search method
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0;
    int index;
    index = search(id); <-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    }//end delete method
    public void display()//display method
    for(int i = 0; i < numberOfToolItems; i++)
    //toolArray.display(g,y,x);
    }//end display method
    public String getRecord(int i)//get record method
    // return toolArray[i].getName()+ "ID: "+toolArray[i].getID()
    }//end getrecod
    }//end class
    Edited by: ladsoftware on Oct 9, 2009 6:08 AM
    Edited by: ladsoftware on Oct 9, 2009 6:09 AM
    Edited by: ladsoftware on Oct 9, 2009 6:10 AM
    Edited by: ladsoftware on Oct 9, 2009 6:11 AM

    ladsoftware wrote:
    Subject: Re: I need help with this code error "unreachable statement"
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errorsThe compiler is telling you exactly what the problems are:
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0; // <<== HERE you return, so everyting in the if block after this is unreachable
    int index;
    index = search(id);  //< -----------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    // <<== HERE where is the return statement?
    }//end delete method
    public String getRecord(int i)//get record method
    // return toolArray.getName()+ "ID: "+toolArray[i].getID() <<== HERE you commented out the return statement
    }//end getrecod
    }//end class

  • I have an error -5000 when I try to record in GarageBand..I urgen need help, I have an error -5000 when I try to record in GarageBand..I urgen need help

    I have an error -5000 when I try to record in GarageBand V10,02..I urgen need help, I have an error -5000 when I try to record in GarageBand..
    I just reinstal OSX 10,9,2 marveiks and downdload the GB.. but when I try to record, the error ocurr
    I urgen need help
    thanks

    This is probably one of the files that is required by the template you are using.
    These files are inside the iWeb app. Control click the iWeb app icon and select "Show package contents".
    You need to dig down through the folders and files to find what you want...
    Contents/Resources/da.lproj/Templates/
    If the file is missing you would need to re install the iWeb app...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • Need help in analysing the error in JasperReportIntegration Test Applicatio

    Our DBA installed Jasper Reports Integration kit Version 1.1.0.0 in our test environment. Apex version is 3.2.1.00.12. Oracle database is 11g and Apache Tomcat is 7.0.26
    I was able to bring up the Jasper Reports Integration test application. When I navigate to "Report Tester" tab, changed the JasperReportIntegration URL to the correct localhost and then cklick the "Show report (directly)" button, I got this message:
    Jun 12, 2012 11:41:58 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [ReportWrapper] in context with path [JasperReportsIntegration] threw exception [Servlet execution threw an exception] with root cause
    Throwable occurred: java.lang.NoClassDefFoundError: net.sf.jasperreports.engine.util.JRStyledTextParser (initialization failure)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
         at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:121)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:77)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:87)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:57)
         at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:142)
         at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:52)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:247)
         at de.oc.integration.jasper.webapp.ReportWrapper.service(ReportWrapper.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
         at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
         at java.lang.Thread.run(Thread.java:736)
    Can anyone help me understand this error and let me know if this message is caused by installing the jasper report integration kit incorrectly?
    Thanks.
    Edited by: bratz69 on Jun 12, 2012 7:35 PM

    Hi Dietmar,
    Thanks for your reply.
    There's no jasperreports-fonts-3.7.4.jar file in the webapps/JasperReportsIntegration/WEB-INF/lib folder. The only font file available is jasperreports-fonts-4.5.0.jar. I've downloaded the 3.7.40 jar file and saved it in the same folder without deleting the 4.5.0.jar. I tried to run the Test application again and still give me the same error.
    Jun 13, 2012 3:58:26 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet [ReportWrapper] in context with path [JasperReportsIntegration] threw exception [Servlet execution threw an exception] with root cause
    Throwable occurred: java.lang.NoClassDefFoundError: net.sf.jasperreports.engine.util.JRStyledTextParser (initialization failure)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
         at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:121)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:77)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:87)
         at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:57)
         at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:142)
         at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:52)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417)
         at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:247)
         at de.oc.integration.jasper.webapp.ReportWrapper.service(ReportWrapper.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
         at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
         at java.lang.Thread.run(Thread.java:736)
    I also tried the suggestion from the link provided by Nick. However, the syntax is for SUN environment and we are using IBM so I searched the equivalent of that command in IBM. Our DBA added the Java system property in the startup script by adding these 2 lines. But it errored out on the first 2 lines. I'm not sure if I do have the right syntax.
    java.version=1.4
    java.awt.headless=true
    ----- Error
    27) ./startup.sh
    ./startup.sh[25]: java.version=1.4: not found
    ./startup.sh[26]: java.awt.headless=true: not found
    Using CATALINA_BASE: /dbfupg/apache-tomcat-7.0.26
    Using CATALINA_HOME: /dbfupg/apache-tomcat-7.0.26
    Using CATALINA_TMPDIR: /dbfupg/apache-tomcat-7.0.26/temp
    Using JRE_HOME: /usr/java6/jre
    Using CLASSPATH: /dbfupg/apache-tomcat-7.0.26/bin/bootstrap.jar:/dbfupg/apache-tomcat-7.0.26/bin/tomcat-juli.jar
    ----- Start up script
    27) cat startup.sh
    #!/bin/sh
    java.version=1.4
    java.awt.headless=true
    os400=false
    case "`uname`" in
    OS400*) os400=true;;
    esac
    # resolve links - $0 may be a softlink
    PRG="$0"
    while [ -h "$PRG" ] ; do
    ls=`ls -ld "$PRG"`
    link=`expr "$ls" : '.*-> \(.*\)$'`
    if expr "$link" : '/.*' > /dev/null; then
    PRG="$link"
    else
    PRG=`dirname "$PRG"`/"$link"
    fi
    done
    PRGDIR=`dirname "$PRG"`
    EXECUTABLE=catalina.sh
    # Check that target executable exists
    if $os400; then
    # -x will Only work on the os400 if the files are:
    # 1. owned by the user
    # 2. owned by the PRIMARY group of the user
    # this will not work if the user belongs in secondary groups
    eval
    else
    if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
    echo "Cannot find $PRGDIR/$EXECUTABLE"
    echo "The file is absent or does not have execute permission"
    echo "This file is needed to run this program"
    exit 1
    fi
    fi
    exec "$PRGDIR"/"$EXECUTABLE" start "$@"
    BTW, Thanks for the update on the new version.
    Thanks!
    Edited by: bratz69 on Jun 13, 2012 4:48 PM

  • Need help in understanding the error ORA-01843: not a valid month - ECX_ACT

    Hello All,
    We need help in understanding the Transaction Monitor -> Processing Message (error "ORA-01843: not a valid month - ECX_ACTIONS.GET_CONVERTED_DATE").
    And how to enable the log for Transaction Monitor -> Processing Logfile.
    Actually we are trying to import the Purchase Order XML (OAG) into eBusiness Suite via BPEL Process Manager using the Oracle Applications Adapter. The process is working fine with expected payload until it reaches the XML Gateway Transaction Monitor, where we are getting this error.
    thanks
    muthu.

    Hello All,
    We need help in understanding the Transaction Monitor -> Processing Message (error "ORA-01843: not a valid month - ECX_ACTIONS.GET_CONVERTED_DATE").
    And how to enable the log for Transaction Monitor -> Processing Logfile.
    Actually we are trying to import the Purchase Order XML (OAG) into eBusiness Suite via BPEL Process Manager using the Oracle Applications Adapter. The process is working fine with expected payload until it reaches the XML Gateway Transaction Monitor, where we are getting this error.
    thanks
    muthu.

  • Need help, I have an error message "not enough storage"  for icloud and it will not let me do anything

    Need help... getting an error message "not enough storage" for icloud and it will not let me get passed the message

    See if this helps.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Need help troubleshooting Kernel panics

    Hi,
    I have had two Kernel Panics in two days just now, and another one a few weeks ago. The logs don't help me as I am not familiar with the wording on the Mac side, and I cannot submit the error reports to Apple as it fails, probably because I run 10.5.8 and Apple discontinued suppoort for Leopard or something like that. I would need help trying to figure out from the error message whether it is likely hardware, software, network, etc.
    Here are the tope lines of the recent Kernel panic logs:
    Thu May  3 10:23:12 2012
    panic(cpu 1 caller 0x001AB0FE): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x010a8000, CR4: 0x00000660
    EAX: 0x06b21480, EBX: 0x00001000, ECX: 0x00000000, EDX: 0x06c63b80
    CR2: 0x00000000, EBP: 0x21d5bdb8, ESI: 0x00000000, EDI: 0x03112d80
    EFL: 0x00010202, EIP: 0x00000000, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000010
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x21d5bb68 : 0x12b4c6 (0x45f91c 0x21d5bb9c 0x13355c 0x0)
    0x21d5bbb8 : 0x1ab0fe (0x469a98 0x0 0xe 0x469248)
    0x21d5bc98 : 0x1a1713 (0x21d5bcb0 0x1cda6e60 0x21d5bdb8 0x0)
    0x21d5bca8 : 0x0 (0xe 0x48 0x707a0010 0x1cda0010)
    0x21d5bdb8 : 0x7f78c6 (0x2c7d300 0x3112d80 0x0 0x1000)
    0x21d5bde8 : 0xc9df27 (0x21d5be34 0x0 0x1000 0x0)
    0x21d5be58 : 0xca37e1 (0x2b8c800 0x2a54d00 0x2b95500 0x0)
    0x21d5be98 : 0xca28ba (0x2b62500 0x2a54d00 0x33606d1f 0x2b91a14)
    0x21d5beb8 : 0xbf5c6a (0x2c06d00 0x2b95500 0x0 0x0)
    0x21d5bef8 : 0xbf7332 (0x2b91a00 0x20 0x2b1c000 0x2b1c0dc)
    0x21d5bf48 : 0xbf44d2 (0x2b91a00 0x2cc5500 0x1b2d6000 0x1)
    0x21d5bf68 : 0x425d58 (0x2b97780 0x2b1cf20 0x21d5bf98 0x136efd)
    0x21d5bf98 : 0x425a3a (0x2b97980 0x3184f00 0x46d46b0 0xa129b2)
    0x21d5bfc8 : 0x1a14fc (0x2b97980 0x0 0x1a40b5 0x3d18208)
    Backtrace terminated-invalid frame pointer 0
          Kernel loadable modules in backtrace (with dependencies):
             com.apple.iokit.IOAHCIBlockStorage(1.2.2)@0xc9b000->0xcacfff
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbeb000
                dependency: com.apple.iokit.IOStorageFamily(1.5.6)@0x7e6000
             com.apple.driver.AppleAHCIPort(1.7.0)@0xbf1000->0xbfcfff
                dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5db000
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbeb000
             com.apple.iokit.IOStorageFamily(1.5.6)@0x7e6000->0x7fdfff
    BSD process name corresponding to current thread: kernel_task
    Wed May  2 13:25:06 2012
    panic(cpu 0 caller 0x004312D7): "IOGMD: not wired for the IODMACommand"@/SourceCache/xnu/xnu-1228.15.4/iokit/Kernel/IOMemoryDescriptor.cp p:1311
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x2318b9b8 : 0x12b4c6 (0x45f91c 0x2318b9ec 0x13355c 0x0)
    0x2318ba08 : 0x4312d7 (0x4a5ab4 0x0 0xc00bb3 0x2)
    0x2318ba88 : 0x42b7ba (0x3cdaf80 0x3 0x2b84800 0x80)
    0x2318bb68 : 0x42bdee (0x2b81680 0x42b2aa 0x2a 0x2318bbb0)
    0x2318bbd8 : 0x42c500 (0x2b81680 0x2a 0x2318bc88 0x142281)
    0x2318bc18 : 0xbe9c6d (0x2b81680 0x0 0x0 0x1000)
    0x2318bc88 : 0xbed5a3 (0x2b71200 0x2b81680 0x3cdaf80 0x1000)
    0x2318bcf8 : 0xbe35ef (0x2b71200 0x2b81680 0x2318bd28 0x42963b)
    0x2318bd38 : 0xbe3fea (0x2b71200 0x2b81680 0x0 0xc9d5b3)
    0x2318bd68 : 0xc97e50 (0x2b86980 0x2c01880 0x0 0x1a9ad9)
    0x2318bda8 : 0xc933cb (0x2b72800 0x2a4b790 0x2318bde8 0x7ed8c6)
    0x2318bde8 : 0xc93f4e (0x2b72700 0x2a4b790 0x1000 0x0)
    0x2318be58 : 0xc997e1 (0x2b72700 0x2a4a340 0x2b81680 0x0)
    0x2318be98 : 0xc988ba (0x2b72800 0x2a4a340 0x2318beb8 0x2b7123c)
    0x2318beb8 : 0xbebc6a (0x2bf5e00 0x2b81680 0x0 0x0)
    0x2318bef8 : 0xbed332 (0x2b71200 0x8000 0x0 0x2b774f0)
        Backtrace continues...
          Kernel loadable modules in backtrace (with dependencies):
             com.apple.iokit.IOAHCIBlockStorage(1.2.2)@0xc91000->0xca2fff
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbe1000
                dependency: com.apple.iokit.IOStorageFamily(1.5.6)@0x7dc000
             com.apple.driver.AppleAHCIPort(1.7.0)@0xbe7000->0xbf2fff
                dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5db000
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbe1000
             com.apple.iokit.IOAHCIFamily(1.5.0)@0xbe1000->0xbe6fff
    BSD process name corresponding to current thread: kernel_task
    Fri Apr 13 14:35:28 2012
    panic(cpu 0 caller 0x001AB0FE): Kernel trap at 0x00040000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00040000, CR3: 0x0109f000, CR4: 0x00000660
    EAX: 0x0532c280, EBX: 0x00001000, ECX: 0x00000000, EDX: 0x055ef580
    CR2: 0x00040000, EBP: 0x21663db8, ESI: 0x00000000, EDI: 0x02deacc0
    EFL: 0x00010202, EIP: 0x00040000, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000010
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x21663b68 : 0x12b4c6 (0x45f91c 0x21663b9c 0x13355c 0x0)
    0x21663bb8 : 0x1ab0fe (0x469a98 0x40000 0xe 0x469248)
    0x21663c98 : 0x1a1713 (0x21663cb0 0x1cda7760 0x21663db8 0x40000)
    0x21663ca8 : 0x40000 (0xe 0x48 0x3db0010 0x1cda0010)
    0x21663db8 : 0x7ed8c6 (0x2c5c400 0x2deacc0 0x0 0x1000)
    0x21663de8 : 0xc93f27 (0x21663e34 0x0 0x1000 0x0)
    0x21663e58 : 0xc997e1 (0x2bc2b00 0x2ba16e8 0x2ba8b00 0x0)
    0x21663e98 : 0xc988ba (0x2b66700 0x2ba16e8 0x0 0x2baee2c)
    0x21663eb8 : 0xbebc6a (0x2bddb80 0x2ba8b00 0x0 0x0)
    0x21663ef8 : 0xbed332 (0x2baee00 0x800 0x21663fc8 0x198fa3)
    0x21663f48 : 0xbea4d2 (0x2baee00 0x0 0x0 0x450)
    0x21663f68 : 0x425d58 (0x2badc80 0x0 0x0 0x0)
    0x21663f98 : 0x425a3a (0x2bade80 0x0 0x21663fc8 0x126204)
    0x21663fc8 : 0x1a14fc (0x2bade80 0x0 0x1a40b5 0x2c8b880)
    Backtrace terminated-invalid frame pointer 0
          Kernel loadable modules in backtrace (with dependencies):
             com.apple.iokit.IOAHCIBlockStorage(1.2.2)@0xc91000->0xca2fff
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbe1000
                dependency: com.apple.iokit.IOStorageFamily(1.5.6)@0x7dc000
             com.apple.driver.AppleAHCIPort(1.7.0)@0xbe7000->0xbf2fff
                dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5db000
                dependency: com.apple.iokit.IOAHCIFamily(1.5.0)@0xbe1000
             com.apple.iokit.IOStorageFamily(1.5.6)@0x7dc000->0x7f3fff
    BSD process name corresponding to current thread: kernel_task
    Thanks,
    Vincent

    Some additional information which might help:
    MacBook,  2 GHz Intel Core 2 Duo, 1GB DDR2 SDRAM
    The last two kernel panics happened just as I hit "send" in Thunderbird, so it may be related. I fail to understand how such a simple command would crash a computer though.

  • Need help about : ORA-14450 error

    ORA-14450: attempt to access a transactional temp table already in use
    Cause: An attempt was made to access a transactional temporary table that has been already populated by a concurrent transaction of the same session.
    what can i do to solve this error
    need help immediately

    Sounds like you have a transaction-specific global temporary table (ON COMMIT DELETE ROWS) and that mulitple transactions try to use it at the same time.
    You could make the table session-specific (ON COMMIT PRESERVE ROWS).
    BUT, there may be a reason why it was created this way and you therefore have a problem somewhere in the program logic.

  • No error message, but no mail sent - need help troubleshooting

    I'm having a problem with sending email since I moved my site to a new server. Trying to get to the bottom of it.
    Question: if I do props.put("mail.debug", "true") to turn on debugging, where does this output debug statements to? I'm on a linux server, and I checked /var/log/maillog but don't see anything in there.
    Is it logging on Tomcat? I'm trying to find those logs, but am having trouble. Any help is appreciated.
    Tyson

    Debug output goes to either System.out or System.err. I don't know where those things are redirected to in Tomcat, but you could search the Servlets forum where I know that question has been asked before.
    However, it sounds like you are trying to solve two problems (mail and servlets) at the same time. If you can, solve the problems one at a time. For example, write a trivial application that sends an e-mail, then run that application on your server with debugging output turned on. Once you know that e-mail works, then put the code into your servlet.

  • HP Photosmart 385 Error Message Need Help Troubleshooting

    We have an HP Photosmart that is displaying 8814D65E then shuts down the unit and won't print...it is also detecting red eye even on blank photos...Any help would be greatly appreciated

    try following THIS document.
    and for gods sake, please turn off the CAPS LOCK!!! it's the most annoying thing you can do on the internet!
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Error Message 116, need help troubleshooting.

    I receive
    Operation failed.
    The error code is: 116 Description:
    The application 'GLDI9032' folder does not contain an objects map database.
    Execution terminated.
    Click View Log... to see details or click OK to continue
    I am not sure how to resolve this so I can publish?
    Thanks!

    Here is my solution that seems to work. I have tested it on one topic, and it worked. I am going to assume that it will work for all, since this was fine:
    1. I published the module as standalone topics.
    2. I deleted a sample topic to test, and then imported the standalone topic that I had just created.
    3. I tested by publishing as a player package that one topic.
    Success!

  • Kext causing kernel panic? Need help troubleshooting, please.

    Hello all,
    I'm a new face here and have been fortunate enough to never really need support, however at this point, I'm completely lost. First of all I want to apologize if my English is bad, Swedish is my native language.
    My specs:
    MBP 5,1 (late 2008) 15.4"
    CPU: Intel Core 2 Duo 2,53 GHz
    Memory: Apple native 4GB
    Boot ROM Version: MBP51.007E.B05
    System Version: Mac OS X 10.7.2 (11C74) Lion
    Kernel Version: Darwin 11.2.0
    SATA HDD: ST9250410AS Seagate Momentus 7200RPM 250GB
    I have a very annoying problem that I dont know how to solve. When I try to boot my MBP normally I get kernel panic before getting to the login-screen. The kernel panic occurs 1-2 minutes into loading while the gray Apple-logo still is on screen.
    Booting in safe mode works just fine (wifi, wired network and other critical os x functions works - While gfx-, audio-, spotlight-, etc. kexts are disabled). This problem occurred a few months ago while using the MBP normally (e.g. browsing the web). Since then I have done the following troubleshooting:
    1. Switched to other HDD:s with both Snow Leopard-/Lion set-ups (fresh installs, same kernel panic)
    2. Tried to reinstall from USB (same kernel panic)
    3. Zapped PRAM
    My thoughts: Some non-essential component in my MBP is malfunctioning, but since it works just fine in safe boot mode I figure that if I disable/remove the right kext(s) it should boot up fine in normal mode as well? (without the functionality of the component(s) that is disabled)
    Im having a hard time to localize the origin of the error since I dont have any experience of interpreting Mac kernel logs.
    Maybe you guys have any answers? Ill be eternally thankful for any thought, advice och help I can get!
    I have recorded logs from two different crashes:
    Kernel panic #1
    Picture of KP1:
    https://docs.google.com/open?id=0B39rsOfWshQEODM3OGJkNzEtODMyNy00OTM0LTgxNmItNzQ xZDkxMzdiMWQ3
    All Message Log:
    2011-11-28 11:44:58,000 bootlog: BOOT_TIME 1322477098 0
    2011-11-28 11:45:05,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    2011-11-28 11:45:05,000 kernel: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    2011-11-28 11:45:05,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    2011-11-28 11:45:05,000 kernel: zone leak detection enabled
    2011-11-28 11:45:05,000 kernel: standard timeslicing quantum is 10000 us
    2011-11-28 11:45:05,000 kernel: mig_table_max_displ = 73
    2011-11-28 11:45:05,000 kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    2011-11-28 11:45:05,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for TMSafetyNet
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for Sandbox
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for Quarantine
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    2011-11-28 11:45:05,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    2011-11-28 11:45:05,000 kernel: The Regents of the University of California. All rights reserved.
    2011-11-28 11:45:05,000 kernel: MAC Framework successfully initialized
    2011-11-28 11:45:05,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    2011-11-28 11:45:05,000 kernel: IOAPIC: Version 0x11 Vectors 64:87
    2011-11-28 11:45:05,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    2011-11-28 11:45:05,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    2011-11-28 11:45:05,000 kernel: [ PCI configuration begin ]
    2011-11-28 11:45:05,000 kernel: console relocated to 0xf20010000
    2011-11-28 11:45:05,000 kernel: PCI configuration changed (bridge=6 device=3 cardbus=0)
    2011-11-28 11:45:05,000 kernel: [ PCI configuration end, bridges 7 devices 19 ]
    2011-11-28 11:45:05,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    2011-11-28 11:45:05,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    2011-11-28 11:45:05,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    2011-11-28 11:45:05,000 kernel: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    2011-11-28 11:45:05,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    2011-11-28 11:45:05,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    2011-11-28 11:45:05,000 kernel: AppleIntelCPUPowerManagementClient: ready
    2011-11-28 11:45:05,000 kernel: BTCOEXIST off
    2011-11-28 11:45:05,000 kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    2011-11-28 11:45:05,000 kernel: 5.100.98.75
    2011-11-28 11:45:05,000 kernel: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    2011-11-28 11:45:05,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    2011-11-28 11:45:05,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    2011-11-28 11:45:05,000 kernel: BSD root: disk0s2, major 14, minor 2
    2011-11-28 11:45:05,000 kernel: Kernel is LP64
    2011-11-28 11:45:00,020 com.apple.launchd: *** launchd[1] has started up. ***
    2011-11-28 11:45:07,000 kernel: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    2011-11-28 11:45:07,000 kernel: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    2011-11-28 11:45:07,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) Exited with code: 1
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd) Throttling respawn: Will start in 10 seconds
    2011-11-28 11:45:10,182 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    2011-11-28 11:45:10,313 com.apple.pfctl: No ALTQ support in kernel
    2011-11-28 11:45:10,313 com.apple.pfctl: ALTQ related functions disabled
    2011-11-28 11:45:10,542 com.apple.SecurityServer: Session 100000 created
    2011-11-28 11:45:11,000 kernel: macx_swapon SUCCESS
    2011-11-28 11:45:11,071 com.apple.DumpPanic: 2011-11-28 11:45:10.809 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    2011-11-28 11:45:11,073 com.apple.launchd: (com.apple.DumpPanic[46]) Exited with code: 1
    2011-11-28 11:45:13,000 kernel: Waiting for DSMOS...
    2011-11-28 11:45:13,399 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    2011-11-28 11:45:13,404 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    2011-11-28 11:45:13,404 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:45:13,409 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,409 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,552 UserEventAgent: CertsKeychainMonitor: configuring
    kernel.log:
    Nov 28 11:45:05 localhost kernel[0]: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Nov 28 11:45:05 localhost kernel[0]: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    Nov 28 11:45:05 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    Nov 28 11:45:05 localhost kernel[0]: zone leak detection enabled
    Nov 28 11:45:05 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 28 11:45:05 localhost kernel[0]: mig_table_max_displ = 73
    Nov 28 11:45:05 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Nov 28 11:45:05 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Nov 28 11:45:05 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 28 11:45:05 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 28 11:45:05 localhost kernel[0]: MAC Framework successfully initialized
    Nov 28 11:45:05 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Nov 28 11:45:05 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Nov 28 11:45:05 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Nov 28 11:45:05 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Nov 28 11:45:05 localhost kernel[0]: [ PCI configuration begin ]
    Nov 28 11:45:05 localhost kernel[0]: console relocated to 0xf20010000
    Nov 28 11:45:05 localhost kernel[0]: PCI configuration changed (bridge=6 device=3 cardbus=0)
    Nov 28 11:45:05 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 19 ]
    Nov 28 11:45:05 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Nov 28 11:45:05 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    Nov 28 11:45:05 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Nov 28 11:45:05 localhost kernel[0]: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    Nov 28 11:45:05 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Nov 28 11:45:05 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Nov 28 11:45:05 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Nov 28 11:45:05 localhost kernel[0]: BTCOEXIST off
    Nov 28 11:45:05 localhost kernel[0]: wl0: Broadcom BCM432b 802.11 Wireless Controller
    Nov 28 11:45:05 localhost kernel[0]: 5.100.98.75
    Nov 28 11:45:05 localhost kernel[0]: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    Nov 28 11:45:05 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 28 11:45:05 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    Nov 28 11:45:05 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Nov 28 11:45:05 localhost kernel[0]: Kernel is LP64
    Nov 28 11:45:07 localhost kernel[0]: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    Nov 28 11:45:07 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    Nov 28 11:45:07 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Nov 28 11:45:11 localhost kernel[0]: macx_swapon SUCCESS
    Nov 28 11:45:13 localhost kernel[0]: Waiting for DSMOS...
    system.log:
    Nov 28 11:44:58 localhost bootlog[0]: BOOT_TIME 1322477098 0
    Nov 28 11:45:00 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): Exited with code: 1
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd): Throttling respawn: Will start in 10 seconds
    Nov 28 11:45:10 localhost com.apple.ucupdate.plist[24]: ucupdate: Checked 1 update, no match found.
    Nov 28 11:45:10 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    Nov 28 11:45:10 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    Nov 28 11:45:11 localhost DumpPanic[46]: Error getting a reference to IODeviceTree:/options
    Nov 28 11:45:11 localhost com.apple.DumpPanic[46]: 2011-11-28 11:45:10.809 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    Nov 28 11:45:11 localhost com.apple.launchd[1] (com.apple.DumpPanic[46]): Exited with code: 1
    Nov 28 11:45:13 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:45:13: --- last message repeated 1 time ---
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:45:13: --- last message repeated 1 time ---
    Nov 28 11:45:13 localhost UserEventAgent[11]: CertsKeychainMonitor: configuring
    Kernel panic #2
    Picture of KP2:
    https://docs.google.com/open?id=0B39rsOfWshQEMGFhZmRlNmMtNGU5YS00ODMzLWExMWEtOGI zNWQ4YThhOGFm
    All Message Log:
    2011-11-28 11:48:42,000 bootlog: BOOT_TIME 1322477322 0
    2011-11-28 11:48:51,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    2011-11-28 11:48:51,000 kernel: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    2011-11-28 11:48:51,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    2011-11-28 11:48:51,000 kernel: zone leak detection enabled
    2011-11-28 11:48:51,000 kernel: standard timeslicing quantum is 10000 us
    2011-11-28 11:48:51,000 kernel: mig_table_max_displ = 73
    2011-11-28 11:48:51,000 kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    2011-11-28 11:48:51,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for TMSafetyNet
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for Sandbox
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for Quarantine
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    2011-11-28 11:48:51,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    2011-11-28 11:48:51,000 kernel: The Regents of the University of California. All rights reserved.
    2011-11-28 11:48:51,000 kernel: MAC Framework successfully initialized
    2011-11-28 11:48:51,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    2011-11-28 11:48:51,000 kernel: IOAPIC: Version 0x11 Vectors 64:87
    2011-11-28 11:48:51,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    2011-11-28 11:48:51,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    2011-11-28 11:48:51,000 kernel: [ PCI configuration begin ]
    2011-11-28 11:48:51,000 kernel: console relocated to 0xf20010000
    2011-11-28 11:48:51,000 kernel: PCI configuration changed (bridge=6 device=3 cardbus=0)
    2011-11-28 11:48:51,000 kernel: [ PCI configuration end, bridges 7 devices 19 ]
    2011-11-28 11:48:51,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    2011-11-28 11:48:51,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    2011-11-28 11:48:51,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    2011-11-28 11:48:51,000 kernel: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    2011-11-28 11:48:51,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    2011-11-28 11:48:51,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    2011-11-28 11:48:51,000 kernel: AppleIntelCPUPowerManagementClient: ready
    2011-11-28 11:48:51,000 kernel: BTCOEXIST off
    2011-11-28 11:48:51,000 kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    2011-11-28 11:48:51,000 kernel: 5.100.98.75
    2011-11-28 11:48:51,000 kernel: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    2011-11-28 11:48:51,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    2011-11-28 11:48:51,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    2011-11-28 11:48:51,000 kernel: BSD root: disk0s2, major 14, minor 2
    2011-11-28 11:48:51,000 kernel: jnl: unknown-dev: replay_journal: from: 5649408 to: 9708544 (joffset 0x747000)
    2011-11-28 11:48:51,000 kernel: jnl: unknown-dev: journal replay done.
    2011-11-28 11:48:51,000 kernel: Kernel is LP64
    2011-11-28 11:48:51,000 kernel: hfs: Removed 0 orphaned / unlinked files and 6 directories
    2011-11-28 11:48:46,376 com.apple.launchd: *** launchd[1] has started up. ***
    2011-11-28 11:48:53,000 kernel: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    2011-11-28 11:48:53,000 kernel: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    2011-11-28 11:48:53,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    2011-11-28 11:48:55,119 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    2011-11-28 11:48:55,120 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) Exited with code: 1
    2011-11-28 11:48:55,120 com.apple.launchd: (com.cisco.anyconnect.vpnagentd) Throttling respawn: Will start in 10 seconds
    2011-11-28 11:48:55,473 com.apple.pfctl: No ALTQ support in kernel
    2011-11-28 11:48:55,473 com.apple.pfctl: ALTQ related functions disabled
    2011-11-28 11:48:55,823 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    2011-11-28 11:48:55,886 fseventsd: event logs in /.fseventsd out of sync with volume.  destroying old logs. (171 12 336)
    2011-11-28 11:48:56,589 fseventsd: log dir: /.fseventsd getting new uuid: 1259FC9A-89C4-463B-A803-827EF26804C1
    2011-11-28 11:48:56,646 com.apple.DumpPanic: 2011-11-28 11:48:56.498 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    2011-11-28 11:48:56,652 com.apple.launchd: (com.apple.DumpPanic[46]) Exited with code: 1
    2011-11-28 11:48:57,000 kernel: macx_swapon SUCCESS
    2011-11-28 11:48:57,026 com.apple.SecurityServer: Session 100000 created
    2011-11-28 11:48:58,641 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:48:58,646 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,646 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,971 UserEventAgent: CertsKeychainMonitor: configuring
    2011-11-28 11:48:59,000 kernel: Waiting for DSMOS...
    kernel.log:
    Nov 28 11:48:51 localhost kernel[0]: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Nov 28 11:48:51 localhost kernel[0]: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    Nov 28 11:48:51 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    Nov 28 11:48:51 localhost kernel[0]: zone leak detection enabled
    Nov 28 11:48:51 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 28 11:48:51 localhost kernel[0]: mig_table_max_displ = 73
    Nov 28 11:48:51 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Nov 28 11:48:51 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Nov 28 11:48:51 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 28 11:48:51 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 28 11:48:51 localhost kernel[0]: MAC Framework successfully initialized
    Nov 28 11:48:51 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Nov 28 11:48:51 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Nov 28 11:48:51 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Nov 28 11:48:51 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Nov 28 11:48:51 localhost kernel[0]: [ PCI configuration begin ]
    Nov 28 11:48:51 localhost kernel[0]: console relocated to 0xf20010000
    Nov 28 11:48:51 localhost kernel[0]: PCI configuration changed (bridge=6 device=3 cardbus=0)
    Nov 28 11:48:51 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 19 ]
    Nov 28 11:48:51 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Nov 28 11:48:51 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    Nov 28 11:48:51 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Nov 28 11:48:51 localhost kernel[0]: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    Nov 28 11:48:51 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Nov 28 11:48:51 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Nov 28 11:48:51 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Nov 28 11:48:51 localhost kernel[0]: BTCOEXIST off
    Nov 28 11:48:51 localhost kernel[0]: wl0: Broadcom BCM432b 802.11 Wireless Controller
    Nov 28 11:48:51 localhost kernel[0]: 5.100.98.75
    Nov 28 11:48:51 localhost kernel[0]: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    Nov 28 11:48:51 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 28 11:48:51 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    Nov 28 11:48:51 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Nov 28 11:48:51 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 5649408 to: 9708544 (joffset 0x747000)
    Nov 28 11:48:51 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Nov 28 11:48:51 localhost kernel[0]: Kernel is LP64
    Nov 28 11:48:51 localhost kernel[0]: hfs: Removed 0 orphaned / unlinked files and 6 directories
    Nov 28 11:48:53 localhost kernel[0]: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    Nov 28 11:48:53 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    Nov 28 11:48:53 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Nov 28 11:48:57 localhost kernel[0]: macx_swapon SUCCESS
    Nov 28 11:48:59 localhost kernel[0]: Waiting for DSMOS...
    system.log:
    Nov 28 11:48:42 localhost bootlog[0]: BOOT_TIME 1322477322 0
    Nov 28 11:48:46 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): Exited with code: 1
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd): Throttling respawn: Will start in 10 seconds
    Nov 28 11:48:55 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    Nov 28 11:48:55 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    Nov 28 11:48:55 localhost com.apple.ucupdate.plist[24]: ucupdate: Checked 1 update, no match found.
    Nov 28 11:48:55 localhost fseventsd[43]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (171 12 336)
    Nov 28 11:48:56 localhost fseventsd[43]: log dir: /.fseventsd getting new uuid: 1259FC9A-89C4-463B-A803-827EF26804C1
    Nov 28 11:48:56 localhost DumpPanic[46]: Error getting a reference to IODeviceTree:/options
    Nov 28 11:48:56 localhost com.apple.DumpPanic[46]: 2011-11-28 11:48:56.498 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    Nov 28 11:48:56 localhost com.apple.launchd[1] (com.apple.DumpPanic[46]): Exited with code: 1
    Nov 28 11:48:58 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:48:58: --- last message repeated 1 time ---
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:48:58: --- last message repeated 1 time ---
    Nov 28 11:48:58 localhost UserEventAgent[11]: CertsKeychainMonitor: configuring

    Thank you for your quick reply!
    However I cant manage to find the panic logs in the library/logs/ or any of its directorys. Ive looked for this logs before and my guess is that they dont get created if the panic occurs during boot.

  • Need help troubleshooting Report Query/BI Publisher

    Hi All --
    I need some help with an odd issue I'm having with a report query and BI Publisher. The users run this report by inputting a date range, usually by week. Oddly enough, if we input a date range of 06/01/2008 through 06/07/2008, the report runs and BI Publisher renders the document correctly, but if we input a date range of 06/08/2008 through 06/14/2008, the report shows correctly on the screen, but BI Publisher returns an empty document. I thought perhaps it was an issue with the data, but inputting the date range of 06/01/2008 through 06/14/2008 works correctly and the document is rendered with all the data as shown in the report.
    I'm really at a loss and don't know how to proceed in troubleshooting the issue. Does anyone know of any log files or anything else to look at to try and figure out why the report isn't being rendered correctly for that one week?
    Thanks!
    Leigh Johnson

    Thanks Marc --
    The OC4J logs don't show any errors at the time I tried running the report. I did change the output format to XML and saved it for the date range that doesn't work as well as a date range that does work. As foar as I can tell, the only differences is the data within the tags, but I'm no XML expert so I may have missed something. I opened my report template and loaded the xml data first from the date range that produces a rendered report properly and used preview...as expected it worked. When I did the same thing for the "bad" date range, I get the following set of errors, should I move my issue to the BI Publisher forum do you think?
    ConfFile: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    Template: D:\BiPublisher\on_time_delivery.rtf
    RTFProcessor setLocale: en-us
    FOProcessor setData: D:\BiPublisher\ontimedelivery.xml
    FOProcessor setLocale: en-us
    Output type: MHTML
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:721)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:504)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:253)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:181)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1151)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:275)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1809)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
         at RTF2PDF.runRTFto(RTF2PDF.java:708)
         at RTF2PDF.runXDO(RTF2PDF.java:548)
         at RTF2PDF.main(RTF2PDF.java:305)
    Caused by: oracle.xdo.parser.v2.XPathException: An internal error condition occurred.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
         ... 15 more

  • Need help troubleshooting: booting problems

    I'm a bit stuck troubleshooting and could do with some advice.
    A quick backstory: my mid-2010 13" MBP started to refuse to boot and displayed the flashing question mark, so the Geniuses replaced the hard drive connector cable - which sorted the problem for a few months.
    So the flashing ? reappeared and I've tried a few fixes but need advice on where to go now, I think it might be a RAM problem.
    What I've tried so far:
    I've tried erasing and then verify and repair the HD through disk utility, using the OSX DVD, which came up OK.
    Reset NVRAM
    Clean Install: the HD would show up, but would fail after 30 mins; "Install failed... could not copy the necessary support files."
    Ran Apple Hardware Test: showed error 4mem/4/40000000 0xabd93398
    Took out each RAM card separately, cleaned with compressed air, tried out each one separately in either slot - still get a flashing ? on startup.
    Any thoughts on what I could do would be really appreciated. Thanks for any advice!

    If the OS installer failed removing RAM will not fix the damage.
    The question mark means a bootable OS couldn't be found. You will need to reinstall the OS & see if the Mac stays stable. You may need to do this with one RAM module to see if the other is causing the crash. The AHT message is a RAM error, re-run the test & change modules to see if it is a particular module or slot that causes it.
    You can try booting from external disk to try to rule out the internal HD, but that isn't a practical solution for a laptop, it's more to help diagnose where the fault could be.
    You could take it to an Apple store to see if they can help, but I doubt there will be any chance of repairs unless you pay. The first visit will be free, but there is a limited amount of testing that can be done.

  • Need help with System.setClipboard error

    SDK version: 3.3.0.4589
    Requires flash 10.0.12 or higher
    Code:
    private function sendTextToClipboard():void
         System.setClipboard("User Name: " + uname + "\n" + "Password: " + pword);
    I am using the System.setClipboard function in my application and have incountered an interesting problem.
    When the call is made on a windows box (XP and Vista) IE crashes.
    The following is the Vista IE error that is being thrown:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iexplore.exe
    Application Version: 8.0.6001.18865
    Application Timestamp: 4b077416
    Fault Module Name: Flash10c.ocx
    Fault Module Version: 10.0.32.18
    Fault Module Timestamp: 4a613d79
    Exception Code: c0000005
    Exception Offset: 0016f1f2
    OS Version: 6.0.6002.2.2.0.256.6
    Locale ID: 1033
    Additional Information 1: fd00
    Additional Information 2: ea6f5fe8924aaa756324d57f87834160
    Additional Information 3: fd00
    Additional Information 4: ea6f5fe8924aaa756324d57f87834160
    The following is the XP SP3 IE error:
    Internet Explorer has encountered a problem with an add-on and needs to close.
    The following add-on was running when this problem occured:
    File:    FlDbg10b.ocx
    iexplore.exe - Application Error
    The instruction "0x052bee0e" referenced memory at "0x00000018".  The memory could not be read.
    Any help would be greatly apprieciated.

    Try the example in the docs and see if that works.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

Maybe you are looking for