Guest
(Guest)
March 25, 2002, 1:18pm
1
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
rpn
(rpn)
March 26, 2002, 10:54pm
2
Have you tried adding a prolog to your input data?
e.g
<?xml version="1.0"?>Text1 Text2
Guest
(Guest)
April 1, 2002, 5:18pm
3
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…
Guest
(Guest)
April 2, 2002, 2:49pm
4
Please post the file to this forum - exactly as is
Guest
(Guest)
April 2, 2002, 11:04pm
5
Here is the schema definition and the xml-document.
Guest
(Guest)
April 2, 2002, 11:06pm
6
and the xml-document…
test.xml (118 Bytes)
UFa
(UFa)
April 3, 2002, 8:54pm
7
Please post also the schema definition (file) to the forum here. Regards, Uli
Guest
(Guest)
April 3, 2002, 10:13pm
8
Seems that something went wrong attaching the schema-definition
test.xsd (677 Bytes)
Guest
(Guest)
April 4, 2002, 4:48pm
9
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