FOTY0001 error xslt

Hi,
I'm having problems processing BPEL instances. I have a BPEL process with transform activies (each of them with an xslt file). When I deploy the BPEL process for the first time, the instance finishes with no problems.
But then, I redeploy the instance and I get the following error:
Error del manejador de mensajes.
Se ha producido una excepción al intentar procesar el mensaje "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; la excepción es: No se ha podido ejecutar la expresión XPath.
Error al procesar la expresión xpath, la expresión es "ora:processXSLT('input_to_NotificarClientes.xsl',bpws:getVariableData('inputVariable'))", el motivo es FOTY0001: Error de tipo.
Verifique la consulta de xpath.
ORABPEL-05002
After this error, I create a new xsl (input_to_NotificarClientes2.xsl) and it works ok, even though this second xslt is identical to the other xsl.
I don't understand what is happening here. Anyone can help me? Thanks in advance,
Zaloa

Hi,
You gotta call the function in a right way. This error happens because the function is not callled with the right paramater. It's expecting the parameter to be passed in the form of a fully qualified path, which means we have to drill down to the level where the data comes in. The best way is to to open up the XSL file, which is supposedly the 1st arg of processXSLT() function and look at the source XSD structure. One is supposed to pass until that node as an input to this function, as below -
ora:processXSLT('TransformationOAToVantive.xsl',bpws:getVariableData('InvokeOA_OracleEBiz_OutputVariable','OutputParameters','/ns6:OutputParameters'),bpws:getVariableData('inputVariable','payload','/ns8:parameters'))
If you try to pass as below then it won't be able to determine the type that the function expects -
ora:processXSLT('TransformationOAToVantive.xsl',bpws:getVariableData('InvokeOA_OracleEBiz_OutputVariable'),bpws:getVariableData('inputVariable'))
It will definitely throw you an error. Of course there might be some sort of caching issues with JDeveloper, for which you need to delete and create this assign step once again.
Thanks.

Similar Messages

  • FOTY0001 Error while calling ref:populateXRefRow function in BPEL

    I am getting folowing error while invoking populateXRefRow function in BPEL.
    Expression is : ref:populateXRefRow("CustomerTable","SAP","SAP001","EBS","EBS_001","ADD")
    TableName - CustomerTable
    Column Names- SAP,EBS
    Already ran xreftables.sql script and bounced the server too but still getting the error.
    Any solution?
    Thanks in Advance

    HI
    Usage of variables in populateXref statements in BPEL assign activities as follows :
    For example, the following is not supported:
    xref:populateXRefRow("apps_intg","common","common-12345",bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:appname'),bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:id'),"ADD")
    The following is supported:
    xref:populateXRefRow("apps_intg","common","common-12345",string(bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root
    -Element/ns3:appname')),string(bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:id')),"ADD")
    Please enclose the bpws:getVariableData() with string() function as populateXRefRow() expects strings as its arguments.
    Hope this resolves and answers your question.
    Cheers
    Anirudh Pucha

  • XSLT Compile error at(649,16)

    I am using Xslt Call Template in several scripting functoid.
    Now I am getting the above error :
    XSLT compile error at (649,16). See InnerException for details.
    The contents of 'choose' are invalid.
    I want to narrow down my search. Please help me out which scripting functoid to look for and how to look.
    error at (649,16). --->Does this help to target the place of error.
    Urgent need.
    Plz help me I am new to Biztalk. :-(

    Best would be to investigate the script using Visual Studio as it highlights errors in scripts. Validate the map first and then in the output window  you should see:
    Invoking component...
        D:\Solutions\[...]\Your_Map.btm: The output XSLT is stored in the following file: <file:///C:\Users\[...]\your_map.xsl> 
        D:\Solutions\[...]\Your_Map.btm: The Extension Object XML is stored in the following file: <file:///C:\Users\your_map.xml>
    Component invocation succeeded.
    Open the your_map.xsl file using Visual Studio and go to line 649. 

  • XSLT.htm error

    I am getting an error message in Dreamweaver CS3 - "The following translators were not loaded due to errors: XSLT.htm: has configuration information that is invalid.
    Any ideas how to fix it?
    Thanks,
    Penny

    Thanks.  I ended up uninstalling and reinstalling the program. So far, it works fine, I'm hoping it is a permanent solution. I'll try to find these files and delete them just in case.
    Thank you so much!
    Penny
    Randy Edmunds <[email protected]> wrote:
    I am getting an error message in Dreamweaver CS3 - "The following translators were not loaded due to errors: XSLT.htm: has configuration information that is invalid.
    Try Step #4 of this TechNote:
    http://kb2.adobe.com/cps/405/kb405604.html#main_dat
    HTH,
    Randy
    >

  • How to call external java functions in XSLT Mapping Programs

    Hi All,
    I am unable to call java programs in XSLT MAPPING.
    I tried by following the blog...but getting error :
    XSLT Mapping With JAVA Enhancement ( For Beginners)
    I need some input from you all.
    Waiting For quick reply.
    Rgds Somu.

    i wrote the code...
    and getting error in interface mapping..
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MyLib="java:datetime.DateandTime">
         <xsl:template match="/">
              <Order DocType="OrderCreate" Version="2.0.2">
                   <Header>
                        <RequestingDocumentIdentifier>
                             <DocumentIdentifier>
                                  <xsl:value-of select="concat('IDOC',//EDI_DC40/DOCNUM)"/>
                             </DocumentIdentifier>
                        </RequestingDocumentIdentifier>
                        <RequestingDocumentDateTime>
                             <DateTime DateTimeQualifier="On">
                                            <xsl:if test="function-available('MyLib:getDateValue')">
                       <xsl:value-of select="MyLib:getDateValue()"/>                   
      </xsl:if>
                                        </DateTime>
                        </RequestingDocumentDateTime>
                        <From>
                             <PartnerInformation>
                                   <PartnerName>BASF SA</PartnerName>
                                    <PartnerIdentifier Agency="AssignedByBASF">
                                     <xsl:value-of select="//E1EDK14[QUALF='014']/ORGID"/>
                                    </PartnerIdentifier>
                             </PartnerInformation>
                        </From>
                        <To>
                        <PartnerInformation>
                             <PartnerName>BASF CORP CHEM DIV</PartnerName>
                             <PartnerIdentifier Agency="D-U-N-S">001307032</PartnerIdentifier>
                        </PartnerInformation>
                   </To>
                   </Header>
              </Order>
         </xsl:template>
    </xsl:stylesheet>

  • XsLT Map Err or Fle Err??!!!

    Hey,
    I have a problem with xslt mapping in one of my scenario... ( I dnt knw whether its a problem with xslt or file adapters)
    At high level my scenario its a file to file, here I'm sending my source structure to target structure ( file 2 file) and now the problem is....
    I'm trying to write a file in target side, but its creating file with blank values...( I tried in Interface mapping for testing my mappingm, there its working properly),
    what would be the problem?
    Is this mapping error with xslt or file adapters error.

    Dear Stallin Xavier,
         It  is mapping  error (XSLT Mapping ), Kindly  test the Message Mapping in IR with the test data.This kind of error I have  come acrossed offenly.
    Kindly let me know any clarifications.
    Regards
    Agasthuri Doss
    Message was edited by: Agasthuri Doss Baladandapani
    Message was edited by: Agasthuri Doss Baladandapani

  • Generating excel files using XSLT mapping

    Hi All,
    I am working on a proxy to file scenario and we have a requirement of generating .xls file in a spreadsheet format at FTP server.I have done xslt mappping for creating the excel file in spreadsheet.But getting following error in channel monitoring.
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error occurred while connecting to the FTP server "phmysa-s3006.ap.novartis.net:21": java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'Workbook' found in document', probably configuration error in file adapter (XML parser error)'
    XSLT Code Used:
    <?xml version='1.0' ?>
    <?mso-application progid="Excel.Sheet"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns="urn:schemas-microsoft-com:office:spreadsheet"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <xsl:template match="DT_StockReports/*">
    <Row>
    <Cell>
    <Data ss:Type="String">
    <xsl:apply-templates/>
    </Data>
    </Cell>
    </Row>                               
    </xsl:template>
    <xsl:template match="/">
    <Workbook>
    <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
    </DocumentProperties>
    <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
      <WindowHeight>10365</WindowHeight>
      <WindowWidth>13260</WindowWidth>
      <WindowTopX>120</WindowTopX>
      <WindowTopY>60</WindowTopY>
      <ProtectStructure>False</ProtectStructure>
      <ProtectWindows>False</ProtectWindows>
    </ExcelWorkbook>
    <Styles>
      <Style ss:ID="Default" ss:Name="Normal">
       <Alignment ss:Vertical="Bottom"/>
       <Borders/>
       <Font x:CharSet="512"/>
       <Interior/>
       <NumberFormat/>
       <Protection/>
      </Style>
    </Styles>
    <Worksheet ss:Name="">
      <Table ss:ExpandedColumnCount="40" ss:ExpandedRowCount="15000" x:FullColumns="40"
       x:FullRows="15000">
    <xsl:apply-templates/>
      </Table>
      <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
       <PageSetup>
        <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
         x:Right="0.78740157499999996" x:Top="0.984251969"/>
       </PageSetup>
       <Selected/>
       <Panes>
        <Pane>
         <Number>40</Number>
         <ActiveRow>40</ActiveRow>
         <ActiveCol>15000</ActiveCol>
        </Pane>
       </Panes>
       <ProtectObjects>False</ProtectObjects>
       <ProtectScenarios>False</ProtectScenarios>
      </WorksheetOptions>
    </Worksheet>
    </Workbook>
    </xsl:template>
    </xsl:stylesheet>
    Thanks
    Ayura

    Input xml:
    <?xml version="1.0" encoding="utf-8"?><n0:MT_StockReports xmlns:n0="urn:novartis.com:pi:ph:sp:LM_DD_501_LSP_L0X:StockReports" xmlns:prx="urn:sap.com:proxy:Q75:/1SAI/TASEF7C5F005BC07ECC0997:700:2008/06/25"><Header><Material></Material><MaterialDescription></MaterialDescription><MType></MType><Bin></Bin><Unit></Unit><MS></MS><LS></LS><Type></Type><PGr></PGr><ABC></ABC><Crcy></Crcy><Prc></Prc><Vendor></Vendor><VendorName></VendorName><VendMat></VendMat><ManufacturingPartN></ManufacturingPartN><Batch></Batch><BatchExpiryDate></BatchExpiryDate><Unrestr></Unrestr><SafetyStk></SafetyStk><MinSafStck></MinSafStck><MinLotSize></MinLotSize><MaxLotSize></MaxLotSize><MaxLevel></MaxLevel><ReorderPt></ReorderPt><TotalStock></TotalStock><TotalVal></TotalVal></Header><Records><Material>20001</Material><MaterialDescription>SIEVED NATEGLINIDE / DS.01 / DR</MaterialDescription><MType>ZPI</MType><Bin></Bin><Unit>KG</Unit><MS>40</MS><LS>HB</LS><Type>M0</Type><PGr>S01</PGr><ABC></ABC><Crcy>SGD</Crcy><Prc>S</Prc><Vendor>          </Vendor><VendorName></VendorName><VendMat></VendMat><ManufacturingPartN></ManufacturingPartN><Batch>SD0026</Batch><BatchExpiryDate>01.12.2011</BatchExpiryDate><Unrestr>49.803 </Unrestr><SafetyStk>0.000 </SafetyStk><MinSafStck>0.000 </MinSafStck><MinLotSize>110.000 </MinLotSize><MaxLotSize>550.000 </MaxLotSize><MaxLevel>1.000 </MaxLevel><ReorderPt>0.000 </ReorderPt><TotalStock>49.803 </TotalStock><TotalVal>1723.18 </TotalVal></Records></n0:MT_StockReports>
    Edited by: Ayura Kanungo on Dec 28, 2011 7:11 AM

  • No valid XSLT program supplied in XSLT Tester (Transaction code: STRANS)

    Hi
    I a trying to execute the Simple Transformation through STRANS (XML&#61664;ABAP)
    I am supplying Transformation, Source File Path as input.
    Problem
    When I am trying to execute it is giving the following error
    XSLT Tester                                                                               
    Runtime Errors                                                                               
    Reason          : No valid XSLT program supplied
    Please let me know if Ii need to extend the Selection.
    Early answers will be rewarded
    Thanks
    Nikhil.B

    thx Anup but still no success.
    I am thinking whether we should do any repositories consitency check after upgrade? any manual adjustments? this is a standard component crmcmp_hdr.
    the error seems to be caused by implementing note 0001358764 before upgrade in CRM 7.
    Best Regards

  • Error executing BPC test script

    Hi,
    We are on HANA. Our performance team is trying to execute a test script from HP Load Runner. We are seeing the below error
    HTTP/1.0 500 Internal Server Error\r\n
    <TITLE>500 SAP Internal Server Error</TITLE>\n
    ERROR: XSLT: No valid XML source (termination: RABAX_STATE)<P>\n
      Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://fmsap980.erps.intel.com:8000/sap/bpc/files?method=list" [MsgId: MERR-26612]
    when we try and execute the same script manually within BPC front end, then no issues. everything is fine. Automating the test script is an issue.
    any script , same error.
    thanks for the help.

    Hey Ravi:
    Any chance you found a solution to this?
    Thanks
    Kalinga

  • BT Mapper error : The style sheet is too complex

    Hi Guys,
    I am trying to test the map in visual studio and I immediately prompted with the error “XSLT exception: The style sheet is too complex”. I have searched for this on the web and came to know that this might be caused by number of lines in XSLT and my BT mapper
    is very big. And I can confirm that this is not due to any mapping errors or syntax errors because I checked the same mapping using few lines of xslt and it worked.
    Does anyone has seen this error in BizTalk mapper? I am testing the map using “Test map” in visual studio.
    I am using BizTalk server 2013 R2 Dev with visual studio 2013.
    Thanks
    JB

    Hi JB,
    There is a known issue with framework 4.5 as mentioned in the given article:
    http://support.microsoft.com/kb/2828841/en-us
    Trying applying this hotfix and make the config changes as mentioned in the below article.
    BizTalk
    2013 Orchestration fails with Error "The Stylesheet is too Complex"
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • STRANS

    Hi,
    Has anybody tested xslt mapping via STRANS.
    I am unable to test it as it always gives me error XSLT mapping not specified.
    Without debugging, it is difficult for me to find the error that happens in the call transformation step
    It raises an exception with cx_mapping_fault and error code 4. I am uanble to find where it failed in call transformation
    This is the place where it fails.
      TRY.
          CALL TRANSFORMATION zxi_gen_error_email
            SOURCE XML xml
            RESULT email_details = ca_email_details_t.
        CATCH cx_transformation_error INTO ca_oref.
          MOVE ca_error_c TO ca_mpg_errcode.
          RAISE EXCEPTION TYPE cx_mapping_fault
            EXPORTING error_code = ca_mpg_errcode.
      ENDTRY.

    There was a problem with one character in the namespace which was in CAPS.  Now, it is working fine.

  • FM12 maker.ini -- XmlUtilities client

    Hello fellows,
    Does anyone know what the following structured FM12 client does and what the configuration options are?
    XmlUtilities=Standard, Utilities for XML, fminit\xmlutils.dll, structured
    The FM12 INI Reference Guide does not explain anything about this (and many other) clients. The documentation is superficial.
    We had a problem with running Saxon until we commented out the XmlUtilities line in maker.ini.
    Thanks for your input in advance!
    [Thread moved by moderator]

    Hi Anchal,
    Thank you for your response!
    If I set Xalan as the default XSLT engine, it does not solve the issue. The issue is that when I try to open an XML file in structured FM, I get the following error:
    XSLT Processor Messages
    org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
    javax.xml.transform.TransformerException: org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
    javax.xml.transform.TransformerException: org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
    Transformation Aborted.
    The issue is only "resolved" by commenting out the XmlUtilities option.
    Best regards,
    Roman

  • XSL Design View

    Hi,
    i use JDeveloper 10.1.3.5.0.4306
    If i have such construct:
    <xsl:choose>
    <xsl:when test="..........">
    <ns1:ErrorCode>
    <xsl:text disable-output-escaping="no">0</xsl:text>
    </ns1:ErrorCode>
    <ns1:ErrorText>
    <xsl:text disable-output-escaping="no">Not Empty</xsl:text>
    </ns1:ErrorText>
    </xsl:when>
    <xsl:otherwise>
    <ns1:ErrorCode>
    <xsl:text disable-output-escaping="no">1</xsl:text>
    </ns1:ErrorCode>
    <ns1:ErrorText>
    <xsl:text disable-output-escaping="no">Empty Text</xsl:text>
    </ns1:ErrorText>
    </xsl:otherwise>
    </xsl:choose>
    and i switch to the Design Mode - JDeveloper wrote a error message: Error: XSLT construct '<when>' can have only one node as a child node.
    Is this a general restriction of the JDeveloper or from the XSL definition (on the XSL itself i found no such restriction)?

    Yes this is the general restriction of the jdeveloper
    But it will work once deployed on the server.
    Regards,
    Nitin

  • Importing Design objects - Connection interrupted

    Hi, i'am trying to import design object in the integration builder (is a new installation) of my PI 7.0.
    Abap or Basis, both give me the same error:
    - after i click import, it says importing and in 2 seconds give me:
    Connection to server lost
    You can log on again once the server is available again
    Do you want to log on again?
    Well, i logon again and repeat the action but the same error arise.
    I do not think the problem is the PI is down....but i do not where look for the error log.
    Please help me.
    Thanks & regards
    Diego

    I've found this in the default trace (i've change the last name, restart the XI and tried to import again):
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!FILESET[3, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.2.trc]/>
    <!NEXTFILE[defaultTrace.4.trc]/>
    <!LOGHEADER[END]/>
    #1.5 #00142219413000000000001800001E680004469B65056A90#1203533135578#com.sap.engine.core.service630.container.ReferenceResolver##com.sap.engine.core.service630.container.ReferenceResolver#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Classload error; cannot load library com.sap.aii.af.axis.lib because referenced component com.sap.aii.af.axisproviderlib not found.#
    #1.5 #001422194130000C0000000000001E680004469B65E872F3#1203533150453#com.sap.tc.logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######SAPEngine_System_Thread[impl:5]_88##0#0#Warning##Java###Attempting to change a formatter on active log ./log/system/server.log. reset() method must be called first.#1#java.lang.Exception: Attempting to change a formatter on active log ./log/system/server.log. reset() method must be called first.
         at com.sap.tc.logging.FileLog.setFormatter(FileLog.java:448)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.adjustConfiguration(LogConfigurator.java:789)
         at com.sap.engine.services.log_configurator.admin.LogConfigurator.applyConfiguration(LogConfigurator.java:1532)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.activateLogger(LogConfiguratorServiceFrameImpl.java:258)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.init(LogConfiguratorServiceFrameImpl.java:172)
         at com.sap.engine.services.log_configurator.LogConfiguratorApplicationServiceFrame.start(LogConfiguratorApplicationServiceFrame.java:69)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000260000000000001E680004469B66B97134#1203533164156#com.sap.caf.um.metadata.imp.MetaDataTools##com.sap.caf.um.metadata.imp.MetaDataTools.MetaDataTools()#######SAPEngine_System_Thread[impl:5]_54##0#0#Info#1#/System/Server#Plain###sap.com caf/um/metadata/imp MAIN_APL70VAL_C 1528581#
    #1.5 #00142219413000290000000000001E680004469B66BC7419#1203533164343#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#/System/Server/CTC#Plain###Starting Configuration util service...#
    #1.5 #00142219413000320000000100001E680004469B66DCE23A#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading trusted anchor configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000300001E680004469B66DCE7BA#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading credential configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000500001E680004469B66DCEC93#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading CRL configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000320000000700001E680004469B66DCF23B#1203533166468#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Security#Plain###Error while reading password configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000390000000000001E680004469B66E9CB39#1203533167312#com.sap.caf.um.relgroups.imp.persistence.DataSource##com.sap.caf.um.relgroups.imp.persistence.DataSource.DataSource()#######SAPEngine_System_Thread[impl:5]_38##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1528795#
    #1.5 #00142219413000290000000200001E680004469B66EE7064#1203533167625#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_70##0#0#Info#1#/System/Server/CTC#Plain###Configuration util service started successfully.#
    #1.5 #00142219413000390000000200001E680004469B66F25476#1203533167875#com.sap.caf.um.relgroups.imp.principals.RelGroupFactory##com.sap.caf.um.relgroups.imp.principals.RelGroupFactory.RelGroupFactory()#######SAPEngine_System_Thread[impl:5]_38##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1528795#
    #1.5 #001422194130004A0000000000001E680004469B67351838#1203533172250#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Java###CPA Cache not updated with directory data, due to: #1#Couldn't open Directory URL (http://sapdev:50400/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=F&consumer=af.dxi.sapdev
    dxi), due to: HTTP 503: Service Unavailable#
    #1.5 #001422194130004A0000000100001E680004469B673637C4#1203533172328#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_76##0#0#Error##Java###Confirmation handling failed, due to: #1#Couldn't send confirmation, due to: Couldn't access Confirmation URL, due to: HTTP 503: Service Unavailable#
    #1.5 #001422194130004C0000000000001E680004469B67421316#1203533173109#com.sap.aii.af.service.monitor.MonitorManagement##com.sap.aii.af.service.monitor.MonitorManagement.startService(ApplicationServiceContext)#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###CCMS ManagementInterface registered!#
    #1.5 #001422194130004C0000000100001E680004469B6746EE02#1203533173421#com.sap.aii.af.service.alerting.Alert##com.sap.aii.af.service.alerting.Alert.setMDTUrl()#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###Failed to set MDT URL: HTTP response code: 503 (Service Unavailable)#
    #1.5 #001422194130004C0000000200001E680004469B67472F15#1203533173437#com.sap.aii.af.service.alerting.Alert##com.sap.aii.af.service.alerting.Alert.setMDTUrl()#######SAPEngine_System_Thread[impl:5]_24##0#0#Error##Plain###Failed to set MDT URL: HTTP response code: 503 (Service Unavailable)#
    #1.5 #001422194130004D0000000000001E680004469B6748FD68#1203533173562#com.sap.aii.af.service.statistic.PerformanceMonitorManager##com.sap.aii.af.service.statistic.PerformanceMonitorManager.PerformanceMonitorManager: cleanCache()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Java###Performance runtime data cache cleaned -
    #1.5 #001422194130004E0000000000001E680004469B6750AF4E#1203533174062#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/AFWListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/AFWListener.#
    #1.5 #001422194130004E0000000100001E680004469B6750B0B0#1203533174062#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error##Plain###Failed to create listener localejbs/AFWListener for connection AFW. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/AFWListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/AFWListener.#
    #1.5 #001422194130004F0000000000001E680004469B6750F5AA#1203533174078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/MarketPlaceAdapterListener.#
    #1.5 #001422194130004F0000000100001E680004469B6750F6C2#1203533174078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to create listener localejbs/MarketPlaceAdapterListener for connection MPA. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/MarketPlaceAdapterListener.#
    #1.5 #00142219413000500000000000001E680004469B67511697#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/JPR.#
    #1.5 #00142219413000500000000100001E680004469B675117AA#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to create listener localejbs/JPR for connection JPR. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/JPR.#
    #1.5 #00142219413000510000000000001E680004469B67511C96#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_22##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/RNIFMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIFMessageListener.#
    #1.5 #00142219413000510000000100001E680004469B67511D7A#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_22##0#0#Error##Plain###Failed to create listener localejbs/RNIFMessageListener for connection RNIFAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/RNIFMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIFMessageListener.#
    #1.5 #00142219413000520000000000001E680004469B675122CC#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_26##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/CIDXMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/CIDXMessageListener.#
    #1.5 #00142219413000520000000100001E680004469B6751250F#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_26##0#0#Error##Plain###Failed to create listener localejbs/CIDXMessageListener for connection CIDXAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/CIDXMessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/CIDXMessageListener.#
    #1.5 #00142219413000530000000000001E680004469B67512A71#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/BcAdapterListener.#
    #1.5 #00142219413000530000000100001E680004469B67512B5E#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to create listener localejbs/BcAdapterListener for connection BcAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/BcAdapterListener.#
    #1.5 #00142219413000540000000000001E680004469B675131CD#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/TestListener.#
    #1.5 #00142219413000540000000100001E680004469B675132B1#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to create listener localejbs/TestListener for connection test. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/TestListener.#
    #1.5 #00142219413000550000000000001E680004469B67513957#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/RNIF11MessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIF11MessageListener.#
    #1.5 #00142219413000550000000100001E680004469B67513A8F#1203533174093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Plain###Failed to create listener localejbs/RNIF11MessageListener for connection RNIF11Adapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/RNIF11MessageListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localejbs, the whole lookup name is localejbs/RNIF11MessageListener.#
    #1.5 #00142219413000600000000000001E680004469B676FB3E7#1203533176109#com.sap.engine.services.iiop.server##com.sap.engine.services.iiop.server.PICurrentImpl#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###
    java.lang.IllegalThreadStateException: Wrong invoked request operation in a system thread.
         at com.sap.engine.services.iiop.internal.interceptors.PICurrentImpl.getThreadSlotTable(PICurrentImpl.java:88)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.<init>(ClientRequest.java:66)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2$ClientRequest_1_2.<init>(Delegate_1_2.java:41)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2.createRequestLocal(Delegate_1_2.java:32)
         at com.sap.engine.services.iiop.server.portable.Delegate.createRequest(Delegate.java:376)
         at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:171)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)
         at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)
         at com.adobe.document.XMLFormService.onStartService(Unknown Source)
         at com.adobe.service.Service.start(Service.java:387)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000600000000100001E680004469B676FBB0E#1203533176109#com.sap.engine.services.iiop.server##com.sap.engine.services.iiop.server.Delegate.request(org.omg.CORBA.Object, String, boolean)#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###Request error :
    java.lang.NullPointerException
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.<init>(ClientRequest.java:66)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2$ClientRequest_1_2.<init>(Delegate_1_2.java:41)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2.createRequestLocal(Delegate_1_2.java:32)
         at com.sap.engine.services.iiop.server.portable.Delegate.createRequest(Delegate.java:376)
         at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:171)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)
         at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)
         at com.adobe.document.XMLFormService.onStartService(Unknown Source)
         at com.adobe.service.Service.start(Service.java:387)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    #1.5 #00142219413000600000000200001E680004469B676FBD14#1203533176109#com.adobe.document.XMLFormService##com.adobe.document.XMLFormService#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###$$$/com/adobe/xmlformservice/msg.fm.getASD.err=Error in FontManager.getAdobeServerFontDirectory. Exception: org.omg.CORBA.INTERNAL: Exception: java.lang.NullPointerException  vmcid: 0x0  minor code: 0  completed: No#
    #1.5 #00142219413000600000000300001E680004469B676FBDC8#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###org.omg.CORBA.INTERNAL: Exception: java.lang.NullPointerException  vmcid: 0x0  minor code: 0  completed: No#
    #1.5 #00142219413000600000000400001E680004469B676FBEA8#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:178)#
    #1.5 #00142219413000600000000500001E680004469B676FBF14#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)#
    #1.5 #00142219413000600000000600001E680004469B676FBF7B#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)#
    #1.5 #00142219413000600000000700001E680004469B676FBFE2#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)#
    #1.5 #00142219413000600000000800001E680004469B676FC046#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.document.XMLFormService.onStartService(Unknown Source)#
    #1.5 #00142219413000600000000900001E680004469B676FC0AD#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.adobe.service.Service.start(Service.java:387)#
    #1.5 #00142219413000600000000A00001E680004469B676FC113#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)#
    #1.5 #00142219413000600000000B00001E680004469B676FC17E#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)#
    #1.5 #00142219413000600000000C00001E680004469B676FC1E6#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)#
    #1.5 #00142219413000600000000D00001E680004469B676FC24C#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)#
    #1.5 #00142219413000600000000E00001E680004469B676FC2B3#1203533176109#System.err##System.err#######SAPEngine_System_Thread[impl:5]_75##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)#
    #1.5 #001422194130006C0000000600001E680004469B68B1B432#1203533197218#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#J2EE_ADMIN#9##n/a##2a62d550dfe411dccfe4001422194130#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###Exception getting currently running XMLForm Module version.
    java.lang.IllegalStateException: No transaction
         at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:70)
         at com.adobe.ads.proxy.ServiceLocator.getXmlfmFactory(Unknown Source)
         at com.adobe.EJB_XMLFormAgent.getFactory(Unknown Source)
         at com.adobe.EJB_XMLFormAgent.getVersion(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.checkXmlfmVersion(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.ejbCreate(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.createObject(BeanFactory.java:113)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:374)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:343)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:291)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:188)
         at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContainerFP.getActiveBean(StatelessContainerFP.java:183)
         at com.adobe.AdobeDocumentServicesObjectImpl0.registerWithMBeanServer(AdobeDocumentServicesObjectImpl0.java:98)
         at com.adobe.AdobeDocumentServices_Stub.registerWithMBeanServer(AdobeDocumentServices_Stub.java:58)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy20.registerWithMBeanServer(Unknown Source)
         at com.adobe.web.RegisterMBean.init(Unknown Source)
         at com.sap.engine.services.servlets_jsp.server.security.PrivilegedActionImpl.run(PrivilegedActionImpl.java:59)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:379)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:141)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    #1.5 #00142219413000730000000200001E680004469B692C2D3B#1203533205234#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000730000000400001E680004469B692C43EA#1203533205250#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000730000000600001E680004469B692C589C#1203533205250#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000730000000900001E680004469B692D6CB6#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrAdministrator#
    #1.5 #00142219413000730000000B00001E680004469B692D8A7B#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrClassWriter#
    #1.5 #00142219413000730000000D00001E680004469B692DA637#1203533205328#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#23##sapdev_DXI_42254850#PIAFUSER#2f0fbb90dfe411dca1d1001422194130#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterAll#
    #1.5 #00142219413000700000000C00001E680004469B6AC2DE77#1203533231890#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.aii.af.app#com.sap.engine.services.security.roles.SecurityRoleImpl#J2EE_GUEST#0##n/a##3f194330dfe411dcbe8d001422194130#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#SAP-J2EE-Engine#administrators#
    #1.5 #00142219413000710000000800001E680004469B6AC51A95#1203533232031#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000710000000A00001E680004469B6AC52D2C#1203533232046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000710000000C00001E680004469B6AC53E14#1203533232046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#28##sapdev_DXI_42254850#PIAFUSER#3f252a10dfe411dc8e09001422194130#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #001422194130006D0000000E00001E680004469B6AE3A2B3#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #001422194130006D0000001000001E680004469B6AE3ABAC#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #001422194130006D0000001200001E680004469B6AE3B4A6#1203533234046#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#29##sapdev_DXI_42254850#PIAFUSER#40626500dfe411dc8265001422194130#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #001422194130004F0000000200001E680004469B6AE4292E#1203533234078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##406e4be0dfe411dcb793001422194130#SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MarketPlaceAdapterListener.#
    #1.5 #001422194130004F0000000300001E680004469B6AE42A0E#1203533234078#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##406e4be0dfe411dcb793001422194130#SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Failed to create listener localejbs/MarketPlaceAdapterListener for connection MPA. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/MarketPlaceAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MarketPlaceAdapterListener.#
    #1.5 #00142219413000530000000200001E680004469B6AE47000#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d0dfe411dcbdc8001422194130#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of BcAdapterListener.#
    #1.5 #00142219413000530000000300001E680004469B6AE47156#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d0dfe411dcbdc8001422194130#SAPEngine_Application_Thread[impl:3]_2##0#0#Error##Plain###Failed to create listener localejbs/BcAdapterListener for connection BcAdapter. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/BcAdapterListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of BcAdapterListener.#
    #1.5 #00142219413000500000000200001E680004469B6AE47D4F#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d1dfe411dcc7cb001422194130#SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPR.#
    #1.5 #00142219413000500000000300001E680004469B6AE47F04#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d1dfe411dcc7cb001422194130#SAPEngine_Application_Thread[impl:3]_34##0#0#Error##Plain###Failed to create listener localejbs/JPR for connection JPR. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/JPR within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPR.#
    #1.5 #00142219413000540000000200001E680004469B6AE48276#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.lookupFromJNDI(String, boolean)#J2EE_GUEST#0##n/a##407095d2dfe411dca1b9001422194130#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of TestListener.#
    #1.5 #00142219413000540000000300001E680004469B6AE48438#1203533234093#com.sap.aii.af.ra.ms.runtime.Resources##com.sap.aii.af.ra.ms.runtime.Resources.getListener(String, boolean)#J2EE_GUEST#0##n/a##407095d2dfe411dca1b9001422194130#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Failed to create listener localejbs/TestListener for connection test. Reason: java.lang.Exception: Failed to lookup object from JNDI for name localejbs/TestListener within app level thread. Reason: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of TestListener.#
    #1.5 #00142219413000770000000200001E680004469B6AE8DB78#1203533234375#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrUser#
    #1.5 #00142219413000770000000400001E680004469B6AE8E48E#1203533234390#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000770000000600001E680004469B6AE8ED18#1203533234390#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#PIAFUSER#30##sapdev_DXI_42254850#PIAFUSER#4096bb70dfe411dc8b28001422194130#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000380000011A00001E680004469B6B7DC038#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Plain###Ignore this and the following trace messages in the method traceSample(). It is just a sample for using the trace API!#
    #1.5 #00142219413000380000011C00001E680004469B6B7DC88D#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Plain###A error trace message with signature, category and text#
    #1.5 #00142219413000380000011E00001E680004469B6B7DCA61#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Java###A error trace message with signature, category, text and .#1#parameters#
    #1.5 #00142219413000380000012000001E680004469B6B7DCBB0#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Plain###A error trace message with signature and text only#
    #1.5 #00142219413000380000012100001E680004469B6B7DCC47#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Java###A error trace message with signature, text and #1#parameters#
    #1.5 #00142219413000380000012200001E680004469B6B7DCF27#1203533244140#com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory##com.sap.aii.af.sample.adapter.ra.SPIManagedConnectionFactory.traceSample()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/ThirdPartyRoot/comsap/Server/Adapter Framework#Java###Assertion failed: #1#Logging severity level is not set to 'None'#
    #1.5 #00142219413000740000001D00001E680004469B6CA3EC3B#1203533263421#com.sap.slm.exec.message.SLMApplication#sap.com/tcslmslmapp#com.sap.slm.exec.message.SLMApplication#J2EE_GUEST#0##n/a##41d3cf50dfe411dcb645001422194130#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Java###"CfgObjectLoadVisitor" cannot load com.sap.slm.util.config.objects.CfgSDTServer from SLM configuration. Cannot read configuration in path ''SLM''##
    #1.5 #00142219413000640000002000001E680004469B6D003CBF#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrSupport#
    #1.5 #00142219413000640000002200001E680004469B6D004E95#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrAdministrator#
    #1.5 #00142219413000640000002400001E680004469B6D005EA2#1203533269468#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrClassWriter#
    #1.5 #00142219413000640000002600001E680004469B6D006E57#1203533269484#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterAll#
    #1.5 #00142219413000640000002800001E680004469B6D007E0D#1203533269484#com.sap.engine.services.security.roles.SecurityRoleImpl#sap.com/com.sap.lcr#com.sap.engine.services.security.roles.SecurityRoleImpl#PIRWBUSER#37##sapdev_DXI_42254850#PIRWBUSER#5575bff0dfe411dc9fda001422194130#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Security/Audit/J2EE#Java###: Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#sap.com/com.sap.lcr*sld#LcrInstanceWriterCR#
    #1.5 #00142219413000380000019900001E680004469B6D6EE405#1203533276718#com.sap.aii.adapter.axis.ra.SPIManagedConnectionFactory##com.sap.aii.adapter.axis.ra.SPIManagedConnectionFactory.start()####n/a##1e5f4590dfe411dc8a22001422194130#SAPEngine_System_Thread[impl:5]_29##0#0#Error##Plain###Unable to instantiate com.sap.aii.adapter.axis.ra.AdapterManager#
    #1.5 #001422194130006B0000002A00001E680004469B6D7E354C#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: FrontController: Configuration loaded from path [/WEB-INF/KwNaviConfig.xml], org.w3c.dom.Document builded
    #1.5 #001422194130006B0000002C00001E680004469B6D7E3A7E#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: found actMessType as init parameter, value: 1
    #1.5 #001422194130006B0000002E00001E680004469B6D7E3BFF#1203533277718#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.FrontController [SAPEngine_Application_Thread[impl:3]_3] Info: actMessType, value: 1
    #1.5 #001422194130006B0000003000001E680004469B6D7E7A42#1203533277734#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: DocumentBuilderFactory:com.sap.engine.lib.jaxp.DocumentBuilderFactoryImpl
    #1.5 #001422194130006B0000003200001E680004469B6D7E9460#1203533277750#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: logon
    #1.5 #001422194130006B0000003400001E680004469B6D7EAB5B#1203533277750#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: bannerNavCont
    #1.5 #001422194130006B0000003600001E680004469B6D7EC76C#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: chngCtxt
    #1.5 #001422194130006B0000003800001E680004469B6D7EDBBD#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: search
    #1.5 #001422194130006B0000003A00001E680004469B6D7EE81F#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: search
    #1.5 #001422194130006B0000003C00001E680004469B6D7EF9F5#1203533277765#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: whereUsed
    #1.5 #001422194130006B0000003E00001E680004469B6D7F0B1B#1203533277781#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: attrShow
    #1.5 #001422194130006B0000004000001E680004469B6D7F250A#1203533277781#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: config
    #1.5 #001422194130006B0000004200001E680004469B6D7F3FDE#1203533277796#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: error
    #1.5 #001422194130006B0000004400001E680004469B6D7F54B4#1203533277796#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM         com.sap.kw.framework.XmlDocuments [SAPEngine_Application_Thread[impl:3]_3] Info: loadXmlDocument, name: classSelect
    #1.5 #001422194130006B0000004600001E680004469B6D7F6D5F#1203533277796#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    logon.xslt
    #1.5 #001422194130006B0000004800001E680004469B6D7F8EC7#1203533277812#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004A00001E680004469B6D7FCD15#1203533277828#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    kwnet
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004C00001E680004469B6D7FE64C#1203533277828#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    zkwnet
    bannerNavCont.xslt
    #1.5 #001422194130006B0000004E00001E680004469B6D7FF60C#1203533277843#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    chgCtxt.xslt
    #1.5 #001422194130006B0000005000001E680004469B6D80174F#1203533277843#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    search.xslt
    #1.5 #001422194130006B0000005200001E680004469B6D803E6E#1203533277859#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    searchResults.xslt
    #1.5 #001422194130006B0000005400001E680004469B6D80647C#1203533277859#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    whereUsed.xslt
    #1.5 #001422194130006B0000005600001E680004469B6D80869D#1203533277875#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    attrShow.xslt
    #1.5 #001422194130006B0000005800001E680004469B6D80B109#1203533277890#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    kwnet
    attrShow.xslt
    #1.5 #001422194130006B0000005A00001E680004469B6D80DF2B#1203533277890#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    config.xslt
    #1.5 #001422194130006B0000005C00001E680004469B6D8105F8#1203533277906#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    error.xslt
    #1.5 #001422194130006B0000005E00001E680004469B6D81244E#1203533277921#System.err#sap.com/tckw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_Application_Thread[impl:3]_3##0#0#Error##Plain###Feb 20, 2008 3:47:57 PM      com.sap.kw.framework.XslTransformers [SAPEngine_Application_Thread[impl:3]_3] Info: Loading transformation file: E:
    usr
    sap
    DXI
    DVEBMGS04
    j2ee
    cluster
    server0
    apps
    sap.com
    tckw_tc
    servlet_jsp
    SAPIKS2
    root
    xslt
    iwbmisc
    classSelect.xslt
    #1.5 #001422194130006B0000006000001E680004469B6D8142D2#1203533277921#System.err#sap.com/tc~kw_tc#System.err#J2EE_GUEST#0##n/a##5a67c580dfe411dcba01001422194130#SAPEngine_App

  • Trying to use xalan

    Hello ,
    I am trying to use xalan to apply xsl on an xml file
    command line
    java org.apache.xalan.xslt.Process -IN foo.sml -XSL foo.xsl
    but I get this error
    )XSLT Error (java.lang.IllegalArgumentException): http://xml.apache.org/xalan/features/incremental
    can some one point me to the cause of error and a possible fix thanks

    nevermind..................

Maybe you are looking for