Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 47827 invoked from network); 29 Jul 2004 14:24:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jul 2004 14:24:28 -0000 Received: (qmail 3836 invoked by uid 500); 29 Jul 2004 14:23:44 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 3754 invoked by uid 500); 29 Jul 2004 14:23:44 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 3694 invoked by uid 99); 29 Jul 2004 14:23:43 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=HTML_20_30,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [217.12.10.40] (HELO web25004.mail.ukl.yahoo.com) (217.12.10.40) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 29 Jul 2004 07:23:39 -0700 Message-ID: <20040729142333.20825.qmail@web25004.mail.ukl.yahoo.com> Received: from [81.80.90.130] by web25004.mail.ukl.yahoo.com via HTTP; Thu, 29 Jul 2004 16:23:33 CEST Date: Thu, 29 Jul 2004 16:23:33 +0200 (CEST) From: =?iso-8859-1?q?BASLE=20Florent?= Subject: Pb with eXist version (stylesheet XMLDB and xUpdate) To: users@cocoon.apache.org In-Reply-To: <24B57896-E163-11D8-941C-000393D1F4C0@robinwyles.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1867339036-1091111013=:20660" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1867339036-1091111013=:20660 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi all I was previsouly running under Cocoon 2.1.2 and eXist 0.9.2 and all worked fine. I have recently change the 2 versions with cocoon2.1.5 stable and eXist 1.0b1. In my application, I use two methods to update my eXist database. xUpdate for some functions, and xmldb in XSP for the others. With these versions, all seems to work fine but I encountered some stranges bugs with xUpdate like the one discribe in eXist Wiki on tuesday 18 May 2004. So I upgrade eXist with the last CVS version (20040723) : this has resolved my problem with xUpdate but now I can't store a document with xmldb. I can modifiy one previously created but if I try to create one, I have the following error : DEBUG (RpcConnection.java [describeResource]:355) - document /db/omf-user/20040729155653 not found! 2004-07-29 15:56:54,998 [Thread-7] DEBUG (RpcServer.java [handleException]:559) - document not found org.exist.EXistException: document not found at org.exist.xmlrpc.RpcConnection.describeResource(RpcConnection.java:356) at org.exist.xmlrpc.RpcServer.describeResource(RpcServer.java:172) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.exist.xmlrpc.AuthenticatedHandler.execute(AuthenticatedHandler.java:116) at org.exist.xmlrpc.AuthenticatedHandler.execute(AuthenticatedHandler.java:63) at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source) at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source) at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source) at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source) at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source) at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) And the code I use worked fine with previsouly eXist version ! Have anybody any ideas ? Thank you in advance for your response Florent BASLE Societe JOUVE 53100 Mayenne FRANCE --------------------------------- Cr�ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Cr�ez votre Yahoo! Mail Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis.T�l�chargez GRATUITEMENT ici ! --0-1867339036-1091111013=:20660 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
Hi all
I was previsouly running under Cocoon 2.1.2 and eXist 0.9.2 and all worked fine.
I have recently change the 2 versions with cocoon2.1.5 stable and eXist 1.0b1.
 
In my application, I use two methods to update my eXist database. xUpdate for some functions, and xmldb in XSP for the others. With these versions, all seems to work fine but I encountered some stranges bugs with xUpdate like the one discribe in eXist Wiki on tuesday 18 May 2004. So I upgrade eXist with the last CVS version (20040723) : this has resolved my problem with xUpdate but now I can't store a document with xmldb.
I can modifiy one previously created but if I try to create one, I have the following error :
 
DEBUG (RpcConnection.java [describeResource]:355) - document /db/omf-user/20040729155653 not found!
2004-07-29 15:56:54,998 [Thread-7] DEBUG (RpcServer.java [handleException]:559) - document not found
org.exist.EXistException: document not found
 at org.exist.xmlrpc.RpcConnection.describeResource(RpcConnection.java:356)
 at org.exist.xmlrpc.RpcServer.describeResource(RpcServer.java:172)
 at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at org.exist.xmlrpc.AuthenticatedHandler.execute(AuthenticatedHandler.java:116)
 at org.exist.xmlrpc.AuthenticatedHandler.execute(AuthenticatedHandler.java:63)
 at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source)
 at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source)
 at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
 at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
 at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
 at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
 at java.lang.Thread.run(Thread.java:534)
 
And the code I use worked fine with previsouly eXist version !
 
Have anybody any ideas ?
 
Thank you in advance for your response
 
Florent BASLE
Societe JOUVE
53100 Mayenne
FRANCE


Cr�ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr�ez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis. T�l�chargez GRATUITEMENT ici ! --0-1867339036-1091111013=:20660--