RE: AW: internal server error

2001-09-27 Thread Vadim Gritsenko
If you are brave enough, you could try to make cocoon run under JDK1.4, if you do not have much java hacking experience, revert to JDK1.3.1 Vadim > -Original Message- > From: raghu iyengar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 2001 9:13 AM > To: [EMAIL PROTECTED]; [E

Re: Setup coocoon2 w/ tomcat 4.0

2001-09-27 Thread Michael Bierenfeld
Hi, believe me or not. I was struggling with the same error. After a couple of reinstalls i removed sitemap.xmap from webapps/cocoon and restarted the server. Then it was fine. In the end it turned out that it was somehow related to the fact that all 3 Computers that were involved had time differ

Re: cTwIG Update (was RE: C2 Stylesheet, logicsheet and content)

2001-09-27 Thread Michael Bierenfeld
Hm, currently I am trying to integrate JBOSS (EJB-Server) into cocoon. But I havent finished that. If its done I 'll post it. Regards Michael - Please check that your question has not already been answered in the FAQ before po

Language Support in Request Parameters

2001-09-27 Thread Udi Weinsberg
C2, WNT (hebrew enabled), Tomcat3.2.3, MySQL, IE5.5 Hey! I'm trying to write an application that uses hebrew in forms (meaning that the user can insert hebrew chars into form elements, mainly input boxes). I guess that the problem is the same in any language which is encoded into special html c

AW: AW: internal server error

2001-09-27 Thread Jörn Heid
It depends what servlet-engine you are using. E.g. Resin looks for the JAVA_HOME in the Windows registry. If this is set to 1.4, it uses this version. You do not need to uninstall 1.4 but you have to make sure that it is not used by your servlet engine (setting the right JAVA_HOME). -Ursprün

Re: AW: internal server error

2001-09-27 Thread raghu iyengar
hi john ! thanx for your reply. this problem started only when i tried to use JDK1.4 ...by setting java_home=C:\jdk1.4 and adding C:\jdk1.4\bin into the path. but after i got teh error i again reverted back to jdk1.3 . but alas , i cud no longer get the cocoon working. is there any other entry

RE: java.lang.RuntimeException: Stylesheet directed termination

2001-09-27 Thread Vadim Gritsenko
This might happen when sitemap syntax is violated. Then sitemap.xsl terminates with an error. Try to find this error in cocoon.log files or revert to previous sitemap version.   Vadim -Original Message-From: Henrik Hofmann [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 26

AW: internal server error

2001-09-27 Thread Jörn Heid
Do you use another xml parser? E.g. JDK 1.4 or a parser in lib/ext? -Ursprüngliche Nachricht- Von: raghu iyengar [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 14:52 An: [EMAIL PROTECTED] Betreff: internal server error hi all ! i am using cocoon2.0b2 . it was wor

internal server error

2001-09-27 Thread raghu iyengar
hi all ! i am using cocoon2.0b2 . it was working perfectly well till yesterday. now today , i have not been able to run cocoon as it gives the following error when i click the url http://localhost:8080/cocoon exception org.apache.avalon.framework.configuration.ConfigurationException: Err

Re: cTwIG Update (was RE: C2 Stylesheet, logicsheet and content)

2001-09-27 Thread Jeremy Aston
Hi Michael, Doh!  Is there any other documentation that you are working on that could be useful on ctwig? Regards Jeremy   Michael Bierenfeld <[EMAIL PROTECTED]> wrote: Jeremy Aston wrote:> > Just to advise that I have added examples similar to the ones in this thread> to the cTwIG site (www.pigb

RE: Debug XSP

2001-09-27 Thread Luca Morandini
Tobias, When Cocoon is unable to produce a Java source file (say, there is an unmatched tag in your XSL) then no .java file is made, but the error is reported in your browser. On the other hand, when the .java file is generated, but fails to compile, then, of course, the .java fi

RE: Debug XSP

2001-09-27 Thread Morrison, John
All the Java should be under there - if it is being produced. Is the sitemap being compiled or is it just source? It is _possible_ to compile the XSP by hand - but I wouldn't like to try. You'd have to manually apply all the xslts to generate the java source then, with an appropriate classpath,

RE: Debug XSP

2001-09-27 Thread Luca Morandini
Tobias, you should look under the $tomcat_home\work directory (I assumed you were using Tomcat). For instant, on my server, the directory for the main sitemap Java source files is: H:\apps\tomcat\work\localhost_8080%2Fcocoon\org\apache\cocoon\www Hope this helps... ---

Re: Debug XSP

2001-09-27 Thread Tobias Luikard
There is only the sitemap. When the compiling fails, then there is no java file either? Is there a posibilty to compile the XSP by hand? Thanks Tobias "Morrison, John" wrote: > What OS/Servlet Engine are you using? > > Under Tomcat the source is... > > $TOMCAT_HOME/work/[context name]/org/apa

RE: Debug XSP

2001-09-27 Thread Morrison, John
What OS/Servlet Engine are you using? Under Tomcat the source is... $TOMCAT_HOME/work/[context name]/org/apache/cocoon/www/... > -Original Message- > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 27 September 2001 11:36 am > To: [EMAIL PROTECTED] > Subject: Debug XSP

Debug XSP

2001-09-27 Thread Tobias Luikard
Hi, is there a possibilty to debug the generated Code from the XSP files? Is the *.java Code available. I didn't found it on the HHD. I get an exception on runnig the XSP. (Line 92, column 38: ')' expected) But in my XSP isn't a line 92. It's got only 20 lines. This XSP is very simple but when

Re: LangSelect Action does not store language setting

2001-09-27 Thread Piroumian, Konstantin
> Hi all, > > As I have understood, the LangSelect Action should be configurable via > s to store the selected language in different ways. My > sitemap looks like this: > > > > > > > > > However, the language selection mechanism only works when my links end with > ?lang=XX. What more is need

Re: redirect

2001-09-27 Thread Chris Newland
Hi Luda, You don't need to use redirects in Cocoon 2, you can do username and password authentication using actions. This way you don't even need to write esql tags yourself. The DatabaseAuthenticatorAction is the best one to use. Make sure it is mapped in your sitemap's section:

Re: C2rc1 and MacOS X - build problem

2001-09-27 Thread Michael Engelhart
Unfortunately I've deleted my tar.gz archive but you may be right. I had just assumed that since gnutar is what they always recommend that tar was just a symlink to gnutar but I just checked and it's not. I didn't know there was a difference in the archive formats... Mike On Thursday, Septe

Re: C2rc1 and MacOS X - build problem

2001-09-27 Thread Arnaud Vandyck
Date: Wed, 26 Sep 2001 20:12:13 -0400 From: Michael Engelhart <[EMAIL PROTECTED]> > I had this problem too. The .tar.gz distribution for some reason > doesn't extract correctly if you use the command line. Stuffit Expander > ignores this but some of the files are missing. Download the zip

Re: New cocoon site

2001-09-27 Thread Piroumian, Konstantin
Hi! Amazing perfomance! I never thought that such a good response time is possible for information site based on Cocoon. Really glad to see this. Would you share your experience a little? Are you using content aggregation, XInclude/CInclude? Are you using typical pipelines for page generation: [

Re: cTwIG Update (was RE: C2 Stylesheet, logicsheet and content)

2001-09-27 Thread Michael Bierenfeld
Jeremy Aston wrote: > > Just to advise that I have added examples similar to the ones in this thread > to the cTwIG site (www.pigbite.co.uk/ctwig/index.html) under the > Transformations pages . > > Best regards > > Jez *smile* thats exaclty what I have done too. Thx. Regards Michael -