Exception occurs when xml parser encounters a '&' in data

I'm using xmlparserv2 and jdk1.3.1. When I run a query I convert it into xml using the oracle xmlparser classes and methods. Everything works fine until I encounter a '&' character in my data. The parser throws an exception about the character '&' not mapping to a valid unicode.
How can I correct this error? Is there some way that I can define how the character '&' is mapped?
What class file determines how special characters are mapped?
Thanks
Norm

and if you don't want to or can not fix the data, than use REPLACE in your queries.
This is normal behaviour with any XML parser. & has a special meaning in XML so in your data you have to & to reprasent &. Fix your data replace all occurrences of & with &

Similar Messages

  • Orchestration exception:Exception occurred when persisting state to the database because of special character ' ' in HL7 message.

    In some scenarios HL7 message is coming with special character ‘’ and HL7 dis-assembler escaping this character with “”. But while sending out (pass thru pipeline but orchestration trying to persist here at last sendshape.) from orchestration
    this message failing with the error “Exception occurred when persisting state to the database.”
    As per the analysis , Orchestration is unable to convert to xml document from a
    XLANGMessage because of this special character. We have tried to call custom .net class with following code and its failing here as well (I think orchestration also trying to do same way and failing with the message and failing with same error.).
    public void ProcessRequest(XLANGMessage reqMessage)
    XmlDocument xmlDocument = (XmlDocument)reqMessage[0].RetrieveAs(typeof(XmlDocument)); It is failing here with the error
    “ ', hexadecimal value 0x10, is an invalid character. Line 1, position 1865. “
    Note : Please find the special character in the attachment circled in red color. 

    Hi ,
    Please find the xml and the screenshot.
    <OBX_ObservationResult>
      <OBX_1_SetIdObx>3</OBX_1_SetIdObx>
      <OBX_2_ValueType>TX</OBX_2_ValueType>
      <OBX_3_ObservationIdentifier>
        <CE_0_Identifier>P.112</CE_0_Identifier>
        <CE_1_Text>Where pt. will be transported to \T\ where &#x10;&#x1;famly can wait:</CE_1_Text>
      </OBX_3_ObservationIdentifier>
      <OBX_4_ObservationSubId />
      <OBX_5_ObservationValue>Y</OBX_5_ObservationValue>
      <OBX_6_Units>
        <CE_0_Identifier />
      </OBX_6_Units>
      <OBX_7_ReferencesRange />
      <OBX_8_AbnormalFlags />
      <OBX_9_Probability />
      <OBX_10_NatureOfAbnormalTest />
      <OBX_11_ObservationResultStatus>N</OBX_11_ObservationResultStatus>
    </OBX_ObservationResult>

  • XSLT Mapping, Transformer configuration exception occurred when loading

    Hi,
    My source message is an IDOC HRMD, I need my target message to include exactly
    <EPERSON xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ContextPersonMessage">
    I have therefore suggested to use XSLT mapping.
    Here is the test_mapping.xsl that I Imported as Zip in Imported Archives.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://polyright.com/xi/HR">
         <xsl:template match="/">
              <EPERSON xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ContextPersonMessage">
                          <xsl:for-each select="HRMD_A07/IDOC/E1PLOGI">
                <CONTEXTPERSON personid="" id="">
                      <PERSON action="add">
                               <TITLE></TITLE>
                               <FIRSTNAME><xsl:value-of select="E1PITYP/E1P0002/VORNA"/></FIRSTNAME>
                               <SECONDNAME></SECONDNAME>
                               <NAME><xsl:value-of select="E1PITYP/E1P0002/NACHN"/></NAME>
                               <ADDRESS1></ADDRESS1>
                               <ADDRESS2></ADDRESS2>
                               <POSTALCODE></POSTALCODE>
                               <CITY></CITY>
                               <COUNTRY></COUNTRY>
                               <COUNTRYID></COUNTRYID>
                               <PROFESSION></PROFESSION>
                               <LANGUAGE></LANGUAGE>
                               <LANGUAGEID></LANGUAGEID>
                               <PERSONTYPEID></PERSONTYPEID>
                               <CREATIONDATE></CREATIONDATE>
                               <BIRTHDATE></BIRTHDATE>
                               <CATEGORY></CATEGORY>
                             </PERSON>
                      </xsl:for-each>
              </EPERSON>
         </xsl:template>
    </xsl:stylesheet>
    When I test the Interface mapping, I get the following error:
    Transformer configuration exception occurred when loading XSLT test_mapping.xsl (http://polyright.com/xi/HR, 783938d1-4463-11dd-b136-e03ac0a80c15, -1)
    Searching through the forum, it is probably an namespace issue, but I have no idea of what needs to be changed. Any suggestions ?

    Try running end-to-end scenario and check if you could get detailed error message.
    Also check if the problem arises from the "ns0" usage.
    Regards,
    Prateek

  • Transformer exception occurred when executing XSLT

    Hi Friends,
    Currently I am working on standard contents(XI) on IS-Retail.
    I want to change standard XSLT mapping.
    I done few changes but on testing of Interface mapping I got this error "Transformer exception occurred when executing XSLT"
    1.
    </xsl:template>
         <!-- Comment start  for Tender ( Financial Movement )-->
         <!--     <xsl:template name="POSLog">
            <ns0:POSLog xmlns:ns0="http://sap.com/xi/StoreConnectivity">
                <xsl:call-template name="POSLogTransaction"/>
            </ns0:POSLog>          
              </xsl:template> -->
         <xsl:template name="POSLog">
              <ns0:Z_POSLog xmlns:ns0="http://sap.com/xi/StoreConnectivity">
                   <xsl:call-template name="POSLogTransaction"/>
              </ns0:Z_POSLog>
              </xsl:template>
              <!-- Comment end for Tender ( Financial Movement )-->
    2.
                   <!-- Changes start for Tender ( Financial Movement )  -->
                        <xsl:for-each select="GMTLogTransactionLine[TransactionType='B2']">
                             <xsl:call-template name="CaptureTenderID"/>
                        </xsl:for-each>
                   <!-- Changes end for Tender ( Financial Movement ) -->
    3.
         <!-- Customization for handling Tender ( Financial Transaction  ) Begin Here-->
         <xsl:template name="CaptureTenderID">
              <xsl:if test="following-sibling::GMTLogTransactionLine[1][TransactionType='B2']">
                   <Tender>
                        <TenderID>
                             <xsl:value-of select="following-sibling::GMTLogTransactionLine[TransactionType='B2'][1]/TenderID"/>
                        </TenderID>
                   </Tender>
              </xsl:if>
         </xsl:template>
         <!-- Customization for handling Tender ( Financial Transaction  ) End Here-->

    Hello flok,
    just have a look into this thread may be you can find the solution
    XSLT Mapping, Transformer configuration exception occurred when loading
    http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/TransformerException.html
    Regards,
    Ravi.

  • Cfobject - An exception occurred when instantiating a COM object

    I'm getting the following error:
    An exception occurred when instantiating a COM object.
    The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed.
    1 :
    2 : <cfscript>
    3 :     oLoader = CreateObject("com", "easyPDF.Loader.6");
    4 : </cfscript>
    This is on a dedicated server with 64bit Windows Server 8 and 64bit ColdFusion 9.  easyPDF is a program that will convert files into PDF on the server, it is also the 64 bit version.
    I'm not even trying to do anything but load the object and am getting the error.  I took a peek inside the registry and searched for "easyPDF.Loader" and it was found.
    Any ideas what could be going wrong? Is there something I need to do with the CF setup or IIS to get this working?  It gives the same error with the following line of code as well.
    <cftry>
        <cfobject type="com" action="connect" class="Word.application" name="this.wordCom" context="local">
        <cfcatch>
            <cfobject type="com" action="create" class="Word.application" name="this.wordCom" context="local">
        </cfcatch>
    </cftry>
    Any help or guidance would be great.  Is there a basic <cfobject type="com"> that should work on ANY computer without installing something that I could use to test?
    Thanks!

    Just to give everyone some closure in this matter:
    I've opened a case with Adobe Support. Their reply was:
    COM interoperability with CF9 is not supported on 64 bit Windows OS. This is due to the limitations imposed by JIntergra. You can find a reference for this in the following tech-note:http://helpx.adobe.com/coldfusion/kb/coldfusion-limitations-running-coldfusion-64.html
    It seems that J-Integra (http://j-integra.intrinsyc.com/support/kb/article.aspx?id=30963) won't update their code libraries for 64-bit support due to lack of customer demand for this functionality. Mind you this is the newest technot I could find on the matter but it was last update in 2010. I've also emailed j-Integra sales (http://j-integra.intrinsyc.com/contact.asp) to inquire about any progress in porting over their libraries to 64-bit. Who knows, if they get enough requests...
    I will now try to access my COM libraries from a .NET dll and call it using cfexecute.

  • An Exception Occured when refershing the query

    Hello All,
    Below exception occured for the following two scenarios.
    It occured when i tried to refresh the query.
    Other Case, exception occured when i enter the user prompts , it was about to refresh and got the same error messageNeed to know, when this type of error message occurs generally " An exception occured in one of the data source " and " Nested Exception".Need your inputs.
    Thanks in advance.
    John

    We are using AO 1.4 SP5..
    I have don't have the hotfix whether hotfix has been installed or not.
    Regards,
    John

  • IC WC: Exception occured when combine with Custom Controller

    Hi All,
    I was trying to combine a context node in my application to the context node "CurrentContext" of custom contrroler CuCoBDC.do however the following exception occured when I tried to display the page: "BSP exception: The object CuCoBDC.do in the URL /sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/crm_ic_preview/root.do is not valid."
    Can anyone please give me some hints?
    Thank you
    Heather

    Hi heather,
    can you please check the BOL entity used for both custom controller and view contex nodes are the same!.
    also do check the binding code in the method create_context_node( ) in _CTXT class of the view!.
    Regards,
    sudeep.

  • Exception occurs when get Members

    All,
    Please help. Im getting error "Exception occurs when get Members" when opening Dimension.
    How to resolve this?
    Thanks in advance

    Hello Agus,
    Kindly go to Tcode SE38 and Run program UJA_REFRESH_DIM_CACHE, then select your dimension and execute it.
    Hope this helps
    Regards
    Bhagyesh Ravange

  • An exception occurred when instantiating a COM object

    I have installed ColdFusion 9.1 on a 64-bit server running Windows 2008 R2.  I am using IIS 7.5.
    When I try to access the following URL http://localhost/myhousing/security/login_admin.cfm I get the following error.  Is there a patch available for CF 9 to resolve this error?
    The web site you are accessing has experienced an unexpected error.
    Please contact the website administrator.
    The following information is meant for the website developer for debugging purposes. 
    Error Occurred While Processing Request 
    An exception occurred when instantiating a COM object. 
    The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed. 
    The error occurred in C:/inetpub/wwwroot/MyHousing/Application.cfm: line 22
    20 : <CFINCLUDE template="lib/housing_functions.cfm">
    21 : <CFSET Application.obj_name = "UserInfo325DLL.UserClass">
    22 : <CFOBJECT name="obj" action="create" type="com" class="#Application.obj_name#">
    23 : <!------------------------------------------------------------------->
    24 : <!--- END OF CONFIGURATION FILE --->
    Resources:
    Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser   Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    Remote Address   ::1
    Referrer   
    Date/Time   08-May-13 01:49 PM
    Stack Trace (click to expand) 
    at cfApplication2ecfm293894775.runPage(C:/inetpub/wwwroot/MyHousing/Application.cfm:22) at cfApplication2ecfm293894775.runPage(C:/inetpub/wwwroot/MyHousing/Application.cfm:22)
    java.lang.RuntimeException: Can not use native code: Initialisation failed
    at com.linar.jintegra.NativeObjRef.<init>(Unknown Source)
    at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
    at com.linar.jintegra.Dispatch.<init>(Unknown Source)
    at com.intrinsyc.typeInfo.IMacroViewerProxy.<init>(IMacroViewerProxy.java:32)
    at com.intrinsyc.typeInfo.MacroViewer.<init>(MacroViewer.java:90)
    at com.intrinsyc.typeInfo.MacroViewer.<init>(MacroViewer.java:69)
    at com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java: 50)
    at coldfusion.runtime.com.ComProxy.<init>(ComProxy.java:114)
    at coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
    at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
    at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4947)
    at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
    at cfApplication2ecfm293894775.runPage(C:\inetpub\wwwroot\MyHousing\Application.cfm:22)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
    at coldfusion.CfmServlet.service(CfmServlet.java:200)
    at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Let's narrow down the problem by substituting the variable with the value directly on the cfobject tag.
    <CFOBJECT name="obj" action="create" type="com" class="UserInfo325DLL.UserClass">
    ... and see if that works.
    Another thing you might want to check if this is correct, UserInfo325DLL.UserClass.

  • Exception occured when deploying in Visual Composer with web dynpro mode

    Hi,All
    when I deploy application in visual composer with web dynpro mode, exception occured as following, please help me.
    Thanks.
    best regards
    Jiande Ding
    The initial exception that caused the request to fail, was:
       com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application sap.com/tcwd4vcengineconfigstd for startup. Reason= Clusterwide exception: Failed to start application sap.com/tcwd4vcengineconfigstd: The referenced application sap.com/tcwd4vccorestdinfoactors cannot be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?
        at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1494)
        at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)
        at com.sap.engine.services.deploy.server.application.StartTransaction.prepareLocal(StartTransaction.java:176)
        at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:365)
        at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:132)
        ... 8 more
    Edited by: Jiande Ding on Nov 4, 2008 1:08 PM

    Hi
    Check out this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/7c/9ce742bdab5604e10000000a155106/frameset.htm
    Thanks

  • Exception occurs when list all certs in keystore!

    I import a xx.p12 certificate into the keystore.jks using pk12import utiliy, when i try to print the
    certificate infromation in the keystore using command:
    keytool -list -v -keystore keystore.jks, exections
    printed as below:
    #3: ObjectId: 2.5.29.31 Criticality=false
    Unparseable CRLDistributionPoints extension due to
    java.io.IOException: invalid URI name:ldap://200.61.50.31:359/ou=ra01,ou=shecacrl,o=sheca.com??SUB?(cn=CRL60.crl)
    why does the exception occurs? the keytool not support the ldap url?
    I googled alot but still can't find the reson...

    Hello Agus,
    Kindly go to Tcode SE38 and Run program UJA_REFRESH_DIM_CACHE, then select your dimension and execute it.
    Hope this helps
    Regards
    Bhagyesh Ravange

  • Exception occured  when I create owb repository owner on AIX box

    Does Anyone excounter the issue?
    bash-2.04$ uname -a
    AIX sdcb80a061 3 5 00046F0F4C00
    bash-2.04$ oslevel -r
    5300-08
    bash-2.04$
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): wholeLine =../unix/jvm.sh -classpath ../../lib/ext/transx.zip:../../../lib/xschema.jar:../../../lib/xsu12.jar:../../../rdbms/jlib/xdb.jar:../../lib/int/rtpplatform.jar:../../lib/int/rtpcommon.jar:../../../jdbc/lib/ojdbc5.jar:../../../lib/xmlparserv2.jar:../../../sqlj/lib/runtime12.jar:../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName))) %user %password ../../browserasst/views/owb_uprop_nls.xml
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): Connection: host/port/serice_name = 64.181.226.163/1521/OLAP
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): url = (DESCRIPTION=(ADDRESS=(HOST=64.181.226.163)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=OLAP)))
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:868): [RuntimeInstaller] connUser = OWBSYS
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:868): [RuntimeInstaller] ..2222 . try getConnection()...
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): [getConnection]....
    main.TaskScheduler timer[5]20090428@23:56:09.009: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): after executing the output
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): (Spawn Token) Error loading Java into DB:
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Error occured in 'processSPAWN': java.io.BufferedInputStream@b920b92
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013): java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@b920b92
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1009)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:736)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:294)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:564)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at java.lang.Thread.run(Thread.java:803)
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@b920b92
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Get the error, stop processing other tokens...
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@b920b92
    main.TaskScheduler timer[5]20090428@23:56:17.017: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): [executeOwbReposOrRuntime]: Error occurred during Seed OWBSYS. Exception =java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@b920b92
    main.AWT-EventQueue-0[6]20090428@23:56:18.018: 00> oracle.wh.ui.jcommon.WhButton@22012201: WhButton setLabel rtsString = OK

    After I check the listener config and other cause,but still have the following error. you can find out before the database connection work fine from the log ,but "Error loading Java into DB:" always there
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): ... I am in processSPAWN ...
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): wholeLine =../unix/jvm.sh -classpath ../../lib/ext/transx.zip:../../../lib/xschema.jar:../../../lib/xsu12.jar:../../../rdbms/jlib/xdb.jar:../../lib/int/rtpplatform.jar:../../lib/int/rtpcommon.jar:../../../jdbc/lib/ojdbc5.jar:../../../lib/xmlparserv2.jar:../../../sqlj/lib/runtime12.jar:../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName))) %user %password ../../browserasst/views/owb_uprop_nls.xml
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): Connection: host/port/serice_name = 64.181.226.163/1523/OLAP2
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): url = (DESCRIPTION=(ADDRESS=(HOST=64.181.226.163)(PROTOCOL=tcp)(PORT=1523))(CONNECT_DATA=(SERVICE_NAME=OLAP2)))
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:868): [RuntimeInstaller] connUser = OWBSYS
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:868): [RuntimeInstaller] ..2222 . try getConnection()...
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:453): [getConnection]....
    main.TaskScheduler timer[5]20090503@20:24:56.056: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): after executing the output
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): (Spawn Token) Error loading Java into DB:
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Error occured in 'processSPAWN': java.io.BufferedInputStream@569c569c
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013): java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@569c569c
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1009)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:736)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:294)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:564)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1013)+> at java.lang.Thread.run(Thread.java:803)
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@569c569c
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Get the error, stop processing other tokens...
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@569c569c
    main.TaskScheduler timer[5]20090503@20:25:04.004: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): [executeOwbReposOrRuntime]: Error occurred during Seed OWBSYS. Exception =java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@569c569c
    main.AWT-EventQueue-0[6]20090503@20:25:06.006: 00> oracle.wh.ui.jcommon.WhButton@10521052: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20090503@20:25:20.020: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): before open 'UnSuccessDialog'
    main.AWT-EventQueue-0[6]20090503@20:25:20.020: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): Open UnSuccessDialog ...
    main.AWT-EventQueue-0[6]20090503@20:25:20.020: 00> oracle.wh.ui.jcommon.WhButton@10521052: WhButton setLabel rtsString = OK

  • Error "BBP_BD 002: An Exception occured" when changing doc type

    Hi All,
    We are using the BADI BBP_TARGET_OBJTYPE to determine a PR or PO and change the doc type if PR is determined.
    PR/PO is determined correctly but when we tried to assign new doc type for PR getting error "BBP_BD 002: An Exception occured" .
    Below is the code.
    IF wa_item-be_doc_type='ECPO'
          IF wa_item-catalogid IS INITIAL OR wa_item-catalogid CO space
            wa_item-pack_objtype = 'BUS2105'. "PR
            wa_item-be_doc_type = 'ECPR'
          ELSE.
            wa_item-pack_objtype = 'BUS2012'. "PO
          ENDIF.
          MODIFY ct_item FROM wa_item TRANSPORTING pack_objtype.
    END IF
    Can any one tell is this correct or do we need to modify anything?
    Thanks in advance,
    Jagadish
    Edited by: Jagdish Reddy on Aug 17, 2008 3:47 PM

    Hi Dave,
    Thanks for the prompt response!
    We are able to create PR but we want to tie the PR to doc type 'ECPR'. That is why added wa_item-be_doc_type='ECPR'
    If we take out this code it works fine and system creates a PR with doc type 'ECPO'. We do not want this. We want doc type 'ECPR'
    Where is obj_to_gen in the BADI? I do not see that. Is this ina any structure?
    Thanks again.
    Jagadish

  • Exception occurs when accessing KM Content

    Hi,
    In our Portal system on NW 7.31.
    While accessing any files under KM content, i get the following error
    Runtime Error
    An exception occured while processing the request.
    Additional information: Exception during PageProcessorComponent.doContent()
    Exception ID = a0fbde08-e68c-3110-0a99-a3bbe0cd7d4e
    In the Default trace:
    Caused by: com.sapportals.wdf.WdfError: com.sapportals.wdf.WdfException: org.xml.sax.SAXNotRecognizedException: Feature 'http://inqmy.org/sax/features/read-dtd' is not recognized.
    I checked the note 1866966.
    Our KM-BC component is at SP08 Patch 01, but the note recommends to be on Patch 02.
    Now, we have the same KM-BC patch level in Sandbox and Development, but i dont get any error in Sandbox system. So this doesn't make a strong case to increase the patch level.
    Please help me solve this issue and let me know if you need more information.
    Thanks
    Nanda

    Hello Nanda,
    It seems you've already found the solution to this issue yourself in note 1866966. Despite it not occuring in your sandbox system this is the only solution available for this issue. This issue is known to not always occur, I've seen in the past where some never encounter it, the note itself even hints at this: "If You try to navigate in the KM User Interface or in the KM Configuration You
    might receive a Portal Runtime Error". It's impossible to define the exact set of circumstances why this might occur in one system and not in another, it would also be an extremely time consuming possibly fruitless task to try and compare both system to make sure there are no minor differences which could influence this behaviour.
    I'm however confident that it would be resolved with KMC-BC SP8 Patch 2, you should apply this across all your systems to avoid it possibly coming up again in the future.
    Kind regards,
    Lorcan.

  • Keep getting DataSource.Error: SapBusinessObjects: Request failed (BadRequest): An exception occurred. when trying to use BOBJ universe as source

    I have been able to successfully connect to our BOE environment and to one of our universes.  I keep getting the following error.  When editing the query, as I expand and collapse various dimensions / measures, I will see data at one point and
    then as I expand/collapse various combinations of data I get this error.  I can't figure out the underlying issue that causes this error to appear and disappear.  Help!
    DataSource.Error: SapBusinessObjects: Request failed (BadRequest): An exception occurred.
    Details:
        http://michgbo41d:6405/biprws/sl/v1/queries/6677718407783479088/...

    Hi,
    The generic error message you received was sent back from the service. We'll need more information about your specific query to investigate the problem. Would you be able to report the issue through Power Query's "Send Feedback > Send a Frown" button?
    If so, please make sure to also include the information you have here along with the email.
    Thanks!
    Tristan

Maybe you are looking for

  • Force subvi to open in one of main vi's pane and stick to top left corner

    I have a subvi that opens in a event case, and in the main VI i have several panes, how to force a subvi's run-time position so that it opens in a specified pane and sticks in the left top corner of that pane. i might need to make the subvi size same

  • White lines running through document

    When I open .pdf documents from my insurance company using Adobe Reader, there are thin white gridlines that run through the entire document, cutting off text and making the document difficult to read. At first I thought it had something to do with h

  • In-Ear Headphones Warranty Question

    My non-Apple headphones are dead - a wire is probably loose at the connector (most common problem I have with headphones). I'm probably going to purchase the Apple In-Ear headphones. Does it come with a one-year warranty? If the cord or connector goe

  • Can we reuse the view in BSP's

    Hi, I created some views but in almost all iam using the same UI elements,for that i need to create a commom view,and i need to use it in other views, but my question is is that possible ?if possible what are the ways for that? whats are the pitfalls

  • Files or Webservices.. Suggestions on Design Decision.

    Hi All, I'm working on retail company (got around 2000 stores), so 2000 stores will be sending the sales info to PI through webservices (SOAP adapter). Around 70,000 messages will be receiving everyday through webservices. All the messages are proces