RE: Cocoon 2 - Internal servlet error

2001-09-13 Thread Liam Morley
Check your cocoon.log. I've only run in to this problem once on somebody else's machine, and I haven't figured out exactly how it's coming about. In my understanding, a class within your JAVA_HOME directory is being referenced instead of the subclass within your cocoon directory. If you could

Re: [C2] multiple versus individual pipelines

2001-09-13 Thread Jeremy Quinn
At 11:31 PM +0200 12/9/01, giacomo wrote: On Wed, 12 Sep 2001, Jeremy Quinn wrote: Dear All, What is the difference in behaviour between having multiple map:pipeline/s and map:pipeline/s with multiple map:match/s? The map:handle-error element. Technically it is a try/catch block for each

RE: inherit actions in sub-sitemaps?

2001-09-13 Thread Jeremy Quinn
At 4:09 PM -0400 12/9/01, Vadim Gritsenko wrote: Works for me... I do not have even map:actions in my subsitemap, and actions got inherited. OK, I must have got confused with an 'asyncron' reloading SiteMap, I will try again. Thanks regards Jeremy --

SOLVED: C1.8.2 and C2.0b2 questions (point 1)

2001-09-13 Thread Drasko Kokic
The first point is being solved ... there was one xsl:copy too many in my logicsheet for the attribute forwarding. Hope this could be helpfull to others Drasko P.S. I am still struggling with the second point. --- Drasko Kokic [EMAIL PROTECTED] wrote: Hi there, I have two points that I

Re: problem with xml document() function

2001-09-13 Thread Mamadou Bobo Sylla
Thank you, This has solved my problem. Bobo, - Original Message - From: Jörg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 6:02 PM Subject: Re: problem with xml document() function The problem is to be searched in your XPATH-expressions in your

Install Problem w/ Cocoon 2 under BEA Weblogic 6.1

2001-09-13 Thread Damian_Kwok
Not sure if anyone is facing the same problem, but I get a NullPointerException while Weblogic tries to deploy Cocoon 2: Sep 13, 2001 5:03:30 PM GMT+08:00 Debug HTTP CAPUXP13 myserver Application Manager Thread 101158 Exception thrown while loading cocoon: java.lang.NullPointerException

[C1] turbine timed out and cocoon.properties

2001-09-13 Thread Luis Gois
Hello! Some time after starting up tomcat/cocoon, I've started receiving the following error message : Error opening pooled connection: mercado: Timed out waiting for pooled connection from 'jdbc:informix-sqli://blackbird:1526/mercado:informixserver=stable' any hints/solutions for this? Is

Error compiling sitemap

2001-09-13 Thread Thangadurai
I follow the installation instruction to install C2. I have got this error while requesting http://localhost:8080/cocoon/ Should I change anything in my sitemap.xmap file? Please help... Thangadurai This is the error part of my cocoon.log file.. DEBUG 10003 [cocoon ] (Thread-32):

virutal hosts

2001-09-13 Thread Karol Pokojowczyk/POKOJOWCZYK.COM
Hello cocoon-users, is it possible to have virtual hosts on cocoon? I can define them in Tomcat, but then I would like to have diffirent ROOT directory for diffirent hosts in Cocoon sitemap. How to achieve this? -- Best regards, Karol mailto:[EMAIL

[C1] turbine timed out and cocoon.properties (Niek, you've had the same problem! Help!)

2001-09-13 Thread Luis Gois
Hello! Some time after starting up tomcat/cocoon, I've started receiving the following error message : Error opening pooled connection: mercado: Timed out waiting for pooled connection from 'jdbc:informix-sqli://blackbird:1526/mercado:informixserver=stable' any hints/solutions for this? Is

Session lost

2001-09-13 Thread Jeremy Quinn
Dear All, I am building a little login test. It is meaningless, because the login validation is hard-coded but it is a handy test for me, because I am just learning ;) Here is a snippet of my (sub) sitemap: map:resources map:resource name=login-fs

[CRITICAL ERROR] Problems with multithreading in cocoon2!!

2001-09-13 Thread Rolf Kluge
Hi there! I have a problem with the multithreading in cocoon2. First I describe what I want to do and then the problems I have. I want to write a testtool for a browserbased application with cocoon as frontend. Herefore the tool saves all requests from client(browser) to the server in a file.

AW: [CRITICAL ERROR] Problems with multithreading in cocoon2!!

2001-09-13 Thread Carsten Ziegeler
Hi Rolf, which version of C2 did you try? We had these problems several weeks ago, but it was fixed (or at least we thought we had). So if you not already have done so, try the last cvs version of C2.0 (not C2.1!). Even with heavy load we do not get these exceptions here anymore. Has anyone else

Re: AW: [CRITICAL ERROR] Problems with multithreading in cocoon2!!

2001-09-13 Thread Rolf Kluge
Thanks a lot .. I will try the last version and post if the error still happens. rk On Don, 13 Sep 2001, you wrote: Hi Rolf, which version of C2 did you try? We had these problems several weeks ago, but it was fixed (or at least we thought we had). So if you not already have done so, try

AW: Writing an Action

2001-09-13 Thread Carsten Ziegeler
You have a typo in your pipeline for XMLTest. It must read map:generate ! Carsten -Ursprungliche Nachricht- Von: Tobias Luikard [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. September 2001 16:43 An: [EMAIL PROTECTED] Betreff: Writing an Action Hi, I wrote a Cocoon2

RE: java.lang.VerifyError

2001-09-13 Thread Liam Morley
My only other question is what version of the jdk are you using? If updating that wouldn't help at all, I'm not sure what to do... are you using the package that comes with debian, or have you downloaded it separately? As I've seen Cocoon 2 work on debian... and I'm pretty sure I know somebody

problem:File Not Found

2001-09-13 Thread movie frick
Hi, I'm a newbie with cocoon. I have Win NT SP6, Apache 1.3.2 Tomcat 3.2.2 and Cocoon 2 b2. Cocoon installation looked like it was OK. I could see all the examples at http://localhost:8080/cocoon. However when I'm trying to access for example an xml file (a hello world file) i've written I get

Re: Session lost

2001-09-13 Thread Jeremy Quinn
At 2:09 PM +0100 13/9/01, Jeremy Quinn wrote: Dear All, I am building a little login test. It is meaningless, because the login validation is hard-coded but it is a handy test for me, because I am just learning ;) Here is a snippet of my (sub) sitemap: [snip]

RE: TurbineResources.properties error msg

2001-09-13 Thread Mark S. Kent
Brian, Thanks, that worked. The ...pool.logfile... parameter was commented out (don't know why), but I did not have the second line (processor.xsp.pool.turbine.logs=database). Everything seems to be working ok. Do I still need it? Mark -Original Message- From: [EMAIL PROTECTED]

Re: TurbineResources.properties error msg

2001-09-13 Thread Brian P Millett
Mark S. Kent wrote: Brian, Thanks, that worked. The ...pool.logfile... parameter was commented out (don't know why), but I did not have the second line (processor.xsp.pool.turbine.logs=database). Everything seems to be working ok. Do I still need it? Only if you want to see statements

Re: java.lang.VerifyError

2001-09-13 Thread Jeff Turner
On Wed, Sep 12, 2001 at 11:25:26AM +0200, Jurgen Lust wrote: Hi, I installed cocoon on my Debian box this week and it works fine for xslt processing and for FO and DCP. However, when i try to load xsp page, I get the following error: java.lang.VerifyError: (class:

Can Cocoon Produce I-Mode Content

2001-09-13 Thread Antony Stace
Hi FOlks Can cocoon produce I-Mode Content? Cheers Tony - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL

Help: Error Compiling Sitemap

2001-09-13 Thread Damian_Kwok
Hi all, I'm still trying to get Cocoon 2.0b2 to run on Weblogic 6.1. I've followed the installation intstructions for WLS6.0 and got as far as Cocoon being loaded by WLS6.1 (there is a WLS6.1 issue which took us a while to nail down). However, while accessing /cocoon/ I get a Cocoon internal

Re: problem:File Not Found

2001-09-13 Thread Tobias Luikard
I movie .-) you have to specify a pipeline for this request. Look at: http://xml.apache.org/cocoon2/sitemap.html and on your Cocoon installation in $cocoon-root$/webapp/sitemap.xmap for exampels. By Tobi movie frick wrote: Hi, I'm a newbie with cocoon. I have Win NT SP6, Apache 1.3.2