UTFDataFormatException, invalid byte 1 (�) of a 6-byte sequence

Hi
I am trying to parse xml file using sax parser(xerces-c) . i am not able to fix this error :
UTFDataFormatException, invalid byte 1 (�) of a 6-byte sequence.
xml file:
<?xml version="1.0" ?>
<!DOCTYPE svc_result SYSTEM "MLP_SVC_RESULT_310.dtd" [
<!ENTITY % extension SYSTEM "PLS_PZSIR_100.DTD">
%extension;]>
........

Hi Siddiqui,
It looks like u r importing some characters those are not valid UTF-8 character set and some time this type of error comes when u try to import characters like *<,>* so use *& lt;* for < and *>* for >.
sorry those Characters r not display properly :-(
Thanx
Shant
Edited by: Shant on Jan 18, 2008 6:19 AM
Edited by: Shant on Jan 18, 2008 6:23 AM

Similar Messages

  • Java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.

    Hi,
    I see the below error when I try to import bunch of email templates.
    com.waveset.util.WavesetException: ==> java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
    Can any one explain me why is this happenining?
    Thanks,
    Siddiqui

    Hi Siddiqui,
    It looks like u r importing some characters those are not valid UTF-8 character set and some time this type of error comes when u try to import characters like *<,>* so use *& lt;* for < and *>* for >.
    sorry those Characters r not display properly :-(
    Thanx
    Shant
    Edited by: Shant on Jan 18, 2008 6:19 AM
    Edited by: Shant on Jan 18, 2008 6:23 AM

  • Org.dom4j.DocumentException: Invalid byte 1 of 1-byte UTF-8 sequence. Neste

    Hi there,
    I'm getting following exception, when i try to parse xml containing french character like
    la valeur utilisée pour le paramètre ROWS est passée de 10000 à 5418*
    org.dom4j.DocumentException: Invalid byte 1 of 1-byte UTF-8 sequence. Nested exception: Invalid byte 1 of 1-byte UTF-8 sequence.
         at org.dom4j.io.SAXReader.read(SAXReader.java:353)
         at org.dom4j.io.SAXReader.read(SAXReader.java:264)
         at com.azure.sparkcommon.XMLHelper.loadDocument(XMLHelper.java:57)
         at com.test.Sample.main(Sample.java:41)
    Nested exception:
    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
         at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
         at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
         at org.apache.xerces.impl.XMLEntityScanner.scanLiteral(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.scanAttributeValue(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.dom4j.io.SAXReader.read(SAXReader.java:334)
         at org.dom4j.io.SAXReader.read(SAXReader.java:264)
         at com.azure.sparkcommon.XMLHelper.loadDocument(XMLHelper.java:57)
         at com.test.Sample.main(Sample.java:41)
    Nested exception: java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
         at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
         at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
         at org.apache.xerces.impl.XMLEntityScanner.scanLiteral(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.scanAttributeValue(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.dom4j.io.SAXReader.read(SAXReader.java:334)
         at org.dom4j.io.SAXReader.read(SAXReader.java:264)
         at com.test.XMLHelper.loadDocument(XMLHelper.java:57)
         at com.test.Sample.main(Sample.java:41)
    Can any body help me out.
    Thanks,
    S

    Hey...
    I got the solution..... it's all because of charset UTF-8 used in xml doctype/CharEncoding, As my JVM is running on OS for French locale i need to make use of 'ISO-8859-1' as CharEncoding.
    This resolved my problem.
    Anyways thanks.
    Sid
    Edited by: hiremath47 on May 20, 2010 5:48 PM

  • "Invalid byte 1 of 1-byte UTF-8 sequence" exception trying to display image

    Hi there!
    Last night I updated my project to open the <wellcome-file>. So I put this in my web.xml file:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
        id="WebApp_ID"
        version="2.5">
    <context-param>
        <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
        <param-value>.jspx</param-value>
    </context-param>
    <welcome-file-list>
        <welcome-file>faces/login.jspx</welcome-file>
    </welcome-file-list>
    <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    [...]Now when I type http://localhost:8080/myproject the login.jspx is opened as expected.
    But after this change, exceptions started to shown when images from my template.jspx is loaded (?).
    Here's a piece of my template.jspx:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <jsp:root
         xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:r="http://richfaces.org/rich"
         xmlns:a4j="http://richfaces.org/a4j"
         version="2.0">
    <f:facet name="controls">
         <h:panelGroup>
              <h:graphicImage
                   value="../imagens/erro.png"
                   id="hidelink" />
         </h:panelGroup>
    </f:facet>
    [...]And here is the exception:
    SEVERE: Error Rendering View[/imagens/erro.png]
    com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.arrangeCapacity(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    [...]And, of course, the image is not displayed.
    The images from pages that uses template.jspx works fine (even the same image that causes the exception).
    Only images from my template.jspx and pages that I use with <ui:include> throws the exception.
    My directory structure:
    web
    |___templates
    |___imagens
    |___pages
    login.jspxI tried with ISO-8859-1 and UTF-8 as encoding and the problem is the same.
    I need some help. Any help.
    If any more info is needed, please just ask me.
    Thank you in advace!
    I'm using:
    JSF 1.2; Facelets 1.1.14; Richfaces 3.3; Tomcat 6, Java 6
    Yoshimit

    I got the same error. It was because my application's .java files were saved as UTF-8 but the .xhtml files were saved as cp1255 encoding. I have also added a filter to set the charset to each response like described [here |http://www.coderanch.com/t/211549/JSF/java/JSF-Character-Sets-UTF-mainly] .
    PS: I had another error after that which was caused by copying the Richfaces xmlns definitions from a PDf provided by Refcardz. The " symbol turend to something that the SAX parser could not process.
    Hope this helps.
    Pavel Myshkin

  • BaseRuntimeException:Invalid byte 1 of 1-byte UTF-8 sequence

    Hi experts,
    I am getting error in MONI as :
    Runtime exception occurred during application mapping com/sap/xi/tf/_MM_MES_TO_SAP_SHIPPING_REQ2_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Invalid byte 1 of 1-byte UTF-8 sequence
    When i checked the payload i found :
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource 'file:///C:/Documents and Settings/snayak/Local S...
            <ns0:SalesOrderInformation>
    But when I copy and paste the payload data from note pad and did testing in Messsage mapping, it became successful.
    It is not opening in xml format but it is working in notepad.
    Please advise what to do.
    Thanks,
    Swapnashree

    Hi,
    Stefan is correct. If you are unable to display it, then it is not a valid xml. Based on the error that you provided, the invalid character is located just above the <ns0:SalesOrderInformation>. So you should start from there.
    But when I copy and paste the payload data from note pad and did testing in Messsage mapping, it became successful.
    It is possible that you just selected a part of the payload and pasted it in the mapping, hence it was successful. Pasting the whole payload would more or less give the same error as what you have seen in moni.
    If you can have your input XML validated by XML programs such as XMLSpy or XMLStudio, it would greatly help in troubleshooting your issue.
    Hope this helps,
    Mark

  • Error: Invalid byte 2 of 3-byte UTF-8 sequence

    Hi Experts,
      We have a synchronous scenario from Websphere to PI, where once Websphere sends the request it is been executed by ABAP proxy and gives response with some special characters. But as the xml coding is in UTF-8 only, this is not throwing error in Response Mapping.
      But when it reaches the end system, it is giving this "Invalid byte 2 of 3-byte UTF-8 sequence." " error saying that enocoding to UTF-8 is not done correctly. How can I overcome this situtation. please suggest.
    Thanks,
    Anudeep

    Hi,
    Check the encoding to be used for the data..or else check whether the RFC connections used are set to unicode...
    if possible execute the request in SAP and check what is the output it is generating...if it is proper over there then you need to identify the encoding to be used when it comes to PI..
    HTH
    Rajesh

  • Invalid byte 2 of 2-byte UTF-8 sequence

    Hi everyone.
    I am trying to schedule a BI Publisher report using the PublicReportService web service.
    When I call the web service, I get the following error
    Invalid byte 2 of 2-byte UTF-8 sequence.
    I think the cause of the error is that one of the parameters has special characters (Ñ). Please look at the parameters section of the XML
    <parameterNameValues>
    <item>
    <name>P_CDEMPCSC</name>
    <multiValuesAllowed>false</multiValuesAllowed>
    <values>
    <string>15</string>
    </values>
    </item>
    <item>
    <name>P_CDPERMES</name>
    <multiValuesAllowed>false</multiValuesAllowed>
    <values>
    <string>01062011</string>
    </values>
    </item>
    <item>
    <name>P_DSEMPCSC</name>
    <multiValuesAllowed>false</multiValuesAllowed>
    <values>
    _<string>DISEÑO Y CONSTRUCCION</string>_
    </values>
    </item>
    </parameterNameValues>
    ¿Am I right about tha cause of the error?
    ¿How could I fix it? There is not an option for me to substitute the Ñ.
    Thans in advance

    Hi again.
    I've found the solution to this issue
    1.- The XML needs this line at the beginning
    '<?xml version="1.0" encoding="ISO-8859-1" ?>'
    If not, it is encoded by default as UTF-8, and apparently that's why some special characters like Ñ and é produce the error
    2.- In case of some parameter has an &, this character needs to be replaced by the expression &amp;.
    Bye.

  • Invalid byte 2 of 3-byte UTF-8 sequence.

    Hi All
    I have to read a xml file from a given URL, which consists some french characters in it. I am getting
    IOException :Invalid byte 2 of 3-byte UTF-8 sequence Exception.
    The code i am using is.
    SAXBuilder builder = new SAXBuilder();
    Document doc = builder.build(new URL(url));
    Thanks in Advance
    Amit Srivastava

    The original XML may have been coded in UTF-16, but then you have this code:xml.trim().getBytes()which says
    "Take that XML string and convert it to bytes, using my system's default encoding."
    The parser then attempts to parse those bytes, which are encoded in ISO-8859-1 or windows-1252 or some such. Since you didn't declare this fact in the XML's header, the parser assumes the bytes are encoded in UTF-8. When it comes to a sequence of bytes in the code that aren't valid UTF-8 encodings of anything then it complains.
    If you really have to convert the input to bytes then try this:xml.trim().getBytes("UTF-8")

  • ASDOC error : Invalid byte 2 of 3-byte UTF-8 sequence

    Hi everyone,
    I'm trying to use ASDOC and have some problems.
    1) The first and most anoying one is that I don't have the
    complete documentation generated for MXML files : the files appear
    in the documentation, but the description is empty. I however
    commented them correctly using /** */ in the <mx:Script> tag,
    but none of my methods appear... I just see the Events when
    declared as class metadata.
    2) I'm using Eric Feminella's ASDocAntTask and I experience a
    strange error message : Impossible to open the document, Invalid
    byte 2 of 3-byte UTF-8 sequence. It happens for a whole bunch of
    files in the asdoc/templates directory, including the
    asdoc-util.xsl file. Maybe this is the reason why point 1) appears
    3) The Index html files are not generated... Consequence of
    point 2) I guess
    4) I have a warning message (oddly appearing 4 times) : CSS
    type selectors are not supported in components. I know it's not
    possible to have a link to my CSS file in components. But my file
    declaration is in the <mx:Application> class...
    Thanks for your help, all these errors really put me in
    trouble as I must deliver the documentation soon...
    Thanks
    Edit : the complete list of files impossible to read is the
    following :
    asdoc-util.xsl
    package.xsl
    all-index.xsl
    class-list.xsl
    package-detail.xsl
    class-files.xsl
    Ben

    Hi again !
    I finally found how to (partially) solve my problem !
    In ASDocAntTask, there are two files the user has to fill in
    : the build.xml file and a properties file. In the properties file,
    you define, for example, the name that you want to appear in the
    browser window... And as my project is French, I used a French
    special character é... which messed everything up...
    So finally, I got rid of this problem and solved points 2)
    and 3)
    I have now a great documentation, but still nothing about
    mxml files !
    How can I solve this problem ?

  • Invalid byte 1 of 1 byte utf 8 sequence(BI Mobile 4.0)

    hi..
    i want to try open a report from my ipad..
    in the report the only prompt is the day.
    but when i try the refresh report i see "invalid byte 1 of 1 byte utf 8 sequence"
    so i cant refresh report..
    what can i do..
    thanks in advance.

    The problem is in the file format. I do not know exact solution for this since I'm not familiar with BI Mobile 4.0. The report you try to open is really not in UTF-8 format. I would quess it is in ISO-8859-1 or similar format so you need to change this into the UTF-8 format somehow.
    Edited by: Mika Karvonen on Sep 15, 2011 2:27 PM

  • Invalid byte 2 of 3-byte UTF-8 sequence error

    I'm writing a java program that accesses an XML file and do some computation on it. The problem is that the program works on small sample XML files, but when trying to work with big XML files (which was generated by other program) I get "Invalid byte 2 of 3-byte UTF-8 sequence" parsing error. Any tips?

    Hi,
    Check the encoding to be used for the data..or else check whether the RFC connections used are set to unicode...
    if possible execute the request in SAP and check what is the output it is generating...if it is proper over there then you need to identify the encoding to be used when it comes to PI..
    HTH
    Rajesh

  • Error 820D - Invalid database - truncated to 0 bytes

    Hi Forum.
    I'm importing Mail into an account and every time I ran into the following error when the ofuser DB file size hit the 2gb.
    POA Log:
    10:05:37 F403 The database function 44 reported error [820D] on userq4f.db
    10:05:37 F403 Error: File size is too large [820D] User:$USER ($USER)
    GWcheck log:
    STRUCTURAL VERIFICATION of database /media/nss/$DIR/ofuser/userq4f.db
    Error 42- Invalid database - truncated to 0 bytes
    Suggestion- No direct recovery possible. Attempt to recover file from external backup.
    If no backup exists, request explicit structural rebuild from Admin and the
    database will be replaced by valid empty database, to allow re-create.
    However, all data previously contained in the database will be lost!
    It seems to me that there is a limitation somewhere but I don't get exact information where?
    I found nothing about the 820D in the error code documentation...
    Someone experienced this ever? Can someone explain that?
    Thanks in advance,
    Pascal

    Hi Laura,
    done with the options:
    <?xml version="1.0" encoding="UTF-8"?>
    <GWCheck database-path="L:\XX_PO">
    <database-type>
    <post-office>
    <post-office-name>
    XX_PO
    </post-office-name>
    <object-type>
    <user-resource>
    <name>
    userq4f.db
    </name>
    </user-resource>
    </object-type>
    </post-office>
    </database-type>
    <action name="analyze-fix-database">
    <contents/>
    <fix-problems/>
    </action>
    <process-option>
    <databases>
    <user/>
    <message/>
    </databases>
    <logging>
    <file>
    gwchk32.log
    </file>
    </logging>
    <results>
    <send-to>
    <admin/>
    </send-to>
    </results>
    <misc>
    <support-option>
    SUBJECTLIST
    </support-option>
    </misc>
    </process-option>
    </GWCheck>
    But there is nothing in the folder from where I gwcheck.exe started.... Any other suggestions?
    Thanks,
    Pascal

  • Java – Regular Expressions – Finding any non digit byte in a multiple byte

    Hello,
    I’m new to JAVA and Regular Expressions; I’m trying to write a regular expression that will find any records that contain a non digit byte in a multiple byte field.
    I thought the following was the correct expression but it is only finding records that contain “all” non digit bytes.
    \D{1,}
    \D = Non Digit
    {1,} = at least 1 or more
    Below is my sample data. I would like the regular expression to find all of the records that are not all numeric. However when I use the regular expression \D{1,} it is only finding the 2 records that all bytes are non digits. (i.e. “ “ and “A “)
    “ 111229”
    “2 111229”
    “20091229”
    “200912c9”
    “201#1229”
    “20101229”
    “20110229”
    “20111*29”
    “20111029”
    “20111229”
    “20B11229”
    “A “
    “A0111229”
    Please note I have also tried \D{1,}+ and \D{1,}? And they also do not return my desired results
    Any assistance someone can provide would be greatly appreciated.

    You don't show the code you are using but I surmise you are using String.matches() which requires that the whole target must match the regular expression not just part of it. Instead you should create a Pattern and then a Matcher and use the Matcher.find() method. Check the Javadoc for Pattern and Matcher and look at the Java regex tutorial - http://docs.oracle.com/javase/tutorial/essential/regex/ .
    P.S. You can re-use the Pattern object - you don't have to create it every time you need one.
    P.P.S. Java regular expressions work with characters not bytes and characters are not not not bytes.

  • Imported XML errors "java.io.UTFDataFormatException: Invalid UTF8 encoding"

    Hi,
    I had to display a mutli select table region in a Oracle Standard Supplier Site Manage page in R12. So I had a created a custom Stack Layout region and imported in to the database. The import went through fine. Then using Personalization i had created an item with the item style as Stack Layout and in the extends property i mentioned the region path details (xxs/oracle/apps/pos/supplier/webui/XXSByrMngSiteRN) and saved the changes. When i go back to the standard page i am getting the below error stack.
    I tested this in our development instance and it worked fine. when i moved it to the system test environment this issue came up. There is no difference in the patch levels between the development and system test environments. Please let me know if you have any idea about resolving the error.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.PersistenceException: JBO-26000: A Generic exception occurred during loading Customizations.
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2536)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1888)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
    at OA.jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at OA.jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.io.UTFDataFormatException: Invalid UTF8 encoding.
    at oracle.xml.parser.v2.XMLUTF8Reader.checkUTF8Byte(XMLUTF8Reader.java:160)
    at oracle.xml.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:175)
    at oracle.xml.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
    at oracle.xml.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
    at oracle.xml.parser.v2.XMLReader.fillBuffer(XMLReader.java:2363)
    at oracle.xml.parser.v2.XMLReader.tryRead(XMLReader.java:1087)
    at oracle.xml.parser.v2.XMLReader.scanXMLDecl(XMLReader.java:2922)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:519)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:283)
    at oracle.jbo.mom.MOMParserNonMDS.parse(MOMParserNonMDS.java:138)
    at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:63)
    at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:149)
    at oracle.jbo.mom.DefinitionManager.loadDefElement(DefinitionManager.java:639)
    at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:538)
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
    at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
    at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
    at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
    at oracle.jbo.server.ApplicationModuleImpl.createApplicationModule(ApplicationModuleImpl.java:1077)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.createApplicationModule(OAWebBeanContainerHelper.java:468)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:248)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2490)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1888)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
    at OA.jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at OA.jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    I have also tried the steps mentioned in the below link, I tried the encoding as both UTF8 and UTF-8 but the issue still persists.
    java.io.UTFDataFormatException using WS-I Analyzer
    Regards, Suresh

    Suresh,
    You obviously already know about the OA Framework forum (since you posted the same question over there). That seems like the correct place for this post.
    Also, since you have OA Framework, you have access to Metalink, and since you didn't get any fast answers on the OA Framework Forum, Metalink seems like a really attractive option, no?
    Best,
    john

  • Planning Error: java.io.UTFDataFormatException: Invalid UTF8 encoding.

    Hi,
    We are getting the below error in the Planning Application logs. Any clues how we can resolve this.
    WatchData: DATE = Nov 30, 2012 1:57:26 AM EST SERVER = EPMServer0 MESSAGE = [ServletContext@849971677[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]] Root cause of ServletException.
    java.io.UTFDataFormatException: Invalid UTF8 encoding.
    at oracle.xml.parser.v2.XMLUTF8Reader.checkUTF8Byte(XMLUTF8Reader.java:174)
    at oracle.xml.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:201)
    at oracle.xml.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:134)
    at oracle.xml.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
    at oracle.xml.parser.v2.XMLReader.fillBuffer(XMLReader.java:2649)
    at oracle.xml.parser.v2.XMLReader.tryRead(XMLReader.java:1177)
    at oracle.xml.parser.v2.XMLReader.scanXMLDecl(XMLReader.java:3217)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:593)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:267)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:222)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
    at org.apache.commons.digester.Digester.parse(Digester.java:1766)
    at HspSmartViewServlet.Handle(HspSmartViewServlet.java:2620)
    at HspSmartViewServlet.doPost(HspSmartViewServlet.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at HspValidationFilter.doFilter(HspValidationFilter.java:10)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Please note that we are using UTF8 encoding for all our product databases.
    Thanks

    Hi..
    Check
    java.io.UTFDataFormatException: Invalid UTF8 encoding translation issueHope this will helpful

Maybe you are looking for

  • Aging report authorization

    What kind of authorization I need to see the aging report? I already set Finantial -> Finantial Reports -> Accounting -> Aging to full authorization but I'm not authorized anyway. The system show an error that I'm not authorized to see BP Balances.

  • What versions of Adobe Reader are certified for use in MS Windows 2012 RDS?

    I have a MS Windows 2012 RDS (Remote Desktop Services, the new name of Terminal Services) environment. We are running Reader 11.08 now, and having extreme performance issues opening certain PDF documents, and we did not have this issue with earlier v

  • GG Replication

    Hi , I'm new in GG. Can we replicate the data between two database in the same machine? there is two database in single machine with one oracle home , is it possible to do the replication between these two. sorry if the question is basic one.Please c

  • EPub TOC problem.

    I use Pages to create ePub books. The new Pages update adds a crudely-formatted, auto-numbered TOC at the beginning. I'm not a programmer and don't know the best way to edit it out of there. Any ideas?

  • How to make it full screen

    Hello I have made a slide show and I will be showing it threw a projector and I do not know how to make the slide show full screen. So how do i make the show be full screen? Thanks Greg Wyatt