IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  Load Error INOXPE8702: Invalid document prolog

    Posted Mon March 25, 2002 08:18 AM

    I have a problem with the Java Mass Loader. I have created a collection which co
    ntains (very simple) object instances like


    Some text

    When I insert this xml-dokument


    Text1
    Text2

    with the Java Mass Loader

    inojload.sh -u “http://localhost/tamino/jesper/test” -f /tmp/test.xml

    I only get the following error message:

    API Version = 1.1
    Tamino Java Loader has started.

    Load Error INOXPE8702: Invalid document prolog
    0 elements uploaded from
    /tmp/test.xml
    to
    http://localhost/tamino/jesper/test
    XML volume = 88 bytes
    Upload escaped volume 142 bytes
    1 blocks


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Tue March 26, 2002 05:55 PM

    Have you tried adding a prolog to your input data?

    e.g

    <?xml version="1.0"?>

    Text1
    Text2


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Mon April 01, 2002 12:19 PM

    That does not work, too. Same error message. I even tried different character encoding (the
    documentation says there might be problems when using the wrong one) but
    character sets should be no problem in this simple example…


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Tue April 02, 2002 09:49 AM

    Please post the file to this forum - exactly as is


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Tue April 02, 2002 06:04 PM

    Here is the schema definition and the xml-document.


    #Tamino
    #API-Management
    #webMethods


  • 6.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Tue April 02, 2002 06:06 PM

    and the xml-document…
    test.xml (118 Bytes)


    #Tamino
    #webMethods
    #API-Management


  • 7.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Wed April 03, 2002 03:54 PM

    Please post also the schema definition (file) to the forum here.
    Regards,
    Uli


    #Tamino
    #webMethods
    #API-Management


  • 8.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Wed April 03, 2002 05:13 PM

    Seems that something went wrong attaching the schema-definition
    test.xsd (677 Bytes)


    #API-Management
    #webMethods
    #Tamino


  • 9.  RE: Load Error INOXPE8702: Invalid document prolog

    Posted Thu April 04, 2002 11:49 AM

    It works ok for me with the Perl loader and the Javaloader for Tamino 3.1.1.4 and 3.1.1.1
    on a 3.1.1.1 database.

    so the problem must be quite subtle


    #API-Management
    #webMethods
    #Tamino