Error #3016

So on one of our computers our Content Bundler is giving us the Error #3016 when we trying to upload the stacks to bundle. We have uninstalled and re-installed the Content bundler but still the same problem. If anyone has had this problem and found a way to fix it any knowledge would be greatly appreciated. 

The Content Bundler is available only to prerelease customers. For Content Bundler questions, go to the DPS prerelease forum. Search the user guide PDF for "3016" and you'll find troubleshooting information.

Similar Messages

  • Error -3016 when trying to compare a column value via "decode" function

    The following statement:
      select * from turbine_user
      where login_name  = decode(1, 2,  'name1', 'name2')
    yields a "-3016 Invalid numeric constants" error.
    OTOH, the following variations work as expected:
      (a)
      select * from turbine_user
      where login_name  = 'name1'
      (b)
      select * from turbine_user
      where login_name  = 'name2'
      (c)
      select * from turbine_user
      where 'name1'  = decode(1, 2,  'name1', 'name2')
      (d)
      select decode(1, 2,  'name1', 'name2') from turbine_user
    Does MaxDB have problems with using the decode function to compare something to column values?
    My MaxDB-Version: 7.6.03.07
    Thanks in advance,
    Alex
    Edited by: Alexander Zimmer on Feb 6, 2008 3:53 PM

    Hi,
    unfortunately I assume that I should explain the doing of decode a little bit:
    As we see in the reference manual:
    DECODE(<check_expression>,<search_and_result_spec>,...[,<default_expression>])
    <check_expression> ::=
      <expression>
    <search_and_result_spec> ::=
      <search_expression>,<result_expression>
    <default_expression> ::=
      <expression>
    <search_expression> ::=
      <expression>
    <result_expression> ::=
      <expression>
    Ok, that will mean, that the first parameter of decode will be compared to parameter number 2, 4, 6, 8, 10,... up to number n-1.
    If the result of the comparison is true with parameter number x, the result of decode will be the value of parameter x+1.
    If no comparison results in 'equal', then NULL will be returned if there is an odd number of parameters respectively the value of the last parameter if there is an even number of parameters of the decode function.
    In your context, this means, that 1 is compared to 2 (always false), thus returning 'name2' always. Therefore I do not understand what you want to do with that decode.
    Ok, if we assume that the select sent is only a short form of what you really want to do, then I have to apologize, but there is a bug in the kernel coding. It will be fixed ASAP.
    To be able to work until then, put the function DIGITS around your 1 and around the 2 (or the corresponding real parameter values) and it should do.
    BTW: with column on the left hand side, the error occurs and with a string literal it does not? This is different to my check where both values on the left side cause this error to occur.
    Elke

  • Error while loading a 10.1.3 ADF application login page on JBoss EAP 6.0.1

    I have a 10.1.3 ADF application that runs well on Web Sphere and OC4J. I'm trying to run it on JBoss EAP 6.0.1. The ear file was deployed successfully to JBOSS and according to ADF logging the connection to Oracle database is established.
    But when I try to load the application login page, I obtain the following exception
    ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/cv].[Faces Servlet]] (http-/0.0.0.0:8080-1) Servlet.service() for servlet Faces Servlet threw exception: oracle.jbo.common.ampool.ApplicationPoolException:
    JBO-30003: The application pool (com.claimvantage.adf.root.Oracle) failed to checkout an application module due to the following exception:
            at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002) [bc4jct.jar:]
            at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793) [bc4jct.jar:]
            at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453) [bc4jct.jar:]
            at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233) [adfmweb.jar:]
            at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424) [bc4jct.jar:]
            at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419) [bc4jct.jar:]
            at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1536) [adfm.jar:]
            at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1396) [adfm.jar:]
            at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99) [adfm.jar:]
            at oracle.adf.model.BindingContext.get(BindingContext.java:457) [adfm.jar:]
            at oracle.adf.model.BindingContext.findDataControl(BindingContext.java:308) [adfm.jar:]
            at com.claimvantage.web.bean.jsf.JhsPageLifecycle.getMessageHolder(JhsPageLifecycle.java:220) [cv-model.jar:]
            at com.claimvantage.web.bean.jsf.JhsPageLifecycle.reportErrors(JhsPageLifecycle.java:203) [cv-model.jar:]
            at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:548) [adf-controller.jar:]
            at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:99) [adf-controller.jar:]
            at oracle.jheadstart.controller.jsf.lifecycle.JhsPageLifecycle.prepareRender(JhsPageLifecycle.java:1080) [jhsadfrt-10.1.3.jar:]
            at oracle.adf.controller.v2.lifecycle.Lifecycle$1.execute(Lifecycle.java:297) [adf-controller.jar:]
            at oracle.adf.controller.v2.lifecycle.Lifecycle.executePhase(Lifecycle.java:116) [adf-controller.jar:]
            at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:29) [adf-controller.jar:]
            at oracle.adf.controller.faces.lifecycle.ADFPhaseListener$1.before(ADFPhaseListener.java:426) [adf-controller.jar:]
            at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:77) [adf-controller.jar:]
            at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228) [jsf-impl-2.1.13-redhat-1.jar:2.1.13-redhat-1]
            at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99) [jsf-impl-2.1.13-redhat-1.jar:2.1.13-redhat-1]
            at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.13-redhat-1.jar:2.1.13-redhat-1]
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.0.7.Final-redhat-1.jar:2.0.7.Final-redhat-1]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162) [adfm.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103) [adf-faces-api.jar:10_1_3_2_0]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:840) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:622) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:560) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:488) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at com.claimvantage.web.sso.AuthenticationFilter.doFilter(AuthenticationFilter.java:272) [cv-model.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162) [adfm.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123) [adf-faces-impl-no-oracle-desktop-xss.jar:10_1_3_2_0]
            at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103) [adf-faces-api.jar:10_1_3_2_0]
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:372) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:679) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) [jbossweb-7.0.17.Final-redhat-1.jar:]
            at java.lang.Thread.run(Unknown Source) [rt.jar:1.6.0_16]
    Any help would be really appreciated.
    Thanks

    Thanks Frank for your answer.
    I can't see where the exception states that DB connection was not established!
    In the log, I have:
    21:49:06,874 INFO  [stdout] (http-/0.0.0.0:8080-1) [3011] Created root application module: 'com.claimvantage.adf.root.RootAppModule'
    21:49:06,874 INFO  [stdout] (http-/0.0.0.0:8080-1) [3012] Locale is: 'en_US'
    21:49:06,874 INFO  [stdout] (http-/0.0.0.0:8080-1) [3013] ApplicationPoolImpl.resourceStateChanged wasn't release related. No notify invoked.
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3014] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3015] import java.util.*;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3016] import java.sql.*;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3017] import java.io.*;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3018] public class JDBCCalls  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3019] {  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3020]    public Connection conn = null;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3021]    public CallableStatement cStmt = null;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3022]    public PreparedStatement pStmt = null;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3023]    public Statement stmt = null;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3024]    public ResultSet rslt = null;  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3025]    public static void main(String argv[])  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3026]    {  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3027]       DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());  // JBO-JDBC-INTERACT
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3028] Creating a new pool resource
    21:49:06,890 INFO  [stdout] (http-/0.0.0.0:8080-1) [3029] Trying connection/2: url='jdbc:oracle:thin:@s1ora01s:1521:s1ora01a' ...
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3030]       conn = DriverManager.getConnection("jdbc:oracle:thin:@s1ora01s:1521:s1ora01a", /*properties*/);  // JBO-JDBC-INTERACT
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3031]       conn.setAutoCommit(false);  // JBO-JDBC-INTERACT
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3032] Successfully logged in
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3033] JDBCDriverVersion: 10.2.0.1.0XE
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3034] DatabaseProductName: Oracle
    21:49:07,093 INFO  [stdout] (http-/0.0.0.0:8080-1) [3035] DatabaseProductVersion: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Don't you think that it indicates that DB connection is well established?
    MBen

  • Install error messages

    I get the following error messages when installing CS6. Anybody have any idea if this is a problem, or if these are components of the various programs that I will never need?
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF027, DW063 ... WARNING: DF012, DW029 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 9 error(s), 4 warning(s)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    WARNING: DW029: Custom Action for payload {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 wants to skip this payload. Skipping this payload.
    ----------- Payload: {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 -----------
    WARNING: DW029: Custom Action for payload {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 wants to skip this payload. Skipping this payload.
    ----------- Payload: {39C9FB9C-7A84-11E1-B574-D095DF20721F} Adobe Fireworks CS6 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS6 DesWebPrm 1/Adobe CS6 Design and Web Premium/payloads/AdobeFireworks12-mul/OEM(Seq 3600)
    ----------- Payload: {76A4887E-7A85-11E1-88DE-92A96E70B8CF} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at /Volumes/CS6 DesWebPrm 1/Adobe CS6 Design and Web Premium/payloads/AdobeFireworks12en_USLanguagePack/OEM(Seq 84)
    ----------- Payload: {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirMPRlZQ4A/Assets1/Application/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/Resources/PS3VM32" to "/Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/Resources/PS3VM32" (Seq 1855)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 1855)
    ----------- Payload: {9124DF4E-617D-486B-A970-8FA632244F24} Adobe Photoshop CS6 Core 13.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirJfJs54lL/Assets1/Application/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic" to "/Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic" (Seq 277)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 277)
    ----------- Payload: {327492D4-78EB-11E1-8ABE-84C55623D190} Adobe InDesign CS6 Application Base Files 8.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirVMmrsTBD/Assets1/INSTALLDIR/Adobe InDesign CS6.app/Contents/MacOS/Required/CellStyles.InDesignPlugin/Versions/A/CellStyles" to "/Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/CellStyles.InDesignPlugin/Versions/A/CellStyles" (Seq 3016)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 3016)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe InDesign CS6 Application Base Files: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core: Install failed

    Please refer : http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html

  • Hello could you please help me ? I have this error message when Safari closes suddenly Process:         WebProcess [294] Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess Identifier:

    Hello could you please help me ? I have this error message when Safari closes suddenly
    Thank you very much
    Laure from France
    Process:         WebProcess [3654]
    Path: /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7537 (7537.78.2)
    Build Info:      WebKit2-7537078002000000~1
    Code Type:       X86-64 (Native)
    Parent Process: ??? [1]
    Date/Time:       2015-02-05 20:31:58.081 +0100
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report:          129662 sec
    Crashes Since Last Report:           13
    Per-App Interval Since Last Report:  124632 sec
    Per-App Crashes Since Last Report:   13
    Anonymous UUID: 41A214B3-CFF4-45E0-B032-B4AAA9C216C2
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000022
    VM Regions Near 0x22:
    -->
    __TEXT 000000010bf9c000-000000010bf9f000 [   12K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[3654]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Single Web Process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.apple.JavaScriptCore                  0x000000010c6b24c6 JSC::Interpreter::unwindCallFrame(JSC::ExecState*&, JSC::JSValue, unsigned int&, JSC::CodeBlock*&) + 278
    1 com.apple.JavaScriptCore                  0x000000010c55b88c JSC::Interpreter::throwException(JSC::ExecState*&, JSC::JSValue&, unsigned int) + 2620
    2 com.apple.JavaScriptCore                  0x000000010c55adf0 JSC::jitThrow(JSC::VM*, JSC::ExecState*, JSC::JSValue, JSC::ReturnAddressPtr) + 80
    3 com.apple.JavaScriptCore 0x000000010c55ad84 cti_vm_throw + 36
    4 com.apple.JavaScriptCore                  0x000000010c55ad50 ctiVMThrowTrampoline + 8
    5 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    6 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    7 com.apple.JavaScriptCore                  0x000000010c6a42d5 JSC::boundFunctionCall(JSC::ExecState*) + 549
    8 ??? 0x00005d519e801045 0 + 102605132927045
    9 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    10 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    11 com.apple.JavaScriptCore                  0x000000010c6a42d5 JSC::boundFunctionCall(JSC::ExecState*) + 549
    12  ??? 0x00005d519e801045 0 + 102605132927045
    13 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    14 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    15 com.apple.WebCore 0x000000010cb0405a WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 154
    16 com.apple.WebCore 0x000000010cb48222 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 450
    17 com.apple.WebCore 0x000000010cb47f87 WebCore::ScheduledAction::execute(WebCore::Document*) + 151
    18 com.apple.WebCore 0x000000010cb47d10 WebCore::DOMTimer::fired() + 304
    19 com.apple.WebCore 0x000000010c91091f WebCore::ThreadTimers::sharedTimerFiredInternal() + 175
    20 com.apple.WebCore 0x000000010c9107fa _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 58
    21 com.apple.CoreFoundation                  0x00007fff8da58934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22 com.apple.CoreFoundation                  0x00007fff8da58486 __CFRunLoopDoTimer + 534
    23 com.apple.CoreFoundation                  0x00007fff8da38e11 __CFRunLoopRun + 1617
    24 com.apple.CoreFoundation                  0x00007fff8da38486 CFRunLoopRunSpecific + 230
    25 com.apple.HIToolbox                       0x00007fff977e92bf RunCurrentEventLoopInMode + 277
    26 com.apple.HIToolbox                       0x00007fff977f056d ReceiveNextEventCommon + 355
    27 com.apple.HIToolbox                       0x00007fff977f03fa BlockUntilNextEventMatchingListInMode + 62
    28 com.apple.AppKit 0x00007fff99736779 _DPSNextEvent + 659
    29 com.apple.AppKit 0x00007fff9973607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    30 com.apple.AppKit 0x00007fff997329b9 -[NSApplication run] + 470
    31 com.apple.WebKit2 0x000000010c1663f6 int WebKit::ChildProcessMain<WebKit::WebProcess, WebKit::WebContentProcessMainDelegate>(int, char**) + 724
    32 com.apple.WebProcess                      0x000000010bf9db7f 0x10bf9c000 + 7039
    33 com.apple.WebProcess                      0x000000010bf9da78 0x10bf9c000 + 6776
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                    0x00007fff98bd57e6 kevent + 10
    1 libdispatch.dylib 0x00007fff92a27786 _dispatch_mgr_invoke + 923
    2 libdispatch.dylib 0x00007fff92a26316 _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465606 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3 com.apple.JavaScriptCore                  0x000000010c465125 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib                    0x00007fff98bd367a mach_msg_trap + 10
    1 libsystem_kernel.dylib                    0x00007fff98bd2d71 mach_msg + 73
    2 com.apple.CoreFoundation                  0x00007fff8da3050c __CFRunLoopServiceMachPort + 188
    3 com.apple.CoreFoundation                  0x00007fff8da38c74 __CFRunLoopRun + 1204
    4 com.apple.CoreFoundation                  0x00007fff8da38486 CFRunLoopRunSpecific + 230
    5 com.apple.Foundation                      0x00007fff96a17fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6 com.apple.Foundation                      0x00007fff96a0c72a -[NSThread main] + 68
    7 com.apple.Foundation                      0x00007fff96a0c6a2 __NSThread__main__ + 1575
    8 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    9 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib                    0x00007fff98bd4df2 __select + 10
    1 com.apple.CoreFoundation                  0x00007fff8da81c8b __CFSocketManager + 1355
    2 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    3 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 8:
    0 libsystem_kernel.dylib                    0x00007fff98bd5192 __workq_kernreturn + 10
    1 libsystem_c.dylib 0x00007fff97759594 _pthread_wqthread + 758
    2 libsystem_c.dylib 0x00007fff9775ab85 start_wqthread + 13
    Thread 9:
    0 libsystem_kernel.dylib                    0x00007fff98bd5192 __workq_kernreturn + 10
    1 libsystem_c.dylib 0x00007fff97759594 _pthread_wqthread + 758
    2 libsystem_c.dylib 0x00007fff9775ab85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000000a  rbx: 0x00000001108013a0  rcx: 0x00000001108013a0  rdx: 0x0000000000000000
      rdi: 0x0000000110df6c70  rsi: 0x00007fff6bb99c10  rbp: 0x00007fff6bb99ab0  rsp: 0x00007fff6bb99a60
       r8: 0x00007fff6bb99b58   r9: 0x0000000000000007  r10: 0x00000001193ed2c0  r11: 0x0000000018ead264
      r12: 0x00007fff6bb99c10  r13: 0x000000011ebfd0e8  r14: 0x00007fff6bb99b58  r15: 0x0000000000000000
      rip: 0x000000010c6b24c6  rfl: 0x0000000000010206  cr2: 0x0000000000000022
    Logical CPU: 2
    Binary Images:
           0x10bf9c000 - 0x10bf9efff com.apple.WebProcess (7537 - 7537.78.2) <5269CEC1-9274-3E9E-8A45-D37D71DA2740> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10bfa5000 - 0x10bfa7fff WebProcessShim.dylib (537.78.2 - compatibility 1.0.0) <671EB68B-516D-3AFC-BFE9-71453DD25E6E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10bfae000 - 0x10bfaffff com.apple.VideoDecodeAcceleration (1.1 - 8) <1D15AB26-DEDD-37A8-91F4-0A86F87BDE52> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDe codeAcceleration
           0x10c014000 - 0x10c27dff7 com.apple.WebKit2 (7537 - 7537.78.2) <BF0D7E05-0F7B-3791-B83B-EB5D6B989D28> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10c451000 - 0x10c7f8ff7 com.apple.JavaScriptCore (7537 - 7537.78.1) <2EB02387-CA74-346C-9D51-D1E0C405FFF4> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10c8e7000 -        0x10d994fff  com.apple.WebCore (7537 - 7537.78.1) <20E51224-E7C0-3B3C-AEE8-EB11D6786C42> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x10fb62000 - 0x11009bfff com.apple.Safari.framework (7537 - 7537.78.2) <1104F16E-0307-3450-BF85-4C6D65C22F24> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x1103f9000 - 0x11055dff7 com.apple.WebKit (7537 - 7537.78.2) <B54EE9C4-F4F0-3424-A658-830FE814F167> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x112619000 - 0x11261afff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x112c72000 - 0x112c75ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x114edd000 - 0x114eebfff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x114ef2000 - 0x114f20ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x114f29000 - 0x114f33fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x11f080000 - 0x11f0a9fff libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B10E6E73-F1CC-3C0A-971F-68F1E0B0C3AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x12704d000 - 0x127205fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12723c000 - 0x127396fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1273c8000 - 0x1277affe7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x7fff6bb9c000 - 0x7fff6bbd0baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8d880000 - 0x7fff8d88dfff com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8d88e000 - 0x7fff8d892ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8d8c4000 - 0x7fff8d9cefe7 libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <0E7A4F63-035E-3406-AE8C-8F9E3E47D2EE> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8d9d2000 -     0x7fff8d9fffe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8da00000 - 0x7fff8dbd4ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8dbd5000 - 0x7fff8e008ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8e009000 - 0x7fff8e032ff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8e219000 - 0x7fff8e241fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8e242000 - 0x7fff8e25eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8e25f000 - 0x7fff8e262ff7 com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8e263000 - 0x7fff8e268ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8e269000 - 0x7fff8e280fff com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8e281000 - 0x7fff8e2c8ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8e2c9000 - 0x7fff8e2cdfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8e2ce000 - 0x7fff8e31fff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8e320000 - 0x7fff8e326fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8e34f000 - 0x7fff8e3a2fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8e3a3000 - 0x7fff8e3a5fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff8e3a6000 - 0x7fff8e3a6fff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8e3a7000 - 0x7fff8e3a8ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8e427000 - 0x7fff8e427fff com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8e428000 - 0x7fff8e49efff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8e7f3000 - 0x7fff8e7fcff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8e7fd000 - 0x7fff8e80cfff libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
    0x7fff8e815000 - 0x7fff8e82afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e82b000 - 0x7fff8e82cfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8e83e000 - 0x7fff8e8e0fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8e917000 - 0x7fff8e934fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8f818000 - 0x7fff8f883ff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8f884000 - 0x7fff8f8dfff7 com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8f8e0000 - 0x7fff8f942ff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8f943000 - 0x7fff8f969fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8f96a000 - 0x7fff8f96efff libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff8f96f000 - 0x7fff8f97dff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff8f97e000 - 0x7fff8f9d2ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8f9d3000 - 0x7fff8fadafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8fadb000 - 0x7fff8faefff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8faf0000 - 0x7fff8faf0fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8faf1000 - 0x7fff8fba7fff com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8fbf2000 - 0x7fff8fbf2fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff900ca000 - 0x7fff901aeff7 com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff9020d000 - 0x7fff90275ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff90276000 - 0x7fff90401ff7 com.apple.QTKit (7.7.1 - 2353) <50F6A57F-70AB-3E5B-BE96-7A58965941F8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff90406000 - 0x7fff90440fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff9079c000 - 0x7fff907a7ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff90a76000 - 0x7fff90a78fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff90a79000 - 0x7fff90a9dfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff90b00000 - 0x7fff90e1cfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff90e1d000 - 0x7fff90f1aff7 com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff90fb1000 - 0x7fff9102cff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff9102d000 - 0x7fff91051fff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff9105e000 - 0x7fff910f0ff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff911a6000 - 0x7fff9121cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff91393000 - 0x7fff9139efff com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff913ab000 - 0x7fff9140bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff9140c000 - 0x7fff91701ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91704000 - 0x7fff91707fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff91719000 - 0x7fff9172bff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff9172c000 - 0x7fff91733fff com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff91734000 - 0x7fff91753fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff91ad6000 - 0x7fff91c33fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff92989000 - 0x7fff92a23ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff92a24000 - 0x7fff92a32fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff92a33000 - 0x7fff92a68fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff92a69000 - 0x7fff92a8afff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff92ab7000 - 0x7fff92ac9ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff92aca000 - 0x7fff92ae0fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92ae1000 - 0x7fff92b64fef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff92b65000 - 0x7fff93503747 com.apple.CoreGraphics (1.600.0 - ???) <CB70AC19-9532-38CA-8509-6043AD9B4095> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff93752000 - 0x7fff9375cff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff9375d000 - 0x7fff93810ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff93868000 - 0x7fff9395dfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff9395e000 - 0x7fff939aaff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff939c4000 -     0x7fff93a49ff7  com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff93a4a000 - 0x7fff93a58fff com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff93a85000 - 0x7fff93ac0ff7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <B48E57F5-0923-3C47-8BAC-9704F4A28193> /usr/lib/libssl.0.9.8.dylib
    0x7fff93ac1000 - 0x7fff93f88fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff93f89000 - 0x7fff93ff1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff93ff2000 - 0x7fff94097fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff94098000 - 0x7fff940daff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff940fa000 - 0x7fff940fdfff libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
    0x7fff947c3000 - 0x7fff948dcfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff948dd000 - 0x7fff948dffff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff948fc000 - 0x7fff9490bfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9490c000 - 0x7fff9490eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff94924000 - 0x7fff9492bfff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff949bb000 - 0x7fff94c2ffff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff94c30000 - 0x7fff94c4afff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff94c4b000 - 0x7fff94c4cfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff94c4d000 - 0x7fff94d52fff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff94d53000 - 0x7fff94d7cfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94d8b000 - 0x7fff94da8ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff94da9000 - 0x7fff94de8fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff94de9000 - 0x7fff94e2ffff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <066449E4-406B-3ABC-9DB8-E62777498154> /usr/lib/libcurl.4.dylib
    0x7fff94ee4000 - 0x7fff954c8fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff954d6000 - 0x7fff954e5ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff954e6000 - 0x7fff9552aff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <416FB9E6-76F2-3CB8-8CCB-C12ACECFD611> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9552b000 - 0x7fff9560fe5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff9563e000 - 0x7fff9566eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff95697000 - 0x7fff95697fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95698000 - 0x7fff956d3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff956dc000 - 0x7fff956e3fff libcopyfile.dylib (85.1.70 - compatibility 1.0.0) <E805FDF4-7098-3F9F-BF27-191E3E0A0F10> /usr/lib/system/libcopyfile.dylib
    0x7fff956e6000 - 0x7fff958e8fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff958e9000 - 0x7fff958eafff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff958eb000 - 0x7fff959c9fff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff95acd000 - 0x7fff95c03fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff95c04000 - 0x7fff95c09fff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff95c0a000 - 0x7fff95d71ff7 com.apple.CFNetwork (520.5.3 - 520.5.3) <1C11C214-1C70-3358-A709-69C84D999DB8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff95d72000 - 0x7fff95d77fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff95d78000 - 0x7fff95d8ffff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff95d90000 - 0x7fff95e57ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff95e5e000 - 0x7fff95e64fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff95e65000 - 0x7fff95e6dfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95e6e000 - 0x7fff95f0fff7 com.apple.LaunchServices (480.42 - 480.42) <A69F9426-05CE-3312-89FD-BC063DA66DBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff95f10000 - 0x7fff9601dfff  libJP2.dylib (??? - ???) <1CF69239-3D3D-30CE-AC7B-C7E8C9166BC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff9643f000 - 0x7fff96541fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff96542000 - 0x7fff96621fff com.apple.ImageIO.framework (3.1.2 - 588) <37F047A9-48E3-3AF7-8931-462D63BE6121> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff96622000 - 0x7fff96629fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff96689000 - 0x7fff9668efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff96971000 - 0x7fff969b1fff libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff969b2000 - 0x7fff96ccbfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff96ccc000 -     0x7fff96d10ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff96f24000 - 0x7fff96f29fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff96f2a000 - 0x7fff96f2dfff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff96f7b000 - 0x7fff96f81ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff97082000 - 0x7fff97085fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff9708e000 - 0x7fff97438fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff97523000 - 0x7fff97530fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <39E20909-68D8-3FB7-A089-A1866618E026> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff97531000 - 0x7fff97531fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff97709000 - 0x7fff977e6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff977e7000 - 0x7fff97b13fff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff97b26000 - 0x7fff97b59ff7 com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff97b64000 - 0x7fff97b65fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff97b66000 - 0x7fff97b71ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff97b72000 - 0x7fff9831afff com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9831b000 - 0x7fff9835cfff  com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff9835d000 - 0x7fff98373ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff983bb000 - 0x7fff987e8fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff98a15000 - 0x7fff98a5eff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff98a5f000 - 0x7fff98a72ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff98a73000 - 0x7fff98ae6fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff98ae7000 - 0x7fff98b0ffff libsandbox.1.dylib (??? - ???) <9A89A588-BE15-39AF-9DD8-0B839AF27ABF> /usr/lib/libsandbox.1.dylib
    0x7fff98b61000 - 0x7fff98bbdff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff98bbe000 - 0x7fff98bdefff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff98bdf000 -     0x7fff98be0ff7  libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff98c02000 - 0x7fff98c37fff libTrueTypeScaler.dylib (??? - ???) <A8156684-3BBE-306C-B492-179CDFFD6027> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff98d00000 - 0x7fff98d40fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff98d41000 - 0x7fff98d8ffff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff98d90000 - 0x7fff98e8aff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff98f5f000 - 0x7fff98f64fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff98f9e000 - 0x7fff98f9efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff98f9f000 - 0x7fff98f9ffff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff98fa0000 - 0x7fff98fa6fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff98fa7000 - 0x7fff98fb9ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff98fba000 - 0x7fff98fbefff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B423C449-761C-3EE1-AFAC-26B3558FF216> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff98fbf000 - 0x7fff991e9fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff991ea000 - 0x7fff991eafff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff991eb000 - 0x7fff99214fff libJPEG.dylib (??? - ???) <DFD81B8F-F4CB-347B-92B8-1AFFDA924A9B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff99317000 - 0x7fff99357ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff99359000 - 0x7fff9935aff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff9935b000 - 0x7fff993dfff7 com.apple.ApplicationServices.ATS (317.13.0 - ???) <A05126F9-7DC9-3EA7-8D94-53C6113730C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff993e0000 - 0x7fff993edff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff993ee000 - 0x7fff99429fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff99459000 - 0x7fff995f9ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff995fa000 - 0x7fff9963cfff com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff9963d000 - 0x7fff99669ff7 com.apple.CoreServicesInternal (113.20 - 113.20) <786118E6-7D7E-3016-9FD5-A7CE411A251F> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff9966a000 - 0x7fff996dafff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff996db000 - 0x7fff9972dff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff9972e000 - 0x7fff9a334fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9a335000 - 0x7fff9a3cbff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff9a3cc000 - 0x7fff9a424ff7 libTIFF.dylib (??? - ???) <CF2005B6-5C29-3DCF-BDC2-7DB114ECD7A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9a568000 - 0x7fff9a5bcfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9a5bd000 - 0x7fff9a838ff7 com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9a839000 - 0x7fff9a864ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff9a865000 - 0x7fff9a865fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 7
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 3708
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=221.9M resident=129.3M(58%) swapped_out_or_unallocated=92.6M(42%)
    Writable regions: Total=1.4G written=276.5M(19%) resident=319.2M(22%) swapped_out=28K(0%) unallocated=1.1G(78%)
    REGION TYPE VIRTUAL
    =========== =======
    ATS (font support) 31.9M
    ATS (font support) (reserved) 4K        reserved VM address space (unallocated)
    CG image 268K
    CG shared images 4440K
    CoreAnimation 23.9M
    CoreGraphics 16K
    CoreServices                         2776K
    IOKit 10.6M
    JS JIT generated code 256.0M
    JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
    JS VM register file 4096K
    JS garbage collector 75.8M
    MALLOC 256.8M
    MALLOC guard page 64K
    Memory tag=242 12K
    Memory tag=251 20K
    OpenGL GLSL 1024K
    SQLite page cache 2400K
    STACK GUARD 56.0M
    Stack 12.1M
    TC malloc 1448K
    VM_ALLOCATE 1512K
    WebCore purgeable data 4108K
    __CI_BITMAP 80K
    __DATA 17.4M
    __IMAGE 528K
    __LINKEDIT 63.8M
    __TEXT 158.1M
    __UNICODE 544K
    mapped file 126.1M
    shared memory 6276K
    =========== =======
    TOTAL 1.8G
    TOTAL, minus reserved VM space        1.1G
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    Process:         WebProcess [294] Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess Identifier:

    Don't post reams of information like this - it means nothing.
    Also, this is an iWeb forum which is concerned with website building and your post has nothing to do with this.
    Please look more closely when posting to ensure that you are posting in the correct forum, which you have not.  Nobody here can help you with your problem.

  • FS - Error code 3006 from SQL-Query

    Hello world!
    Can someone inform me which possible errors in a query cause the following error message after the query is activated?
    Internal Error (3006) Message [131-183]
    Until now I had only error code 1003, which signals syntax errors etc. in the query.
    By the way: Does anywhere exists a list of error codes/messages occuring in SAP B1?
    Thank you!
    Frank Romeni

    Error codes and their description can be found in SDK help files
    I have pasted them below for your ref
    -39
    End of File
    -43
    File not Found
    -47
    File is Busy
    -50
    File Cannot Open
    -51
    File Corrupted
    -99
    Division by Zero
    -100
    Out of Memory
    -101
    Print Error
    -103
    Print Canceled
    -104
    Money Overflow
    -111
    Invalid Memory Access
    -199
    General Error
    -213
    Bad Directory
    -214
    File Already Exists
    -216
    Invalid File Permission
    -217
    Invalid Path
    -1001
    Data Source - Bad Column Type
    -1003
    Data Source - Alias Not Found
    -1004
    Data Source - Value Not Found
    -1005
    Data Source - Bad Date
    -1012
    Data Source - No Default Column
    -1013
    Data Source - Zero/Blank Value
    -1015
    Data Source - Integer Overflow
    -1016
    Data Source - Bad Value
    -1022
    Data Source - Other File Not Related
    -1023
    Data Source - Other Key Not In Main Key
    -1025
    Data Source - Array Record Not Found
    -1027
    Data Source - Value Must Be Positive
    -1028
    Data Source - Value Must Be Negative
    -1029
    Data Source - Column Cannot be updated
    -1100
    Data Source - Cannot Allocate Environment
    -1101
    Data Source - Bad Connection
    -1102
    Data Source - Connection Not Opened
    -1103
    Data Source - DB Already Exists
    -1104
    Data Source - Cannot Create Database
    -1200
    Data Source - Data Bind General Error
    -2001
    Data Source - Bad Parameters
    -2003
    Data Source - Too Many Tables
    -2004
    Data Source - Table Not Found
    -2006
    Data Source - Bad Table Definition
    -2007
    Data Source - Bad Data Source
    -2010
    Data Source - Bad Data Source Offset
    -2013
    Data Source - No Fields In Table
    -2014
    Data Source - Bad Field Index
    -2015
    Data Source - Bad Index Number
    -2017
    Data Source - Bad Alias
    -2020
    Data Source - Bad Alias
    -2022
    Data Source - Bad Field Level
    -2024
    Data Source - Not Matching Data Source
    -2025
    Data Source - No Keys In Table
    -2027
    Data Source - Partial Data Found
    -2028
    Data Source - No Data Found
    -2029
    Data Source - No Matching Field
    -2035
    Data Source - Duplicate Keys
    -2038
    Data Source - Record Lock
    -2039
    Data Source - Data Was Changed
    -2045
    Data Source - End of Sort
    -2049
    Data Source - Not Opened for Write
    -2056
    Data Source - No Matching With Current Data Source
    -2062
    Data Source - Bad Container Offset
    -3001
    Query - Field Not Found
    -3003
    Query - Bad Data Source
    -3004
    Query - Bad Token
    -3005
    Query - Token After End
    -3006
    Query - Unexpected End
    -3008
    Query - Too Long Query
    -3009
    Query - Extra Right Parenthesis
    -3010
    Query - Missing Right Parenthesis
    -3012
    Query - No Operation Code
    -3013
    Query - No Field In Comparison
    -3014
    Query - Bad Condition
    -3015
    Query - Bad Sort List
    -3017
    Query - No String
    -3018
    Query - Too Many Fields
    -3019
    Query - Too Many Indexes
    -3020
    Query - Too Many Tables
    -3021
    Query - Reference Not Found
    -3022
    Query - Bad Range Set
    -3023
    Query - Bad Parsing
    -3025
    Query - Data Bind is Missing
    -3026
    Query - Bad Input
    -3027
    Query - Progress Aborted
    -3028
    Query - Bad Table Index
    -3032
    Query - General Failure
    -3033
    Query - Empty Record
    -3036
    Query - Bad Parameter
    -3037
    Query - Missing Table in List
    -3040
    Query - Bad Operation
    -3041
    Query - Bad Expression
    -3042
    Query - Name Already Exists
    -3044
    Query - Time Expired
    3001
    Form - Is Not Initialized
    3002
    Form - Bad Data Source
    3003
    Form - Exceeded Data Sources Limit
    3006
    Form - Invalid Form Item
    3007
    Form - Exceeded Forms Limit
    3009
    Form - Too Many Saved Data
    3012
    Form - Invalid Form
    3015
    Form - Cannot Get Multi-Line Edit
    3016
    Form - Bad Item Type
    3017
    Form - Bad Parameter
    3023
    Form - No Message Callback
    3029
    Form - Item Is Not Selectable
    3031
    Form - Bad Value
    3033
    Form - Item Not Found
    4007
    Grid - Invalid
    4008
    Grid - Bad Size
    4009
    Grid - No Data
    4011
    Grid - Invalid Parameters
    4013
    Grid - Not Super Title
    4014
    Grid - Super Title 2 Exits
    4015
    Bad Item Unique ID
    4016
    Grid - Bad Data
    4017
    Grid - Column is Already Folded
    4018
    Grid - Column is Already Expanded
    4019
    Grid - Line Exists
    4020
    Grid - Not Enough Data
    4022
    Grid - Super Title Exists
    4027
    Grid - Row Is Not Collapsible
    8004
    Status Bar - No Such Info
    8005
    Status Bar - Info Occupied
    8006
    Status Bar - No Message Bar
    8007
    Status Bar - Progress Stopped
    8008
    Status Bar - Too Many Progress
    5001
    Graph - Invalid
    5002
    Graph - Bad Form Item
    5005
    Graph - Bad Parameters
    -7008
    Form not found
    -7000
    Invalid Form
    -7031
    Form - Reserved /Illegal form Unique ID
    -7032
    Form - Invalid Mode
    -7006
    The item is not a user defined item and cannot be manipulated in such manner
    -7005
    Invalid table name
    -7004
    XML batch load failed
    -7003
    Menu operation Add failed
    -7002
    Function not supported
    -7001
    Invalid Item
    -7034
    Could not clear item in group
    -7033
    Out of boundaries
    -7020
    This method cannot be invoked by a Cell object
    -7019
    Invalid form unique ID. Should not begin with an F_ prefix
    -7018
    Invalid Field Value
    -7017
    Invalid Field Name
    -7016
    This datasource object is not a user-defined object
    -7015
    Invalid Column
    -7014
    A Column object with the specified unique ID already exists in the system.
    -7013
    The string value entered should be less then 10 characters.
    -7012
    An Item object with the specified unique ID already exists in the system.
    -7011
    The string value entered should be less then 11 characters.
    -7010
    A form with the requested unique ID already exists in the system.
    -7009
    The string value entered should be less the 32 characters.
    -7040
    Cannot Load XML File
    -7051
    Unexpected usage of the specified XML TAG.
    -7050
    This action type is not valid or not implemented yet.
    -7043
    Cannot load the Menu resource from the specified XML file.
    -7042
    Cannot load the Item resource from the specified XML file.
    -7041
    Cannot load the Form resource from the specified XML file.
    -7071
    Failed to create the items group.
    -7070
    UID
    -7069
    Failed to change the form current pane level.
    -7068
    Failed to change the form color.
    -7067
    Failed to change the Form mode.
    -7066
    Failed to fix the form default button.
    -7065
    Failed to change the form Visible state.
    -7064
    Could not change the form title.
    -7063
    The change of form dimensions has failed
    -7062
    Unknown Form attribute
    -7061
    XML batch resource update is not supported yet.
    -7060
    Reached Max Number of user data sources.
    -7094
    Failed to add the items child objects.
    -7093
    Failed to batch add the items
    -7092
    Failed to bind the item to the data source
    -7091
    Wrong Item Attribute
    -7090
    Unknown Field Type
    -7114
    Type of Column is Not Supported.
    -7113
    Failed to add the column child objects.
    -7112
    Failed to add the new columns.
    -7111
    Failed to bind the column to a data source
    -7110
    Invalid column attributes
    -7133
    The specified menu position is not valid
    -7132
    Invalid menu type
    -7131
    Failed to add the menu object
    -7130
    The specified menu already exists.
    -7030
    Invalid Row Number
    -7029
    Operation not supported on system form.
    -7028
    Out of boundary of DB data source offset.
    -7027
    The menu item is not a user defined menu item and cannot be manipulated in such manner.
    -7026
    Menu item was not found
    -7025
    Unknown Form State
    -7024
    Failed setting form bounds
    -7023
    Invalid Target
    -7022
    Could not commit action because the item is currently in focus.
    -7021
    Operation could not be set on extended edit text item.
    -7200
    Your connection string doesn't much UI development work mode.
    -7201
    The specified connection string is not valid.

  • Error While Adding Node on RAC

    Hi Friends,
    Environment:SUN Solris 10
    Cluster Version:10.2.0.3
    database Version:10.2.0.3.0
    Due to H/W failure one of our RAC node(prod1) got formatted.
    We have deleted the node(prod1) from RAC successfully.
    Following the below link..
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/adddelunix.htm#BEIBBADI
    But When i am again trying to add the node i am facing the below issue..
    while doing Adding an Oracle Clusterware Home to a New Node Using OUI in Interactive Mode
    1.Ensure that you have successfully installed Oracle Clusterware on at least one node in your cluster environment. To use these procedures as shown, your $CRS_HOME environment variable must identify your successfully installed Oracle Clusterware home.
    2.Go to CRS_home/oui/bin and run the addNode.sh script.
    3.The Oracle Universal Installer (OUI) displays the Node Selection Page on which you should select the node or nodes that you want to add and click Next.
    4.Verify the entries that OUI displays on the Summary Page and click Next.
    5.Run the rootaddNode.sh script from the CRS_home/install/ directory on the node from which you are running OUI.
    6.Run the orainstRoot.sh script on the new node if OUI prompts you to do so.when i am doing the step 6 on the new node, i am facing the below error..
    bash-3.00# /software/oracle/oraInventory/orainstRoot.sh
    Changing permissions of /software/oracle/oraInventory to 770.
    Changing groupname of /software/oracle/oraInventory to oinstall.
    The execution of the script is complete
    bash-3.00# /software/oracle/product/crs/root.sh
    WARNING: directory '/software/oracle/product' is not owned by root
    WARNING: directory '/software/oracle' is not owned by root
    "/opt/oracle/voting/voting1" does not exist. Create it before proceeding.
    Make sure that this file is shared across cluster nodes.Please share your views and suggest what to do in this situation...
    Regards
    Umesh
    Edited by: Umesh Gupta on Aug 22, 2011 12:43 PM

    Helios- Gunes EROL wrote:
    Hi;
    Please check your voting disk
    See:
    http://www.oracledba.org/11g/rac/11g_RAC_Admin_Utilities.html#Viewing_Votedisk_Information:
    Regard
    HeliosHere are the results..
    $./crsctl query css votedisk
    0.     0    /opt/oracle/voting/voting1
    located 1 votedisk(s).
    $ocrcheck
    Status of Oracle Cluster Registry is as follows :
             Version                  :          2
             Total space (kbytes)     :     301852
             Used space (kbytes)      :       3016
             Available space (kbytes) :     298836
             ID                       :   66623280
             Device/File Name         : /opt/oracle/ocr/ocr1
                                        Device/File integrity check succeeded
                                        Device/File not configured
             Cluster registry integrity check succeededbut from this i could not identify which raw disk is used as Voting and OCR
    Regards
    Umesh

  • Strange errors when using user defined function in where clause

    Hello,
    I am having trouble with a function that, when used in the where clause of a select will cause an error if the first column selected is of type INTEGER. Not sure whether I am doing something wrong or whether this is a bug.
    Here is a very simple test case:
    create table test(
    col1 integer not null,
    col2 varchar(20) ascii default ''
    insert into test values(1,'2011-03-15 05:00:00')
    insert into test values(2,'2011-03-15 07:00:00')
    CREATE FUNCTION BTR_TAG  RETURNS VARCHAR AS
        VAR ret VARCHAR(20);
      SET ret='2011-03-15 06:00:00';
      RETURN ret;
    Select * from test where col2 >= BTR_TAG()
    Select col1,col2 from test where col2 >= BTR_TAG()
    =>  Error in assignment;-3016 POS(1) Invalid numeric constant
    Select '',* from test where col2 >= BTR_TAG()
    Select col2,col1 from test where col2 >= BTR_TAG()
    => works as it should
    MaxDB V 7.7.07.16 running on Windows Server 2003
    I can replicated the test case above with Sql Studio and other ODBC based tools.
    Thanks in advance,
    Silke Arnswald

    Hello Siva,
    sorry, but I don't understand your reply:
    This is not right forum to posting this question.
    You are from which module or working any 3rd party application.
    MaxDB 7.7.07.16 is the community version of MaxDb,
    we are not using it for SAP
    and no 3rd party software is required to reproduce my problem,
    Sql Studio or Database Studio will do.
    Regards,
    Silke Arnswald

  • IPhone 5 restore Error (1)

    To Whom It May Conern,
    I recieved an iPhone from a friend recently (iPhone 5) with a shattered screen. It does not work anymore, and the home button is damaged beyond use as well.
    The phone is still recognized by iTunes and the PC's I've use it with however.
    I also disessembled it to confirm water damage or not. All stickers white, no water damage.
    I was told by the person whom gave it to me, I would need to replace the screen but could still restore it and get it ready as it was currently.
    I first hooked it up to a Windows 8 pc, and after some driver/software updating, the phone was  recognized/drivers installed/etc., and iTunes had it as able to view Music, Photos, Apps, etc.
    I went to factory restore it, updated iTunes/Windows, and now it is getting an error message (1) every time I do this.
    I have attempted this a total of about 20 times now, on multiple computers, as well as a Mac. The last attempt was on a Mac, and I saved the error details, as written here:
    2014-02-18 10:52:55.000 iTunes[2116:207]: restore library built Oct 10
    2013 at 18:04:35
    2014-02-18 10:52:55.000 iTunes[2116:207]: iTunes: iTunes 11.1.4
    2014-02-18 10:52:55.000 iTunes[2116:207]: iTunes: Software payload
    version: 11B554a
    2014-02-18 10:52:55.000 iTunes[2116:207]: iTunes: Using MobileRestore
    state machine
    [10:53:15.0634] Successfully applied power assertion
    [10:53:15.0637] Changing state from 'Idle' to 'Restoring'
    [10:53:15.0643] amai: AMAuthInstallSsoInitialize: can't find
    SSOClient.framework
    [10:53:15.0647] requested restore behavior: Erase
    [10:53:15.0649] requested variant: Erase
    [10:53:15.1101] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:15.9821] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is True
    [10:53:15.9825] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "RestoreLogo" Digest = "<CFData 0x7f9d16fc7e00 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9832] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "RestoreDeviceTree" Digest = "<CFData 0x7f9d16892c40
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9839] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "RestoreKernelCache" Digest = "<CFData 0x7f9d168ea840
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9845] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "RestoreRamDisk" Digest = "<CFData 0x7f9d168a7000
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9851] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBEC"
    Digest = "<CFData 0x7f9d16c21100 [0x7fff7d3ddfa0]>{length = 20,
    capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9859] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBSS"
    Digest = "<CFData 0x7f9d1507c650 [0x7fff7d3ddfa0]>{length = 20,
    capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9865] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "KernelCache" Digest = "<CFData 0x7f9d16f5f980 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9869] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "LLB"
    Digest = "<CFData 0x7f9d16fd64f0 [0x7fff7d3ddfa0]>{length = 20,
    capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9873] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "AppleLogo" Digest = "<CFData 0x7f9d1689a570 [0x7fff7d3ddfa0]>{length =
    20, capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9878] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryCharging1" Digest = "<CFData 0x7f9d1567e560
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9883] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryFull" Digest = "<CFData 0x7f9d16a7af60 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9888] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryPlugin" Digest = "<CFData 0x7f9d16c1a4b0
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9892] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryCharging0" Digest = "<CFData 0x7f9d15650d30
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9897] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryLow0" Digest = "<CFData 0x7f9d16ecbeb0 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9901] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "BatteryLow1" Digest = "<CFData 0x7f9d13cf2800 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9906] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "RecoveryMode" Digest = "<CFData 0x7f9d1564e840
    [0x7fff7d3ddfa0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9910] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "DeviceTree" Digest = "<CFData 0x7f9d1568cb40 [0x7fff7d3ddfa0]>{length
    = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9915] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: personalizing
    "iBoot" Digest = "<CFData 0x7f9d16886ee0 [0x7fff7d3ddfa0]>{length = 20,
    capacity = 20, bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}"
    [10:53:15.9919] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID
    <CFData 0x7f9d16a71da0 [0x7fff7d3ddfa0]>{length = 20, capacity = 20,
    bytes = 0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}
    [10:53:15.9924] amai: AMAuthInstallRequestSendSync: SSO function
    returned NULL, SSO disabled.
    [10:53:15.9928] amai: AMAuthInstallDebugWriteObject: debug object
    written:
    file://localhost/tmp/PersonalizedBundle_1EFE2EB1-D784-4DF4-ACCE-B4DAF9520
    FC2/amai/debug/tss-request.plist
    [10:53:15.9931] amai: AMAuthInstallHttpMessageSendSync:
    httpRequest=<CFHTTPMessageRef 0x7f9d16f60320(0x7f9d16f60330)> { POST
    request, priority -1, url
    http://gs.apple.com:80/TSS/controller?action=2 }
    [10:53:16.2453] amai: AMAuthInstallRequestSendSync: received tss
    response (server version: 2.1.0)
    [10:53:16.2457] amai: AMAuthInstallDebugWriteObject: debug object
    written:
    file://localhost/tmp/PersonalizedBundle_1EFE2EB1-D784-4DF4-ACCE-B4DAF9520
    FC2/amai/debug/tss-response.plist
    [10:53:16.2517] amai: _AMAuthInstallBundlePopulatePersonalizedBundle:
    no entry in manifest found for "Diags"
    [10:53:16.2566] iBoot build-version = iBoot-1940.3.5
    [10:53:16.2574] iBoot build-style = RELEASE
    [10:53:16.2576] requested restore behavior: Erase
    [10:53:16.2598] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:16.2605] requested restore behavior: Erase
    [10:53:16.2625] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:16.2633] unable to open device_map.txt: No such file or directory
    [10:53:16.2987] found device map entry for 0x00008950 0x00000002.
    boardConfig=n42ap platform=s5l8950x
    [10:53:16.2991] _AMRestoreCopyDeviceMapPlistEntryForHardware:
    firmwareDirectory not in options
    [10:53:16.2994] DeviceRequest failed: 0xe000404f
    [10:53:16.2997] command device request for 'getenv radio-error' failed:
    2008
    [10:53:16.2999] radio-error not set
    [10:53:16.3001] unable to open device_map.txt: No such file or directory
    [10:53:16.3003] <Recovery Mode Device 0x7f9d1563ab30>: production fused
    device
    [10:53:16.3005] requested restore behavior: Erase
    [10:53:16.3016] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:16.3023] requested restore behavior: Erase
    [10:53:16.3043] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:16.3491] <Recovery Mode Device 0x7f9d1563ab30>: operation 4
    progress -1
    [10:53:16.3966] bootstrapping restore with iBEC
    [10:53:16.3968] requested restore behavior: Erase
    [10:53:16.3988] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:16.4108] <Recovery Mode Device 0x7f9d1563ab30>: operation 31
    progress -1
    [10:53:17.4124] <Recovery Mode Device 0x7f9d1563ab30>: Recovery mode
    succeeded
    [10:53:17.4130] Finished Recovery Restore Phase: Successful
    [10:53:17.5143] Recovery mode device disconnected
    [10:53:17.5146] Recovery mode device disconnected
    [10:53:17.5148] Device removed when in state Restoring, moving device
    to transition state
    [10:53:17.5150] Changing state from 'Restoring' to 'Transitioning'
    [10:53:17.5153] Creating timer to monitor transition
    [10:53:19.6720] Recovery mode device connected
    [10:53:19.6722] Transitioning device returned, continuing restore.
    [10:53:19.6723] Canceling timer
    [10:53:19.6725] Changing state from 'Transitioning' to 'Restoring'
    [10:53:19.6727] requested restore behavior: Erase
    [10:53:19.6728] requested variant: Erase
    [10:53:19.6745] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.1654] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    [10:53:20.1658] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreLogo"
    [10:53:20.1662] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreDeviceTree"
    [10:53:20.1667] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreKernelCache"
    [10:53:20.1671] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreRamDisk"
    [10:53:20.1674] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "iBEC"
    [10:53:20.1676] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has
    been previously personalized; skipping it
    [10:53:20.1680] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "KernelCache"
    [10:53:20.1683] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been
    previously personalized; skipping it
    [10:53:20.1688] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "AppleLogo"
    [10:53:20.1691] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryCharging1"
    [10:53:20.1695] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryFull"
    [10:53:20.1699] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryPlugin"
    [10:53:20.1703] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryCharging0"
    [10:53:20.1707] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryLow0"
    [10:53:20.1712] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryLow1"
    [10:53:20.1716] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RecoveryMode"
    [10:53:20.1720] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "DeviceTree"
    [10:53:20.1724] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "iBoot"
    [10:53:20.1727] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    [10:53:20.1731] iBoot build-version = iBoot-1940.3.5
    [10:53:20.1734] iBoot build-style = RELEASE
    [10:53:20.1737] requested restore behavior: Erase
    [10:53:20.1740] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.1745] requested restore behavior: Erase
    [10:53:20.1757] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.1766] unable to open device_map.txt: No such file or directory
    [10:53:20.1771] found device map entry for 0x00008950 0x00000002.
    boardConfig=n42ap platform=s5l8950x
    [10:53:20.1775] _AMRestoreCopyDeviceMapPlistEntryForHardware:
    firmwareDirectory not in options
    [10:53:20.1779] DeviceRequest failed: 0xe000404f
    [10:53:20.1782] command device request for 'getenv radio-error' failed:
    2008
    [10:53:20.1785] radio-error not set
    [10:53:20.1787] unable to open device_map.txt: No such file or directory
    [10:53:20.1791] <Recovery Mode Device 0x7f9d16edfcf0>: production fused
    device
    [10:53:20.1794] requested restore behavior: Erase
    [10:53:20.1805] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.1813] requested restore behavior: Erase
    [10:53:20.1834] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.2282] <Recovery Mode Device 0x7f9d16edfcf0>: operation 4
    progress -1
    [10:53:20.2754] unable to open device_map.txt: No such file or directory
    [10:53:20.2762] found device map entry for 0x00008950 0x00000002.
    boardConfig=n42ap platform=s5l8950x
    [10:53:20.2769] _AMRestoreCopyDeviceMapPlistEntryForHardware:
    firmwareDirectory not in options
    [10:53:20.2776] requested restore behavior: Erase
    [10:53:20.2802] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.2816] requested restore behavior: Erase
    [10:53:20.2851] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:20.2862] <Recovery Mode Device 0x7f9d16edfcf0>: operation 42
    progress -1
    [10:53:20.2867] requested restore behavior: Erase
    [10:53:20.2889] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:21.3216] <Recovery Mode Device 0x7f9d16edfcf0>: operation 5
    progress -1
    [10:53:21.6870] unable to open device_map.txt: No such file or directory
    [10:53:21.6874] found device map entry for 0x00008950 0x00000002.
    boardConfig=n42ap platform=s5l8950x
    [10:53:21.6878] _AMRestoreCopyDeviceMapPlistEntryForHardware:
    firmwareDirectory not in options
    [10:53:21.6881] DeviceRequest failed: 0xe000404f
    [10:53:21.6884] command device request for 'getenv ramdisk-delay'
    failed: 2008
    [10:53:23.3506] <Recovery Mode Device 0x7f9d16edfcf0>: operation 6
    progress -1
    [10:53:24.3622] <Recovery Mode Device 0x7f9d16edfcf0>: operation 7
    progress -1
    [10:53:24.6932] <Recovery Mode Device 0x7f9d16edfcf0>: operation 8
    progress -1
    [10:53:24.6935] unable to open device_map.txt: No such file or directory
    [10:53:24.6937] found device map entry for 0x00008950 0x00000002.
    boardConfig=n42ap platform=s5l8950x
    [10:53:24.6940] _AMRestoreCopyDeviceMapPlistEntryForHardware:
    firmwareDirectory not in options
    [10:53:24.6943] <Recovery Mode Device 0x7f9d16edfcf0>: operation 9
    progress -1
    [10:53:24.6945] <Recovery Mode Device 0x7f9d16edfcf0>: Recovery mode
    succeeded
    [10:53:24.6948] Finished Recovery Restore Phase: Successful
    [10:53:25.8983] Recovery mode device disconnected
    [10:53:25.8984] Device removed when in state Restoring, moving device
    to transition state
    [10:53:25.8987] Changing state from 'Restoring' to 'Transitioning'
    [10:53:25.8989] Creating timer to monitor transition
    [10:53:28.3991] RestoreOS mode device connected
    [10:53:28.3992] Transitioning device returned, continuing restore.
    [10:53:28.3994] Canceling timer
    [10:53:28.3996] Changing state from 'Transitioning' to 'Restoring'
    [10:53:28.4028] <Restore Device 0x7f9d16a1e4d0>: operation 44 progress
    -1
    [10:53:28.4036] requested restore behavior: Erase
    [10:53:28.4039] requested variant: Erase
    [10:53:28.4054] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:28.8914] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    [10:53:28.8918] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreLogo"
    [10:53:28.8922] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreDeviceTree"
    [10:53:28.8927] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreKernelCache"
    [10:53:28.8929] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RestoreRamDisk"
    [10:53:28.8932] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "iBEC"
    [10:53:28.8934] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has
    been previously personalized; skipping it
    [10:53:28.8937] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "KernelCache"
    [10:53:28.8940] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been
    previously personalized; skipping it
    [10:53:28.8944] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "AppleLogo"
    [10:53:28.8948] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryCharging1"
    [10:53:28.8952] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryFull"
    [10:53:28.8956] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryPlugin"
    [10:53:28.8961] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryCharging0"
    [10:53:28.8965] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryLow0"
    [10:53:28.8968] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "BatteryLow1"
    [10:53:28.8971] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "RecoveryMode"
    [10:53:28.8973] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "DeviceTree"
    [10:53:28.8976] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing
    "iBoot"
    [10:53:28.8978] amai:
    _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    [10:53:28.8981] requested restore behavior: Erase
    [10:53:28.8983] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:28.9006] device did not return saved USB log
    [10:53:28.9009] device did not return saved panic log
    [10:53:28.9011] previous restore failed with exit status 0x100
    [10:53:28.9035] connected to service com.apple.mobile.restored
    [10:53:28.9038] using protocol version 13
    [10:53:28.9084] unable to open device_map.txt: No such file or directory
    [10:53:28.9087] board config = n42ap
    [10:53:28.9113] no value returned for BootArgs
    [10:53:28.9116] _copyDeviceProperty() failed for restore bootargs
    [10:53:28.9132] no value returned for MarketingPartNumber
    [10:53:28.9135] _copyDeviceProperty() failed for mpn
    [10:53:28.9138] requested restore behavior: Erase
    [10:53:28.9158] amai: AMAuthInstallBundleCopyBuildIdentityForVariant:
    No baseband chipid reported. Will match Build Identity based on ap
    chipid and boardid only.
    [10:53:28.9194] value query for 'HardwareModel' returned 'N42AP'
    [10:53:28.9244] <Restore Device 0x7f9d16a1e4d0>: operation 28 progress
    -1
    [10:53:44.9192] previous restore failed: '
    [10:53:44.9192] [nand_part_core:INF@ 145] created partition 4 as
    'Filesystem'
    [10:53:44.9192] Pthread support ABORTS when sync kernel primitives
    misused
    [10:53:44.9192] BSD root: md0, major 3, minor 0
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 4
    [10:53:44.9192] [nand_part_core:INF@ 145] created partition 5 as
    'System Config'
    [10:53:44.9192] [nand_part_core:INF@ 145] created partition 6 as
    'Diagnostic Data'
    [10:53:44.9192] [nand_part_core:INF@ 145] created partition 7 as 'Bad
    Block Table'
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 7
    [10:53:44.9192] AppleSamsungSerial: Identified Serial Port on ARM
    Device=uart1 at 0x32600000(0x9cb9d000)
    [10:53:44.9192] com.apple.AppleFSCompressionTypeZlib kmod start
    [10:53:44.9192] AppleSwissPPNFTL started with IOFlashStoragePartition
    provider
    [10:53:44.9192] [NAND] _FindFlashMediaAndKeepout:601 physical nand
    block offset 1
    [10:53:44.9192] AppleNANDFTL registered[NAND] start:356 this 0xa31aa800
    PROVIDER=0xa2e64100 flashMedia=0xa2e64100
    [10:53:44.9192] [NAND] WMR_Start:149 Apple PPN NAND Driver, Read/Write
    [10:53:44.9192] [NAND] WMR_Start:174 FIL_Init  [OK]
    [10:53:44.9192] AppleSamsungSerial: Identified Serial Port on ARM
    Device=uart3 at 0x32800000(0x9cbce000)
    [10:53:44.9192] com.apple.AppleFSCompressionTypeZlib load succeeded
    [10:53:44.9192] L2TP domain init
    [10:53:44.9192] L2TP domain init complete
    [10:53:44.9192] PPTP domain init
    [10:53:44.9192] Scaler 0 enableDeviceClock(true,HALF_CLOCK_INDEX) = 0x0
    [10:53:44.9192] Scaler 0 enableDeviceClock(true,FULL_CLOCK_INDEX) = 0x0
    [10:53:44.9192] Scaler 0 enableDevicePower(true,0,HALF_CLOCK_INDEX) =
    0x0
    [10:53:44.9192] Scaler 0 enableDeviceClock(false,FULL_CLOCK_INDEX) =
    0x0
    [10:53:44.9192] CLCD not initied by iBoot, driver will not load
    [10:53:44.9192] [NAND] WMR_Open:371 VFL_Open    [OK]
    [10:53:44.9192] Scaler 1 enableDeviceClock(true,HALF_CLOCK_INDEX) = 0x0
    [10:53:44.9192] Scaler 1 enableDeviceClock(true,FULL_CLOCK_INDEX) = 0x0
    [10:53:44.9192] Scaler 1 enableDevicePower(true,0,HALF_CLOCK_INDEX) =
    0x0
    [10:53:44.9192] Scaler 1 enableDeviceClock(false,FULL_CLOCK_INDEX) =
    0x0
    [10:53:44.9192] AppleH4CamIn::start - back camera expected
    [10:53:44.9192] AppleH4CamIn::start - front camera expected
    [10:53:44.9192] AppleH4CamIn::power_off_hardware
    [10:53:44.9192] AppleH4CamIn::setPowerStateGated: 0
    [10:53:44.9192] AppleMultitouchN1SPI: successfully started
    [10:53:44.9192] AppleAP3DSH::probe found device with ID: 0x3f
    [10:53:44.9192] AppleAP3DSH::handleStart _calibrationMatrix [65149
    -1004 -881] [-2131 64608 -379] [481 595 66374]
    [10:53:44.9192] AppleAP3DSH::handleStart _calibrationOffsets [950093
    -603282 3384666]
    [10:53:44.9192] AppleAP3DSH::handleStart - No calibration inverse
    matrix or the data is invalid, Compute locally
    [10:53:44.9192] AppleAP3DSH::handleStart _calibrationInverseMatrix
    [65953 1016 880] [2172 66508 408] [-497 -603 64699]
    [10:53:44.9192] AppleAP3DSH::handleStart _odr400HzSampleInterval = 2433
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableDetect 1
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableType USBHost
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_handleUSBCableConnect
    cable connected, but don't have device configuration yet
    [10:53:44.9192] AppleCS35L19Amp: could not allocate control 395
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableDetect 0
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableType Detached
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_handleUSBCableConnect
    cable connected, but don't have device configuration yet
    [10:53:44.9192] AppleMultitouchN1SPI: detected HBPP. driver will be
    kept alive
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableDetect 1
    [10:53:44.9192] AppleD1972PMUPowerSource: AppleUSBCableType USBHost
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_handleUSBCableConnect
    cable connected, but don't have device configuration yet
    [10:53:44.9192] inverting UI colordisplay-scale = 2
    [10:53:44.9192] display-rotation = 0
    [10:53:44.9192] found applelogo at
    /usr/share/progressui/[email protected]
    [10:53:44.9192] unable to find a usable display
    [10:53:44.9192] unable to get framebuffer
    [10:53:44.9192] found PTP interface
    [10:53:44.9192] AppleSynopsysOTGDevice - Configuration: PTP
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: PTP
    [10:53:44.9192] AppleSynopsysOTGDevice - Configuration: iPod USB
    Interface
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface:
    USBAudioControl
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface:
    USBAudioStreaming
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: IapOverUsbHid
    [10:53:44.9192] AppleSynopsysOTGDevice - Configuration: PTP + Apple
    Mobile Device
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: PTP
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: AppleUSBMux
    [10:53:44.9192] AppleSynopsysOTGDevice - Configuration: PTP + Apple
    Mobile Device + Apple USB Ethernet
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: PTP
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface: AppleUSBMux
    [10:53:44.9192] AppleSynopsysOTGDevice          Interface:
    AppleUSBEthernet
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function USBAudioStreaming
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function AppleUSBEthernet
    [10:53:44.9192] IOAccessoryPortUSB::start
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function USBAudioControl
    [10:53:44.9192] virtual bool AppleUSBDeviceMux::start(IOService *)
    build: Sep 27 2013 23:30:36
    [10:53:44.9192] init_waste
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function AppleUSBMux
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function IapOverUsbHid
    [10:53:44.9192] AppleSynopsysOTGDevice::gated_registerFunction Register
    function PTP
    [10:53:44.9192] AppleSynopsysOTGDevice::startUSBStack Starting usb stack
    [10:53:44.9192] IOReturn AppleUSBDeviceMux::setPropertiesGated(OSObject
    *) setting debug level to 7
    [10:53:44.9192] 000169.889813 wlan.N[0]
    AppleBCMWLANBusInterfaceHSIC::attachBusGated(): 
    AppleBCMWLANBusInterfaceHSIC (0xa3c5a800) -->>--
    AppleBCMWLANBusInterfaceHSICShim (0xa43240c0)
    [10:53:44.9192] AppleBCMWLANCore::init(): IO80211-40 Sep 27 2013
    22:57:52
    [10:53:44.9192] AppleBCMWLANCore::init(): AppleBCMWLANV2-249.2 Sep 27
    2013 23:32:48 release
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f268 established 62078<-lo0->49152 62078<-usb->56320
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f268
    [10:53:44.9192] recv(13, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f268 established 62078<-lo0->49153 62078<-usb->56576
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f210 established 62078<-lo0->49154 62078<-usb->56832
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f1b8 established 62078<-lo0->49155 62078<-usb->57088
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f210
    [10:53:44.9192] recv(14, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f1b8
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f1b8 established 62078<-lo0->49156 62078<-usb->57344
    [10:53:44.9192] recv(15, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f268
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f210 established 62078<-lo0->49157 62078<-usb->57600
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f268 established 62078<-lo0->49158 62078<-usb->57856
    [10:53:44.9192] recv(13, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f268
    [10:53:44.9192] recv(13, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f210
    [10:53:44.9192] recv(15, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa482f210 established 62078<-lo0->49159 62078<-usb->58112
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa482f210
    [10:53:44.9192] recv(13, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] 000169.996345 wlan.N[1] AppleBCMWLANCore::start():
    Starting with MAC Address: <<<mac address>>>
    [10:53:44.9192] 000169.996747 wlan.N[2]
    AppleBCMWLANCore::setPowerStateGated():   powerState 1, fStateFlags
    0x20, dev 0x80326000 (this 1, provider 0)
    [10:53:44.9192] 000169.996762 wlan.N[3]
    AppleBCMWLANCore::setPowerStateGated():  Received power state change
    before driver has initialized, ignoring
    [10:53:44.9192] IO80211Peer::addPhyStatistics Phy stats started for
    addr <<<mac address>>>
    [10:53:44.9192] IO80211Peer::addPhyStatistics Tx Completion stats
    started for addr <<<mac address>>>
    [10:53:44.9192] IO80211PeerManager::initWithInterface cant add
    monitoring timer
    [10:53:44.9192] Started logging for intf
    [10:53:44.9192] IO80211PeerManager::initWithInterface: inited peer
    manager
    [10:53:44.9192] IO80211Interface::init peerManager=0xa4de4400
    [10:53:44.9192] start:156
    [10:53:44.9192] start:156
    [10:53:44.9192] [NAND] WMR_Open:420 FTL_Open    [OK]
    [10:53:44.9192] [NAND] _publishServices:642 FTL capabilities: 0x00000001
    [10:53:44.9192] [NAND] _ppnvflGetStruct:3469 Checking borrowed blocks -
    count: 23 max_count: 23
    [10:53:44.9192] [NAND] _fetchBorrowedList:881 number of borrowed blocks
    16
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 0
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 1
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 2
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 3
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 5
    [10:53:44.9192] [nand_part_core:INF@ 157] published partition 6
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500ca50 established 62078<-lo0->49160 62078<-usb->58368
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa500ca50
    [10:53:44.9192] recv(9, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500ca50 established 62078<-lo0->49161 62078<-usb->58624
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa500ca50
    [10:53:44.9192] recv(9, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500ca50 established 62078<-lo0->49162 62078<-usb->58880
    [10:53:44.9192] unrecognized key 'BootArgs' in value query
    [10:53:44.9192] failed to handle value query for key 'BootArgs',
    sending back empty response
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa500ca50
    [10:53:44.9192] recv(9, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500ca50 established 62078<-lo0->49163 62078<-usb->59136
    [10:53:44.9192] unrecognized key 'MarketingPartNumber' in value query
    [10:53:44.9192] failed to handle value query for key
    'MarketingPartNumber', sending back empty response
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa500ca50
    [10:53:44.9192] recv(9, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500ca50 established 62078<-lo0->49164 62078<-usb->59392
    [10:53:44.9192] void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t)
    received reset, closing 0xa500ca50
    [10:53:44.9192] recv(9, 4) failed: connection closed
    [10:53:44.9192] unable to read message size: -1
    [10:53:44.9192] could not receive message
    [10:53:44.9192] client protocol version 13
    [10:53:44.9192] *** UUID 360DBEAB-9524-1042-B7B7-D4CE5137AC4D ***
    [10:53:44.9192] Restore options:
    [10:53:44.9192]      UUID                           => <CFString 0x1564af90
    [0x3d0ad0]>{contents = "360DBEAB-9524-1042-B7B7-D4CE5137AC4D"}
    [10:53:44.9192]      MinimumSystemPartition         => <CFNumber 0x1564aee0
    [0x3d0ad0]>{value = +1589, type = kCFNumberSInt64Type}
    [10:53:44.9192]      SystemPartitionSize            => <CFNumber 0x1564a8e0
    [0x3d0ad0]>{value = +1589, type = kCFNumberSInt64Type}
    [10:53:44.9192]      SystemPartitionPadding         => <CFBasicHash
    0x1564b1f0 [0x3d0ad0]>{type = mutable dict, count = 5,
    [10:53:44.9192] entries =>
    [10:53:44.9192]      2 : <CFString 0x1564b1a0 [0x3d0ad0]>{contents = "128"}
    = <CFNumber 0x1564af10 [0x3d0ad0]>{value = +1280, type =
    kCFNumberSInt64Type}
    [10:53:44.9192]      3 : <CFString 0x1564ae20 [0x3d0ad0]>{contents = "16"}
    = <CFNumber 0x1564af40 [0x3d0ad0]>{value = +160, type =
    kCFNumberSInt64Type}
    [10:53:44.9192]      4 : <CFString 0x1564aeb0 [0x3d0ad0]>{contents = "32"}
    = <CFNumber 0x1564ac20 [0x3d0ad0]>{value = +320, type =
    kCFNumberSInt64Type}
    [10:53:44.9192]      5 : <CFString 0x1564ab20 [0x3d0ad0]>{contents = "8"} =
    <CFNumber 0x1564a5e0 [0x3d0ad0]>{value = +80, type =
    kCFNumberSInt64Type}
    [10:53:44.9192]      8 : <CFString 0x1564abd0 [0x3d0ad0]>{contents = "64"}
    = <CFNumber 0x1564ab10 [0x3d0ad0]>{value = +640, type =
    kCFNumberSInt64Type}
    [10:53:44.9192] }
    [10:53:44.9192]
    [10:53:44.9192] entering load_sep_os
    [10:53:44.9192] device has no sep
    [10:53:44.9192] entering partition_nand_device
    [10:53:44.9192] device supports boot-from-NAND
    [10:53:44.9192] nand device is already partitioned
    [10:53:44.9192] entering wait_for_storage_device
    [10:53:44.9192] Searching for NAND service
    [10:53:44.9192] Found NAND service: IOFlashStoragePartition
    [10:53:44.9192] NAND initialized. Waiting for devnode.
    [10:53:44.9192] entering clear_remap_variable
    [10:53:44.9192] waiting for matching IOKit service: <CFBasicHash
    0x1564a9b0 [0x3d0ad0]>{type = mutable dict, count = 2,
    [10:53:44.9192] entries =>
    [10:53:44.9192]      0 : <CFString 0x1c5e98 [0x3d0ad0]>{contents =
    "IOResourceMatch"} = <CFString 0x156498e0 [0x3d0ad0]>{contents =
    "IONVRAM"}
    [10:53:44.9192]      2 : <CFString 0x529f00 [0x3d0ad0]>{contents =
    "IOProviderClass"} = <CFString 0x1564a960 [0x3d0ad0]>{contents =
    "IOResources"}
    [10:53:44.9192] }
    [10:53:44.9192]
    [10:53:44.9192] executing /usr/sbin/nvram
    [10:53:44.9192] entering format_effaceable_storage
    [10:53:44.9192] effaceable storage is formatted, clearing it
    [10:53:44.9192] [effaceable:INIT] found current generation, 46, in
    group 1
    [10:53:44.9192] [effaceable:INIT] started
    [10:53:44.9192] [effaceable:INIT] started
    [10:53:44.9192] effaceable storaged cleared
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system=/dev/disk0s1s1 data=/dev/disk0s1s2
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s1
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is InnsbruckTaos11B554a.N42OS
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume InnsbruckTaos11B554a.N42OS appears to be
    OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s1 mounted on /mnt1
    [10:53:44.9192] entering check_for_restore_log
    [10:53:44.9192] found restore log (size = 28041)
    [10:53:44.9192] entering unmount_filesystems
    [10:53:44.9192] error unmounting '/mnt2': Invalid argument
    [10:53:44.9192] entering clean_NAND
    [10:53:44.9192] NAND format complete
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0 system=
    data=
    [10:53:44.9192] entering format_storage_for_LwVM
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] unexpected partition 'LwVM' - skipping
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system= data=
    [10:53:44.9192] entering create_filesystem_partitions
    [10:53:44.9192] User specified system partition size, skipping firmware
    extras size.
    [10:53:44.9192] system partition padding size is: 167772160 bytes
    [10:53:44.9192] unable to open : No such file or directory
    [10:53:44.9192] creating 2 partitions
    [10:53:44.9192] creating encrypted data partition
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system=/dev/disk0s1s1 data=/dev/disk0s1s2
    [10:53:44.9192] wipe entire partition: 1 (old = 0 new = 1749)
    [10:53:44.9192] block size for /dev/disk0s1s1: 4096
    [10:53:44.9192] /sbin/newfs_hfs -s -v System -J /dev/disk0s1s1
    [10:53:44.9192] executing /sbin/newfs_hfs -s -v System -J /dev/disk0s1s1
    [10:53:44.9192] Initialized /dev/rdisk0s1s1 as a 2 GB case-sensitive
    HFS Plus volume with a 8192k journal
    [10:53:44.9192] block size for /dev/disk0s1s2: 4096
    [10:53:44.9192] /sbin/newfs_hfs -s -v Data -J -P /dev/disk0s1s2
    [10:53:44.9192] executing /sbin/newfs_hfs -s -v Data -J -P
    /dev/disk0s1s2
    [10:53:44.9192] Initialized /dev/rdisk0s1s2 as a 13 GB case-sensitive
    HFS Plus volume with a 8192k journal
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system=/dev/disk0s1s1 data=/dev/disk0s1s2
    [10:53:44.9192] entering mount_filesystems
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s1
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is System
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume System appears to be OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s1 mounted on /mnt1
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s2
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is Data
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume Data appears to be OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s2 mounted on /mnt2
    [10:53:44.9192] entering resize_system_partition_to_options
    [10:53:44.9192] User specified system partition size, skipping firmware
    extras size.
    [10:53:44.9192] Found SystemPartitionPadding value of 167772160 bytes
    [10:53:44.9192] Erasing system partition prior to resize operation.
    [10:53:44.9192] block size for /dev/disk0s1s1: 4096
    [10:53:44.9192] /sbin/newfs_hfs -s -v System -J /dev/disk0s1s1
    [10:53:44.9192] executing /sbin/newfs_hfs -s -v System -J /dev/disk0s1s1
    [10:53:44.9192] Initialized /dev/rdisk0s1s1 as a 2 GB case-sensitive
    HFS Plus volume with a 8192k journal
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s1
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is System
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume System appears to be OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s1 mounted on /mnt1
    [10:53:44.9192] Trying to resize system partition to 1833959424 bytes
    aka 1749 MB
    [10:53:44.9192] entering adjust_partition
    [10:53:44.9192] partition: requiredSize=447744
    [10:53:44.9192] no change in size
    [10:53:44.9192] Successfully resized the system partition
    [10:53:44.9192] entering maximize_data_partition
    [10:53:44.9192] entering adjust_partition
    [10:53:44.9192] partition: requiredSize=<<<<<IMEI>>>>>>6
    [10:53:44.9192] maximizing data partition to 14020509695 bytes
    [10:53:44.9192] entering adjust_partition
    [10:53:44.9192] partition: requiredSize=3422976
    [10:53:44.9192] no change in size
    [10:53:44.9192] Successfully resized data partition to consume free
    blocks
    [10:53:44.9192] The system partition now has a total HFS+ capacity of
    1749 MB
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system=/dev/disk0s1s1 data=/dev/disk0s1s2
    [10:53:44.9192] entering unmount_filesystems
    [10:53:44.9192] entering ramrod_ticket_update
    [10:53:44.9192] looking up root ticket hash
    [10:53:44.9192] device tree ticket-hash: <CFData 0x155547e0
    [0x3d0ad0]>{length = 20, capacity = 20, bytes =
    0x<<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>}
    [10:53:44.9192] ticket_hash: <<<<<<<<<<<<<<<<<<UDID>>>>>>>>>>>>>>>>>>
    [10:53:44.9192] received valid ticket (2729 bytes)
    [10:53:44.9192] entering restore_images
    [10:53:44.9192] Successfully marked device node /dev/rdisk0s1s1 as
    static data
    [10:53:44.9192] executing /usr/sbin/asr -source asr://localhost:12345
    -target /dev/disk0s1s1 -erase -noprompt --chunkchecksum --puppetstrings
    [10:53:44.9192] void AppleUSBDeviceMux::handleConnectResult(struct
    BulkUSBMuxSession *, errno_t) new session to port 12345 failed: 61
    [10:53:44.9192] void AppleUSBDeviceMux::handleConnectResult(struct
    BulkUSBMuxSession *, errno_t) new session to port 12345 failed: 61
    [10:53:44.9192] ASR: asr: Unable to disable idle sleep - -536870199
    [10:53:44.9192] ASR STATUS: start     241.1     multicast-client
    [10:53:44.9192] ASR: Waiting for connection attempt from server
    [10:53:44.9192] AppleUSBDeviceMux::handleConnectResult new session
    0xa500c6e0 established 12345<-lo0->49167 12345<-usb->60160
    [10:53:44.9192] ASR STATUS: setup
    [10:53:44.9192] ASR: Validating target...
    [10:53:44.9192] ASR: done
    [10:53:44.9192] ASR STATUS: metadata
    [10:53:44.9192] ASR: Validating source...
    [10:53:44.9192] ASR: done
    [10:53:44.9192] ASR: Retrieving scan information...
    [10:53:44.9192] ASR: done
    [10:53:44.9192] ASR: Validating sizes...
    [10:53:44.9192] ASR: done
    [10:53:44.9192] ASR STATUS: restore
    [10:53:44.9192] ASR RESTORE PROGRESS: 2%
    [10:53:44.9192] ASR RESTORE PROGRESS: 4%
    [10:53:44.9192] ASR RESTORE PROGRESS: 6%
    [10:53:44.9192] ASR RESTORE PROGRESS: 8%
    [10:53:44.9192] ASR RESTORE PROGRESS: 10%
    [10:53:44.9192] ASR RESTORE PROGRESS: 12%
    [10:53:44.9192] ASR RESTORE PROGRESS: 14%
    [10:53:44.9192] ASR RESTORE PROGRESS: 16%
    [10:53:44.9192] ASR RESTORE PROGRESS: 18%
    [10:53:44.9192] ASR RESTORE PROGRESS: 20%
    [10:53:44.9192] ASR RESTORE PROGRESS: 22%
    [10:53:44.9192] ASR RESTORE PROGRESS: 24%
    [10:53:44.9192] ASR RESTORE PROGRESS: 26%
    [10:53:44.9192] ASR RESTORE PROGRESS: 28%
    [10:53:44.9192] ASR RESTORE PROGRESS: 30%
    [10:53:44.9192] ASR RESTORE PROGRESS: 32%
    [10:53:44.9192] ASR RESTORE PROGRESS: 34%
    [10:53:44.9192] ASR RESTORE PROGRESS: 36%
    [10:53:44.9192] ASR RESTORE PROGRESS: 38%
    [10:53:44.9192] ASR RESTORE PROGRESS: 40%
    [10:53:44.9192] ASR RESTORE PROGRESS: 42%
    [10:53:44.9192] ASR RESTORE PROGRESS: 44%
    [10:53:44.9192] ASR RESTORE PROGRESS: 46%
    [10:53:44.9192] ASR RESTORE PROGRESS: 48%
    [10:53:44.9192] ASR RESTORE PROGRESS: 50%
    [10:53:44.9192] ASR RESTORE PROGRESS: 52%
    [10:53:44.9192] ASR RESTORE PROGRESS: 54%
    [10:53:44.9192] ASR RESTORE PROGRESS: 56%
    [10:53:44.9192] ASR RESTORE PROGRESS: 58%
    [10:53:44.9192] ASR RESTORE PROGRESS: 60%
    [10:53:44.9192] ASR RESTORE PROGRESS: 62%
    [10:53:44.9192] ASR RESTORE PROGRESS: 64%
    [10:53:44.9192] ASR RESTORE PROGRESS: 66%
    [10:53:44.9192] ASR RESTORE PROGRESS: 68%
    [10:53:44.9192] ASR RESTORE PROGRESS: 70%
    [10:53:44.9192] ASR RESTORE PROGRESS: 72%
    [10:53:44.9192] ASR RESTORE PROGRESS: 74%
    [10:53:44.9192] ASR RESTORE PROGRESS: 76%
    [10:53:44.9192] ASR RESTORE PROGRESS: 78%
    [10:53:44.9192] ASR RESTORE PROGRESS: 80%
    [10:53:44.9192] ASR RESTORE PROGRESS: 82%
    [10:53:44.9192] ASR RESTORE PROGRESS: 84%
    [10:53:44.9192] ASR RESTORE PROGRESS: 86%
    [10:53:44.9192] ASR RESTORE PROGRESS: 88%
    [10:53:44.9192] ASR RESTORE PROGRESS: 90%
    [10:53:44.9192] ASR RESTORE PROGRESS: 92%
    [10:53:44.9192] ASR RESTORE PROGRESS: 94%
    [10:53:44.9192] ASR RESTORE PROGRESS: 96%
    [10:53:44.9192] ASR RESTORE PROGRESS: 98%
    [10:53:44.9192] AppleUSBDeviceMux::sessionUpcall socket is closed,
    session 0xa500c6e0 (12345<-lo0->49167 12345<-usb->60160)
    [10:53:44.9192] ASR RESTORE PROGRESS: 100%
    [10:53:44.9192] ASR: Copied 1666908672 bytes in 70.21 seconds, 23184.43
    KiB/s
    [10:53:44.9192] ASR STATUS: verify
    [10:53:44.9192] ASR VERIFY PROGRESS: 2%
    [10:53:44.9192] ASR VERIFY PROGRESS: 4%
    [10:53:44.9192] ASR VERIFY PROGRESS: 6%
    [10:53:44.9192] ASR VERIFY PROGRESS: 8%
    [10:53:44.9192] ASR VERIFY PROGRESS: 10%
    [10:53:44.9192] ASR VERIFY PROGRESS: 12%
    [10:53:44.9192] ASR VERIFY PROGRESS: 14%
    [10:53:44.9192] ASR VERIFY PROGRESS: 16%
    [10:53:44.9192] ASR VERIFY PROGRESS: 18%
    [10:53:44.9192] ASR VERIFY PROGRESS: 20%
    [10:53:44.9192] ASR VERIFY PROGRESS: 22%
    [10:53:44.9192] ASR VERIFY PROGRESS: 24%
    [10:53:44.9192] ASR VERIFY PROGRESS: 26%
    [10:53:44.9192] ASR VERIFY PROGRESS: 28%
    [10:53:44.9192] ASR VERIFY PROGRESS: 30%
    [10:53:44.9192] ASR VERIFY PROGRESS: 32%
    [10:53:44.9192] ASR VERIFY PROGRESS: 34%
    [10:53:44.9192] ASR VERIFY PROGRESS: 36%
    [10:53:44.9192] ASR VERIFY PROGRESS: 38%
    [10:53:44.9192] ASR VERIFY PROGRESS: 40%
    [10:53:44.9192] ASR VERIFY PROGRESS: 42%
    [10:53:44.9192] ASR VERIFY PROGRESS: 44%
    [10:53:44.9192] ASR VERIFY PROGRESS: 46%
    [10:53:44.9192] ASR VERIFY PROGRESS: 48%
    [10:53:44.9192] ASR VERIFY PROGRESS: 50%
    [10:53:44.9192] ASR VERIFY PROGRESS: 52%
    [10:53:44.9192] ASR VERIFY PROGRESS: 54%
    [10:53:44.9192] ASR VERIFY PROGRESS: 56%
    [10:53:44.9192] ASR VERIFY PROGRESS: 58%
    [10:53:44.9192] ASR VERIFY PROGRESS: 60%
    [10:53:44.9192] ASR VERIFY PROGRESS: 62%
    [10:53:44.9192] ASR VERIFY PROGRESS: 64%
    [10:53:44.9192] ASR VERIFY PROGRESS: 66%
    [10:53:44.9192] ASR VERIFY PROGRESS: 68%
    [10:53:44.9192] ASR VERIFY PROGRESS: 70%
    [10:53:44.9192] ASR VERIFY PROGRESS: 72%
    [10:53:44.9192] ASR VERIFY PROGRESS: 74%
    [10:53:44.9192] ASR VERIFY PROGRESS: 76%
    [10:53:44.9192] ASR VERIFY PROGRESS: 78%
    [10:53:44.9192] ASR VERIFY PROGRESS: 80%
    [10:53:44.9192] ASR VERIFY PROGRESS: 82%
    [10:53:44.9192] ASR VERIFY PROGRESS: 84%
    [10:53:44.9192] ASR VERIFY PROGRESS: 86%
    [10:53:44.9192] ASR VERIFY PROGRESS: 88%
    [10:53:44.9192] ASR VERIFY PROGRESS: 90%
    [10:53:44.9192] ASR VERIFY PROGRESS: 92%
    [10:53:44.9192] ASR VERIFY PROGRESS: 94%
    [10:53:44.9192] ASR VERIFY PROGRESS: 96%
    [10:53:44.9192] ASR VERIFY PROGRESS: 98%
    [10:53:44.9192] ASR VERIFY PROGRESS: 100%
    [10:53:44.9192] ASR: Verified SHA-1 checksum 1666908672 bytes in 8.87
    seconds, 183434.91 KiB/s
    [10:53:44.9192] ASR STATUS: finish
    [10:53:44.9192] entering ramrod_probe_media
    [10:53:44.9192] device partitioning scheme is GPT
    [10:53:44.9192] find_filesystem_partitions: storage=/dev/disk0s1
    system=/dev/disk0s1s1 data=/dev/disk0s1s2
    [10:53:44.9192] entering mount_filesystems
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s1
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is InnsbruckTaos11B554a.N42OS
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume InnsbruckTaos11B554a.N42OS appears to be
    OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s1 mounted on /mnt1
    [10:53:44.9192] executing /sbin/fsck_hfs
    [10:53:44.9192] ** /dev/rdisk0s1s2
    [10:53:44.9192]    Executing fsck_hfs (version hfs-227).
    [10:53:44.9192] ** Checking Journaled HFS Plus volume.
    [10:53:44.9192] ** Detected a case-sensitive volume.
    [10:53:44.9192]    The volume name is Data
    [10:53:44.9192] ** Checking extents overflow file.
    [10:53:44.9192] ** Checking catalog file.
    [10:53:44.9192] ** Checking multi-linked files.
    [10:53:44.9192] ** Checking catalog hierarchy.
    [10:53:44.9192] ** Checking extended attributes file.
    [10:53:44.9192] ** Checking volume bitmap.
    [10:53:44.9192] ** Checking volume information.
    [10:53:44.9192] ** Trimming unused blocks.
    [10:53:44.9192] ** The volume Data appears to be OK.
    [10:53:44.9192] executing /sbin/mount_hfs
    [10:53:44.9192] /dev/disk0s1s2 mounted on /mnt2
    [10:53:44.9192] entering install_kernel_cache
    [10:53:44.9192] writing kernelcache to
    /mnt1/System/Library/Caches/com.apple.kernelcaches/kernelcache
    [10:53:44.9192] entering install_secure_vault_daemon
    [10:53:44.9192] entering get_hardware_platform
    [10:53:44.9192] platform-name = s5l8950x
    [10:53:44.9192] linking /mnt1/usr/sbin/securekeyvaultd to
    /mnt1/usr/sbin/securekeyvaultd.s5l8950x
    [10:53:44.9192] no securekeyvaultd for s5l8950x
    [10:53:44.9192] entering ramrod_ticket_write
    [10:53:44.9192] writing ticket to
    /mnt1/System/Library/Caches/apticket.der
    [10:53:44.9192] entering update_device_firmware
    [10:53:44.9192] create_baseband_update_options: Got imeisv: 6
    [10:53:44.9192] baseband updater options = <CFBasicHash 0x1564bca0
    [0x3d0ad0]>{type = mutable dict, count = 3,
    [10:53:44.9192] entries =>
    [10:53:44.9192]      0 : <CFString 0x1c7238 [0x3d0ad0]>{contents =
    "IMEISwVersion"} = <CFNumber 0x15553aa0 [0x3d0ad0]>{value = +6, type =
    kCFNumberSInt32Type}
    [10:53:44.9192]      1 : <CFString 0x1c7298 [0x3d0ad0]>{contents =
    "autoSetupEnv"} = <CFBoolean 0x3d0e88 [0x3d0ad0]>{value = false}
    [10:53:44.9192]      2 : <CFString 0x1c72a8 [0x3d0ad0]>{contents =
    "disablePing"} = <CFBoolean 0x3d0e80 [0x3d0ad0]>{value = true}
    [10:53:44.9192] }
    [10:53:44.9192]
    [10:53:44.9192] _baseband_update_requires_system_filesystem_once:
    querying baseband to determine if it requires system filesystem
    [10:53:44.9192] _baseband_update_requires_system_filesystem_once: query
    returned <CFBasicHash 0x1564bb90 [0x3d0ad0]>{type = mutable dict, count
    = 3,
    [10:53:44.9192] entries =>
    [10:53:44.9192]      0 : <CFString 0x1c7008 [0x3d0ad0]>{contents =
    "requireSystemPartitionMount"} = <CFBoolean 0x3d0e80 [0x3d0ad0]>{value
    = true}
    [10:53:44.9192]      1 : <CFString 0x1c7028 [0x3d0ad0]>{contents =
    "requireUserPartitionMount"} = <CFBoolean 0x3d0e88 [0x3d0ad0]>{value =
    false}
    [10:53:44.9192]      2 : <CFString 0x1c7038 [0x3d0ad0]>{contents =
    "requireBasebandFSPartitionMount"} = <CFBoolean 0x3d0e88
    [0x3d0ad0]>{value = false}
    [10:53:44.9192] }
    [10:53:44.9192]
    [10:53:44.9192] entering update_iBoot
    [10:53:44.9192] found 'AppleImage3NORAccess' object in IORegistry
    [10:53:44.9192] entering update_iBoot_image3_NOR_access
    [10:53:44.9192] write_image3_data: flashing illb data (length = 0x24a1a)
    [10:53:44.9192] write_image3_data: flashing SCAB data (length = 0xaf0)
    [10:53:44.9192] ticket updated
    [10:53:44.9192] write_image3_data: flashing ibot data (length = 0x4518c)
    [10:53:44.9192] write_image3_data: flashing chg1 data (length = 0x88cc)
    [10:53:44.9192] write_image3_data: flashing bat0 data (length = 0xaa4c)
    [10:53:44.9192] write_image3_data: flashing batF data (length = 0x1484c)
    [10:53:44.9192] write_image3_data: flashing logo data (length = 0x1a8c)
    [10:53:44.9192] write_image3_data: flashing recm data (length = 0xdd8c)
    [10:53:44.9192] write_image3_data: flashing dtre data (length = 0x153cc)
    [10:53:44.9192] write_image3_data: flashing chg0 data (length = 0x260c)
    [10:53:44.9192] write_image3_data: flashing bat1 data (length = 0x80c)
    [10:53:44.9192] write_image3_data: flashing glyP data (length = 0xf8c)
    [10:53:44.9192] AppleImage3NORAccess::_getSuperBlock imageVersion: 3
    [10:53:44.9192] AppleImage3NORAccess::_getSuperBlock imageVersion: 3
    [10:53:44.9192] [nand_part_core:INF@2289] first 2 pages of boot blocks
    written with copies of partition table
    [10:53:44.9192] entering update_gas_gauge
    [10:53:44.9192] entering update_ir_mcu
    [10:53:44.9192] looking for mcu nub...no entry from path!
    [10:53:44.9192] TiSerialFlasher not supported on this platform. Exiting.
    [10:53:44.9192] entering update_baseband
    [10:53:44.9192] update_baseband: registering for progress notifications
    [10:53:44.9192] create_baseband_update_options: Got imeisv: 6
    [10:53:44.9192] baseband updater options = <CFBasicHash 0x1564bc60
    [0x3d0ad0]>{type = mutable dict, count = 6,
    [10:53:44.9192] entries =>
    [10:53:44.9192]      0 : <CFString 0x1c71e8 [0x3d0ad0]>{contents =
    "SystemRoot"} = <CFString 0x1564b270 [0x3d0ad0]>{contents = "/mnt1"}
    [10:53:44.9192]      1 : <CFString 0x1c7238 [0x3d0ad0]>{contents =
    "IMEISwVersion"} = <CFNumber 0x15553aa0 [0x3d0ad0]>{value = +6, type =
    kCFNumberSInt32Type}
    [10:53:44.9192]      2 : <CFString 0x1c7298 [0x3d0ad0]>{contents =
    "autoSetupEnv"} = <CFBoolean 0x3d0e88 [0x3d0ad0]>{value = false}
    [10:53:44.9192]      3 : <CFString 0x1c7178 [0x3d0ad0]>{contents =
    "forceUpdate"} = <CFBoolean 0x3d0e80 [0x3d0ad0]>{value = true}
    [10:53:44.9192]      5 : <CFString 0x1c72a8 [0x3d0ad0]>{contents =
    "disablePing"} = <CFBoolean 0x3d0e80 [0x3d0ad0]>{value = true}
    [10:53:44.9192]      6 : <CFString 0x1c7198 [0x3d0ad0]>{contents =
    "DisallowFusiing"} = <CFBoolean 0x3d0e80 [0x3d0ad0]>{value = true}
    [10:53:44.9192] }
    [10:53:44.9192]
    [10:53:44.9192] update_baseband: querying baseband info
    [10:53:44.9192] bbupdater: BEGIN: Querying info at stage first
    [10:53:44.9192] bbupdater:      BEGIN: Preparing first stage
    [10:53:44.9192] bbupdater:           Requested boot mode:  kBBUBootModeNone
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    5...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    4...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] [nand_part_core:INF@3169] next 98 pages of boot blocks
    written with LLB image of size 150080 bytes
    [10:53:44.9192] [nand_part_core:INF@3172] final 156 pages of boot
    blocks written with random data in full page format
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    3...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    2...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    1...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] bbupdater:           Creating transport, attempts remaining
    0...bbupdater:           FAILED(kBBUReturnIOError)
    [10:53:44.9192] bbupdater:      END(kBBUReturnIOError): Preparing first
    stage
    [10:53:44.9192] bbupdater: END(kBBUReturnIOError): Querying info at
    stage first
    [10:53:44.9192] send_bbupdate_status: sending baseband update status to
    host
    [10:53:44.9192] update_baseband: bbupdater error: The operation
    couldn\U2019t be completed. (BBUpdater error 3 - Failed creating a
    communication transport to baseband.)
    [10:53:44.9192] 0: RamrodErrorDomain/3ec: update_baseband: failed
    querying baseband info
    [10:53:44.9192] 1: BBUpdater/3: Failed creating a communication
    transport to baseband.
    [10:53:44.9192] unable

    Hello everyone,
    After dealing with this issue for a few days I was able to fix my issue.
    The errors that I was getting were 1 and -1 on an iPhone4 upgrading to IOS 7
    I read and tried every fix under the sun it seemed.
    The fix for me was the DNS cache (even though I tried it on a different computer)
    Here is the whole story...
    I had a working iPhone4 on iOS6 when I started trying to upgrade to the latest version.
    I plugged it in to iTunes and hit restore, after an extremely long DL (slow on my end) it failed.
    I decided at that time that I would actually start trying and I unplugged all my other USB and used a real apply usb cable as opposed to my long one.
    I also updated iTunes to the latest version and hit the restore button in iTunes again.
    After another extemely long DL (because turns out my old verison of iTunes downloaded 6.1.3) I tried again.
    Error 1 or -1 depending on which time I tried.
    I then checked my hosts file and it was good so I tried disconnecting the battery and hitting the power buton a bunch to drain the power and it still failed with error 1.
    After maunally downloading the firmware from ipsw downloader i tried again but no results so I downloaded the alternate version of the software for GSM phones which was the incorrect version so didn't even start before it failed.
    Frustrated at this point so I get a netbook and throw a fresh copy of windows 7 onto it.
    Update all the drivers and various runtimes then installed latest verison of iTunes.
    checked the hosts just to be stupid sure it would work and it was good.
    Error 1
    So at this point I have waisted two days and I have alreadly replaced the clients phone as "I (meaning apple)" broke it.
    So back on my main PC I start from square one and realise that I never actually cleared my DNS cache as it says in many instructions.
    So I try that and 10 minutes later I got a brand new phone.
    TLDR: Clear your DNS cache in Windows and Mac
    Steps I used to fix it
    Apple brand charger
    back/motherboard usb port
    hosts file empty
    dns cache cleared
    dfu mode
    Shift click restore button for custom ipsw file / latest version
    To clear DNS cache in Windows hit the windows key or button in the bottom right (windows 7) and type CMD
    Right click and run cmd as administrator
    type
    ipconfig /flushdns
    I fixed mine after giving up so don't give up and don't feed the "unplug it" and "hit buttons at a certain point trolls".
    Good Luck.

  • Timeout errors when using high speed camera.

    Hi all.
    I'm currently trying to capture images using a Mikrotron EoSens MC1363 camera at high frame rates >500fps. The issue arises when the region of interest (ROI) is decreased in the microtron software (of which screenshots are attached). The ROI must be dropped in order to increase the fps. When MAX is opened and configured to match the camera settings, and grab is initiated, the timeout error occurs. I've attached screenshots of the mikrotron software, max settings, the error and PC used. The OS is windows 7 64 bit. We use the camera config file for the mono version of the camera which i've been informed will cross over to satisfy the colour version we use. Any questions feel free to ask. Thanks.
    Attachments:
    errors.docx ‏3016 KB
    997-EoSens 3CL-MC1362-Manual.pdf ‏1209 KB

    Hi Dom.
    As you said the maximum frame rate with the ROI set to 1280 x 1024 is 505fps but according to the general information for the camera series:
    The Mikrotron EoSens camera series features extremely sensitive high-speed
    CMOS sensors available in monochrome or in colour with a resolution of 1280 x
    1024 pixels and capture rates of 110 or 500 frames per second. Depending on
    the model the image data is transferred in 8 or 10 bits via either CameraLink
    (Base, Medium or Full) or Gigabit Ethernet.The region of interest (ROI) can be
    freely selected, and the cameras can achieve even higher capture rates up to
    120,000 fps when the ROI is reduced
    Therefore it was my thought that by reducing the width of the ROI increased frame rates may be reached. Realistically we're looking for as high frame rates as possible so that the camera has capability to pass between projects. Currently the moving object enters and leaves the ROI within a 4 frame window, so frame rates of up to 1000fps would generate more data. Naturally, a point will come where the data cannot be physically written as fast as it is generated (>600MBps). Therefore it would be useful to get a handle onto why the error occurs as well as methods to fix it. Hopefully the problem is being discussed between NI and Mikrotron and we may have some answers in the near future.

  • Runtime Errors MOVE_TO_LIT_NOTALLOWED_NODATA

    I am getting this error when i perform sum in ALV on particular field.
    Runtime Errors        MOVE_TO_LIT_NOTALLOWED_NODATA                                               
    Date and Time          08.05.2014 04:40:38                                                         
    Short text                                                                                       
        Error at assignment: Overwritten protected field.                                           
    What happened?                                                                                   
        Error in the ABAP Application Program                                                       
        The current ABAP program "SAPLKKBL" had to be terminated because it has                     
        come across a statement that unfortunately cannot be executed.                               
    What can you do?                                                                                 
        Note down which actions and inputs caused the error.                                         
        To process the problem further, contact you SAP system                                       
        administrator.                                                                               
        Using Transaction ST22 for ABAP Dump Analysis, you can look                                 
        at and manage termination messages, and you can also                                         
        keep them for a long time.                                                                   
    Error analysis                                                                                   
        A new value is to be assigned to the field "<L_UNIT>", although this field is               
        entirely or partly protected against changes.                                               
        The following are protected against changes:                                                 
        - Character literals or numeric literals                                                     
        - Constants (CONSTANTS)                                                                     
        - Parameters of the category IMPORTING REFERENCE for functions and                           
        methods                                                                                     
        - Untyped field symbols not yet assigned a field using ASSIGN                               
        - TABLES parameters if the actual parameter is protected against changes                     
        - USING reference parameters and CHANGING parameters for FORMs, if the                       
        actual parameter is protected against changes and                                           
        - Accesses using field symbols if the field assigned using ASSIGN is                         
        protected (or partially protected, e.g. key components of an internal                       
        table with the type SORTED or HASHED TABLE) against changes                                 
        - Accesses using references, if the field bound to the reference is                         
        protected (or partially protected) against changes                                           
        - External write accesses to READ-ONLY attributes,                                           
        - Content of a shared object area instance accessed using a shared lock                     
        (ATTACH_FOR_READ).     
    Source Code Extract                                                                             
    Line
    SourceCde                                                                                 
    2975
    *        IF LS_FIELDCAT-NO_OUT NE 'X'.                                                     
    2976
    *          LFLG_SHOW = 'X'.                                                               
    2977
    *          EXIT.                                                                           
    2978
    *        ENDIF.                                                                           
    2979
    *      ENDIF.                                                                             
    2980
    *    ENDLOOP.                                                                             
    2981
    2982
    *  Wenn die Einheit gleichzeitig das aktuelle                                             
    2983
    *  Zwischensummenkriterium ist                                                           
    2984
        if ls_dep_field-s_dep_fieldcat-fieldname =          "INS K_SUBTOTEH                   
    2985
                          rs_sort-fieldname. "INS K_SUBTOTEH                                   
    2986
    *    in einer Split-Zeile nie die Einheit ausgeben,                                       
    2987
    *    da diese in der aktuellen Zwischensumme immer                                       
    2988
    *    homogen sein muß und deshalb schon in der ersten                                     
    2989
    *    Zeile ausgegeben wurde                                                               
    2990
          if vflg_splitline = 'X'.        "INS K_SUBTOTEH                                     
    2991
            clear lflg_show.              "INS K_SUBTOTEH                                     
    2992
    *    in der ersten Zeile immer die Einheit ausgeben,                                     
    2993
    *    da diese Zwischensummenkrit. ist und deshalb                                         
    2994
    *    auch erscheinen muß, falls keine Kennzahl diese                                     
    2995
    *    referenziert                                                                         
    2996
          else.                            "INS K_SUBTOTEH                                     
    2997
            lflg_show = 'X'.              "INS K_SUBTOTEH                                     
    2998
          endif.                          "INS K_SUBTOTEH                                     
    2999
        endif.                            "INS K_SUBTOTEH                                     
    3000
    3001
        if lflg_show is initial.                                                               
    3002
    *    assign component <ls_dep_field>-s_dep_fieldcat-fieldname                             
    3003
          assign component ls_dep_field-s_dep_fieldcat-fieldname                               
    3004
                of structure t_outtab to <l_unit>.                                           
    >>>>>
          clear <l_unit>.                                                                     
    3006
        endif.                                                                                 
    3007
      endloop.                                                                                 
    3008
    3009
    endform.                              " SPLIT_LINE_CHECK                                 
    3010
    3011
    *&      Form  SUM_EXPA_SINGLE_NEW                                                         
    3012
    3013
    *      text                                                                               
    3014
    3015
    *      -->P_LFLG_KOMP  text                                                               
    3016
    *      -->P_L_SUBRC  text                                                                 
    3017
    3018
    form sum_expa_single_new using rflg_komp type c                                           
    3019
                                  r_subrc like sy-subrc.                                     
    3020
    3021
      data: ls_levels type kkblo_sort_extend.                                                 
    3022
      data: ls_groups type kkblo_grouplevels.                                                 
    3023
      data: ls_groups_static type kkblo_grouplevels.                                           
    3024
      data: l_subrc like sy-subrc.

    Hello Zia,
    line 3002 is the key to the issue you have experienced:
    *    assign component <ls_dep_field>-s_dep_fieldcat-fieldname                             
    The component of a structure field-symbols get assigned to a 2nd field-symbol. The structure field-symbols is most likely assigned to a line of an internal table. This internal table is possibly an importing parameter (not changable) or the table is of kind sorted/hased and the structure component part of the table key.
    Hope this helps
      Klaus

  • Tomcat 5.0.28 Crashing - Unexpected Error detected HotSpot Virtual Machine

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (4A41564123414C4C530E4350500018), pid=2872, tid=2884
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x6dd02218): JavaThread "CompilerThread1" daemon [_thread_in_vm, id=2884]
    Stack: [0x6e3e0000,0x6e4e0000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:1582 java.util.Arrays.mergeSort([Ljava/lang/Object;[Ljava/lang/Object;IIILjava/util/Comparator;)V (235 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x6ef2d048 JavaThread "Dispatcher-Thread-2347" daemon [_thread_blocked, id=4068]
    0x6fe3d650 JavaThread "http-443-Processor50" daemon [_thread_in_native, id=1996]
    0x6ffaf210 JavaThread "http-443-Processor49" daemon [_thread_in_native, id=2076]
    0x7012e5c0 JavaThread "http-443-Processor48" daemon [_thread_in_native, id=1732]
    0x6e80c0a0 JavaThread "http-443-Processor47" daemon [_thread_blocked, id=2056]
    0x6ede8008 JavaThread "http-443-Processor46" daemon [_thread_blocked, id=2060]
    0x6ee50008 JavaThread "http-443-Processor45" daemon [_thread_in_native, id=1744]
    0x6ec06dd0 JavaThread "http-443-Processor44" daemon [_thread_in_native, id=3816]
    0x727208a0 JavaThread "http-443-Processor43" daemon [_thread_in_native, id=2540]
    0x6ef5c808 JavaThread "http-443-Processor42" daemon [_thread_in_native, id=1740]
    0x6ef5c668 JavaThread "http-443-Processor41" daemon [_thread_in_native, id=756]
    0x78779540 JavaThread "http-443-Processor40" daemon [_thread_blocked, id=3848]
    0x6f72b4a0 JavaThread "http-443-Processor39" daemon [_thread_in_native, id=2084]
    0x6ddb0af0 JavaThread "http-443-Processor38" daemon [_thread_in_native, id=3828]
    0x729ead68 JavaThread "http-443-Processor37" daemon [_thread_in_native, id=1788]
    0x6fac9808 JavaThread "http-443-Processor36" daemon [_thread_in_native, id=1796]
    0x702f2e30 JavaThread "http-443-Processor35" daemon [_thread_in_native, id=3684]
    0x72635d00 JavaThread "http-443-Processor34" daemon [_thread_in_native, id=3144]
    0x78310cd8 JavaThread "http-443-Processor33" daemon [_thread_in_native, id=3980]
    0x733e4d10 JavaThread "http-443-Processor32" daemon [_thread_in_native, id=812]
    0x6fdbd310 JavaThread "http-443-Processor31" daemon [_thread_blocked, id=1948]
    0x6ec20b68 JavaThread "http-443-Processor30" daemon [_thread_blocked, id=2624]
    0x0082ae08 JavaThread "http-443-Processor29" daemon [_thread_blocked, id=3164]
    0x6fc4a008 JavaThread "http-443-Processor28" daemon [_thread_blocked, id=3820]
    0x6f0d5cf8 JavaThread "http-443-Processor27" daemon [_thread_blocked, id=1552]
    0x6ec18008 JavaThread "http-443-Processor26" daemon [_thread_blocked, id=3964]
    0x70129c30 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=668]
    0x6f22f920 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4052]
    0x6f247990 JavaThread "TP-Monitor" daemon [_thread_blocked, id=3016]
    0x6f247810 JavaThread "TP-Processor4" daemon [_thread_in_native, id=1320]
    0x71fe0178 JavaThread "TP-Processor3" daemon [_thread_blocked, id=1828]
    0x6f4bf930 JavaThread "TP-Processor2" daemon [_thread_blocked, id=4020]
    0x6f847950 JavaThread "TP-Processor1" daemon [_thread_blocked, id=4080]
    0x6f089b08 JavaThread "http-443-Monitor" [_thread_blocked, id=2664]
    0x7207bd28 JavaThread "http-443-Processor25" daemon [_thread_in_native, id=1520]
    0x6ec73af8 JavaThread "http-443-Processor24" daemon [_thread_in_native, id=344]
    0x6f0f9e50 JavaThread "http-443-Processor23" daemon [_thread_in_native, id=1512]
    0x6ea82de0 JavaThread "http-443-Processor22" daemon [_thread_in_native, id=1156]
    0x6fdaa008 JavaThread "http-443-Processor21" daemon [_thread_in_native, id=888]
    0x6fc420a8 JavaThread "http-443-Processor20" daemon [_thread_in_native, id=276]
    0x6e88bd90 JavaThread "http-443-Processor19" daemon [_thread_in_native, id=3780]
    0x7049de48 JavaThread "http-443-Processor18" daemon [_thread_in_native, id=2728]
    0x6ec80408 JavaThread "http-443-Processor17" daemon [_thread_in_native, id=4036]
    0x6ee89d18 JavaThread "http-443-Processor16" daemon [_thread_in_native, id=3208]
    0x6fea2c08 JavaThread "http-443-Processor15" daemon [_thread_in_native, id=3448]
    0x6f2009c0 JavaThread "http-443-Processor14" daemon [_thread_in_native, id=3952]
    0x6e8f04a8 JavaThread "http-443-Processor13" daemon [_thread_in_native, id=2720]
    0x6f926d70 JavaThread "http-443-Processor12" daemon [_thread_in_native, id=1760]
    0x6f39be20 JavaThread "http-443-Processor11" daemon [_thread_in_native, id=1376]
    0x6fda2d98 JavaThread "http-443-Processor10" daemon [_thread_in_native, id=2644]
    0x70089da0 JavaThread "http-443-Processor9" daemon [_thread_in_native, id=2080]
    0x6f0490a0 JavaThread "http-443-Processor8" daemon [_thread_in_native, id=700]
    0x6f001008 JavaThread "http-443-Processor7" daemon [_thread_in_native, id=1016]
    0x70485408 JavaThread "http-443-Processor6" daemon [_thread_in_native, id=2656]
    0x704254a0 JavaThread "http-443-Processor5" daemon [_thread_in_native, id=1056]
    0x6ec60408 JavaThread "http-443-Processor4" daemon [_thread_in_native, id=1736]
    0x6efa9008 JavaThread "http-443-Processor3" daemon [_thread_in_native, id=3140]
    0x700c2e80 JavaThread "http-443-Processor2" daemon [_thread_in_native, id=1864]
    0x6e9a2dd0 JavaThread "http-443-Processor1" daemon [_thread_in_native, id=1764]
    0x6ead6e38 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=2660]
    0x6eb8add8 JavaThread "Dispatcher-Thread-7" daemon [_thread_blocked, id=1808]
    0x6ff269d0 JavaThread "Thread-5" daemon [_thread_blocked, id=3392]
    0x6fe8e3c0 JavaThread "RunnableThread:5" [_thread_blocked, id=836]
    0x6fe8e008 JavaThread "RunnableThread:4" [_thread_blocked, id=3276]
    0x6fe8ebb0 JavaThread "RunnableThread:3" [_thread_blocked, id=2604]
    0x6eb31bf0 JavaThread "RunnableThread:2" [_thread_blocked, id=2548]
    0x6fe05e00 JavaThread "RunnableThread:1" [_thread_blocked, id=3956]
    0x6f8f7ce0 JavaThread "Thread-3" [_thread_blocked, id=3656]
    0x6f2c8828 JavaThread "DaemonThread:diskcachedaemon" [_thread_blocked, id=1384]
    0x6e9a5780 JavaThread "DaemonThread:feeddaemon" [_thread_blocked, id=420]
    0x6dd81c50 JavaThread "Thread-0" [_thread_in_native, id=4064]
    0x6dd035b8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1380]
    =>0x6dd02218 JavaThread "CompilerThread1" daemon [_thread_in_vm, id=2884]
    0x6dd01450 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1456]
    0x6dd00688 JavaThread "AdapterThread" daemon [_thread_blocked, id=2888]
    0x6dcfa6c8 JavaThread "Finalizer" daemon [_thread_blocked, id=2880]
    0x0084c9a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=1448]
    0x005c5fb0 JavaThread "main" [_thread_in_native, id=2876]
    Other Threads:
    0x0084b790 VMThread [id=1452]
    0x6dd048c8 WatcherThread [id=2180]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 36416K, used 5368K [0x61c30000, 0x64280000, 0x6d1f0000)
    eden space 34112K, 14% used [0x61c30000,0x62107d70,0x63d80000)
    from space 2304K, 17% used [0x64040000,0x640a62a0,0x64280000)
    to space 2560K, 0% used [0x63d80000,0x63d80000,0x64000000)
    PSOldGen total 233024K, used 158462K [0x06df0000, 0x15180000, 0x61c30000)
    object space 233024K, 68% used [0x06df0000,0x108afb08,0x15180000)
    PSPermGen total 34560K, used 34472K [0x02df0000, 0x04fb0000, 0x06df0000)
    object space 34560K, 99% used [0x02df0000,0x04f9a388,0x04fb0000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\tomcat5.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\msvcrt.dll
    0x7c8d0000 - 0x7d0ce000      C:\WINDOWS\system32\SHELL32.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x6d840000 - 0x6dbd8000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\server\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d680000 - 0x6d68c000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\zip.dll
    0x00d70000 - 0x00da5000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\netapi32.dll
    0x00db0000 - 0x00dc3000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x6f3e0000 - 0x6f43a000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6f440000 - 0x6f46f000      C:\Program Files\ISView\ntsecurity.dll
    0x76df0000 - 0x76e24000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000      C:\WINDOWS\system32\adsldpc.dll
    0x76b80000 - 0x76bae000      C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a98000      C:\WINDOWS\system32\ATL.DLL
    0x77670000 - 0x777a9000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8b000      C:\WINDOWS\system32\OLEAUT32.dll
    0x777b0000 - 0x77833000      C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770d6000      C:\WINDOWS\system32\COMRes.dll
    0x77b90000 - 0x77b98000      C:\WINDOWS\system32\VERSION.dll
    0x75da0000 - 0x75e5d000      C:\WINDOWS\system32\SXS.DLL
    0x766f0000 - 0x76704000      C:\WINDOWS\system32\NTDSAPI.DLL
    0x71a60000 - 0x71ab8000      C:\WINDOWS\system32\kerberos.dll
    0x766e0000 - 0x766ec000      C:\WINDOWS\system32\cryptdll.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    0x76c90000 - 0x76cb7000      C:\WINDOWS\system32\msv1_0.dll
    0x76cf0000 - 0x76d0a000      C:\WINDOWS\system32\iphlpapi.dll
    0x75be0000 - 0x75d47000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\awt.dll
    0x70fb0000 - 0x70fd7000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.dll
    0x75f60000 - 0x75fab000      C:\WINDOWS\system32\ddraw.dll
    0x758a0000 - 0x758a6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x75d60000 - 0x75d9d000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\fontmanager.dll
    0x758b0000 - 0x758b9000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\nio.dll
    0x760b0000 - 0x760de000      C:\WINDOWS\system32\adsldp.dll
    0x760e0000 - 0x760f4000      C:\WINDOWS\system32\adsmsext.dll
    0x76120000 - 0x76137000      C:\WINDOWS\system32\tsuserex.dll
    0x761b0000 - 0x76215000      C:\WINDOWS\system32\msvcp60.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x7e020000 - 0x7e02f000      C:\WINDOWS\system32\SAMLIB.dll
    0x76150000 - 0x7616a000      C:\Program Files\ISView\OmniTREEVJava.dll
    0x76170000 - 0x76189000      C:\Program Files\Transport\bin\VMLIB32.dll
    0x76220000 - 0x7622a000      C:\Program Files\Transport\bin\WMCOMM32.dll
    0x76230000 - 0x76239000      C:\WINDOWS\system32\WSOCK32.dll
    0x76240000 - 0x7624a000      C:\Program Files\Transport\bin\DSLIB32.dll
    0x76250000 - 0x76262000      C:\Program Files\Transport\bin\SSLIB32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x76270000 - 0x76284000      C:\Program Files\Transport\bin\WMOBJ32.dll
    0x764b0000 - 0x764bf000      C:\Program Files\OmniTREEV\bin\WMERR32.dll
    0x764c0000 - 0x764c6000      C:\Program Files\Transport\bin\WMSECU32.dll
    0x764d0000 - 0x764d8000      C:\Program Files\Transport\bin\WMAL32.dll
    0x764e0000 - 0x764e6000      C:\Program Files\Transport\bin\DYNARR32.dll
    0x76580000 - 0x765af000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\cmm.dll
    0x766b0000 - 0x766cf000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\jpeg.dll
    0x70fa0000 - 0x70fa5000      C:\WINDOWS\system32\ICMP.DLL
    VM Arguments:
    jvm_args: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 5.0 -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\endorsed -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 5.0 -Xrs vfprintf -Xms256m -Xmx1636m
    java_command: <unknown>
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_05
    PATH=C:\Program Files\Transport\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\RAC4;C:\Program Files\OmniTREEV\bin;C:\Program Files\Java\jdk1.5.0_05\bin;C:\Program Files\ISView\
    USERNAME=repl
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:10:30 by "java_re" with MS VC++ 6.0

    I am new to this thread. We see essentially the same error while running JBoss 4.0.4 (which includes Tomcat 5.5.17) on JDK 1.5.0_14. My specific error is generated while compiling a particular class in the JRC library from Crystal. It is worth noting that this 3rd-party library is 100%-pure Java.
    I am unable to find a current bug for internal error 4A41564123414C4C530E4350500018 against 1.5.0_14. Would it make sense to enter one?
    Here are a few notes:
    - Due to published JBoss incompatibilities we cannot validate this issue against JDK 1.6
    - The error only happens on a 64-bit server-grade machine running a 32-bit JVM on Windows 2003
    - The error happens in the 32-bit Windows version of both 1.5.0_08-b03 & 1.5.0_14-b03
    - The error is not reproduceable in the 64-bit Windows version of 1.5.0_08-b03
    - The error completely goes away with the following VM argument:
      -XX:CompileCommand=exclude,com/crystaldecisions/reports/reportdefinition/AdornmentProperties,intThe crash logs are below. Any help would be most appreciated.
    *1.5.0_08-b03:*
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (4A41564123414C4C530E4350500018), pid=3632, tid=152
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_08-b03 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x61ea2f30):  JavaThread "CompilerThread1" daemon [_thread_in_vm, id=152]
    Stack: [0x62350000,0x62390000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:1959      com.crystaldecisions.reports.reportdefinition.AdornmentProperties.int(Lcom/crystaldecisions/reports/common/c/e;Lcom/crystaldecisions/reports/reportdefinition/eq;)Z (646 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x661e6c28 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3052]
      0x6604ad20 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4012]
      0x62735940 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=3296]
      0x62d38008 JavaThread "ConvertReports" daemon [_thread_in_Java, id=3280]
      0x64fb0e80 JavaThread "http-0.0.0.0-7003-3" daemon [_thread_blocked, id=2724]
      0x64965310 JavaThread "http-0.0.0.0-7003-2" daemon [_thread_in_native, id=3924]
      0x61ef7b50 JavaThread "http-0.0.0.0-7003-1" daemon [_thread_in_native, id=3540]
      0x64fea008 JavaThread "http-0.0.0.0-7003" daemon [_thread_in_native, id=3240]
      0x66463718 JavaThread "JBossLifeThread" [_thread_blocked, id=3584]
      0x65153008 JavaThread "Thread-25" [_thread_in_native, id=2476]
      0x65759510 JavaThread "JspRuntimeContext[\wswebapp.war]" daemon [_thread_blocked, id=3880]
      0x684b8a20 JavaThread "Timer-21" [_thread_blocked, id=1332]
      0x68505c60 JavaThread "Timer-20" daemon [_thread_blocked, id=2480]
      0x63371690 JavaThread "Timer-19" daemon [_thread_blocked, id=3732]
      0x6272ddd0 JavaThread "Timer-18" daemon [_thread_blocked, id=2688]
      0x6272dc48 JavaThread "JspRuntimeContext[\myproductwebapp.war]" daemon [_thread_blocked, id=2808]
      0x65f32d40 JavaThread "IdleRemover" daemon [_thread_blocked, id=2516]
      0x6506ad58 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3840]
      0x63d9ad58 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3972]
      0x6588fe48 JavaThread "ActiveMQ Transport: tcp:///10.180.77.155:61616" [_thread_in_native, id=3116]
      0x64ebecb0 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:5/58e4c34db7baa7875758adbbae2f8113 destination=QUEUE.PtEngineMessenger messageSelector=null Local Create] id=3" [_thread_blocked, id=3576]
      0x66419e60 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:3/2ebbe7e4a031df8078925204f40f23ba destination=QUEUE.IntegrationQueue messageSelector=null Local Create] id=2" [_thread_blocked, id=3672]
      0x641ab540 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:1/7a8adeb3165327fe7f9a2cae588a9ed4 destination=QUEUE.DocuSysSendMessageQueue messageSelector=null Local Create] id=1" [_thread_blocked, id=2560]
      0x653d8378 JavaThread "Timer-16" [_thread_blocked, id=3384]
      0x63be2278 JavaThread "Timer-15" [_thread_blocked, id=3316]
      0x653e9ae8 JavaThread "Timer-14" [_thread_blocked, id=3108]
      0x649a8260 JavaThread "Timer-13" [_thread_blocked, id=2464]
      0x635b1c58 JavaThread "Timer-12" [_thread_blocked, id=3148]
      0x63997c80 JavaThread "Timer-11" [_thread_blocked, id=3056]
      0x65542b70 JavaThread "Timer-10" [_thread_blocked, id=3740]
      0x64b8b018 JavaThread "Timer-9" [_thread_blocked, id=3524]
      0x641362d8 JavaThread "Timer-8" [_thread_blocked, id=3956]
      0x63b58260 JavaThread "Timer-7" [_thread_blocked, id=3400]
      0x64b5ed88 JavaThread "Timer-6" [_thread_blocked, id=2980]
      0x630d7008 JavaThread "Timer-5" [_thread_blocked, id=3600]
      0x63cb2008 JavaThread "Timer-4" [_thread_blocked, id=4052]
      0x6286fe60 JavaThread "Timer-3" daemon [_thread_blocked, id=2424]
      0x6304b3f8 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3968]
      0x634abe00 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3332]
      0x65e61e28 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=2388]
      0x65686008 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4032]
      0x65d6ce70 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=3916]
      0x61f6c328 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=2768]
      0x65092e58 JavaThread "TimeoutFactory-1" daemon [_thread_blocked, id=3800]
      0x628c2db8 JavaThread "JCA PoolFiller" [_thread_blocked, id=2852]
      0x64e02de8 JavaThread "HSQLDB Timer @4f71a3" daemon [_thread_blocked, id=3780]
      0x65568e40 JavaThread "Timer-2" daemon [_thread_blocked, id=3040]
      0x63ef13f8 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=2856]
      0x65676020 JavaThread "JspRuntimeContext[\web-console.war]" daemon [_thread_blocked, id=2548]
      0x636cfe50 JavaThread "Thread-3" daemon [_thread_blocked, id=3976]
      0x65e71670 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=4060]
      0x63ffb198 JavaThread "JspRuntimeContext[\jbossmq-httpil.war]" daemon [_thread_blocked, id=664]
      0x65a2f6c8 JavaThread "JspRuntimeContext[\tmp27590jbossws-exp.war]" daemon [_thread_blocked, id=3132]
      0x65dbce38 JavaThread "JspRuntimeContext[\invoker.war]" daemon [_thread_blocked, id=1776]
      0x658c6488 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3548]
      0x65be3e70 JavaThread "JspRuntimeContext[\intranetlink]" daemon [_thread_blocked, id=2396]
      0x63145938 JavaThread "JspRuntimeContext[\output]" daemon [_thread_blocked, id=3896]
      0x635444c8 JavaThread "JspRuntimeContext[\app2]" daemon [_thread_blocked, id=3784]
      0x6355a020 JavaThread "JspRuntimeContext[\app1]" daemon [_thread_blocked, id=3124]
      0x6342fad0 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=3912]
      0x62e9ccf8 JavaThread "PooledInvokerAcceptor#0-65004" [_thread_in_native, id=868]
      0x64074490 JavaThread "RMI TCP Accept-65003" daemon [_thread_in_native, id=3480]
      0x6406fde8 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=3692]
      0x64118960 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=3424]
      0x62da0af0 JavaThread "GC Daemon" daemon [_thread_blocked, id=2872]
      0x62da0968 JavaThread "RMI Reaper" [_thread_blocked, id=3684]
      0x638a4e20 JavaThread "Timer-1" daemon [_thread_blocked, id=2812]
      0x630b6a50 JavaThread "RMI TCP Accept-65007" daemon [_thread_in_native, id=2936]
      0x62feb408 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=2404]
      0x62e7aa70 JavaThread "ScannerThread" daemon [_thread_blocked, id=500]
      0x62d28150 JavaThread "Timer-0" daemon [_thread_blocked, id=3348]
      0x00037ce8 JavaThread "DestroyJavaVM" [_thread_blocked, id=2584]
      0x61ea4238 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3080]
    =>0x61ea2f30 JavaThread "CompilerThread1" daemon [_thread_in_vm, id=152]
      0x61ea20c0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=1876]
      0x00035500 JavaThread "AdapterThread" daemon [_thread_blocked, id=3136]
      0x61ea0908 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3060]
      0x61e98aa0 JavaThread "Finalizer" daemon [_thread_blocked, id=3928]
      0x61e98640 JavaThread "Reference Handler" daemon [_thread_blocked, id=2376]
    Other Threads:
      0x01c4cb88 VMThread [id=2920]
      0x61ea55f0 WatcherThread [id=3456]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 292160K, used 65808K [0x4d010000, 0x61510000, 0x61510000)
      eden space 248640K, 23% used [0x4d010000,0x50874510,0x5c2e0000)
      from space 43520K, 18% used [0x5ea90000,0x5f26fd00,0x61510000)
      to   space 40640K, 0% used [0x5c2e0000,0x5c2e0000,0x5ea90000)
    PSOldGen        total 998400K, used 173300K [0x10110000, 0x4d010000, 0x4d010000)
      object space 998400K, 17% used [0x10110000,0x1aa4d170,0x4d010000)
    PSPermGen       total 109952K, used 109926K [0x04d10000, 0x0b870000, 0x10110000)
      object space 109952K, 99% used [0x04d10000,0x0b8699d8,0x0b870000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\mycompany\myproduct12template\jdk1.5.0_08\bin\java.exe
    0x7d600000 - 0x7d6f0000      C:\WINDOWS\system32\ntdll.dll
    0x7d4c0000 - 0x7d5f0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7da20000 - 0x7db00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x6d8d0000 - 0x6dc6f000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\server\jvm.dll
    0x7d930000 - 0x7da00000      C:\WINDOWS\syswow64\USER32.dll
    0x7d800000 - 0x7d890000      C:\WINDOWS\syswow64\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d2f0000 - 0x6d2f8000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\hpi.dll
    0x6d700000 - 0x6d70c000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x7db30000 - 0x7dbb0000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef9000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d520000 - 0x6d528000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\management.dll
    0x64550000 - 0x645a9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x6d550000 - 0x6d559000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\nio.dll
    0x6d070000 - 0x6d1d9000      C:\mycompany\myproduct12template\jdk1.5.0_08\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x7dee0000 - 0x7df40000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\syswow64\ole32.dll
    0x73860000 - 0x738ac000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Xms1300m -Xmx1300m -Xmn325m -XX:MaxPermSize=180m -XX:+PrintGCDetails -Xloggc:../server/myproduct12template/log/gclog.log -Xnoclassgc -verbose:gc -XX:+DisableExplicitGC -Djava.endorsed.dirs=C:\mycompany/myproduct12template\lib\endorsed
    java_command: org.jboss.Main -c myproduct12template
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\mycompany/myproduct12template\jdk1.5.0_08
    CLASSPATH=""
    PATH=C:\mycompany/myproduct12template\jdk1.5.0_08\bin;C:\mycompany/myproduct12template\jdk1.5.0_08\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\bin;
    USERNAME=mindev
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 8 (cores per cpu 4, threads per core 1) family 6 model 15 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 00:51:44 by "java_re" with MS VC++ 6.0*1.5.0_14-b03:*
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (4A41564123414C4C530E4350500018), pid=2460, tid=3236
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_14-b03 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x61c8ff40):  JavaThread "CompilerThread0" daemon [_thread_in_vm, id=3236]
    Stack: [0x620e0000,0x62120000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    Current CompileTask:
    opto:2104      com.crystaldecisions.reports.reportdefinition.AdornmentProperties.int(Lcom/crystaldecisions/reports/common/c/e;Lcom/crystaldecisions/reports/reportdefinition/eq;)Z (646 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x663b94b0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2288]
      0x64db7c10 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2752]
      0x65784538 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=4404]
      0x65950008 JavaThread "ConvertReports" daemon [_thread_in_Java, id=2256]
      0x61d3f430 JavaThread "http-0.0.0.0-7003-3" daemon [_thread_in_native, id=4548]
      0x63763720 JavaThread "http-0.0.0.0-7003-2" daemon [_thread_in_native, id=1108]
      0x61c998b0 JavaThread "http-0.0.0.0-7003-1" daemon [_thread_blocked, id=892]
      0x6540a798 JavaThread "http-0.0.0.0-7003" daemon [_thread_in_native, id=1720]
      0x632b2d08 JavaThread "JBossLifeThread" [_thread_blocked, id=3692]
      0x632b2b80 JavaThread "Thread-16" [_thread_in_native, id=2240]
      0x634ad5c0 JavaThread "JspRuntimeContext[\wswebapp.war]" daemon [_thread_blocked, id=4372]
      0x63da2c50 JavaThread "Timer-12" [_thread_blocked, id=2432]
      0x684d8068 JavaThread "Timer-11" daemon [_thread_blocked, id=4364]
      0x63e1cd40 JavaThread "Timer-10" [_thread_blocked, id=1048]
      0x663e28c0 JavaThread "Timer-9" daemon [_thread_blocked, id=2496]
      0x635a5d60 JavaThread "Timer-8" daemon [_thread_blocked, id=2324]
      0x684ece20 JavaThread "Timer-7" daemon [_thread_blocked, id=4752]
      0x65e279f0 JavaThread "JspRuntimeContext[\myproductwebapp.war]" daemon [_thread_blocked, id=4212]
      0x64fa0e78 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=3052]
      0x61d95d20 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=4424]
      0x64c49ea0 JavaThread "ActiveMQ Transport: tcp:///10.180.77.155:61616" [_thread_in_native, id=1800]
      0x65e2fe08 JavaThread "IdleRemover" daemon [_thread_blocked, id=1100]
      0x635e9008 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:5/c67906e95c05def388ec84e337728e87 destination=QUEUE.PtEngineMessenger messageSelector=null Local Create] id=3" [_thread_blocked, id=1044]
      0x62ae5e58 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:3/c60a7228cb35772396092e2c74190e8d destination=QUEUE.IntegrationQueue messageSelector=null Local Create] id=2" [_thread_blocked, id=4908]
      0x6518b618 JavaThread "Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:1/7bb12be28c64d18043010580495e2e2c destination=QUEUE.DocuSysSendMessageQueue messageSelector=null Local Create] id=1" [_thread_blocked, id=4464]
      0x63fe0d20 JavaThread "Timer-5" [_thread_blocked, id=3424]
      0x63b54348 JavaThread "Timer-4" [_thread_blocked, id=2408]
      0x625ca4b8 JavaThread "Timer-3" daemon [_thread_blocked, id=3316]
      0x64bbee58 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=5004]
      0x63887e78 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4780]
      0x6407f408 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4244]
      0x62eade70 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=4604]
      0x623af068 JavaThread "JspRuntimeContext[\jmx-console.war]" daemon [_thread_blocked, id=2484]
      0x65f59d58 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=3312]
      0x636e9e10 JavaThread "TimeoutFactory-1" daemon [_thread_blocked, id=4000]
      0x64c33008 JavaThread "JCA PoolFiller" [_thread_blocked, id=3524]
      0x65f26e10 JavaThread "HSQLDB Timer @17c4779" daemon [_thread_blocked, id=5032]
      0x6533bdf0 JavaThread "Timer-2" daemon [_thread_blocked, id=1268]
      0x63ec0d90 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=4848]
      0x65efedf0 JavaThread "JspRuntimeContext[\web-console.war]" daemon [_thread_blocked, id=4352]
      0x64ef1d58 JavaThread "Thread-3" daemon [_thread_blocked, id=4388]
      0x64ef9008 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=2296]
      0x64eb6828 JavaThread "JspRuntimeContext[\jbossmq-httpil.war]" daemon [_thread_blocked, id=3532]
      0x63e3de60 JavaThread "JspRuntimeContext[\tmp19250jbossws-exp.war]" daemon [_thread_blocked, id=3904]
      0x65049e68 JavaThread "JspRuntimeContext[\invoker.war]" daemon [_thread_blocked, id=3128]
      0x65049ce0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=3404]
      0x663070a0 JavaThread "JspRuntimeContext[\intranetlink]" daemon [_thread_blocked, id=828]
      0x62deb188 JavaThread "JspRuntimeContext[\output]" daemon [_thread_blocked, id=4360]
      0x64d1fdb0 JavaThread "JspRuntimeContext[\app1]" daemon [_thread_blocked, id=3744]
      0x62669008 JavaThread "JspRuntimeContext[\app2]" daemon [_thread_blocked, id=1608]
      0x6345ae58 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=4648]
      0x62b66bc0 JavaThread "PooledInvokerAcceptor#0-65004" [_thread_in_native, id=2404]
      0x63a1ed18 JavaThread "RMI TCP Accept-65003" daemon [_thread_in_native, id=4024]
      0x62b670c0 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=2664]
      0x62b80d08 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=4708]
      0x62b2ca40 JavaThread "GC Daemon" daemon [_thread_blocked, id=4144]
      0x62c6fbd8 JavaThread "RMI Reaper" [_thread_blocked, id=756]
      0x63905510 JavaThread "Timer-1" daemon [_thread_blocked, id=4356]
      0x62c6f650 JavaThread "RMI TCP Accept-65007" daemon [_thread_in_native, id=3792]
      0x62c701c8 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=4676]
      0x62b72008 JavaThread "ScannerThread" daemon [_thread_blocked, id=580]
      0x62b325c8 JavaThread "Timer-0" daemon [_thread_blocked, id=3292]
      0x000379e0 JavaThread "DestroyJavaVM" [_thread_blocked, id=4228]
      0x61c920c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4080]
      0x61c90db8 JavaThread "CompilerThread1" daemon [_thread_in_native, id=3396]
    =>0x61c8ff40 JavaThread "CompilerThread0" daemon [_thread_in_vm, id=3236]
      0x00034958 JavaThread "AdapterThread" daemon [_thread_blocked, id=1848]
      0x61c8e720 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4872]
      0x61c89fa8 JavaThread "Finalizer" daemon [_thread_blocked, id=3552]
      0x61c89c80 JavaThread "Reference Handler" daemon [_thread_blocked, id=4092]
    Other Threads:
      0x01c5aa60 VMThread [id=356]
      0x61c93b40 WatcherThread [id=3288]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 290432K, used 165183K [0x4d020000, 0x61520000, 0x61520000)
      eden space 251264K, 63% used [0x4d020000,0x56cc87a8,0x5c580000)
      from space 39168K, 12% used [0x5c580000,0x5ca274b8,0x5ebc0000)
      to   space 37120K, 0% used [0x5f0e0000,0x5f0e0000,0x61520000)
    PSOldGen        total 998400K, used 180611K [0x10120000, 0x4d020000, 0x4d020000)
      object space 998400K, 18% used [0x10120000,0x1b180eb8,0x4d020000)
    PSPermGen       total 124416K, used 124295K [0x04d20000, 0x0c6a0000, 0x10120000)
      object space 124416K, 99% used [0x04d20000,0x0c681df0,0x0c6a0000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\mycompany\myproducttemplate\jdk1.5.0_14\bin\java.exe
    0x7d600000 - 0x7d6f0000      C:\WINDOWS\system32\ntdll.dll
    0x7d4c0000 - 0x7d5f0000      C:\WINDOWS\syswow64\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7da20000 - 0x7db00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\syswow64\MSVCRT.dll
    0x6d8e0000 - 0x6dc87000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\server\jvm.dll
    0x7d930000 - 0x7da00000      C:\WINDOWS\syswow64\USER32.dll
    0x7d800000 - 0x7d890000      C:\WINDOWS\syswow64\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x7dee0000 - 0x7df40000      C:\WINDOWS\system32\IMM32.DLL
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d300000 - 0x6d308000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\zip.dll
    0x6d540000 - 0x6d553000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x7db30000 - 0x7dbb0000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76eff000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x76f80000 - 0x76f88000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d530000 - 0x6d538000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\management.dll
    0x64120000 - 0x64179000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x6d560000 - 0x6d569000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\nio.dll
    0x6d070000 - 0x6d1dd000      C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77670000 - 0x777a4000      C:\WINDOWS\syswow64\ole32.dll
    0x73860000 - 0x738ac000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6c4f0000 - 0x6c541000      C:\WINDOWS\SysWOW64\MSCTF.dll
    0x75e60000 - 0x75e87000      C:\WINDOWS\system32\apphelp.dll
    0x67210000 - 0x6723e000      C:\WINDOWS\system32\msctfime.ime
    VM Arguments:
    jvm_args: -Dprogram.name=run.bat -Xms1300m -Xmx1300m -Xmn325m -XX:MaxPermSize=180m -XX:+PrintGCDetails -Xloggc:../server/myproducttemplate/log/gclog.log -Xnoclassgc -verbose:gc -XX:+DisableExplicitGC -Djava.endorsed.dirs=C:\mycompany\myproducttemplate\lib\endorsed
    java_command: org.jboss.Main -c myproducttemplate
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\mycompany\myproducttemplate\jdk1.5.0_14
    CLASSPATH=""
    PATH=C:\mycompany\myproducttemplate\jdk1.5.0_14\bin;C:\mycompany\myproducttemplate\jdk1.5.0_14\jre\bin;c:\bin;C:\Program Files (x86)\Common Files\Crystal Decisions\2.5\bin\NOTES\;C:\Program Files (x86)\Common Files\Crystal Decisions\2.5\bin\NOTES\DATA\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\BINN;c:\tools\bin;c:\j2sdk1.4.2_08\bin;C:\Program Files (x86)\OpenStA\Common;
    USERNAME=mindev
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=AMD64 Family 15 Model 33 Stepping 2, AuthenticAMD
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 4 (cores per cpu 2, threads per core 1) family 15 model 33 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_14-b03) for windows-x86, built on Oct  5 2007 01:01:51 by "java_re" with MS VC++ 6.0

  • GetFeatureInfo - Errors

    If I use MapViewer as WMS data source and issue GetFetureInfo with info_format=text/xml for GeoRaster theme I get following output
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
    <ServiceExceptionReport version="1.1.1">
    <ServiceException>
    <![CDATA[<oms_error>
    <![CDATA[
    OMS: oracle.sdovis.theme.GeoRasterThemeDefinition
    ]]>
    </oms_error>]]>
    </ServiceException>
    </ServiceExceptionReport>
    Looked on server output in console I get this
    java.lang.ClassCastException: oracle.sdovis.theme.GeoRasterThemeDefinition
    at oracle.lbs.mapserver.core.InfoWorker.findTablenColumn(InfoWorker.java:794)
    at oracle.lbs.mapserver.core.InfoWorker.processAdvancedInfoRequest(InfoWorker.java:478)
    at oracle.lbs.mapserver.core.InfoWorker.process(InfoWorker.java:214)
    at oracle.lbs.mapserver.core.FeatureInfoWorker.process(FeatureInfoWorker.java:438)
    at oracle.lbs.mapserver.oms.processWMSGetFeatureInfoRequest(oms.java:3016)
    at oracle.lbs.mapserver.oms.doPost(oms.java:601)
    at oracle.lbs.mapserver.oms.doGet(oms.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.lbs.webmapserver.WMSServletFilter.doFilter(WMSServletFilter.java:254)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    I know that documentation states
    "All layers are currently considered to be opaque and queryable. That is, all layers are
    assumed to be vector layers, and not GeoRaster, logical network, or image layers."
    But at least server should return empty response, not one with errors.
    Also if I query Geometry Layer with info_format=text/xml, that has defined info columns that have data containing non-english character(in my case I use data that have Windows-1250 encoding (č,ć,ž,š,đ)) all XML parsers that I tried are complaining (XML Parsing Error: not well-formed, An Invalid character was found in text content). So my assumption is returned data isn't encoded in UTF-8 but send as plain data.
    That are two errors that I noticed while working with MapViewer as WMS server.

    Hi,
    I have a similar problem with getFeatureInfo encoding. We are working with data that contain spanish character(á, é, í, ñ, ...) and XML encoded like UTF-8 doesn't fit at this data.
    Reading MapViewer User’s Guide (Release 10.1.3.1, the version we are working with) we can't find in mapViewerConfig.xml any option for changing the encoding neither as a parameter in url request.
    Is there any way to get what we are trying to do?
    Any help is appreciated.
    Thanks

  • System Center 2012 - client installation error 0x80070057

    Product: System Center 2012, client installation problem
    Hello, I've problem with installation client on WinSrv 2008 SP2 (firewall disabled)
    Logs:CcmExec.log
    <![LOG[Error processing notification query for endpoint 'ExternalEventAgent'. QueryType='', Query='', NotificationGroup='EndpointProtection'. Code =0x80070057]LOG]!>
    <time="08:35:26.875-60" date="11-16-2012" component="CCMEXEC" context="" type="2" thread="3528" file="wmisettings.cpp:960">
    <![LOG[Error processing notification query for endpoint 'ExternalEventAgent'. QueryType='', Query='', NotificationGroup='EndpointProtection'. Code =0x80070057]LOG]!><time="08:35:26.875-60" date="11-16-2012" component="CCMEXEC" context="" type="2"
    thread="3528" file="wmisettings.cpp:960">
    <![LOG[Error processing notification query for endpoint 'ExternalEventAgent'. QueryType='', Query='', NotificationGroup='EndpointProtection'. Code =0x80070057]LOG]!><time="08:35:26.875-60" date="11-16-2012" component="CCMEXEC" context="" type="2" thread="3528"
    file="wmisettings.cpp:960">
    <![LOG[Starting system task processor.]LOG]!><time="08:35:26.875-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:960">
    <![LOG[BEGIN ExecuteSystemTasks('PreStartup')]LOG]!><time="08:35:26.875-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'StatusAgentInitialization' via ICcmSystemTask2 interface.]LOG]!><time="08:35:26.922-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'ClientRegistrationStartup' via ICcmSystemTask2 interface.]LOG]!><time="08:35:27.265-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'MtcPreStartup'.]LOG]!><time="08:35:27.265-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'StateMessageManagerStartup' via ICcmSystemTask2 interface.]LOG]!><time="08:35:27.265-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PreStartup')]LOG]!><time="08:35:27.374-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('Startup')]LOG]!><time="08:35:27.374-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'CcmEvalTaskStartup'.]LOG]!><time="08:35:27.530-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'ClientIDManagerStartup'.]LOG]!><time="08:35:27.530-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5012" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'EndpointProtectionAgentStartup'.]LOG]!><time="08:35:27.546-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'UserAffinityTaskStartup'.]LOG]!><time="08:35:27.546-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'EEAStartup'.]LOG]!><time="08:35:27.671-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5252" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'StatusAgentStartup' via ICcmSystemTask2 interface.]LOG]!><time="08:35:30.137-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'CertificateMaintenance'.]LOG]!><time="08:35:30.137-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'LSMaintenance'.]LOG]!><time="08:35:30.199-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.636-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.636-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.636-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.808-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.808-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:30.808-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.808-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.870-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.917-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.917-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.980-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:30.980-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Invoking system task 'MtrMgrStartup'.]LOG]!><time="08:35:31.011-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4468" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'CTMStartup'.]LOG]!><time="08:35:31.026-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'SrcUpdateStartup'.]LOG]!><time="08:35:31.026-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5252" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'FileBITSStartup'.]LOG]!><time="08:35:31.026-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'RebootCoordStartup'.]LOG]!><time="08:35:31.026-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'SrvWinMgrStartup'.]LOG]!><time="08:35:31.042-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'DTSStartup'.]LOG]!><time="08:35:31.042-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'ScanAgentStartupTask'.]LOG]!><time="08:35:31.058-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'PeerDPmgrStartup'.]LOG]!><time="08:35:31.089-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'ExecmgrStartup'.]LOG]!><time="08:35:31.089-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'CIStore_Startup'.]LOG]!><time="08:35:31.229-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'CIStateStore_Startup'.]LOG]!><time="08:35:31.229-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'CIDownloader_Startup'.]LOG]!><time="08:35:31.261-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'CIAgent_Startup'.]LOG]!><time="08:35:31.276-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'UpdatesDeploymentStartupTask'.]LOG]!><time="08:35:31.292-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'SMSSHA_Startup'.]LOG]!><time="08:35:31.323-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'DCMAgent_Startup'.]LOG]!><time="08:35:31.339-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'SCStartUp' via ICcmSystemTask2 interface.]LOG]!><time="08:35:31.526-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'PwrAgentStartupTask'.]LOG]!><time="08:35:41.546-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:167">
    <![LOG[END ExecuteSystemTasks('Startup')]LOG]!><time="08:35:41.577-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[Running PostStartup tasks.]LOG]!><time="08:35:41.577-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:966">
    <![LOG[SystemTaskProcessor::QueueEvent(PostStartup, 1)]LOG]!><time="08:35:41.577-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="systemtaskprocessor.cpp:428">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.577-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PowerStateManager_PowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.593-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'PwrMgmtPowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.593-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.593-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.593-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PwrMgmtPowerChangedEx' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.624-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.624-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.624-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PowerStateManager_PowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.640-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'PwrMgmtPowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.640-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.640-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.640-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PwrMgmtPowerChangedEx' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.671-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.671-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.671-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PowerStateManager_PowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.687-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'PwrMgmtPowerChanged' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.687-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChanged')]LOG]!><time="08:35:41.687-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.687-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PwrMgmtPowerChangedEx' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.702-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('PowerChangedEx')]LOG]!><time="08:35:41.702-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[BEGIN ExecuteSystemTasks('PostStartup')]LOG]!><time="08:35:41.702-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Invoking system task 'PolicyEvaluator_PostStartup' via ICcmSystemTask2 interface.]LOG]!><time="08:35:41.733-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'SchedulerStartup'.]LOG]!><time="08:35:41.796-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'PolicyAgent_PostStartup'.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5284" file="systemtask.cpp:167">
    <![LOG[END ExecuteSystemTasks('PostStartup')]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[Sending "Logon" event for all logged on users...]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="senslog.cpp:1693">
    <![LOG[SystemTaskProcessor::QueueEvent(Logon, 0)]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="systemtaskprocessor.cpp:428">
    <![LOG[Starting endpoint queue processors.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:981">
    <![LOG[Starting outgoing queue processors.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:985">
    <![LOG[Creating and signaling service running event.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:997">
    <![LOG[Invoking task to release idle endpoints every 300 seconds.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:1017">
    <![LOG[Invoking task to check memory every 60 seconds.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:1039">
    <![LOG[Invoking task to purge obsolete system files every 43200 seconds.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:1061">
    <![LOG[CoFreeUnusedLibraries will be called every 600 seconds.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:1091">
    <![LOG[Initializing Command Execution subsystem.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="init.cpp:1115">
    <![LOG[*** System is now free to go to sleep]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3508" file="powerstatemanager.cpp:925">
    <![LOG[Completed phase 1 initialization. Service is now fully operational.]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3528" file="entrypoint.cpp:2346">
    <![LOG[BEGIN ExecuteSystemTasks('Logon')]LOG]!><time="08:35:42.202-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:564">
    <![LOG[Winmgmt service current status is 0x4. Process Id 996.]LOG]!><time="08:35:42.311-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3528" file="wmiprocessmonitor.cpp:177">
    <![LOG[Invoking system task 'FileBITSLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.326-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="6028" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'ExecmgrLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.404-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'SchedulerLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.451-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5284" file="systemtask.cpp:155">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:42.529-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:42.576-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Invoking system task 'SrcUpdateLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.576-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:42.623-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Invoking system task 'DTSLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.654-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5284" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'SCUpdateMgrLogOn' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.654-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:42.654-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:42.701-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:42.701-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Invoking system task 'PolicyEvaluator_Logon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.763-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5204" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'RebootCoordLogon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:42.763-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'LSLogon'.]LOG]!><time="08:35:42.763-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:42.841-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:42.966-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:42.966-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_Authority.Name="SMS:S01" for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.232-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.481-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.481-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="5488"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.700-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_MPProxyInformation=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.700-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784"
    file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'SrcUpdateMgr' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.778-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Notifying endpoint 'LS_ScheduledCleanup' of __InstanceModificationEvent settings change on object SMS_LocalMP=@ for user 'S-1-5-18'.]LOG]!><time="08:35:43.778-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="3784" file="wmisettings.cpp:225">
    <![LOG[Invoking system task 'PwrAgentLogonTask'.]LOG]!><time="08:35:43.809-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:167">
    <![LOG[Invoking system task 'UpdatesDeploymentLogonTask' via ICcmSystemTask2 interface.]LOG]!><time="08:35:43.809-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="3016" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'DCMAgent_Logon' via ICcmSystemTask2 interface.]LOG]!><time="08:35:43.825-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[Invoking system task 'SCLogOn' via ICcmSystemTask2 interface.]LOG]!><time="08:35:43.872-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="5028" file="systemtask.cpp:155">
    <![LOG[END ExecuteSystemTasks('Logon')]LOG]!><time="08:35:43.872-60" date="11-16-2012" component="CcmExec" context="" type="1" thread="4904" file="systemtask.cpp:676">
    <![LOG[*** Keep the system awake]LOG]!><time="08:36:41.558-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="2884" file="powerstatemanager.cpp:914">
    <![LOG[*** System is now free to go to sleep]LOG]!><time="08:36:41.667-60" date="11-16-2012" component="CCMEXEC" context="" type="1" thread="2884" file="powerstatemanager.cpp:925">

    DNS - ok and service account have full rights on the client computer
    clientIDmanager.log:
    <![LOG[[----- STARTUP -----]]LOG]!><time="08:18:07.821-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmidstore.cpp:411">
    <![LOG[Running query 'SELECT * FROM CCM_Service_HostedApplication WHERE Type="Server"' against namespace: '\\TOGL-ACS01V\ROOT\CCM\Policy\Machine']LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1"
    thread="3704" file="hostingutil.cpp:312">
    <![LOG[CCMExec is currently NOT hosting a server application.]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="hostingutil.cpp:403">
    <![LOG[Machine: TOGL-ACS01V]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1394">
    <![LOG[OS Version: 6.0 Service Pack 2]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1398">
    <![LOG[SCCM Client Version: 5.00.7711.0000]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1402">
    <![LOG['RDV' Identity store does not support backup.]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmidstore.cpp:369">
    <![LOG[CCM Identity is in sync with Identity stores]LOG]!><time="08:18:07.837-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1441">
    <![LOG[PopulateRegistrationHint: Client has an SMSID, certificates, and has no CCM_ClientIdentificationInformation=@ instance, setting the hint.]LOG]!><time="08:18:07.853-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1"
    thread="3704" file="ccmid.cpp:1916">
    <![LOG[Retrieved Certificate options successfully]LOG]!><time="08:18:07.853-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmgencert.cpp:3535">
    <![LOG[Begin validation of Certificate [Thumbprint 78E2787F92AB081E923E50A44B17E15ADA566684] issued to 'SMS']LOG]!><time="08:18:07.853-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmcert.cpp:1169">
    <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="08:18:07.885-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmutillib.cpp:362">
    <![LOG[Completed validation of Certificate [Thumbprint 78E2787F92AB081E923E50A44B17E15ADA566684] issued to 'SMS']LOG]!><time="08:18:07.948-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmcert.cpp:1310">
    <![LOG[PopulateRegistrationHint: Using the CertificateID to set the hint.]LOG]!><time="08:18:07.948-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1982">
    <![LOG[PopulateRegistrationHint: Registration hint successfully populated.]LOG]!><time="08:18:07.996-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmid.cpp:1994">
    <![LOG[Deleted Certificate ID from registry successfully]LOG]!><time="08:18:07.996-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmgencert.cpp:3493">
    <![LOG[[RegTask] - Executing registration task synchronously.]LOG]!><time="08:18:29.313-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="regtask.cpp:915">
    <![LOG[Read SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:18:29.313-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="smbiosident.cpp:118">
    <![LOG[Evaluated SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:18:29.313-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="smbiosident.cpp:184">
    <![LOG[No SMBIOS Changed]LOG]!><time="08:18:29.329-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="smbiosident.cpp:65">
    <![LOG[SMBIOS unchanged]LOG]!><time="08:18:29.329-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmid.cpp:657">
    <![LOG[SID unchanged]LOG]!><time="08:18:29.329-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmid.cpp:674">
    <![LOG[HWID unchanged]LOG]!><time="08:18:30.375-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmid.cpp:691">
    <![LOG[RegEndPoint: Event notification: CCM_RemoteClient_Reassigned]LOG]!><time="08:18:31.849-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="1508" file="regendpoint.cpp:205">
    <![LOG[RegEndPoint: Received notification for site assignment change from '<none>' to 'S01'.]LOG]!><time="08:18:31.849-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="1508" file="regendpoint.cpp:233">
    <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="08:18:32.230-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmid.cpp:210">
    <![LOG[Computed HardwareID=2:F5B477FB236C672D327F13BF4499009C61C8FDD6
    Win32_SystemEnclosure.SerialNumber=<empty>
    Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
    Win32_BaseBoard.SerialNumber=None
    Win32_BIOS.SerialNumber=VMware-42 16 ac b3 1d 24 b6 f0-19 dc 8d b5 0c 79 62 78
    Win32_NetworkAdapterConfiguration.MACAddress=00:50:56:96:00:60]LOG]!><time="08:18:32.246-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmid.cpp:449">
    <![LOG[[RegTask] - Client is not registered. Sending registration request for GUID:9F8051B2-FA13-48BC-86B3-87B8359D6815 ...]LOG]!><time="08:18:32.261-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="regtask.cpp:1595">
    <![LOG[[RegTask] - Client is registered. Server assigned ClientID is GUID:9F8051B2-FA13-48BC-86B3-87B8359D6815. Approval status 1]LOG]!><time="08:18:32.388-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="regtask.cpp:1603">
    <![LOG['RDV' Identity store does not support backup.]LOG]!><time="08:18:32.452-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="ccmidstore.cpp:369">
    <![LOG[Raising event:
    [SMS_CodePage(852), SMS_LocaleID(1045)]
    instance of SMS_RemoteClient_Reassigned
    ClientID = "GUID:9F8051B2-FA13-48BC-86B3-87B8359D6815";
    DateTime = "20121116071832.452000+000";
    LastAssignedSite = "";
    MachineName = "TOGL-ACS01V";
    NewAssignedSite = "S01";
    ProcessID = 2872;
    SiteCode = "S01";
    ThreadID = 3496;
    ]LOG]!><time="08:18:32.452-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="event.cpp:729">
    <![LOG[Raising event:
    instance of CCM_Framework_ClientIdChanged
    ClientID = "GUID:9F8051B2-FA13-48BC-86B3-87B8359D6815";
    DateTime = "20121116071832.467000+000";
    PreviousClientId = "Unknown";
    ProcessID = 2872;
    ThreadID = 3496;
    ]LOG]!><time="08:18:32.467-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="event.cpp:729">
    <![LOG[[RegTask] - Client is registered. Exiting.]LOG]!><time="08:18:32.467-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3496" file="regtask.cpp:1942">
    <![LOG[Read SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:18:32.975-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="smbiosident.cpp:118">
    <![LOG[Evaluated SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:18:32.975-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="smbiosident.cpp:184">
    <![LOG[No SMBIOS Changed]LOG]!><time="08:18:32.975-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="smbiosident.cpp:65">
    <![LOG[SMBIOS unchanged]LOG]!><time="08:18:32.975-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:657">
    <![LOG[SID unchanged]LOG]!><time="08:18:32.975-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:674">
    <![LOG[HWID unchanged]LOG]!><time="08:18:32.990-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:691">
    <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="08:18:33.038-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:210">
    <![LOG[Computed HardwareID=2:F5B477FB236C672D327F13BF4499009C61C8FDD6
    Win32_SystemEnclosure.SerialNumber=<empty>
    Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
    Win32_BaseBoard.SerialNumber=None
    Win32_BIOS.SerialNumber=VMware-42 16 ac b3 1d 24 b6 f0-19 dc 8d b5 0c 79 62 78
    Win32_NetworkAdapterConfiguration.MACAddress=00:50:56:96:00:60]LOG]!><time="08:18:33.054-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:449">
    <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
    HardwareID1=2:F5B477FB236C672D327F13BF4499009C61C8FDD6
    HardwareID2=20310500010000FE]LOG]!><time="08:18:33.070-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3452" file="ccmid.cpp:556">
    <![LOG[[----- SHUTDOWN -----]]LOG]!><time="08:33:36.247-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="3704" file="ccmidstore.cpp:509">
    <![LOG[[----- STARTUP -----]]LOG]!><time="08:35:17.807-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmidstore.cpp:411">
    <![LOG[Running query 'SELECT * FROM CCM_Service_HostedApplication WHERE Type="Server"' against namespace: '\\TOGL-ACS01V\ROOT\ccm\Policy\Machine']LOG]!><time="08:35:17.822-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1"
    thread="2900" file="hostingutil.cpp:312">
    <![LOG[CCMExec is currently NOT hosting a server application.]LOG]!><time="08:35:17.822-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="hostingutil.cpp:403">
    <![LOG[Machine: TOGL-ACS01V]LOG]!><time="08:35:17.822-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmid.cpp:1394">
    <![LOG[OS Version: 6.0 Service Pack 2]LOG]!><time="08:35:17.822-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmid.cpp:1398">
    <![LOG[SCCM Client Version: 5.00.7711.0000]LOG]!><time="08:35:17.822-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmid.cpp:1402">
    <![LOG['RDV' Identity store does not support backup.]LOG]!><time="08:35:17.838-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmidstore.cpp:369">
    <![LOG[CCM Identity is in sync with Identity stores]LOG]!><time="08:35:17.838-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmid.cpp:1441">
    <![LOG['RDV' Identity store does not support backup.]LOG]!><time="08:35:17.838-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmidstore.cpp:369">
    <![LOG[Deleted Certificate ID from registry successfully]LOG]!><time="08:35:17.838-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmgencert.cpp:3493">
    <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="08:35:17.838-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="2900" file="ccmutillib.cpp:362">
    <![LOG[[RegTask] - Executing registration task synchronously.]LOG]!><time="08:35:27.265-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="4468" file="regtask.cpp:915">
    <![LOG[[RegTask] - Client is already registered. Exiting.]LOG]!><time="08:35:27.265-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="4468" file="regtask.cpp:792">
    <![LOG[Read SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:35:27.546-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="smbiosident.cpp:118">
    <![LOG[Evaluated SMBIOS (encoded): 56004D0077006100720065002D00340032002000310036002000610063002000620033002000310064002000320034002000620036002000660030002D0031003900200064006300200038006400200062003500200030006300200037003900200036003200200037003800]LOG]!><time="08:35:27.546-60"
    date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="smbiosident.cpp:184">
    <![LOG[No SMBIOS Changed]LOG]!><time="08:35:27.546-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="smbiosident.cpp:65">
    <![LOG[SMBIOS unchanged]LOG]!><time="08:35:27.546-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:657">
    <![LOG[SID unchanged]LOG]!><time="08:35:27.561-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:674">
    <![LOG[HWID unchanged]LOG]!><time="08:35:28.685-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:691">
    <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="08:35:28.701-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:210">
    <![LOG[Computed HardwareID=2:F5B477FB236C672D327F13BF4499009C61C8FDD6
    Win32_SystemEnclosure.SerialNumber=<empty>
    Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
    Win32_BaseBoard.SerialNumber=None
    Win32_BIOS.SerialNumber=VMware-42 16 ac b3 1d 24 b6 f0-19 dc 8d b5 0c 79 62 78
    Win32_NetworkAdapterConfiguration.MACAddress=00:50:56:96:00:60]LOG]!><time="08:35:28.716-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:449">
    <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
    HardwareID1=2:F5B477FB236C672D327F13BF4499009C61C8FDD6
    HardwareID2=20310500010000FE]LOG]!><time="08:35:28.716-60" date="11-16-2012" component="ClientIDManagerStartup" context="" type="1" thread="5012" file="ccmid.cpp:556">

  • Vector. * triggers a "Problem" in Flash Builder but doesn't create an error during runtime.

    In Flash Builder 4.6 I get an error for this:
    var testVector:Vector.<*> = new Vector.<*>();
    trace(testVector.length);
    Sometimes the error shows up in the "Problems" panel and pointing at the trace it says something about byte code. Other times it just shows the "?" symbol next to the trace command that says "Access of undefined property length".
    When I test the movie there are no runtime errors.
    Can someone explain this?
    cheers.

    OK, I take that back, I read up on the docs and see that Math.random() returns 0 <= n < 1 where I thought it was <=1.
    I also ran a test bed on the Math.random() thing and I see what your man means. My method of calculating the index gave a slight imbalance towards the end of letter distributions, but I can't see why!
    Have reverted to yours for the below, on first run it looked good, but I am seeing a cluster around the original letter position? (EG: Follow position 0 for a, position 1 for b etc. and you will see they have a disproportionate number there.)
    G
    [code]
    protected function doTheTest():void {
    var iterations:uint = 100000;
    var index:Dictionary = new Dictionary;
    var i:int = 0;
    var letter:String;
    var pos:int;
    var currentLetterIndex:Vector.<uint>;
    var toSort:Vector.<String>;
    var testSource:Vector.<String> = Vector.<String>(["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r", "s","t","u","v","w","x","y","z"]);
    testSource.fixed = true;
    var posIndex:Vector.<uint> = new Vector.<uint>;
    posIndex.length = testSource.length;
    posIndex.fixed = true;
    // Build the index using a copy of the posIndex input.
    for(i=0;i<testSource.length;i++) index[testSource[i]] = posIndex.concat();
    // TEST USING JUST RANDOM
    for(i=0;i<iterations;i++) {
              // Use a concat to prevent sort changing inputs
              toSort = testSource.concat();
              toSort = toSort.sort(function (a:*,b:*):int { return Math.random()>0.5?1:-1; });
              for(pos=0;pos<toSort.length;pos++) {
                        letter = toSort[pos];
                        currentLetterIndex = index[letter] as Vector.<uint>;
                        currentLetterIndex[pos]++;
    trace("@@@@@ USING RANDOM @@@@");
    for(i=0;i<testSource.length;i++) {
              letter = testSource[i];
              currentLetterIndex = index[letter] as Vector.<uint>;
              trace("POSITION COUNT OF "+letter+" is:"+index[letter].join(","));
    // Test using function
    for(i=0;i<iterations;i++) {
              // Use a concat to prevent sort changing inputs
              toSort = testSource.concat();
              randomSortArrayOrVector(toSort);
              for(pos=0;pos<toSort.length;pos++) {
                        letter = toSort[pos];
                        currentLetterIndex = index[letter] as Vector.<uint>;
                        currentLetterIndex[pos]++;
    trace("@@@@@ USING SORT FUNCTION @@@@");
    for(i=0;i<testSource.length;i++) {
              letter = testSource[i];
              currentLetterIndex = index[letter] as Vector.<uint>;
              trace("POSITION COUNT OF "+letter+" is:"+index[letter].join(","));
    protected static function randomSortArrayOrVector(a:Object):void {
    if(a.hasOwnProperty('length')) {
              var l:int = a['length'];
              for (var i:int = l-1; i >=0; i--)
                        var randomIndex:int = Math.floor(Math.random()*(i+1));
                        var itemAtIndex:Object = a[randomIndex];
                        a[randomIndex] = a[i];
                        a[i] = itemAtIndex;
    [/code]
    @@@@@ USING RANDOM @@@@
    POSITION COUNT OF a is:3150,3207,3010,2741,2653,3063,4174,2606,2674,2991,3172,3889,4872,18865,3851,3356,3219, 2971,2732,3930,3319,2814,2944,3058,3222,3517
    POSITION COUNT OF b is:6815,7482,2634,2925,3023,2921,3107,3416,3459,3508,3444,3387,3212,3170,3331,3439,3444,3 375,3312,3158,3180,3339,3776,4356,5441,7346
    POSITION COUNT OF c is:6149,5382,8320,2133,2209,2931,3224,3274,3427,3438,3290,3114,2888,2859,2997,3180,3431,3 493,3551,3416,3732,3906,4336,4864,5206,5250
    POSITION COUNT OF d is:4516,4382,4620,9761,2966,2096,2555,3285,3365,3274,3083,2785,2603,2759,2730,3145,3469,3 706,3752,3890,4169,4343,4888,4868,4797,4193
    POSITION COUNT OF e is:3418,3385,4878,4681,11058,3387,2456,2421,2769,3163,2892,2596,2457,2390,2622,2934,3392, 3813,4177,4334,4471,4700,4857,4672,4364,3713
    POSITION COUNT OF f is:3178,3193,4506,4454,5179,11514,3753,2834,2303,2027,2308,2454,2275,2290,2466,2960,3444, 3941,4292,4489,4647,4824,4686,4498,4058,3427
    POSITION COUNT OF g is:3035,3073,3577,4665,4627,5549,11737,4087,3112,2132,1750,1557,1789,2331,2568,2930,3469, 3979,4324,4564,4606,4686,4468,4278,3757,3350
    POSITION COUNT OF h is:3194,3121,3219,4018,3595,4356,5302,12154,3533,3078,2513,2009,1867,1874,2414,2967,3466, 4079,4251,4441,4409,4535,4436,3912,3792,3465
    POSITION COUNT OF i is:3460,3486,3287,3430,3748,3089,3875,4449,12535,3322,2844,2694,2401,2421,2671,2886,3405, 3980,4252,4225,4137,4181,4016,3803,3734,3669
    POSITION COUNT OF j is:3757,3675,3415,3147,4020,2644,2855,3510,4389,13514,3192,2865,2896,2833,2905,3039,3367, 3740,4102,3909,3678,3859,3672,3624,3666,3727
    POSITION COUNT OF k is:3634,3707,3409,3020,3141,3712,2390,2780,3514,4322,15026,3388,3034,3047,3165,3287,3290, 3432,4098,3759,3514,3279,3497,3508,3484,3563
    POSITION COUNT OF l is:3564,3493,3382,2775,2990,4085,2299,2409,2970,3430,4434,17142,3665,3362,3419,3301,3245, 3115,3767,3581,3318,3031,3144,3187,3385,3507
    POSITION COUNT OF m is:3213,3343,3112,2871,2789,3128,3887,2504,2607,3228,3750,4587,18391,3865,3430,3379,3078, 3046,2858,4219,3164,2925,2877,3176,3151,3422
    POSITION COUNT OF n is:73,81,150,308,571,1106,2135,3639,6189,9115,11788,13690,14242,12757,9894,6957,4005,2012 ,880,292,98,14,4,0,0,0
    POSITION COUNT OF o is:3096,3174,2864,2839,2678,2966,3400,3826,2849,2956,3121,3355,4061,5195,18308,3599,3090, 2907,2645,2548,4380,3016,2836,3255,3371,3665
    POSITION COUNT OF p is:3396,3317,3083,3026,2878,3017,3400,4197,3156,3107,3039,3140,3521,4147,5073,16486,3221, 2919,2523,2535,3989,3072,3056,3430,3474,3798
    POSITION COUNT OF q is:3650,3640,3377,3409,3183,3283,3465,3721,3714,3292,3057,2977,2999,3334,3963,4776,15045, 2912,2596,2421,2562,4140,3361,3570,3714,3839
    POSITION COUNT OF r is:3639,3711,3590,3727,3646,3596,3739,3887,3812,3216,3058,2854,2705,2849,3179,3988,4711,1 3457,2936,2571,2689,3802,3523,3555,3687,3873
    POSITION COUNT OF s is:3769,3828,3832,4172,4138,3880,4010,3987,3798,3504,2908,2438,2318,2291,2679,3553,4241,5 000,12631,3288,2755,2763,3986,3206,3509,3516
    POSITION COUNT OF t is:3692,3761,4099,4493,4484,4423,4251,4218,3815,3462,2883,2494,2145,1895,2182,2630,3651,4 920,5611,11928,3719,2874,3380,2906,3053,3031
    POSITION COUNT OF u is:3786,3809,4243,4633,4804,4607,4425,4106,3902,3223,2869,2511,2216,2122,2143,2393,2793,3 626,4956,5761,11321,3847,2805,3621,2702,2776
    POSITION COUNT OF v is:3901,3834,4447,4785,4917,4857,4395,4187,3765,3338,2876,2482,2254,2217,2257,2467,2729,2 997,3305,4342,5305,11215,3445,3708,3008,2967
    POSITION COUNT OF w is:4119,4132,4657,4947,4837,4714,4345,3984,3689,3328,2887,2500,2417,2350,2516,2622,2755,2 857,3133,3557,3844,5094,10545,3286,3921,2964
    POSITION COUNT OF x is:4535,4515,4916,4866,4544,4190,4010,3721,3610,3279,3126,2740,2661,2682,2797,2887,3123,3 077,2954,2817,3418,4208,4645,10185,3771,2723
    POSITION COUNT OF y is:5207,5053,4972,4476,3983,3699,3593,3462,3441,3348,3283,3049,2903,2899,3145,3336,3343,3 236,3066,2914,2709,2771,4125,4476,9639,3872
    POSITION COUNT OF z is:6054,6216,4401,3698,3339,3187,3218,3336,3603,3405,3407,3303,3208,3196,3295,3503,3574,3 410,3296,3111,2867,2762,2692,2998,4094,10827
    @@@@@ USING SORT FUNCTION @@@@
    POSITION COUNT OF a is:7048,6896,6922,6642,6495,6966,8035,6402,6483,6809,7073,7718,8670,22643,7736,7221,7116, 6875,6623,7677,7131,6625,6800,6941,7063,7390
    POSITION COUNT OF b is:10633,11230,6457,6756,6792,6692,6971,7303,7370,7371,7234,7276,7067,7033,7248,7380,7193 ,7317,7085,6973,7032,7294,7618,8184,9211,11280
    POSITION COUNT OF c is:9963,9370,12206,6047,6121,6835,6944,7120,7334,7346,7046,6967,6800,6727,6815,6963,7207, 7300,7433,7250,7650,7631,8173,8698,9006,9048
    POSITION COUNT OF d is:8432,8347,8465,13595,6812,6018,6390,7084,7266,7053,6926,6559,6392,6570,6602,6871,7326, 7609,7478,7807,7926,8172,8807,8827,8576,8090
    POSITION COUNT OF e is:7275,7183,8780,8527,14854,7144,6158,6350,6632,7002,6750,6560,6352,6330,6366,6728,7262, 7660,8003,8206,8152,8471,8854,8506,8241,7654
    POSITION COUNT OF f is:7028,7011,8403,8289,8987,15354,7533,6746,6212,5784,6127,6470,6030,6054,6297,6828,7380, 7775,8164,8296,8457,8726,8496,8283,7984,7286
    POSITION COUNT OF g is:6759,6885,7316,8482,8489,9464,15543,7935,6885,6009,5649,5328,5699,6170,6360,6837,7325, 7786,8223,8485,8597,8552,8240,8130,7605,7247
    POSITION COUNT OF h is:6992,7025,7100,7814,7429,8068,9226,15944,7358,6918,6299,5845,5777,5802,6294,6767,7369, 7877,8173,8285,8309,8292,8280,7700,7691,7366
    POSITION COUNT OF i is:7266,7242,7153,7312,7722,6900,7608,8355,16314,7192,6621,6512,6248,6231,6543,6751,7332, 7841,8109,8013,7993,8191,7756,7744,7567,7484
    POSITION COUNT OF j is:7598,7575,7144,6972,7850,6484,6684,7355,8206,17234,7042,6845,6888,6612,6761,6778,7155, 7588,8040,7917,7627,7615,7505,7441,7594,7490
    POSITION COUNT OF k is:7442,7647,7303,6735,6972,7552,6286,6572,7308,8254,18843,7258,6883,6913,6986,7113,7195, 7365,7984,7558,7411,7179,7291,7275,7324,7351
    POSITION COUNT OF l is:7428,7376,7194,6669,6800,7895,6185,6135,6817,7225,8293,20967,7465,7239,7274,7260,7071, 6900,7610,7371,7239,6850,6968,7002,7329,7438
    POSITION COUNT OF m is:7087,7165,6896,6675,6676,6871,7747,6262,6431,7058,7537,8384,22213,7716,7419,7231,6931, 6900,6726,8026,7101,6751,6706,7166,6983,7342
    POSITION COUNT OF n is:3852,3871,3988,4172,4429,4956,6124,7441,9986,12986,15719,17590,18088,16635,13686,10935 ,7846,5889,4687,4236,3881,3785,3829,3802,3872,3715
    POSITION COUNT OF o is:6866,7064,6615,6767,6480,6823,7323,7696,6676,6793,7023,7350,7849,9114,22166,7449,6926, 6765,6495,6341,8193,6843,6709,7071,7135,7468
    POSITION COUNT OF p is:7193,7026,6895,6964,6695,6943,7216,8137,7037,7075,6934,6906,7501,8031,8943,20305,6953, 6805,6349,6270,7931,6920,6861,7205,7249,7656
    POSITION COUNT OF q is:7579,7429,7228,7229,7031,7111,7503,7598,7564,7129,7008,6713,6773,7245,7856,8638,18874, 6647,6369,6336,6377,7991,7262,7386,7458,7666
    POSITION COUNT OF r is:7569,7512,7489,7561,7480,7480,7618,7714,7643,7139,6896,6714,6584,6672,7008,7773,8468,1 7287,6842,6296,6471,7707,7444,7382,7555,7696
    POSITION COUNT OF s is:7631,7652,7786,8035,8000,7669,7883,7832,7641,7318,6793,6215,6080,6106,6473,7478,8088,8 843,16527,7221,6594,6627,7894,6995,7238,7381
    POSITION COUNT OF t is:7595,7565,7976,8352,8392,8295,8161,8123,7658,7288,6726,6284,5956,5719,6024,6433,7496,8 705,9380,15755,7497,6850,7208,6746,6893,6923
    POSITION COUNT OF u is:7607,7682,8120,8468,8687,8454,8236,8038,7677,7142,6790,6347,5983,5960,6010,6198,6692,7 389,8731,9681,15085,7692,6747,7415,6649,6520
    POSITION COUNT OF v is:7788,7658,8249,8635,8874,8696,8176,8027,7656,7193,6633,6322,6027,6004,6098,6352,6614,6 844,7214,8105,9286,15075,7225,7629,6908,6712
    POSITION COUNT OF w is:7993,8006,8534,8767,8664,8648,8203,7935,7597,7150,6682,6337,6295,6167,6251,6448,6626,6 782,6968,7390,7561,8914,14369,7148,7760,6805
    POSITION COUNT OF x is:8353,8453,8780,8724,8248,8011,7825,7651,7523,7215,6993,6612,6547,6523,6587,6704,6916,6 945,6794,6680,7174,7993,8508,14019,7617,6605
    POSITION COUNT OF y is:9123,8969,8834,8331,7764,7516,7413,7130,7263,7153,7058,6787,6792,6720,7020,7295,7271,7 054,6897,6784,6544,6638,7950,8492,13483,7719
    POSITION COUNT OF z is:9900,10161,8167,7480,7257,7155,7009,7115,7463,7164,7305,7134,7041,7064,7177,7264,7368, 7252,7096,7041,6781,6616,6500,6813,8009,14668
    Message was edited by: Gaius Coffey

Maybe you are looking for