Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-04 Thread Werner Guttmann
Thanks. Werner Vadim Gritsenko wrote: Werner Guttmann wrote: Vadim, can you please explain the problem. Nothing to explain, really. AFAIU, treeprocessor had some bug inheriting components declared in the parent sitemap. Compiled engine never had this bug. IIRC, this bug was fixed

Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-04 Thread Frank Borkowsky
It works now. Thank you! Frank Borkowsky -Ursprungliche Nachricht- Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 3. September 2002 20:56 An: [EMAIL PROTECTED] Betreff: Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3) Werner Guttmann wrote: Vadim, can

Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-03 Thread Vadim Gritsenko
Frank Borkowsky wrote: Hello all! After an update from Cocoon 2.0.2 to 2.0.3 we have problems with mounted sitemaps in our project. We now get errors of the following type: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies Try compiled sitemap. AFAIR, this bug

Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-03 Thread Werner Guttmann
Vadim, can you please explain the problem. I had a very similar issue, but realised that Cocoon was giving misleading error messages. IOw, once I pulled the pipeline definitions from the sub-sitemap into the main, I was finally able to see the original problem. Thanks Werner Vadim Gritsenko

Re: Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-03 Thread Vadim Gritsenko
Werner Guttmann wrote: Vadim, can you please explain the problem. Nothing to explain, really. AFAIU, treeprocessor had some bug inheriting components declared in the parent sitemap. Compiled engine never had this bug. IIRC, this bug was fixed in the CVS by Sylvain. Vadim I had a very

Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-02 Thread Frank Borkowsky
Hello all! After an update from Cocoon 2.0.2 to 2.0.3 we have problems with mounted sitemaps in our project. We now get errors of the following type: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that

Re: 2.0.2 - 2.0.3

2002-08-30 Thread Vadim Gritsenko
zze-STIENNE Nicolas FTRD/DMI/CAE wrote: Hi !! Thanks a lot for this explanation... it realy helped me. Remember : I worked with Tomcat 4.0.4, JDK 1.3.1_03 and Cocoon2.0.2 under W2000. I want to use the Cocoon2.0.3 version. I installed it as describe in the Installing Apache Cocoon page.

RE: 2.0.2 - 2.0.3

2002-08-30 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
thanks a lot, it seams to work well... (and with the others versions too...) -Message d'origine- De : Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Envoye : vendredi 30 aout 2002 15:45 A : [EMAIL PROTECTED] Objet : Re: 2.0.2 - 2.0.3 zze-STIENNE Nicolas FTRD/DMI/CAE wrote: Hi

RE: 2.0.2 - 2.0.3

2002-08-29 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
: RE: 2.0.2 - 2.0.3 I cannot tell you what has changed, but I can help you look for the error. The exception is thrown during the compile phase for the sitemap. When the sitemap (or any xsp/logicsheet) is recompiled, cocoon generates a java source file that gets compiled. The line number

2.0.2 - 2.0.3 - generator

2002-08-29 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
] Objet : RE: 2.0.2 - 2.0.3 I cannot tell you what has changed, but I can help you look for the error. The exception is thrown during the compile phase for the sitemap. When the sitemap (or any xsp/logicsheet) is recompiled, cocoon generates a java source file that gets compiled

2.0.2 - 2.0.3

2002-08-28 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi !! I worked with Tomcat 4.0.4, JDK 1.3.1_03 and Cocoon2.0.2 under W2000. I want to use the Cocoon2.0.3 version. I installed it as describe in the Installing Apache Cocoon page. But when I test it I receive the following message : org.apache.cocoon.ProcessingException: Language Exception:

RE: 2.0.2 - 2.0.3

2002-08-28 Thread Koen Pellegrims
at least give you a clue as to what is wrong with your sitemap. K. -Oorspronkelijk bericht- Van: zze-STIENNE Nicolas FTRD/DMI/CAE [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 28 augustus 2002 15:31 Aan: [EMAIL PROTECTED] Onderwerp: 2.0.2 - 2.0.3 Hi !! I worked with Tomcat 4.0.4

RE: 2.0.2 - 2.0.3: ClassNotFoundException on startup

2002-07-26 Thread Mark S. Kent
0. Do you use the *same* JRE to compile and run Cocoon? Yes. 1. Check that user you use to launch tomcat can read jars: chmod 666 $TOMCAT_HOME/webapps/cocoon/WEB-INF/* Or even: chmod -R 666 $TOMCAT_HOME/webapps/cocoon All files/folders are owned by tomcat.dev. I left the permissions

RE: 2.0.2 - 2.0.3: ClassNotFoundException on startup

2002-07-26 Thread Vadim Gritsenko
From: Mark S. Kent [mailto:[EMAIL PROTECTED]] 0. Do you use the *same* JRE to compile and run Cocoon? Yes. 1. Check that user you use to launch tomcat can read jars: chmod 666 $TOMCAT_HOME/webapps/cocoon/WEB-INF/* Or even: chmod -R 666 $TOMCAT_HOME/webapps/cocoon All

2.0.2 - 2.0.3: ClassNotFoundException on startup

2002-07-25 Thread Mark S. Kent
I decided to get the src for 2.0.3 and did a build on it instead of the 2.0.2 I couldn't get to work. Now I'm getting different (but somewhat less arcane) errors when starting. in access.log: = DEBUG (2002-07-25) 16:47.28:377 [access]

RE: 2.0.2 - 2.0.3: ClassNotFoundException on startup

2002-07-25 Thread Vadim Gritsenko
From: Mark S. Kent [mailto:[EMAIL PROTECTED]] I decided to get the src for 2.0.3 and did a build on it instead of the 2.0.2 I couldn't get to work. Now I'm getting different (but somewhat less arcane) errors when starting. in access.log: