|
From: sergio d. a. <se...@sb...> - 2005-10-20 16:27:48
|
>From: "Michael Beddow" <mbe...@mb...>
>To: <exi...@li...>
>Subject: Re: [Exist-open] Exist Client fails adding xml files and admin does not allow adding a directory
>Date: Thu, 20 Oct 2005 10:30:08 +0100
>
>
>
>>I downloaded eXist-1.0b2-build-1107.jar
>>
>>
>
>Please get something less old and bug-ridden. There should be a new snapshot
>very soon now. Or use the last available snapshot. Or fetch the CVS version
>and do a dist-war build.
>
>
>
>> Could not parse ... xmlfilenames.
>>
>>
>
>Often really means "could not find..." But try again when you have a more
>recent build
>
>Michael Beddow
>
>
>
I got eXist-snapshot-20050805.jar from exist webpage. But the problem is
still there. I am not able to import anyfile using the client and
through the admin page i just upload one file at a time. When i try to
upload with the client a simple file like:
<book>
<title>booktitle</title>
<author>authorname</author>
</book>
i get Message:
org.xml.sax.SAXParseException: Invalid byte 1 of 1-byte UTF-8 sequence.
and stacktrace:
org.xmldb.api.base.XMLDBException: org.xml.sax.SAXParseException:
Invalid byte 1 of 1-byte UTF-8 sequence.
at org.exist.xmldb.RemoteCollection.store(RemoteCollection.java:442)
at
org.exist.xmldb.RemoteCollection.storeResource(RemoteCollection.java:407)
at
org.exist.xmldb.RemoteCollection.storeResource(RemoteCollection.java:393)
at org.exist.client.InteractiveClient.parse(InteractiveClient.java:1383)
at
org.exist.client.InteractiveClient.process(InteractiveClient.java:618)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1317)
Caused by: org.apache.xmlrpc.XmlRpcException:
org.xml.sax.SAXParseException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:457)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
at org.exist.xmldb.RemoteCollection.store(RemoteCollection.java:440)
... 5 more
Caused by: org.apache.xmlrpc.XmlRpcException:
org.xml.sax.SAXParseException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:457)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
at org.exist.xmldb.RemoteCollection.store(RemoteCollection.java:440)
at
org.exist.xmldb.RemoteCollection.storeResource(RemoteCollection.java:407)
at
org.exist.xmldb.RemoteCollection.storeResource(RemoteCollection.java:393)
at org.exist.client.InteractiveClient.parse(InteractiveClient.java:1383)
at
org.exist.client.InteractiveClient.process(InteractiveClient.java:618)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1317)
Any idea what is happening.
Thanks for your quick answers.
|